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 socketpair
Recipients socketpair
Date 2013-06-29.21:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372542206.91.0.4990516767.issue18329@psf.upfronthosting.co.za>
In-reply-to
Content
Well, python 3.3 is slightly faster:

$ python3.3 qwe.py 
TCP  mode, makefile method. 380228.1 lines per second (362.6 MB/s). Delay is 2.63 seconds
TCP  mode,   fdopen method. 877193.0 lines per second (836.6 MB/s). Delay is 1.14 seconds
UNIX mode, makefile method. 469483.6 lines per second (447.7 MB/s). Delay is 2.13 seconds
UNIX mode,   fdopen method. 1562500.0 lines per second (1490.1 MB/s). Delay is 0.64 seconds

But problem still exists
History
Date User Action Args
2013-06-29 21:43:26socketpairsetrecipients: + socketpair
2013-06-29 21:43:26socketpairsetmessageid: <1372542206.91.0.4990516767.issue18329@psf.upfronthosting.co.za>
2013-06-29 21:43:26socketpairlinkissue18329 messages
2013-06-29 21:43:26socketpaircreate