Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to