[ANNOUNCE] greenlet 0.4.1

Roy Smith roy at panix.com
Fri Jun 7 20:46:49 EDT 2013


In article <mailman.2864.1370638034.3114.python-list at python.org>,
 Ralf Schmitt <ralf at systemexit.de> wrote:

> Hi,
> 
> I have uploaded greenlet 0.4.1 to PyPI:
> https://pypi.python.org/pypi/greenlet
> 
> What is it?
> -----------
> The greenlet module provides coroutines for python. coroutines allow
> suspending and resuming execution at certain locations.
> 
> concurrence[1], eventlet[2] and gevent[3] use the greenlet module in
> order to implement concurrent network applications.

We use gevent at Songza.  It's very cool.  We went from 50 gunicorn 
workers per server to 8 when we switched to gevent.



More information about the Python-list mailing list