In article <mailman.2864.1370638034.3114.python-l...@python.org>,
 Ralf Schmitt <r...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to