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, socketpair
Date 2012-03-20.17:24:20
SpamBayes Score 3.991402e-07
Marked as misclassified No
Message-id <1332264261.27.0.0869942249509.issue11273@psf.upfronthosting.co.za>
In-reply-to
Content
I agree it would be great to do this, in fact I'm using a modified version of asyncore supporting register(), unregister() and modify() methods for file descriptors, and the performance benefits are enormous.

On the other hand, it appears to be quite difficult to integrate such a massive change into asyncore in a fully backward compatible manner. At least, it's not clear to me how to do this without breaking code relying on map's parameter and asyncore.socket_map.
History
Date User Action Args
2012-03-20 17:24:21giampaolo.rodolasetrecipients: + giampaolo.rodola, socketpair
2012-03-20 17:24:21giampaolo.rodolasetmessageid: <1332264261.27.0.0869942249509.issue11273@psf.upfronthosting.co.za>
2012-03-20 17:24:20giampaolo.rodolalinkissue11273 messages
2012-03-20 17:24:20giampaolo.rodolacreate