mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
206 lines
8.5 KiB
HTML
206 lines
8.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Green Unicorn - News</title>
|
|
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<div id="container" class="twocolumn">
|
|
<div id="menu">
|
|
<div class="logo">
|
|
<a href="./">
|
|
<img src="images/gunicorn.png" alt="Gunicorn - Green Unicorn" />
|
|
</a>
|
|
</div>
|
|
<ul id="actions">
|
|
<li><a href="install.html">Install</a></li>
|
|
<li><a href="run.html">Run</a></li>
|
|
<li><a href="configure.html">Configure</a></li>
|
|
<li><a href="deploy.html">Deploy</a></li>
|
|
<li><a href="design.html">Design</a></li>
|
|
<li><a href="faq.html">FAQ</a></li>
|
|
<li><a href="news.html">News</a></li>
|
|
<li><a href="http://github.com/benoitc/gunicorn/">Code</a></li>
|
|
</ul>
|
|
</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 :
|
|
- 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>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id1">
|
|
<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>
|
|
<li>Fix configuration</li>
|
|
<li>Remove -d options which was used instead of -D for daemon.</li>
|
|
<li>Fix umask in unix socket</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id2">
|
|
<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>
|
|
<li>Added <em>preload</em> setting. Load application code before the worker processes
|
|
are forked.</li>
|
|
<li>Refactored Config</li>
|
|
<li>Fix pidfile</li>
|
|
<li>Fix QUIT/HUP in async workers</li>
|
|
<li>Fix reexec</li>
|
|
<li>Documentation improvements</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id3">
|
|
<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>
|
|
<li>Fix installation with pip</li>
|
|
<li>Fix Tornado WSGI support</li>
|
|
<li>Delay application loading until after processing all configuration</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id4">
|
|
<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
|
|
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">
|
|
<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>
|
|
<li>Some fixes in async arbiters</li>
|
|
<li>Fix a bug in start_response on error</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id6">
|
|
<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">
|
|
<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>
|
|
<li>Added <a class="reference external" href="http://dev.w3.org/html5/websockets/">Websockets</a> support</li>
|
|
<li>Fix Chunked Encoding</li>
|
|
<li>Fix SIGWINCH on <a class="reference external" href="http://openbsd.org">OpenBSD</a></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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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>
|
|
<li>Added proc_name option to the config file.</li>
|
|
<li>Improved the HTTP parser. It now uses buffers instead of strings to store
|
|
temporary data.</li>
|
|
<li>Improved performance when sending responses.</li>
|
|
<li>Workers are now murdered by age (the oldest is killed first).</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id12">
|
|
<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>
|
|
<li>Fix gunicorn config file. -c was broken.</li>
|
|
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id13">
|
|
<h2><a class="toc-backref" href="#contents">0.6 / 2010-02-22</a></h2>
|
|
<ul class="simple">
|
|
<li>Added setproctitle support</li>
|
|
<li>Change privilege switch behavior. We now work like NGINX, master keeps the
|
|
permissions, new uid/gid permissions are only set for workers.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="id14">
|
|
<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">
|
|
<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>
|
|
<li>Added support for pre/post fork hooks</li>
|
|
<li>Added support for before_exec hook</li>
|
|
<li>Added support for unix sockets</li>
|
|
<li>Added launch of workers processes under different user/group</li>
|
|
<li>Added umask option</li>
|
|
<li>Added SCRIPT_NAME support</li>
|
|
<li>Better support of some exotic settings for Django projects</li>
|
|
<li>Better support of Paste-compatible applications</li>
|
|
<li>Some refactoring to make the code easier to hack</li>
|
|
<li>Allow multiple keys in request and response headers</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="toc">
|
|
<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>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<p>Site Content License <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p>
|
|
<p>Hosted on <a href="http://github.com/">GitHub</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |