[issue20540] Python 3.3/3.4 regression in multiprocessing manager ?

STINNER Victor report at bugs.python.org
Fri Feb 7 14:29:53 CET 2014


STINNER Victor added the comment:

Modern operation systems have new functions like writev() to send to consecutive buffers. Can't we use them, and emulate them if they are missing (use 3.2 algorithm: join if small, or send separatly)?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20540>
_______________________________________


More information about the Python-bugs-list mailing list