[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-28 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-28 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Merged into py3k in revision 73648 -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-24 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Second patch applied in 73546 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-15 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: On consideration, it is more appropariate to have the disable_nagle_algorithm as part of StreamRequestHandler rather than in the TCPSockerServer. It then sits right next to the rfile and wfile that affect it. The RequestHandlers aren't documented as

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: This patch should be committed to py3k after 3.1 is released. -- assignee: -> krisvale status: closed -> open versions: +Python 3.2 -Python 2.7 ___ Python tracker

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-07 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Committed in revision 73272 -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks ok to me. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-04 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

2009-06-04 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson : 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