|
|
|
Gunicorn 0.17.0 released
(gunicorn-docs.readthedocs.org)
|
|
39 points
by raja
4921 days ago
|
|
New features:
allows gunicorn to bind to multiple address
add SSL support
add syslog support
add nworkers_changed hook
add response arg for post_request hook
parse command line with argparse (replace deprecated optparse) |
|
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.