Using select.kqueue()
Ritesh Nadhani
riteshn at gmail.com
Tue Sep 1 03:51:17 EDT 2009
Hi
I am trying to use kqueue. Since, I am on v2.5, I use the baclport:
http://pypi.python.org/pypi/select26/0.1a3.
Following the example at:
http://julipedia.blogspot.com/2004/10/example-of-kqueue.html (which
works perfectly as it tells all events), I tried to port it to Python:
http://www.bpaste.net/show/25/
Not sure where I am wrong but the poller only returns *one* event
ever. Adding new text, deleting the file does not return any event.
What can I be doing wrong?
More information about the Python-list
mailing list