Re: Why workers die when sending KILL to master?

2010-01-09 Thread Iñaki Baz Castillo
El Sábado, 9 de Enero de 2010, Eric Wong escribió: The worker_loop just compares Process.ppid with the original ppid it was started with. They wakeup from IO.select() every timeout/2 seconds to check for original_ppid != ppid if the server is idle. Thanks, I was expecting exactly that as the

Re: Why workers die when sending KILL to master?

2010-01-09 Thread Iñaki Baz Castillo
El Sábado, 9 de Enero de 2010, Iñaki Baz Castillo escribió: El Sábado, 9 de Enero de 2010, Eric Wong escribió: The worker_loop just compares Process.ppid with the original ppid it was started with. They wakeup from IO.select() every timeout/2 seconds to check for original_ppid != ppid if