On Mon, Jan 07, 2002 at 10:53:00PM -0800, Jos Backus wrote: > this may not be desired behavior. So maybe we should factor out the > setpgid()/setsid() part into its own function (apr_proc_newsessid()?) and call > it instead of apr_proc_detach() when using NO_DETACH? (apr_proc_detach() > would also call this new function.)
Precisely my thoughts. IMHO, split it out. (The name is a bit iffy, but we can work on that...) -- justin