You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jim Schueler <js...@tqis.com> on 2002/11/05 20:46:30 UTC

Apache::ChildExit released

A couple of months ago I posted my realization that I was experiencing 
many problems with Apache::Registry due to its treatment of module END 
blocks.  No one responded with a workaround, so I have released my own.

The module Apache::ChildExit is now available on CPAN:

http://www.cpan.org/authors/id/T/TQ/TQISJIM/ChildExit_0-1.tar.gz

I have installed this module on three servers with very satisfactory results.

Thanks,

Jim Schueler


Re: Apache::ChildExit released

Posted by Geoffrey Young <ge...@modperlcookbook.org>.

Jim Schueler wrote:
> A couple of months ago I posted my realization that I was experiencing 
> many problems with Apache::Registry due to its treatment of module END 
> blocks.  No one responded with a workaround, so I have released my own.
> 
> The module Apache::ChildExit is now available on CPAN:

interesting idea, but the name strikes me as a bit too generic - it 
makes it sound as though you're adding general per-child exit 
processing where it didn't exist already.

how about something like Apache::PostponeRegistryEND or 
Apache::FixENDs or something?

--Geoff