> The master process already notices when timeout is expired and sends > SIGKILL to workers. I could add a :soft_timeout config and have it send > SIGQUIT to workers if a lower timeout is reached.
yes - i just saw that. is that working well for you? > Something like this should already be doable via various means > > Workers already process SIGQUIT to gracefully stop; so I'd rather not > reinvent that part even with a very simple protocol. requires finding the pid of workers - but yes - that would work too _______________________________________________ Mongrel-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-development
