mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Added references to libevent (which is what gevent uses) where appropriate.
This commit is contained in:
parent
8e1bab434e
commit
3f403a2ca9
@ -31,7 +31,7 @@ To install eventlet::
|
|||||||
$ easy_install -U eventlet
|
$ easy_install -U eventlet
|
||||||
|
|
||||||
If you encounter errors when compiling the extensions for Eventlet_ or
|
If you encounter errors when compiling the extensions for Eventlet_ or
|
||||||
Gevent_ you most likely need to install a newer version of libev_.
|
Gevent_ you most likely need to install a newer version of libev_ or libevent_.
|
||||||
|
|
||||||
Basic Usage
|
Basic Usage
|
||||||
-----------
|
-----------
|
||||||
@ -156,6 +156,7 @@ details.
|
|||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://gevent.org
|
||||||
.. _FAQ: http://gunicorn.org/faq.html
|
.. _FAQ: http://gunicorn.org/faq.html
|
||||||
.. _libev: http://software.schmorp.de/pkg/libev.html
|
.. _libev: http://software.schmorp.de/pkg/libev.html
|
||||||
|
.. _libevent: http://monkey.org/~provos/libevent
|
||||||
.. _`production page`: http://gunicorn.org/deployment.html
|
.. _`production page`: http://gunicorn.org/deployment.html
|
||||||
.. _`config file`: http://gunicorn.org/configuration.html
|
.. _`config file`: http://gunicorn.org/configuration.html
|
||||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
|
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
|
||||||
|
|||||||
@ -107,7 +107,7 @@ managers. On Ubuntu the package name for <tt class="docutils literal"><span clas
|
|||||||
<tt class="docutils literal"><span class="pre">python-dev</span></tt>.</p>
|
<tt class="docutils literal"><span class="pre">python-dev</span></tt>.</p>
|
||||||
<p class="last"><a class="reference external" href="http://gevent.org">Gevent</a> also requires that <tt class="docutils literal">libevent</tt> 1.4.x or 2.0.4 is installed.
|
<p class="last"><a class="reference external" href="http://gevent.org">Gevent</a> also requires that <tt class="docutils literal">libevent</tt> 1.4.x or 2.0.4 is installed.
|
||||||
This could be a more recent version than what is available in your
|
This could be a more recent version than what is available in your
|
||||||
package manager. If <a class="reference external" href="http://gevent.org">Gevent</a> fails to build even with <tt class="docutils literal">libevent</tt>
|
package manager. If <a class="reference external" href="http://gevent.org">Gevent</a> fails to build even with <a class="reference external" href="http://software.schmorp.de/pkg/libev.html">libevent</a>
|
||||||
installed, this is the most likely reason.</p>
|
installed, this is the most likely reason.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -88,7 +88,7 @@ want to consider one of the alternate worker types.
|
|||||||
|
|
||||||
Gevent_ also requires that ``libevent`` 1.4.x or 2.0.4 is installed.
|
Gevent_ also requires that ``libevent`` 1.4.x or 2.0.4 is installed.
|
||||||
This could be a more recent version than what is available in your
|
This could be a more recent version than what is available in your
|
||||||
package manager. If Gevent_ fails to build even with ``libevent``
|
package manager. If Gevent_ fails to build even with libevent_
|
||||||
installed, this is the most likely reason.
|
installed, this is the most likely reason.
|
||||||
|
|
||||||
Ubuntu/Debian
|
Ubuntu/Debian
|
||||||
@ -124,6 +124,6 @@ Fingerprint
|
|||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net
|
||||||
.. _`here on github`: http://github.com/tilgovi/gunicorn
|
.. _`here on github`: http://github.com/tilgovi/gunicorn
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://gevent.org
|
||||||
.. _libev: http://software.schmorp.de/pkg/libev.html
|
.. _libevent: http://monkey.org/~provos/libevent
|
||||||
.. _Ubuntu: http://www.ubuntu.com/
|
.. _Ubuntu: http://www.ubuntu.com/
|
||||||
.. _PPA: https://launchpad.net/~bchesneau/+archive/gunicorn
|
.. _PPA: https://launchpad.net/~bchesneau/+archive/gunicorn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user