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:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372541776.82.0.246578996273.issue18329@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, results are repeatable, and for python 2.7 I have roughly same timings for UNIX socket.

Also, I have straced all variants and see that in all 4 cases (and for both python versions) IO is done using 8192 blocks in size, so buffering is not cause of problems.

I have linux 3.5.0, Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
History
Date User Action Args
2013-06-29 21:36:16socketpairsetrecipients: + socketpair
2013-06-29 21:36:16socketpairsetmessageid: <1372541776.82.0.246578996273.issue18329@psf.upfronthosting.co.za>
2013-06-29 21:36:16socketpairlinkissue18329 messages
2013-06-29 21:36:16socketpaircreate