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
9ae104be59
commit
d1565ba16b
@ -27,18 +27,34 @@
|
||||
</div>
|
||||
<div id="content">
|
||||
<div class="document">
|
||||
<div class="section" id="dev-head-2010-06-17">
|
||||
<h2><a class="toc-backref" href="#contents">0.10-dev (head) / 2010-06-17</a></h2>
|
||||
<ul class="simple">
|
||||
<li>New HTTP parser.</li>
|
||||
<li>New HUP behaviour :
|
||||
<div class="section" id="id1">
|
||||
<h2><a class="toc-backref" href="#contents">0.10.0 / 2010-07-08</a></h2>
|
||||
<ul>
|
||||
<li><p class="first">New HTTP parser.</p>
|
||||
</li>
|
||||
<li><p class="first">New HUP behaviour :
|
||||
- Reload configuration
|
||||
- Start the new worker processes with a new configuration
|
||||
- Gracefully shutdown the old worker processes</li>
|
||||
<li>New gevent worker "egg:gunicorn#gevent2", working with gevent.wsgi.</li>
|
||||
- Gracefully shutdown the old worker processes</p>
|
||||
</li>
|
||||
<li><p class="first">New gevent worker "egg:gunicorn#gevent2", working with gevent.wsgi.</p>
|
||||
</li>
|
||||
<li><p class="first">New documentation site.</p>
|
||||
</li>
|
||||
<li><p class="first">Refactoring of configuration</p>
|
||||
</li>
|
||||
<li><p class="first">Fixed QUIT with eventlet worker</p>
|
||||
</li>
|
||||
<li><p class="first">Added an example reloader config</p>
|
||||
</li>
|
||||
<li><p class="first">Allows people to pass info from the command line to a WSGI application. See <a class="reference external" href="http://github.com/benoitc/gunicorn/raw/master/examples/alt_spec.py">examples/alt_spec.py</a> example:</p>
|
||||
<pre class="literal-block">
|
||||
$ gunicorn 'alt_spec:load("my arg here")'
|
||||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id1">
|
||||
<div class="section" id="id2">
|
||||
<h2><a class="toc-backref" href="#contents">0.9.1 / 2010-05-26</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers</li>
|
||||
@ -47,7 +63,7 @@
|
||||
<li>Fix umask in unix socket</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<div class="section" id="id3">
|
||||
<h2><a class="toc-backref" href="#contents">0.9.0 / 2010-05-24</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added <em>when_ready</em> hook. Called just after the server is started</li>
|
||||
@ -60,7 +76,7 @@ are forked.</li>
|
||||
<li>Documentation improvements</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id3">
|
||||
<div class="section" id="id4">
|
||||
<h2><a class="toc-backref" href="#contents">0.8.1 / 2010-04-29</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Fix builtins import in config</li>
|
||||
@ -69,7 +85,7 @@ are forked.</li>
|
||||
<li>Delay application loading until after processing all configuration</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<div class="section" id="id5">
|
||||
<h2><a class="toc-backref" href="#contents">0.8.0 / 2010-04-22</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Refactored Worker management for better async support. Now use the -k option
|
||||
@ -77,7 +93,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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id5">
|
||||
<div class="section" id="id6">
|
||||
<h2><a class="toc-backref" href="#contents">0.7.2 / 2010-04-15</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added --spew option to help debugging (installs a system trace hook)</li>
|
||||
@ -85,13 +101,13 @@ to set the type of request processing to use</li>
|
||||
<li>Fix a bug in start_response on error</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id6">
|
||||
<div class="section" id="id7">
|
||||
<h2><a class="toc-backref" href="#contents">0.7.1 / 2010-04-01</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Fix bug when responses have no body.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id7">
|
||||
<div class="section" id="id8">
|
||||
<h2><a class="toc-backref" href="#contents">0.7.0 / 2010-03-26</a></h2>
|
||||
<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>
|
||||
@ -101,28 +117,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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id8">
|
||||
<div class="section" id="id9">
|
||||
<h2><a class="toc-backref" href="#contents">0.6.5 / 2010-03-11</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Fix pidfile handling</li>
|
||||
<li>Fix Exception Error</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id9">
|
||||
<div class="section" id="id10">
|
||||
<h2><a class="toc-backref" href="#contents">0.6.4 / 2010-03-08</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Use cStringIO for performance when possible.</li>
|
||||
<li>Fix worker freeze when a remote connection closes unexpectedly.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id10">
|
||||
<div class="section" id="id11">
|
||||
<h2><a class="toc-backref" href="#contents">0.6.3 / 2010-03-07</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Make HTTP parsing faster.</li>
|
||||
<li>Various bug fixes</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id11">
|
||||
<div class="section" id="id12">
|
||||
<h2><a class="toc-backref" href="#contents">0.6.2 / 2010-03-01</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added support for chunked response.</li>
|
||||
@ -133,7 +149,7 @@ temporary data.</li>
|
||||
<li>Workers are now murdered by age (the oldest is killed first).</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id12">
|
||||
<div class="section" id="id13">
|
||||
<h2><a class="toc-backref" href="#contents">0.6.1 / 2010-02-24</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added gunicorn config file support for Django admin command</li>
|
||||
@ -141,7 +157,7 @@ temporary data.</li>
|
||||
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id13">
|
||||
<div class="section" id="id14">
|
||||
<h2><a class="toc-backref" href="#contents">0.6 / 2010-02-22</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added setproctitle support</li>
|
||||
@ -149,14 +165,14 @@ temporary data.</li>
|
||||
permissions, new uid/gid permissions are only set for workers.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id14">
|
||||
<div class="section" id="id15">
|
||||
<h2><a class="toc-backref" href="#contents">0.5.1 / 2010-02-22</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Fix umask</li>
|
||||
<li>Added Debian packaging</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id15">
|
||||
<div class="section" id="id16">
|
||||
<h2><a class="toc-backref" href="#contents">0.5 / 2010-02-20</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
|
||||
@ -178,22 +194,22 @@ permissions, new uid/gid permissions are only set for workers.</li>
|
||||
<div class="contents topic" id="contents">
|
||||
<p class="topic-title first">Contents</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#dev-head-2010-06-17" id="id16">0.10-dev (head) / 2010-06-17</a></li>
|
||||
<li><a class="reference internal" href="#id1" id="id17">0.9.1 / 2010-05-26</a></li>
|
||||
<li><a class="reference internal" href="#id2" id="id18">0.9.0 / 2010-05-24</a></li>
|
||||
<li><a class="reference internal" href="#id3" id="id19">0.8.1 / 2010-04-29</a></li>
|
||||
<li><a class="reference internal" href="#id4" id="id20">0.8.0 / 2010-04-22</a></li>
|
||||
<li><a class="reference internal" href="#id5" id="id21">0.7.2 / 2010-04-15</a></li>
|
||||
<li><a class="reference internal" href="#id6" id="id22">0.7.1 / 2010-04-01</a></li>
|
||||
<li><a class="reference internal" href="#id7" id="id23">0.7.0 / 2010-03-26</a></li>
|
||||
<li><a class="reference internal" href="#id8" id="id24">0.6.5 / 2010-03-11</a></li>
|
||||
<li><a class="reference internal" href="#id9" id="id25">0.6.4 / 2010-03-08</a></li>
|
||||
<li><a class="reference internal" href="#id10" id="id26">0.6.3 / 2010-03-07</a></li>
|
||||
<li><a class="reference internal" href="#id11" id="id27">0.6.2 / 2010-03-01</a></li>
|
||||
<li><a class="reference internal" href="#id12" id="id28">0.6.1 / 2010-02-24</a></li>
|
||||
<li><a class="reference internal" href="#id13" id="id29">0.6 / 2010-02-22</a></li>
|
||||
<li><a class="reference internal" href="#id14" id="id30">0.5.1 / 2010-02-22</a></li>
|
||||
<li><a class="reference internal" href="#id15" id="id31">0.5 / 2010-02-20</a></li>
|
||||
<li><a class="reference internal" href="#id1" id="id17">0.10.0 / 2010-07-08</a></li>
|
||||
<li><a class="reference internal" href="#id2" id="id18">0.9.1 / 2010-05-26</a></li>
|
||||
<li><a class="reference internal" href="#id3" id="id19">0.9.0 / 2010-05-24</a></li>
|
||||
<li><a class="reference internal" href="#id4" id="id20">0.8.1 / 2010-04-29</a></li>
|
||||
<li><a class="reference internal" href="#id5" id="id21">0.8.0 / 2010-04-22</a></li>
|
||||
<li><a class="reference internal" href="#id6" id="id22">0.7.2 / 2010-04-15</a></li>
|
||||
<li><a class="reference internal" href="#id7" id="id23">0.7.1 / 2010-04-01</a></li>
|
||||
<li><a class="reference internal" href="#id8" id="id24">0.7.0 / 2010-03-26</a></li>
|
||||
<li><a class="reference internal" href="#id9" id="id25">0.6.5 / 2010-03-11</a></li>
|
||||
<li><a class="reference internal" href="#id10" id="id26">0.6.4 / 2010-03-08</a></li>
|
||||
<li><a class="reference internal" href="#id11" id="id27">0.6.3 / 2010-03-07</a></li>
|
||||
<li><a class="reference internal" href="#id12" id="id28">0.6.2 / 2010-03-01</a></li>
|
||||
<li><a class="reference internal" href="#id13" id="id29">0.6.1 / 2010-02-24</a></li>
|
||||
<li><a class="reference internal" href="#id14" id="id30">0.6 / 2010-02-22</a></li>
|
||||
<li><a class="reference internal" href="#id15" id="id31">0.5.1 / 2010-02-22</a></li>
|
||||
<li><a class="reference internal" href="#id16" id="id32">0.5 / 2010-02-20</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -6,92 +6,107 @@
|
||||
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
|
||||
<url>
|
||||
<loc>http://gunicorn.org/</loc>
|
||||
<lastmod>2010-05-31T20:33:20Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/configuration.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/configure.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/css/</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/css/index.css</loc>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/css/style.css</loc>
|
||||
<lastmod>2010-05-31T20:11:24Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/deploy.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/deployment.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/design.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/faq.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/images/</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/images/gunicorn.png</loc>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/images/large_gunicorn.png</loc>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/images/logo.png</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/index.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/install.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/installation.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/news.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-08T19:57:19Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/run.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/tuning.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://gunicorn.org/usage.html</loc>
|
||||
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||
<lastmod>2010-07-01T05:14:22Z</lastmod>
|
||||
<priority>0.5000</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
@ -8,8 +8,8 @@ _TOC_TOP_
|
||||
|
||||
_TOC_BOT_
|
||||
|
||||
0.10-dev (head) / 2010-06-17
|
||||
----------------------------
|
||||
0.10.0 / 2010-07-08
|
||||
-------------------
|
||||
|
||||
- New HTTP parser.
|
||||
- New HUP behaviour :
|
||||
@ -17,7 +17,13 @@ _TOC_BOT_
|
||||
- Start the new worker processes with a new configuration
|
||||
- Gracefully shutdown the old worker processes
|
||||
- New gevent worker "egg:gunicorn#gevent2", working with gevent.wsgi.
|
||||
|
||||
- New documentation site.
|
||||
- Refactoring of configuration
|
||||
- Fixed QUIT with eventlet worker
|
||||
- Added an example reloader config
|
||||
- Allows people to pass info from the command line to a WSGI application. See `examples/alt_spec.py <http://github.com/benoitc/gunicorn/raw/master/examples/alt_spec.py>`_ example::
|
||||
|
||||
$ gunicorn 'alt_spec:load("my arg here")'
|
||||
|
||||
0.9.1 / 2010-05-26
|
||||
------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user