Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47357
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: [ANNOUNCE] greenlet 0.4.1 |
| Date | 2013-06-07 20:46 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-4D7645.20464807062013@news.panix.com> (permalink) |
| References | <mailman.2864.1370638034.3114.python-list@python.org> |
In article <mailman.2864.1370638034.3114.python-list@python.org>, Ralf Schmitt <ralf@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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
[ANNOUNCE] greenlet 0.4.1 Ralf Schmitt <ralf@systemexit.de> - 2013-06-07 22:47 +0200 Re: [ANNOUNCE] greenlet 0.4.1 Roy Smith <roy@panix.com> - 2013-06-07 20:46 -0400
csiph-web