Jesús Cea Avión <j...@jcea.es> added the comment:

I want to move this forward.

Apparently, "/dev/poll" could be actually used transparently in python 
"select.poll()" implementation. The semantics seems to be the same, so we could 
use the "poll" syscall or "/dev/poll" statically at compiling time, or 
dinamically at poll object creation time (try to open /dev/poll and go to 
"poll" syscall if that fails).

Some details:

http://developers.sun.com/solaris/articles/using_devpoll.html
http://developers.sun.com/solaris/articles/polling_efficient.html

I agree that Solaris 10 event framework would be nice to support too, but that 
would be another feature request.

----------

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

Reply via email to