Hello, everybody.
I'm developing an asynchronous interface for python on the "picoev" event-library, a tiny event library (epoll, kqueue and select).
I've created a source repository on google code here.
In the test directory you can find a test i'm doing with a webserver (very simple) to test the interface capabilities.
The server runs but doesn't work as expected: the rw_callback doesn't...