The original message should have referred to the Apache::Registry module. ModPerl::ChildExit is used in scripts that are called by Apache::Registry. Ideally, a script that uses ModPerl::ChildExit should work equally well in CGI mode. I'd planned to take advantage of the fact that /usr/local/apache/lib/perl is an @INC element for Apache::Registry but not for mod_cgi launched processes. As a result, I was reserving the name Apache::ChildExit for a wrapper module.
On the other hand, I would prefer to use only one module which would naturally be named Apache::ChildExit. So I'll rename the module and meditate on my design a little longer. Thanks, -Jim On Wed, 30 Oct 2002, _brian_d_foy wrote: > In article <[EMAIL PROTECTED]>, Jim Schueler ><[EMAIL PROTECTED]> wrote: > > > I have two modules I wish to contribute: > > > > ModPerl::ChildExit > > This module changes the behavior of ModPerl::Registry to repeatedly > > execute END blocks. > > you mean Apache::*, right? > > -- > brian d foy (one of many PAUSE admins), http://pause.perl.org > please send all messages back to [EMAIL PROTECTED] >