mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
44 lines
882 B
ReStructuredText
44 lines
882 B
ReStructuredText
======================
|
|
Gunicorn - wsgi server
|
|
======================
|
|
|
|
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
|
|
worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly
|
|
compatible with various web frameworks, simply implemented, light on server
|
|
resources, and fairly speedy.
|
|
|
|
Features
|
|
--------
|
|
|
|
* Natively supports WSGI, Django, and Paster
|
|
* Automatic worker process management
|
|
* Simple Python configuration
|
|
* Multiple worker configurations
|
|
* Various server hooks for extensibility
|
|
* Compatible with Python 2.x >= 2.5
|
|
|
|
|
|
.. note::
|
|
main Gunicorn website on http://gunicorn.org
|
|
|
|
|
|
.. note::
|
|
gunicorn source code is hosted on `Github <http://github.com/benoitc/gunicorn.git>`_
|
|
|
|
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
install
|
|
run
|
|
configure
|
|
deploy
|
|
design
|
|
community
|
|
faq
|
|
news
|