Staging
v0.5.1
https://github.com/python/cpython
Revision b7d6d2ac6ea4361fd72314d466029bd119ad3fea authored by Antoine Pitrou on 08 February 2014, 22:03:56 UTC, committed by Antoine Pitrou on 08 February 2014, 22:03:56 UTC
For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
1 parent b4062e8
History
Tip revision: b7d6d2ac6ea4361fd72314d466029bd119ad3fea authored by Antoine Pitrou on 08 February 2014, 22:03:56 UTC
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket.
Tip revision: b7d6d2a
File Mode Size
__init__.py -rw-r--r-- 3.2 KB
_bootstrap.py -rw-r--r-- 62.1 KB
abc.py -rw-r--r-- 14.3 KB
machinery.py -rw-r--r-- 754 bytes
util.py -rw-r--r-- 651 bytes

back to top