Understood. Is there a command line option for graceful shutdown that internally does that best possible way, e.g. `uwsgi —-quit`?
Thanks. Andriy Kornatskyy On Feb 16, 2014, at 8:44 AM, Roberto De Ioris <[email protected]> wrote: > >> 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 _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
