diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-08 23:03:56 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-08 23:03:56 +0100 |
commit | 59dbb9ae23f695997a6199829e969918720ff3c9 (patch) | |
tree | 0a6d46b341c78c808d69140b9a79b866e5831488 /Python/pythonrun.c | |
parent | 38199912bf04bfca6388849556cf3404ff138dbe (diff) | |
download | cpython-59dbb9ae23f695997a6199829e969918720ff3c9.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions