mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update doc
This commit is contained in:
parent
006a8b6e9d
commit
ea77f56449
@ -77,12 +77,12 @@ def app(environ, start_response):
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="blurb">
|
<div class="blurb">
|
||||||
<h3>Version 0.10.1 - 2010-08-06</h3>
|
<h3>Version 0.11.0 - 2010-08-12</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improve gevent's workers</li>
|
<li>Improve dramatically performances of Gevent and Eventlet workers</li>
|
||||||
<li>Add pre/post request hooks</li>
|
<li>Optimize HTTP parsing</li>
|
||||||
<li>Exit more quietly</li>
|
<li>Drop Server and Date headers in start_response when provided</li>
|
||||||
<li>Fix gevent dns issue</li>
|
<li>Fix latency issue in async worker</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|||||||
@ -28,6 +28,15 @@
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="document">
|
<div class="document">
|
||||||
<div class="section" id="id1">
|
<div class="section" id="id1">
|
||||||
|
<h2><a class="toc-backref" href="#contents">0.11.0 / 2010-08-12</a></h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>Improve dramatically performances of Gevent and Eventlet workers</li>
|
||||||
|
<li>Optimize HTTP parsing</li>
|
||||||
|
<li>Drop Server and Date headers in start_response when provided.</li>
|
||||||
|
<li>Fix latency issue in async workers</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="id2">
|
||||||
<h2><a class="toc-backref" href="#contents">0.10.1 / 2010-08-06</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.10.1 / 2010-08-06</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Improve gevent's workers. Add "egg:gunicorn#gevent_wsgi" worker using
|
<li>Improve gevent's workers. Add "egg:gunicorn#gevent_wsgi" worker using
|
||||||
@ -41,7 +50,7 @@ need really fast connections and don't need streaming, keepalive or ssl.</li>
|
|||||||
<li>Fix gevent dns issue</li>
|
<li>Fix gevent dns issue</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id2">
|
<div class="section" id="id3">
|
||||||
<h2><a class="toc-backref" href="#contents">0.10.0 / 2010-07-08</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.10.0 / 2010-07-08</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>New HTTP parser.</li>
|
<li>New HTTP parser.</li>
|
||||||
@ -61,7 +70,7 @@ the preload flag can help a bit in small memory VM's.</li>
|
|||||||
<li>New documentation website.</li>
|
<li>New documentation website.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id3">
|
<div class="section" id="id4">
|
||||||
<h2><a class="toc-backref" href="#contents">0.9.1 / 2010-05-26</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.9.1 / 2010-05-26</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers</li>
|
<li>Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers</li>
|
||||||
@ -70,7 +79,7 @@ the preload flag can help a bit in small memory VM's.</li>
|
|||||||
<li>Fix umask in unix socket</li>
|
<li>Fix umask in unix socket</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id4">
|
<div class="section" id="id5">
|
||||||
<h2><a class="toc-backref" href="#contents">0.9.0 / 2010-05-24</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.9.0 / 2010-05-24</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added <em>when_ready</em> hook. Called just after the server is started</li>
|
<li>Added <em>when_ready</em> hook. Called just after the server is started</li>
|
||||||
@ -83,7 +92,7 @@ are forked.</li>
|
|||||||
<li>Documentation improvements</li>
|
<li>Documentation improvements</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id5">
|
<div class="section" id="id6">
|
||||||
<h2><a class="toc-backref" href="#contents">0.8.1 / 2010-04-29</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.8.1 / 2010-04-29</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Fix builtins import in config</li>
|
<li>Fix builtins import in config</li>
|
||||||
@ -92,7 +101,7 @@ are forked.</li>
|
|||||||
<li>Delay application loading until after processing all configuration</li>
|
<li>Delay application loading until after processing all configuration</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id6">
|
<div class="section" id="id7">
|
||||||
<h2><a class="toc-backref" href="#contents">0.8.0 / 2010-04-22</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.8.0 / 2010-04-22</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Refactored Worker management for better async support. Now use the -k option
|
<li>Refactored Worker management for better async support. Now use the -k option
|
||||||
@ -100,7 +109,7 @@ to set the type of request processing to use</li>
|
|||||||
<li>Added support for <a class="reference external" href="http://www.tornadoweb.org/">Tornado</a></li>
|
<li>Added support for <a class="reference external" href="http://www.tornadoweb.org/">Tornado</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id7">
|
<div class="section" id="id8">
|
||||||
<h2><a class="toc-backref" href="#contents">0.7.2 / 2010-04-15</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.7.2 / 2010-04-15</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added --spew option to help debugging (installs a system trace hook)</li>
|
<li>Added --spew option to help debugging (installs a system trace hook)</li>
|
||||||
@ -108,13 +117,13 @@ to set the type of request processing to use</li>
|
|||||||
<li>Fix a bug in start_response on error</li>
|
<li>Fix a bug in start_response on error</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id8">
|
<div class="section" id="id9">
|
||||||
<h2><a class="toc-backref" href="#contents">0.7.1 / 2010-04-01</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.7.1 / 2010-04-01</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Fix bug when responses have no body.</li>
|
<li>Fix bug when responses have no body.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id9">
|
<div class="section" id="id10">
|
||||||
<h2><a class="toc-backref" href="#contents">0.7.0 / 2010-03-26</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.7.0 / 2010-03-26</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added support for <a class="reference external" href="http://eventlet.net">Eventlet</a> and <a class="reference external" href="http://gevent.org">Gevent</a> based workers.</li>
|
<li>Added support for <a class="reference external" href="http://eventlet.net">Eventlet</a> and <a class="reference external" href="http://gevent.org">Gevent</a> based workers.</li>
|
||||||
@ -124,28 +133,28 @@ to set the type of request processing to use</li>
|
|||||||
<li>Fix <a class="reference external" href="http://www.python.org/dev/peps/pep-0333/">PEP 333</a> compliance for the write callable.</li>
|
<li>Fix <a class="reference external" href="http://www.python.org/dev/peps/pep-0333/">PEP 333</a> compliance for the write callable.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id10">
|
<div class="section" id="id11">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6.5 / 2010-03-11</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6.5 / 2010-03-11</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Fix pidfile handling</li>
|
<li>Fix pidfile handling</li>
|
||||||
<li>Fix Exception Error</li>
|
<li>Fix Exception Error</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id11">
|
<div class="section" id="id12">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6.4 / 2010-03-08</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6.4 / 2010-03-08</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Use cStringIO for performance when possible.</li>
|
<li>Use cStringIO for performance when possible.</li>
|
||||||
<li>Fix worker freeze when a remote connection closes unexpectedly.</li>
|
<li>Fix worker freeze when a remote connection closes unexpectedly.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id12">
|
<div class="section" id="id13">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6.3 / 2010-03-07</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6.3 / 2010-03-07</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Make HTTP parsing faster.</li>
|
<li>Make HTTP parsing faster.</li>
|
||||||
<li>Various bug fixes</li>
|
<li>Various bug fixes</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id13">
|
<div class="section" id="id14">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6.2 / 2010-03-01</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6.2 / 2010-03-01</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added support for chunked response.</li>
|
<li>Added support for chunked response.</li>
|
||||||
@ -156,7 +165,7 @@ temporary data.</li>
|
|||||||
<li>Workers are now murdered by age (the oldest is killed first).</li>
|
<li>Workers are now murdered by age (the oldest is killed first).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id14">
|
<div class="section" id="id15">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6.1 / 2010-02-24</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6.1 / 2010-02-24</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added gunicorn config file support for Django admin command</li>
|
<li>Added gunicorn config file support for Django admin command</li>
|
||||||
@ -164,7 +173,7 @@ temporary data.</li>
|
|||||||
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
|
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id15">
|
<div class="section" id="id16">
|
||||||
<h2><a class="toc-backref" href="#contents">0.6 / 2010-02-22</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.6 / 2010-02-22</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added setproctitle support</li>
|
<li>Added setproctitle support</li>
|
||||||
@ -172,14 +181,14 @@ temporary data.</li>
|
|||||||
permissions, new uid/gid permissions are only set for workers.</li>
|
permissions, new uid/gid permissions are only set for workers.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id16">
|
<div class="section" id="id17">
|
||||||
<h2><a class="toc-backref" href="#contents">0.5.1 / 2010-02-22</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.5.1 / 2010-02-22</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Fix umask</li>
|
<li>Fix umask</li>
|
||||||
<li>Added Debian packaging</li>
|
<li>Added Debian packaging</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id17">
|
<div class="section" id="id18">
|
||||||
<h2><a class="toc-backref" href="#contents">0.5 / 2010-02-20</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.5 / 2010-02-20</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
|
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
|
||||||
@ -201,23 +210,24 @@ permissions, new uid/gid permissions are only set for workers.</li>
|
|||||||
<div class="contents topic" id="contents">
|
<div class="contents topic" id="contents">
|
||||||
<p class="topic-title first">Contents</p>
|
<p class="topic-title first">Contents</p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><a class="reference internal" href="#id1" id="id18">0.10.1 / 2010-08-06</a></li>
|
<li><a class="reference internal" href="#id1" id="id19">0.11.0 / 2010-08-12</a></li>
|
||||||
<li><a class="reference internal" href="#id2" id="id19">0.10.0 / 2010-07-08</a></li>
|
<li><a class="reference internal" href="#id2" id="id20">0.10.1 / 2010-08-06</a></li>
|
||||||
<li><a class="reference internal" href="#id3" id="id20">0.9.1 / 2010-05-26</a></li>
|
<li><a class="reference internal" href="#id3" id="id21">0.10.0 / 2010-07-08</a></li>
|
||||||
<li><a class="reference internal" href="#id4" id="id21">0.9.0 / 2010-05-24</a></li>
|
<li><a class="reference internal" href="#id4" id="id22">0.9.1 / 2010-05-26</a></li>
|
||||||
<li><a class="reference internal" href="#id5" id="id22">0.8.1 / 2010-04-29</a></li>
|
<li><a class="reference internal" href="#id5" id="id23">0.9.0 / 2010-05-24</a></li>
|
||||||
<li><a class="reference internal" href="#id6" id="id23">0.8.0 / 2010-04-22</a></li>
|
<li><a class="reference internal" href="#id6" id="id24">0.8.1 / 2010-04-29</a></li>
|
||||||
<li><a class="reference internal" href="#id7" id="id24">0.7.2 / 2010-04-15</a></li>
|
<li><a class="reference internal" href="#id7" id="id25">0.8.0 / 2010-04-22</a></li>
|
||||||
<li><a class="reference internal" href="#id8" id="id25">0.7.1 / 2010-04-01</a></li>
|
<li><a class="reference internal" href="#id8" id="id26">0.7.2 / 2010-04-15</a></li>
|
||||||
<li><a class="reference internal" href="#id9" id="id26">0.7.0 / 2010-03-26</a></li>
|
<li><a class="reference internal" href="#id9" id="id27">0.7.1 / 2010-04-01</a></li>
|
||||||
<li><a class="reference internal" href="#id10" id="id27">0.6.5 / 2010-03-11</a></li>
|
<li><a class="reference internal" href="#id10" id="id28">0.7.0 / 2010-03-26</a></li>
|
||||||
<li><a class="reference internal" href="#id11" id="id28">0.6.4 / 2010-03-08</a></li>
|
<li><a class="reference internal" href="#id11" id="id29">0.6.5 / 2010-03-11</a></li>
|
||||||
<li><a class="reference internal" href="#id12" id="id29">0.6.3 / 2010-03-07</a></li>
|
<li><a class="reference internal" href="#id12" id="id30">0.6.4 / 2010-03-08</a></li>
|
||||||
<li><a class="reference internal" href="#id13" id="id30">0.6.2 / 2010-03-01</a></li>
|
<li><a class="reference internal" href="#id13" id="id31">0.6.3 / 2010-03-07</a></li>
|
||||||
<li><a class="reference internal" href="#id14" id="id31">0.6.1 / 2010-02-24</a></li>
|
<li><a class="reference internal" href="#id14" id="id32">0.6.2 / 2010-03-01</a></li>
|
||||||
<li><a class="reference internal" href="#id15" id="id32">0.6 / 2010-02-22</a></li>
|
<li><a class="reference internal" href="#id15" id="id33">0.6.1 / 2010-02-24</a></li>
|
||||||
<li><a class="reference internal" href="#id16" id="id33">0.5.1 / 2010-02-22</a></li>
|
<li><a class="reference internal" href="#id16" id="id34">0.6 / 2010-02-22</a></li>
|
||||||
<li><a class="reference internal" href="#id17" id="id34">0.5 / 2010-02-20</a></li>
|
<li><a class="reference internal" href="#id17" id="id35">0.5.1 / 2010-02-22</a></li>
|
||||||
|
<li><a class="reference internal" href="#id18" id="id36">0.5 / 2010-02-20</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -8,6 +8,14 @@ _TOC_TOP_
|
|||||||
|
|
||||||
_TOC_BOT_
|
_TOC_BOT_
|
||||||
|
|
||||||
|
0.11.0 / 2010-08-12
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Improve dramatically performances of Gevent and Eventlet workers
|
||||||
|
* Optimize HTTP parsing
|
||||||
|
* Drop Server and Date headers in start_response when provided.
|
||||||
|
* Fix latency issue in async workers
|
||||||
|
|
||||||
0.10.1 / 2010-08-06
|
0.10.1 / 2010-08-06
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user