diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-19 18:53:48 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-19 18:53:48 +0000 |
commit | 7077d8bb3d71742d5130753816508ccf302d7b26 (patch) | |
tree | 34d3d851ed3ad587923a2d61f0010acb07f62ade /activerecord | |
parent | 42723e3a0c74e25c45c0f763740a3115302da4ac (diff) | |
download | rails-7077d8bb3d71742d5130753816508ccf302d7b26.tar.gz rails-7077d8bb3d71742d5130753816508ccf302d7b26.tar.bz2 rails-7077d8bb3d71742d5130753816508ccf302d7b26.zip |
Dropped the 'immediate close-down' of FCGI processes since it didn't work consistently and produced bad responses when it didn't. So now a TERM ensures exit after the next request (just as if the process is handling a request when it receives the signal). This means that you'll have to 'nudge' all FCGI processes with a request in order to ensure that they have all reloaded. This can be done by something like ./script/process/repear --nudge 'http://www.myapp.com' --instances 10, which will load the myapp site 10 times (and thus hit all of the 10 FCGI processes once, enough to shut down).
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1867 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
0 files changed, 0 insertions, 0 deletions