Paketname | gunicorn |
Beschreibung | Event-based HTTP/WSGI server |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10.0-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 628 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), python-pkg-resources, python-setuptool |
Empfohlene Pakete | |
Paketbetreuer | Chris Lamb |
Quelle | |
Paketgröße | 82822 Byte |
Prüfsumme MD5 | 3b08afb596244c23bf8174f22b3972c8 |
Prüfsumme SHA1 | dd9b8d69ace3dbcb13b776bbf3b064ab39110841 |
Prüfsumme SHA256 | ec06aebe1649fae7b994c8def0ec4d062311c7345fc2d3d6161fde8d7a7c149a |
Link zum Herunterladen | gunicorn_0.10.0-1_all.deb |
Ausführliche Beschreibung | 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
|