Update link to Greenlet

https://bitbucket.org/ambroff/greenlet has migrated to https://github.com/python-greenlet/greenlet
This commit is contained in:
Chris Adams 2012-11-26 17:33:38 -05:00
parent 1b33280e8b
commit 0a3508fc7f

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/