about summary refs log tree commit homepage
path: root/lib/unicorn/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-19 01:04:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-19 01:04:24 -0700
commitec0756d85d3518c60a8f1b76af43c672814d1c99 (patch)
treef3b4921289e3d1560e1f464847ec666e2158b757 /lib/unicorn/rainbows.rb
parent8819eb77b236a56e239ce35c3b7f73b9a97e3724 (diff)
downloadunicorn-ec0756d85d3518c60a8f1b76af43c672814d1c99.tar.gz
The main loop ticks every second and we can chmod during that
time to keep ourselves alive.  If we're hosting some app that
does stupid blocking calls, then our userspace scheduler will
have no hope and our parent will nuke us for it.
Diffstat (limited to 'lib/unicorn/rainbows.rb')
-rw-r--r--lib/unicorn/rainbows.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn/rainbows.rb b/lib/unicorn/rainbows.rb
index fd5fa92..0f33db7 100644
--- a/lib/unicorn/rainbows.rb
+++ b/lib/unicorn/rainbows.rb
@@ -95,9 +95,6 @@ module Unicorn
       end while alive || ! clients.empty?
     end
 
-    def murder_lazy_workers
-    end
-
   private
 
     # write a response without caring if it went out or not