On Thu, Feb 14, 2002 at 03:01:11PM -0800, Aaron Bannert wrote: > Basicly what we have now is the following flags: > > -DNO_DETACH - assume we are not the process group leader, just create > a new session (or pgrp if setsid() is not supported). > This detaches us from the controlling terminal. > [We don't "daemonize" so that process watchers can keep > track of us directly.] > > -DONE_PROCESS - enables NO_DETACH, only runs one process in a multiprocess MPM > > <neither param> - same as NO_DETACH, only we always fork() before creating > a new session. In APR I've called this "to daemonize".
+1. This is a long time coming. -- justin