gunicorn 0.12.2-2 source package in Ubuntu

Changelog

gunicorn (0.12.2-2) unstable; urgency=low

  * Source /etc/default/gunicorn so CONF_DIR (etc.) can be overridden.
    (via https://github.com/lamby/pkg-gunicorn/issues/8). Thanks to cbay for
    the patch.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  27 May 2011 07:44:25 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gunicorn_0.12.2.orig.tar.gz 174.1 KiB b4fcc5d4d53ab531edf194462cdde7fa76a5eb3bef2f89016da351e004cd8780
gunicorn_0.12.2-2.debian.tar.gz 7.6 KiB e670f92b1c36c9e36966f46fbeefd417e90ae6cd30952e987f01d5e65398b16d
gunicorn_0.12.2-2.dsc 1.2 KiB 9212343963c74a91fcce11cb1a7d9f398e61ce292cb6e203305728158e216abf

Available diffs

View changes file

Binary packages built by this source

gunicorn: Event-based HTTP/WSGI server

 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