Message291265
| Author | giampaolo.rodola |
|---|---|
| Recipients | giampaolo.rodola, gvanrossum, neologix, vstinner, yselivanov |
| Date | 2017-04-07.12:19:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1491567556.92.0.935015162585.issue30014@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
modify() can be used often in verbose protocols such as FTP and SMTP where a lot of requests and responses are continuously exchanged between client and server, so you need to switch from EVENT_READ to EVENT_WRITE all the time. I did a similar change some years ago in pyftpdlib but I don't have another benchmark other than this one. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-07 12:19:16 | giampaolo.rodola | set | recipients: + giampaolo.rodola, gvanrossum, vstinner, neologix, yselivanov |
| 2017-04-07 12:19:16 | giampaolo.rodola | set | messageid: <1491567556.92.0.935015162585.issue30014@psf.upfronthosting.co.za> |
| 2017-04-07 12:19:16 | giampaolo.rodola | link | issue30014 messages |
| 2017-04-07 12:19:16 | giampaolo.rodola | create | |