Coroutines and asynchronous I/O using enhanced generators from python 2.5, including a enhanced WSGI server.
Project description
Coroutines in python using enhanced generators from python 2.5
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.
Other features include a wsgi server with coroutine extensions, epoll/kqueue/sendfile enhancements, support for both win32 and linux.
Project page at: http://cogen.googlecode.com/
- Development version at:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.