> -----Original Message-----
> From: Geoffrey Young
> Sent: Monday, January 15, 2001 8:57 AM
> To: 'Chris D'Annunzio'; [EMAIL PROTECTED]
> Subject: RE: Apache::Registry - END Block not being called when script
> reloaded
>
> I am unable to reproduce this using the latest cvs + perl
> 5.6.0 under a bunch of different settings...
>
> are you using an old version of mod_perl and/or perl perhaps?
>
> if not, a small test case with relevant config info would
> help track it down...
sorry - I didn't see your follow-up email with the relevant stuff...
I was able to recreate your problem...
others may have additional help or opinions, but I've never heard of anyone
doing an END block that way...
typically, you would preload any modules you use() using a startup.pl or
PerlModule - I guess you aren't doing either one of these since that would
cause the END block to be run when the server is shutdown (see the guide and
this thread from last week for more info:
http://forum.swarthmore.edu/epigone/modperl/nalclyskix)
anyway, sounds like you may need to re-evaluate how you are doing things...
--Geoff