in reply to mod_perl, long running process and broken connections

Personally, I would also push the start time of each child in the hash, so that I can check the elapsed time for each child process, and the parent process may kill the child process after an arbitrary time (your program has to prepare for the worst, what if the child process is just hanging?)

  • Comment on Re: mod_perl, long running process and broken connections