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 jcea
Recipients exarkun, jcea
Date 2011-10-20.18:13:17
SpamBayes Score 0.0014484859
Marked as misclassified No
Message-id <1319134398.15.0.848474796766.issue6397@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-20 18:13:18jceasetrecipients: + jcea, exarkun
2011-10-20 18:13:18jceasetmessageid: <1319134398.15.0.848474796766.issue6397@psf.upfronthosting.co.za>
2011-10-20 18:13:17jcealinkissue6397 messages
2011-10-20 18:13:17jceacreate