commit | b7d6d2ac6ea4361fd72314d466029bd119ad3fea | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 08 23:03:56 2014 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 08 23:03:56 2014 +0100 |
tree | 0fa0f18ecf0aa178d7db80a63e0ec62c17b5bacf | |
parent | b4062e8f8a4515aa14550b1cd79fb4feaed95b5c [diff] |
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.