Possibly answering my own question?
http://scotdoyle.com/python-epoll-howto.html
I'm building this on Ubuntu Jaunty which has Python 2.6 installed,
which apparently has epoll built in. Would I be correct in assuming if
I were on a system that had Python 2.5 installed, the included epoll.c
file in the source would be used to get the native bindings needed?
Starting to make sense, but I'm still curious. Enjoying the Python
stuff quite a bit so far.
Best,
- chl