From ec0756d85d3518c60a8f1b76af43c672814d1c99 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 19 Aug 2009 01:04:24 -0700 Subject: rainbows: enable murder_lazy_workers 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. --- lib/unicorn/rainbows.rb | 3 --- 1 file changed, 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 -- cgit v1.2.3-24-ge0c7