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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to