diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-08-29 08:44:55 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-29 08:44:55 -0300 |
commit | 0e9e04fc5c9d361f19af827d17f4f0d3640e4140 (patch) | |
tree | a8b03fa4cb85bee48dd8eb6cb0bdb88d0acce84a /network/uwsgi/README | |
parent | 24d0fae8fa4f7715c628dfafbaaa11604da997df (diff) | |
download | slackbuilds-0e9e04fc5c9d361f19af827d17f4f0d3640e4140.tar.gz |
network/uwsgi: Updated for version 0.9.8.3.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/uwsgi/README')
-rw-r--r-- | network/uwsgi/README | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README index a26d9d15ce..d65adf3a69 100644 --- a/network/uwsgi/README +++ b/network/uwsgi/README @@ -1,12 +1,15 @@ -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, self-healing and developer/sysadmin-friendly +application container server coded in pure C. Born as a WSGI-only +server, over time it has evolved in a complete stack for +networked/clustered web applications, implementing message/object +passing, caching, RPC and process management. It uses the uwsgi (all +lowercase; included by default in Nginx and Cherokee web servers) +protocol for all the networking/interprocess communications. -uWSGI can be integrated with various webservers (apache2, nginx, cherokee -and lighttpd modules available). +uWSGI is designed to be fully modular. This means that different +plugins can be used in order to add compatibility with tons of different +technology on top of the same core. -Note: this script only builds the uWSGI server without any webserver -modules. +This script builds plugins for Python 2.6, Python 3.2 (optional, pass +PYTHON32=yes to enable; requires python3 to be installed), Perl PSGI +(disabled, works only with Perl from -current), and Ruby Rack. |