gunicorn introduction
by Adam Lowry on Jul 13, 2010
- 2,945 views
A lightning-talk length introduction to the gunicorn web server for Python applications.
A lightning-talk length introduction to the gunicorn web server for Python applications.
Accessibility
Categories
Tags
Upload Details
Uploaded via SlideShare as Apple Keynote
Usage Rights
© All Rights Reserved
Statistics
- Favorites
- 4
- Downloads
- 21
- Comments
- 0
- Embed Views
- Views on SlideShare
- 2,299
- Total Views
- 2,945
But works with nearly any python web application, and is easy_installable/pip installable gunicorn is a simple Python web server.
python path colon callable name (defaults to ‘application’)
Pronounced gee-unicorn, günicorn, but I always call it gunicorn
Hard to do cross-platform
This uses code from PostgreSQL, which is always awesome