Add files from parent branch HEAD:
[pkgsrcv2.git] / www / py-uwsgi / DESCR
1 uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
2 aimed for professional python webapps deployment and development.
3 Backend support exists for Apache, nginx, cherokee and lighttpd.
4
5 Some of the features include:
6 - low memory footprint
7 - preforking and multithreaded operation
8 - logging, diagnostic and profiling support
9 - support for sendfile()
10 - self-healing
11 - graceful restart and hot-plug upgrading