This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, pitrou, thorben
Date 2008-09-11.16:02:15
SpamBayes Score 0.00033313365
Marked as misclassified No
Message-id <1221148996.4.0.214286279668.issue3766@psf.upfronthosting.co.za>
In-reply-to
Content
Thorben, is the problem still there if you use fork() rather than
launching a separate thread for the server?

The implementation of the recv() method is straightforward and I don't
see anything that could cause a huge latency there, it's just a simple
wrapper over the C library's recv() function. The waiting certainly
occurs inside the OS rather than inside the Python interpreter.
History
Date User Action Args
2008-09-11 16:03:16pitrousetrecipients: + pitrou, giampaolo.rodola, thorben
2008-09-11 16:03:16pitrousetmessageid: <1221148996.4.0.214286279668.issue3766@psf.upfronthosting.co.za>
2008-09-11 16:02:16pitroulinkissue3766 messages
2008-09-11 16:02:15pitroucreate