Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gevent 0.11.0 released

0 views
Skip to first unread message

Denis

unread,
Oct 9, 2009, 4:48:52 AM10/9/09
to comp-lang-py...@moderators.isc.org
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.

0 new messages