In article <[email protected]>, Ralf Schmitt <[email protected]> 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
