HTTP服务器 Gunicorn v19.6.0 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/e8153e33fd91bb10862e914fbb904ad4.png" /></p>    <p>Gunicorn 绿色独角兽'是一个Python WSGI UNIX的HTTP服务器。这是一个pre-fork worker的模型,从Ruby的独角兽(Unicorn )项目移植。该Gunicorn服务器大致与各种Web框架兼容,只需非常简单的执行,轻量级的资源消耗,以及相当迅速。</p>    <p>特点:</p>    <ul>     <li>本身支持WSGI、Django、Paster</li>     <li>自动辅助进程管理</li>     <li>简单的 Python配置</li>     <li>允许配置多个工作环境</li>     <li>各种服务器的可扩展钩子</li>     <li>与Python 2.x > = 2.5 兼容</li>    </ul>    <h2>更新日志</h2>    <h3>Core & Logging</h3>    <ul>     <li>improvement of the binary upgrade behaviour using USR2: remove file lockin (<a href="/misc/goto?guid=4958990582904128100">issue 1270</a>)</li>     <li>add the <code>--capture-output</code> setting to capture stdout/stderr tot the log</li>    </ul>    <p>file (<a href="/misc/goto?guid=4958990583002859436">issue 1271</a>) - Allow disabling <code>sendfile()</code> via the SENDFILE` environment variable (<a href="/misc/goto?guid=4958990583096236207">issue 1252</a> - fix reload under pycharm (<a href="/misc/goto?guid=4958990583179725411">issue 1129</a>)</p>    <h3>Workers</h3>    <ul>     <li>fix: make sure to remove the signal from the worker pipe (<a href="/misc/goto?guid=4958990583270563388">issue 1269</a>)</li>     <li>fix: <strong>gthread</strong> worker, handle removed socket in the select loop(<a href="/misc/goto?guid=4958990583358176927">issue 1258</a>)</li>    </ul>    <h2>下载地址</h2>    <ul>     <li><a href="/misc/goto?guid=4958990583458218900" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958990583553041634" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>