From d8e6cb17693c7e70d47e6515dc2ed13eee53b0f2 Mon Sep 17 00:00:00 2001
From: "Paul J. Davis"
Date: Sun, 30 May 2010 14:38:27 -0400
Subject: [PATCH] Rebuild after rebase.
---
doc/htdocs/configure.html | 60 ++++++++++++++++++++++++++++-----------
doc/htdocs/news.html | 41 +++++++++++---------------
2 files changed, 59 insertions(+), 42 deletions(-)
diff --git a/doc/htdocs/configure.html b/doc/htdocs/configure.html
index 94c36ade..f8b72cc2 100644
--- a/doc/htdocs/configure.html
+++ b/doc/htdocs/configure.html
@@ -61,28 +61,30 @@
Server Mechanics
-Logging
-- -d, --debug
+- --debug
- False
Turn on debugging in the server.
@@ -300,6 +302,18 @@ handling that's sent to clients.
+
+
+
+
Load application code before the worker processes are forked.
+
By preloading an application you can save some RAM resources as well as
+speed up server boot times. Although, if you defer application loading
+to each worker process, you can reload your application code easily by
+restarting workers.
+
+
+
+
+
Called just after the server is started.
+
The callable needs to accept a single instance variable for the Arbiter.
+
diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index dc69fa2c..45fb2338 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -27,17 +27,8 @@
-
-
0.9.0-dev / 2010-05-17
-
-- Fix pidfile
-- Fix QUIT/HUP in async workers
-- Fix reexec
-- Documentation improvments
-
-
-
0.9.1 / 2010-05-26
+
0.9.1 / 2010-05-26
- Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers
- Fix configuration
@@ -46,7 +37,7 @@
-
0.9.0 / 2010-05-24
+
0.9.0 / 2010-05-24
- Added when_ready hook. Called just after the server is started
- Added preload setting. Load application code before the worker processes
@@ -59,7 +50,7 @@ are forked.
-
0.8.1 / 2010-04-29
+
0.8.1 / 2010-04-29
- Fix builtins import in config
- Fix installation with pip
@@ -67,7 +58,7 @@ are forked.
- Delay application loading until after processing all configuration
-
+
0.8.0 / 2010-04-22
- Refactored Worker management for better async support. Now use the -k option
@@ -76,21 +67,21 @@ to set the type of request processing to use
-
0.7.2 / 2010-04-15
+
0.7.2 / 2010-04-15
- Added --spew option to help debugging (installs a system trace hook)
- Some fixes in async arbiters
- Fix a bug in start_response on error
-
+
0.7.1 / 2010-04-01
- Fix bug when responses have no body.
-
0.7.0 / 2010-03-26
+
0.7.0 / 2010-03-26
- Added support for Eventlet and Gevent based workers.
- Added Websockets support
@@ -100,27 +91,27 @@ to set the type of request processing to use
-
0.6.5 / 2010-03-11
+
0.6.5 / 2010-03-11
- Fix pidfile handling
- Fix Exception Error
-
+
0.6.4 / 2010-03-08
- Use cStringIO for performance when possible.
- Fix worker freeze when a remote connection closes unexpectedly.
-
+
0.6.3 / 2010-03-07
- Make HTTP parsing faster.
- Various bug fixes
-
+
0.6.2 / 2010-03-01
- Added support for chunked response.
@@ -131,7 +122,7 @@ temporary data.
- Workers are now murdered by age (the oldest is killed first).
-
+
0.6.1 / 2010-02-24
- Added gunicorn config file support for Django admin command
@@ -139,7 +130,7 @@ temporary data.
- Removed TTIN/TTOU from workers which blocked other signals.
-
+
0.6 / 2010-02-22
- Added setproctitle support
@@ -147,14 +138,14 @@ temporary data.
permissions, new uid/gid permissions are only set for workers.
-
+
0.5.1 / 2010-02-22
- Fix umask
- Added Debian packaging
-
+
0.5 / 2010-02-20
- Added configuration file handler.
@@ -179,4 +170,4 @@ permissions, new uid/gid permissions are only set for workers.