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 under Apache::Registry,
PerlRun and friends.  Otherwise they are not processed until the
Apache parent exits.

See perl.apache.org/guide - "Controlling and Monitoring the Server".

73,
Ged.

Reply via email to