diff options
author | Audrius Kažukauskas | 2011-03-02 20:12:46 +0100 |
---|---|---|
committer | Niels Horn | 2011-03-02 20:12:46 +0100 |
commit | a1602565c6b8e22b17cad1140038b65e943fe204 (patch) | |
tree | 3fa2bafb431ad3f10239e0d23afd3c96972ea364 /network/uwsgi/README | |
parent | ed65bc4bd3a8739bbdcd6aa50aa8b00d0350f30e (diff) | |
download | slackbuilds-a1602565c6b8e22b17cad1140038b65e943fe204.tar.gz |
network/uwsgi: Updated for version 0.9.6.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/uwsgi/README')
-rw-r--r-- | network/uwsgi/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README index 064f06b61c..a26d9d15ce 100644 --- a/network/uwsgi/README +++ b/network/uwsgi/README @@ -1,11 +1,12 @@ -uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed -for professional Python webapp deployment and development. Over time it has -evolved in a complete stack for networked/clustered Python applications, -implementing message/object passing, RPC and process management. It uses the -uwsgi (all lowercase) protocol for all the networking/interprocess -communications. +uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, +aimed for professional Python webapp deployment and development. Over +time it has evolved in a complete stack for networked/clustered Python +applications, implementing message/object passing, RPC and process +management. It uses the uwsgi (all lowercase) protocol for all the +networking/interprocess communications. -uWSGI can be integrated with various webservers (apache2, nginx, cherokee and -lighttpd modules available). +uWSGI can be integrated with various webservers (apache2, nginx, cherokee +and lighttpd modules available). -Note: this script only builds the uWSGI server. +Note: this script only builds the uWSGI server without any webserver +modules. |