mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix line wrapping.
This commit is contained in:
parent
2f553e0f36
commit
d1d88a805c
@ -58,7 +58,7 @@ on server resource usage, and fairly speedy.</p>
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Designed for Unix.</li>
|
<li>Designed for Unix.</li>
|
||||||
<li>Compatible with Python 2.x (>= 2.5)</li>
|
<li>Compatible with Python 2.x (>= 2.5)</li>
|
||||||
<li>Easy integration with <a class="reference external" href="http://djangoproject.com">Django</a> and <a class="reference external" href="http://pythonpaste.org/">Paster</a> compatible applications
|
<li>Easy integration with <a class="reference external" href="http://djangoproject.com">Django</a> and <a class="reference external" href="http://pythonpaste.org/">Paster</a> applications
|
||||||
(<a class="reference external" href="http://pylonshq.com/">Pylons</a>, <a class="reference external" href="http://turbogears.org/2.0/">TurboGears 2</a>, ...)</li>
|
(<a class="reference external" href="http://pylonshq.com/">Pylons</a>, <a class="reference external" href="http://turbogears.org/2.0/">TurboGears 2</a>, ...)</li>
|
||||||
<li>Process management: <a class="reference external" href="http://gunicorn.org">Gunicorn</a> reaps and restarts workers that die.</li>
|
<li>Process management: <a class="reference external" href="http://gunicorn.org">Gunicorn</a> reaps and restarts workers that die.</li>
|
||||||
<li>Load balancing via pre-fork and a shared socket</li>
|
<li>Load balancing via pre-fork and a shared socket</li>
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Features
|
|||||||
|
|
||||||
- Designed for Unix.
|
- Designed for Unix.
|
||||||
- Compatible with Python 2.x (>= 2.5)
|
- Compatible with Python 2.x (>= 2.5)
|
||||||
- Easy integration with Django_ and Paster_ compatible applications
|
- Easy integration with Django_ and Paster_ applications
|
||||||
(`Pylons`_, `TurboGears 2`_, ...)
|
(`Pylons`_, `TurboGears 2`_, ...)
|
||||||
- Process management: Gunicorn_ reaps and restarts workers that die.
|
- Process management: Gunicorn_ reaps and restarts workers that die.
|
||||||
- Load balancing via pre-fork and a shared socket
|
- Load balancing via pre-fork and a shared socket
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user