From: Antoine Pitrou Date: Sat, 8 Feb 2014 22:05:52 +0000 (+0100) Subject: Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiproc... X-Git-Tag: v3.4.0rc1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c1e31ab1ecc6a5b6662fad62e0ede1019741f6a;p=python 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. --- 0c1e31ab1ecc6a5b6662fad62e0ede1019741f6a