Query: multiwatch
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
multiwatch(1) General Commands Manual multiwatch(1)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-f, --forks=childs Number of childs to fork and watch(default 1) -r, --retry=retries Number of retries to fork a single child -t, --timeout=msecs Retry timeout in ms; if the child dies after the timeout the retry counter is reset -?, --help General usage instructions -v, --version Show versionEXAMPLESpawn 2 rails instances on the same fastcgi socket (and supervise them): spawn-fcgi -s /tmp/fastcgi-php.sock -C 0 -n /usr/bin/multiwatch -f 2 /home/rails/public/dispatch.fcgiSEE ALSOspawn-fcgi(1)AUTHORStefan Buehler <stbuehler@web.de>. March 24, 2009 multiwatch(1)