Message5295

Author tercero12
Recipients amak, fwierzbicki, pjenvey, tercero12
Date 2009-10-29.14:47:39
SpamBayes Score 0.0014897462
Marked as misclassified No
Message-id <1256827660.37.0.313779024895.issue1309@psf.upfronthosting.co.za>
In-reply-to
Content
The main issue that I ran into is TCP_NODELAY for an RPC server I was
making.  The Nagle algorithm is horrible for fast response.  So from a
practical stand-point that's all I care about.

In either case (1 or 2), so long as the end behavior does not conform
with the majority case (cPython on Linux or Windows), we'll need obvious
documentation for this difference.  I'll put an entry in the wiki once
we come to a conclusion.

As for #1 testing, I can provide: Win(x86 and AMD64), Linux (x86) and
AS400 PASE (AIX 5.3 emulation).
History
Date User Action Args
2009-10-29 14:47:40tercero12setmessageid: <1256827660.37.0.313779024895.issue1309@psf.upfronthosting.co.za>
2009-10-29 14:47:40tercero12setrecipients: + tercero12, fwierzbicki, amak, pjenvey
2009-10-29 14:47:40tercero12linkissue1309 messages
2009-10-29 14:47:39tercero12create