reenable heartbeat checking for idle workers
commit441bb8ab48f15f583b82a3f8520648a4694a198f
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Jun 2011 22:40:20 +0000 (25 22:40 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 25 Jun 2011 22:40:20 +0000 (25 22:40 +0000)
tree0ebc099f707f827af7b4f9a3e30862649a52e0fe
parent63bcecf48994aa9afe6dc2890efe3ba4b0696bbf
reenable heartbeat checking for idle workers

Some applications/libraries may launch background threads which
can lock up the process.  So we can't disable heartbeat checking
just because the main thread is sleeping.  This also has the
side effect of reducing master process wakeups when all workers
are idle.
lib/unicorn/http_server.rb