Yury Selivanov added the comment:

See also https://github.com/python/asyncio/issues/286

I also wanted to raise this question.  I think transports should set NODELAY by 
default (as Golang, for instance).  I've been hit by this thing a few times 
already -- performance of protocols over TCP is terrible because somebody 
forgot to set this flag.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27456>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to