Gunicorn: Difference between revisions
Appearance
Content deleted Content added
cat |
cat |
||
Line 24: | Line 24: | ||
[[Category:Free web server software]] |
[[Category:Free web server software]] |
||
[[Category:Free software programmed in Python]] |
Revision as of 13:59, 4 February 2013
The Gunicorn "Green Unicorn" is a Python Web Server Gateway Interface HTTP Server for Unix. It is a pre-fork worker model, ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with a number of web application frameworks, simply implemented, light on server resources and fairly fast.[1]
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
See also
External links
References
- ^ "Gunicorn-Python WSGI HTTP Server for UNIX". Gunicorn. Retrieved December 27, 2012.
This article incorporates text available under the CC BY 3.0 license.