asyncio workers doc link

This commit is contained in:
benoitc 2014-06-12 15:09:37 +02:00
parent 49a868f2a7
commit c21c932343

View File

@ -5,8 +5,8 @@ Changelog
----------------- -----------------
Gunicorn 19.0 is a major release with new features and fixes. This Gunicorn 19.0 is a major release with new features and fixes. This
version improve a lot the usage of Gunicorn with python 3 by adding two version improve a lot the usage of Gunicorn with python 3 by adding `two
new workers to it: `gthread` a fully threaded async worker using futures new workers <http://docs.gunicorn.org/en/latest/design.html#asyncio-workers>`_ to it: `gthread` a fully threaded async worker using futures
and `gaiohttp` a worker using asyncio. and `gaiohttp` a worker using asyncio.