in reply to What causes mod_perl processes to exit?
A process will exit if some code tells it to with an exit() or child_terminate() call, or if the system kills it because it went over rlimits or something. A die() call will never cause the process 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:05 UTC |