aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process/reaper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 13:48:03 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 13:48:03 +0000
commit50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9 (patch)
treea7df162d50f31ef621aedc74eab59816fa61a232 /railties/lib/commands/process/reaper.rb
parent0930256b457bb5b7b959ca334dcaaeb595c26fc5 (diff)
downloadrails-50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9.tar.gz
rails-50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9.tar.bz2
rails-50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9.zip
Updated documentation and fixed the spinner to reference the new spawner by default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2610 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/process/reaper.rb')
-rw-r--r--railties/lib/commands/process/reaper.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/railties/lib/commands/process/reaper.rb b/railties/lib/commands/process/reaper.rb
index b5b82c310f..1a08cb1def 100644
--- a/railties/lib/commands/process/reaper.rb
+++ b/railties/lib/commands/process/reaper.rb
@@ -90,13 +90,10 @@ ARGV.options do |opts|
Restart is the most common and default action.
- A nudge is simply a request to a URL where the dispatcher is serving. You should perform one nudge per
- FCGI process you have running if they're setup in a round-robin. Be sure to do one nudge per FCGI process
- across all your servers. So three servers with 10 processes each should nudge 30 times to be sure all processes
- are restarted.
-
Examples:
+ reaper # restarts the default dispatcher
reaper -a reload
+ reaper -a exit -d /my/special/dispatcher.fcgi
EOF
opts.on(" Options:")