./www/py-uwsgi, Feature-rich WSGI server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.4.4, Package name: py26-uwsgi-0.9.4.4, Maintainer: joerg

uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.

Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading


Required to run:
[textproc/libxml2] [lang/python26]

Master sites:

SHA1: 84ade184baab77f009baeac7af5940b91bd2016c
RMD160: b248d11cf82c31388a18b01bad6a7ecbfc4b1fe0
Filesize: 80.784 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-16 00:18:34 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi-0.9.4.4:
- Support non-yielding applications better
- UDP logging
- uwsgi_error() for improved diagnostics
- fix a potential segmentation fault
- Add --version
   2010-03-17 17:13:45 by Joerg Sonnenberger | Files touched by this commit (2) | Package updated
Log message:
uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.
Updated as the old distfile disappeared.
   2010-03-08 14:49:18 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi-0.9.4.2:
- fix a race condition in the worker spawning code
- minor fixes for the spooler code
- backport of UWSGI_SCHEME for better HTTPS support
- improvements for graceful reloading code
   2010-02-15 17:19:10 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Disallow Python 2.4, it doesn't have python-config.
   2010-02-10 14:25:03 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
--libs for python-config is evil, it makes it find the static lib first.
Bump revision.
   2010-02-09 23:34:26 by Joerg Sonnenberger | Files touched by this commit (4) | Imported package
Log message:
Import uwsgi-0.9.4.1:

uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.

Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading