> Any reason why SIGQUIT can not be used for graceful shutdown?
>
> Andriy Kornatskyy

You have SIGINT too, SIGQUIT and SIGTERM can be swapped by the sysadmin to
better cooperate with process managers (or the init process).

Btw, dealing with UNIX signals, even if done in best possible way is never
solid as a synchronous approach like the master fifo.

That is why (if possible) we try to suggest users to not rely on them


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to