Message88878
It is useful to be able to disable the Nagle algoritm on socket
connections from the TCPServer. These are typically used by HTTP servers.
If combined with write buffering (setting RequestHangler.wbufsize = -1) it
can make sure that http responses are not subject to Nagle/Delayed-ack
delays. Disabling Nagle in addition to providing the buffering is
necessary to make sure that the final wfile.flush() arrives promptly, in
case a previous flush occurred and the final flush is small.
A patch is provided. |
|
Date |
User |
Action |
Args |
2009-06-04 10:32:42 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson |
2009-06-04 10:32:42 | kristjan.jonsson | set | messageid: <1244111562.06.0.62559579479.issue6192@psf.upfronthosting.co.za> |
2009-06-04 10:32:40 | kristjan.jonsson | link | issue6192 messages |
2009-06-04 10:32:38 | kristjan.jonsson | create | |
|