Hi, On Tue, Jan 15, 2013 at 6:22 PM, C Anthony Risinger <[email protected]> wrote: > On Tue, Jan 15, 2013 at 12:14 PM, Jean-Baptiste Quenot <[email protected]> > wrote: >> As a convention, this external command could exit with status code 0, >> to tell uwsgi that a reload is requested. >> >> What is the ideal solution for this usecase, in your opinion? > > you could already do this with --daemon <some-program>, where the > program would simply send a HUP hit to it's P[arent]PID.
This is what I use. Allows me to use whatever tool I want to decide when to reload. Bye, -- Pedro Melo @pedromelo http://www.simplicidade.org/ http://about.me/melo xmpp:[email protected] mailto:[email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
