Re: use of STDERR in forked children

2006-06-28 Thread Andrew C. Stayart III
I always keep separate logs for forked processes because i have no idea how to make that work flawlessly. but if you are really desperate, you could do something as bizarre as POSTing your log messages-from the forked process-to an apache process that simply echos the posted data to the apa

use of STDERR in forked children

2006-06-28 Thread Matthew Smith
Hi, I originally posted this to the embperl listserv, but I haven't gotten any responses. So maybe somebody here can help me. I hope! I'm working on a mechanism to fork a a long running child process. I've followed the standard mod_perl forking wisdom in http://modperlbook.org/html/ch10_02.htm