gunicorn 0.13.1-1 source package in Ubuntu

Changelog

gunicorn (0.13.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:57:04 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gunicorn_0.13.1.orig.tar.gz 179.8 KiB 07b7a3c0d79dca4e3607b874757977d66739d0029ab071d5415982e76e43a2b1
gunicorn_0.13.1-1.debian.tar.gz 7.6 KiB c7c064e2c476480a98ec4a3ae273f8ed90ceb0fac26e1ef01c9c42d188c42096
gunicorn_0.13.1-1.dsc 1.2 KiB fb0900be77e0a6c42d1348276cc126d517681b65b0ac5ac6366f03a8dfa4e8f5

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