dws has asked for the wisdom of the Perl Monks concerning the following question:
I'm facing a problem that might be deep, or might be a simple RTFM (without knowing what FM to R), and I'm hoping for some help trimming the search space.
In a web application I'm working on, I've noticing that some Apache mod_perl 2 processes are exiting after serving a single request. Since we're using https, I'd rather keep them alive longer to avoid the overhead of setting up a new SSL connection for every request. I'm reasonably sure that it isn't something obvious (e.g., a die() or exit() deep in some method), so I'm crafting some experiments to help make sense of the situation.
What can cause a mod_perl process to exit after serving a single request? Where are good places to start looking
(Apache is configured to expire a child process after it serves several thousand requests, so that isn't it.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What causes mod_perl processes to exit?
by perrin (Chancellor) on Jun 09, 2004 at 18:27 UTC | |
by dws (Chancellor) on Jun 09, 2004 at 21:05 UTC | |
|
Re: What causes mod_perl processes to exit?
by saskaqueer (Friar) on Jun 09, 2004 at 08:04 UTC | |
by dws (Chancellor) on Jun 09, 2004 at 08:06 UTC | |
|
Re: What causes mod_perl processes to exit?
by kragen (Sexton) on Jun 09, 2004 at 20:57 UTC | |
by dws (Chancellor) on Jun 09, 2004 at 21:06 UTC |