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 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:16giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, vstinner, neologix, yselivanov
2017-04-07 12:19:16giampaolo.rodolasetmessageid: <1491567556.92.0.935015162585.issue30014@psf.upfronthosting.co.za>
2017-04-07 12:19:16giampaolo.rodolalinkissue30014 messages
2017-04-07 12:19:16giampaolo.rodolacreate