diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-22 11:20:39 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-22 11:20:39 +0000 |
commit | 64e61348e597b9e4e23ed089330ce7eefdddd000 (patch) | |
tree | 82aa44550a89b27df38008577793d5afd0606869 /railties | |
parent | f69f3848727362648e1b44a2450d0f89dce32bb2 (diff) | |
download | rails-64e61348e597b9e4e23ed089330ce7eefdddd000.tar.gz rails-64e61348e597b9e4e23ed089330ce7eefdddd000.tar.bz2 rails-64e61348e597b9e4e23ed089330ce7eefdddd000.zip |
Updated changelog for [1479]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1480 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f223730a01..d4423b4a83 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -14,7 +14,7 @@ * Added graceful exit from pressing CTRL-C during the run of the rails command #1150 [Caleb Tennis] -* Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck] +* Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1 or SIGHUP. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck] * Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck] |