mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add gthread and gaiohttp to settings docs
This commit is contained in:
parent
bab8ce016d
commit
6a3bd70d2b
@ -102,6 +102,8 @@ A string referring to one of the following bundled classes:
|
||||
* ``eventlet`` - Requires eventlet >= 0.9.7
|
||||
* ``gevent`` - Requires gevent >= 0.13
|
||||
* ``tornado`` - Requires tornado >= 0.2
|
||||
* ``gthread`` - Python 2 requires the futures package to be installed
|
||||
* ``gaiohttp`` - Requires Python 3.4 and aiohttp >= 0.21.5
|
||||
|
||||
Optionally, you can provide your own worker by giving Gunicorn a
|
||||
Python path to a subclass of ``gunicorn.workers.base.Worker``.
|
||||
|
||||
@ -574,6 +574,8 @@ class WorkerClass(Setting):
|
||||
* ``eventlet`` - Requires eventlet >= 0.9.7
|
||||
* ``gevent`` - Requires gevent >= 0.13
|
||||
* ``tornado`` - Requires tornado >= 0.2
|
||||
* ``gthread`` - Python 2 requires the futures package to be installed
|
||||
* ``gaiohttp`` - Requires Python 3.4 and aiohttp >= 0.21.5
|
||||
|
||||
Optionally, you can provide your own worker by giving Gunicorn a
|
||||
Python path to a subclass of ``gunicorn.workers.base.Worker``.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user