WSGI 服务器 uWSGI
- 授权协议: GPLv2
- 开发语言: C/C++ Python
- 操作系统: Linux
- 软件首页: http://projects.unbit.it/uwsgi
- 软件文档: http://projects.unbit.it/uwsgi/wiki/Install
软件介绍
uWSGI 是一个快速的、纯C语言开发的、自维护的、对开发者友好的 WSGI 服务器,旨在提供专业的 Python web应用发布和开发。可使用 C/C++/Objective-C 来为 uWSGI 编写插件。
架构图:
与 Gunicorn 的性能比较:
配置方法:
LoadModule uwsgi_module libexec/apache2/mod_uwsgi.so <Location /myapp> SetHandler uwsgi-script </Location>
Code Complete
Steve McConnell / Microsoft Press / 2004-6-19 / GBP 40.99
在线阅读本书 Widely considered one of the best practical guides to programming, Steve McConnells original CODE COMPLETE has been helping developers write better software for more than a decade. Now......一起来看看 《Code Complete》 这本书的介绍吧!
