Adverse behavior from SIG_IGN for SIGHUP and SIGCLD???

2003-01-23 Thread T Ford
What adverse behavior if any will I see on linux if I have a module that forks, and immediately calls signal(SIGHUP, SIG_IGN) and signal(SIGCLD, SIG_IGN) when using the worker MPM? Torin Ford Venturi Technology Partners -- __

Re: Adverse behavior from SIG_IGN for SIGHUP and SIGCLD???

2003-01-23 Thread T Ford
What adverse behavior if any will I see on linux if I have a module that forks, and immediately calls signal(SIGHUP, SIG_IGN) and signal(SIGCLD, SIG_IGN) when using the worker MPM? It will be propagated to everything you spawn off. Most programs presume that they can catch children with