> http://uwsgi-docs.readthedocs.org/en/latest/Management.html#signals-for-controlling-uwsgi
>
> The documentation says: SIGINT or SIGQUIT to immediately kill the entire
> uWSGI stack.
>
> Does that orderly shutdown workers: waiting for the worker processes to
> finish serving current requests?
>
> Thanks.
>
> Andriy Kornatskyy
>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>

The master fifo is what you should check for advanced control:

http://uwsgi-docs.readthedocs.org/en/latest/MasterFIFO.html

it is reliable, race-conditions-free and very easy to use

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

Reply via email to