|
NAMEmultiwatch - forks and watches multiple instances of a program in the same environmentSYNOPSISmultiwatch [options] -- <application> [app arguments]multiwatch -v multiwatch --help | -? DESCRIPTIONmultiwatch is used to fork and watch multiple FastCGI backends.OPTIONS
SIGNAL HANDLINGmultiwatch will forward the signal USR2; if it receives HUP,INT,QUIT,TERM or USR1, it will send the signal from --signal to the children; if it receives another signal from that group, it will forward the signal again.A signal of the group HUP,INT,QUIT,TERM and USR1 tells multiwatch to go into "shutdown" mode, so it won't restart children after receiving it. EXAMPLE
spawn-fcgi -s /tmp/fastcgi-rails.sock -n --
/usr/bin/multiwatch -f 2 /home/rails/public/dispatch.fcgi
SEE ALSOspawn-fcgi(1)AUTHORStefan Buehler <stbuehler@web.de>.
Visit the GSP FreeBSD Man Page Interface. |