Commit graph

6 commits

Author SHA1 Message Date
joerg
4b190e092c 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-06-15 22:18:34 +00:00
joerg
beb9a65b85 uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.
Updated as the old distfile disappeared.
2010-03-17 16:13:45 +00:00
joerg
4280935df5 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-03-08 13:49:18 +00:00
joerg
b536237c8f Disallow Python 2.4, it doesn't have python-config. 2010-02-15 16:19:09 +00:00
joerg
9a1301afc5 --libs for python-config is evil, it makes it find the static lib first.
Bump revision.
2010-02-10 13:25:03 +00:00
joerg
d38d1e4817 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
2010-02-09 22:34:26 +00:00