Message3109

Author pjenvey
Recipients pjenvey
Date 2008-03-28.05:52:46
SpamBayes Score 0.15033829
Marked as misclassified No
Message-id <1206683568.5.0.519214076174.issue1016@psf.upfronthosting.co.za>
In-reply-to
Content
Our socket module currently doesn't support the sockopt 
socket.TCP_NODELAY even though it could be mapped to 
java.net.Socket.setTcpNoDelay.

It's particularly important as it can aide in performance in some 
situations, e.g.:

http://www.cmlenz.net/archives/2008/03/python-httplib-performance-
problems
History
Date User Action Args
2008-03-28 05:52:49pjenveysetspambayes_score: 0.150338 -> 0.15033829
recipients: + pjenvey
2008-03-28 05:52:48pjenveysetspambayes_score: 0.150338 -> 0.150338
messageid: <1206683568.5.0.519214076174.issue1016@psf.upfronthosting.co.za>
2008-03-28 05:52:48pjenveylinkissue1016 messages
2008-03-28 05:52:47pjenveycreate