in reply to What causes mod_perl processes to exit?

FWIW there is some code in the system that calls CORE::exit and POSIX::_exit, but that code isn't running in this case.

Turns out (according to dws) that some of the processes are lasting longer than a single request, but exiting as soon as they're called upon to serve a non-mod_perl request. (He added pid logging to access_log.)

  • Comment on Re: What causes mod_perl processes to exit?

Replies are listed 'Best First'.
Re^2: What causes mod_perl processes to exit?
by dws (Chancellor) on Jun 09, 2004 at 21:06 UTC
    (kragen is about six feet away, if you're wondering. blakem is about 8 feet away, due to our rather... interesting office setup.)