From 82167684e868e4e501713d2c03b096db6daab0a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 18 Aug 2009 15:00:08 -0700 Subject: Actually hook up Rainbows to the rest of the beast Allow the --rainbows/-R command-line option to be passed to activate Rainbows!!!1 --- lib/unicorn/rainbows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicorn/rainbows.rb') diff --git a/lib/unicorn/rainbows.rb b/lib/unicorn/rainbows.rb index 33064c9..39fe29c 100644 --- a/lib/unicorn/rainbows.rb +++ b/lib/unicorn/rainbows.rb @@ -62,7 +62,7 @@ module Unicorn trap(:USR1) { reopen_worker_logs(worker.nr) } trap(:QUIT) { alive = false; LISTENERS.each { |s| s.close rescue nil } } [:TERM, :INT].each { |sig| trap(sig) { exit!(0) } } # instant shutdown - logger.info "worker=#{worker.nr} ready" + logger.info "worker=#{worker.nr} ready with Rainbows" begin Actor.spawn(ready.accept) { |s| process_client(s) } -- cgit v1.2.3-24-ge0c7