Re: CORE::exit and Apache:Registry

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Mark Hewis wrote: As far as I have tested under Apache::Registry the following commands have the following effect 1) CORE::exit - restart all child processes for that server ( a little too drastic for me) that shouldn't happen. it should only kill the kid it was

CORE::exit and Apache:Registry

2000-05-24 Thread Mark Hewis
As far as I have tested under Apache::Registry the following commands have the following effect 1) CORE::exit - restart all child processes for that server ( a little too drastic for me) 2) exit - exit code but leave state of all modules the same What am am really after is an exit which just

Re: CORE::exit and Apache:Registry

2000-05-24 Thread Ged Haywood
Hi there, On Wed, 24 May 2000, Mark Hewis wrote: What am am really after is an exit which just restarts the child process (it is called in) resetting all module globals any suggestions? die() ? END{} is called at the end of each processed request They are only processed for each request