From 50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 15 Oct 2005 13:48:03 +0000 Subject: 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 --- railties/lib/commands/process/reaper.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'railties/lib/commands/process/reaper.rb') 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:") -- cgit v1.2.3