Merge pull request #441 from acdha/patch-1

Update link to Greenlet source repository
This commit is contained in:
Benoit Chesneau 2012-12-04 21:01:22 -08:00
commit 41a6999fa3

View File

@ -91,7 +91,7 @@ Always remember, there is such a thing as too many workers. After a point your
worker processes will start thrashing system resources decreasing the throughput worker processes will start thrashing system resources decreasing the throughput
of the entire system. of the entire system.
.. _Greenlets: http://bitbucket.org/ambroff/greenlet .. _Greenlets: https://github.com/python-greenlet/greenlet
.. _Eventlet: http://eventlet.net .. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org .. _Gevent: http://gevent.org
.. _Slowloris: http://ha.ckers.org/slowloris/ .. _Slowloris: http://ha.ckers.org/slowloris/