]> granicus.if.org Git - python/commitdiff
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiproc...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Feb 2014 22:05:52 +0000 (23:05 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Feb 2014 22:05:52 +0000 (23:05 +0100)
For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.

1  2 
Lib/multiprocessing/connection.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge