[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] gevent 0.13.2 released
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] gevent 0.13.2 released
- From: Denis Bilenko <denis.bilenko@xxxxxxxxx>
- Date: Fri, 28 Jan 2011 20:58:52 +0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Fri, 28 Jan 2011 09:59:36 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=9Qzc7u8RFsgBjTGu1kpvxEqLF/lfq2zZWwzaqguYl3E=; b=AKYpagopWbXOIeeBUyJfnxzJzNd77ENpgad/RY3zJ9hpv1Ad5Rtvqz3wI1lpzg5TQ2 ymPQaAvpYj5aqwYryAhdtXQm02vUVe/ZqXxexzVl2INvLZt9kihc4oO/sc1gaANOI2Ed ZP48W6NW1kEBpUyBBlO9MxpCfmk2nQigdT5bQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=LsKQwEvy9O5ROLv0JYz6u1SKO3avZy8Zf5bxeYhkJ399xEXpzXqmwfvqi9MeT0GmY7 ubWK6ldoF3b/A8UddhOfWxbP+zTWzCGCw1WdzgZYeeHQTk3voL3Jz66fb3rRdu161ZGJ wYl+uAP+81tJo4l880Aw5lhKeqp1q6pXsPh7M=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi!
I'm happy to announce that Gevent 0.13.2 is released with a number of
bug fixes and
a new gevent.httplib module that implements fast HTTP client - wrapper
around libevent-http.
What is it?
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:
* Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD).
* Lightweight execution units based on greenlet.
* API that re-uses concepts from the Python standard library (for
example there are Events and Queues).
* Cooperative sockets with ssl support.
* DNS queries performed through libevent-dns.
* Monkey patching utility to get 3rd party modules to become cooperative.
* Fast WSGI server based on libevent-http.
Homepage: http://www.gevent.org/
What's new in 0.13.2?
Read the full changelog here:
http://www.gevent.org/changelog.html
Get it from PyPI: http://pypi.python.org/pypi/gevent
Thanks to Tommie Gannert, Örjan Persson, Alexey Borzenkov. Ralf
Schmitt, Nicholas Piël, Elizabeth Jennifer Myers, Ned Rockson, Jon
Aslund.
Cheers,
Denis.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.