ANN: cogen 0.1.0 coroutine library

Ionel Maries Cristian ionel.mc at gmail.com
Mon Dec 10 22:46:55 CET 2007


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-announce-list/attachments/20071210/243c2ef2/attachment.htm 


More information about the Python-announce-list mailing list