Andreas Falk <[email protected]> wrote: > I'm wondering why SIGINT and SIGTERM both were chosen for the quick > shutdown? I agree with SIGINT but not with SIGTERM. A lot of unix > tools send SIGTERM as default (kill, runit among some) and it seems to > be the standard way of telling a process to quit gracefully but not > among Ruby people (there are a few other ruby processes behaving the > same way). I just think it's weird that the default command will exit > without taking care of their current request. > > Also i'm not on the mailinglist so it would be great if you could cc > [email protected]
I think it's weird, too. But that's what nginx does, and I based most of the UI decisions on nginx (so it's easy to reuse nginx scripts with unicorn). _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
