This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-07-05.16:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467735300.8.0.167848789617.issue27456@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-05 16:15:00yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, j1m
2016-07-05 16:15:00yselivanovsetmessageid: <1467735300.8.0.167848789617.issue27456@psf.upfronthosting.co.za>
2016-07-05 16:15:00yselivanovlinkissue27456 messages
2016-07-05 16:15:00yselivanovcreate