Message269836
| 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:00 | yselivanov | set | recipients: + yselivanov, gvanrossum, vstinner, j1m |
| 2016-07-05 16:15:00 | yselivanov | set | messageid: <1467735300.8.0.167848789617.issue27456@psf.upfronthosting.co.za> |
| 2016-07-05 16:15:00 | yselivanov | link | issue27456 messages |
| 2016-07-05 16:15:00 | yselivanov | create | |