WSGI 服务器 uWSGI 0.9.9 发布

webphp 13年前
     <p>uWSGI 是一个快速的、纯C语言开发的、自维护的、对开发者友好的 WSGI 服务器,旨在提供专业的 Python web应用发布和开发。<br /> 项目地址:<a href="/misc/goto?guid=4958188793299821356" target="_blank">http://projects.unbit.it/uwsgi/</a><br /> <img title="WSGI 服务器 uWSGI 0.9.9 发布" border="0" alt="WSGI 服务器 uWSGI 0.9.9 发布" src="http://projects.unbit.it/images/logo_uWSGI.png" width="236" height="73" /><br /> uWSGI 0.9.9 发布了,该版本侧重于优化和 gevent 的支持,新增了 emperor 模式。</p>    <p>配置方法:</p>    <pre class="brush:python; toolbar: true; auto-links: false;">LoadModule uwsgi_module     libexec/apache2/mod_uwsgi.so  <Location /myapp>      SetHandler uwsgi-script  </Location></pre>    <p></p>