This is a library for network oriented, coroutine based programming. The interfaces and events/operations aim to mimic thread features. Coroutines work as simple generators, the operations and events work as objects passed in and out of the generator, these objects are managed by the scheduler/network poller.
Features * basic scheduling priority management * timeouts for operations * fast network with epoll for linux platforms (select for win32) * send file support * signal events * wsgi server Available at: http://pypi.python.org/pypi/cogen/0.1.0 Project page at: http://code.google.com/p/cogen/ Any feedback is welcome. -- ionel.
-- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html