Oct. 9, 2009
8:48 a.m.
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (Event, Queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * Monkey patching utility to get pure Python modules to cooperate Home: http://gevent.org PyPI: http://pypi.python.org/pypi/gevent Version 0.11.0 has a number of fixes and improvements compared to 0.10.0 The full changelog is available here: http://gevent.org/changelog.html#version-0-11-0 Thanks to Jason Toffaletti for implementing cooperative DNS functions.
5581
Age (days ago)
5581
Last active (days ago)
0 comments
1 participants
participants (1)
-
Denis