mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
That didn't work. Just plain text blocks now.
This commit is contained in:
parent
90f5c91590
commit
99dbe28e98
16
README.rst
16
README.rst
@ -21,21 +21,17 @@ Or from Pypi::
|
|||||||
|
|
||||||
$ easy_install -U gunicorn
|
$ easy_install -U gunicorn
|
||||||
|
|
||||||
::
|
You may also want to install Eventlet_ or Gevent_ if you expect that your
|
||||||
|
application code may need to pause for extended periods of time during
|
||||||
You may also want to install Eventlet_ or Gevent_ if you expect that your
|
request processing. Check out the FAQ_ for more information on when you'll
|
||||||
application code may need to pause for extended periods of time during
|
want to consider one of the alternate worker types.
|
||||||
request processing. Check out the FAQ_ for more information on when you'll
|
|
||||||
want to consider one of the alternate worker types.
|
|
||||||
|
|
||||||
To install eventlet::
|
To install eventlet::
|
||||||
|
|
||||||
$ easy_install -U eventlet
|
$ easy_install -U eventlet
|
||||||
|
|
||||||
::
|
If you encounter errors when compiling the extensions for Eventlet_ or
|
||||||
|
Gevent_ you most likely need to install a newer version of libev_.
|
||||||
If you encounter errors when compiling the extensions for Eventlet_ or
|
|
||||||
Gevent_ you most likely need to install a newer version of libev_.
|
|
||||||
|
|
||||||
Basic Usage
|
Basic Usage
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user