On 6/30/06, Matthew Smith <[EMAIL PROTECTED]> wrote:
If I set a global SIG{CHLD} = IGNORE is there anypossiblity of it propigating to the ultimate parent,and thus to all the child processes? I'm worried thatif I use the global (even though that's what StasBekmen does in his mod_perl book example)
On 6/28/06, Matthew Smith <[EMAIL PROTECTED]> wrote:
Hi, I'm working on a mechanism to fork a a longrunning child process. I've followed the standardmod_perl forking wisdom inhttp://modperlbook.org/html/ch10_02.html
.My issue is that warn() doesn't work in the childprocess, though printing direct