[issue19302] Add support for AIX pollset efficient event I/O polling

David Edelsohn report at bugs.python.org
Mon Oct 21 05:03:03 CEST 2013


David Edelsohn added the comment:

pollset is the AIX equivalent of Linux epoll (or kqueue). The API is almost identical to epoll except with different interface names and a few minor tweaks. I will try to work on it. I mainly opened this issue as a placeholder to discuss the implementation and for anyone else who wanted to help.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19302>
_______________________________________


More information about the Python-bugs-list mailing list