python3-gunicorn

Event-based HTTP/WSGI server (Python 3 libraries)

Description

Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd.

 * Optional support for Eventlet, Tornado and Gevent to provide asynchronous
   long-polling ("Comet") connections.
 * Process management: Gunicorn reaps and restarts workers that die.
 * Easy integration with Django and Paster compatible applications (Pylons,
   TurboGears 2, etc.
 * Load balancing via pre-fork and a shared socket
 * Graceful worker process restarts
 * Upgrading without losing connections
 * Decode chunked transfers on-the-fly, allowing upload progress notifications
   or stream-based protocols over HTTP

This is the Python 3 library.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gunicorn.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-gunicorn