Message4477

Author pjenvey
Recipients amak, cocoon, fwierzbicki, pjenvey, zyasoft
Date 2009-04-08.01:12:10
SpamBayes Score 0.0018838871
Marked as misclassified No
Message-id <1239153131.27.0.287454559517.issue1191@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening because we (in particular cherrypy wsgiserver) needs this 
supported for server sockets

Since the Java ServerSocket doesn't support setTcpNoDelay I suppose we'd 
have to delay setting the option until the server accept()s and produces 
a normal Socket object? Then we'd then set no delay on that? blah
History
Date User Action Args
2009-04-08 01:12:11pjenveysetmessageid: <1239153131.27.0.287454559517.issue1191@psf.upfronthosting.co.za>
2009-04-08 01:12:11pjenveysetrecipients: + pjenvey, fwierzbicki, amak, zyasoft, cocoon
2009-04-08 01:12:11pjenveylinkissue1191 messages
2009-04-08 01:12:10pjenveycreate