cpython/Lib/multiprocessing
Antoine Pitrou 0c1e31ab1e Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket.
For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
2014-02-08 23:05:52 +01:00
..
2013-10-28 23:23:04 +00:00
2013-11-17 17:30:54 +00:00