On Tuesday, January 8, 2002, at 02:22 AM, Doug MacEachern wrote:
> the problem was that these END blocks were created in the child process, > but modperl_perl_destruct was only being run in the parent process. > fixed > now in cvs. also keep in mind that END blocks are cloned, so any END > block created in the parent interpreter is going to be run by each > clone. Is this realy wise? thread.pm will currently not clone END blocks Arthur --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
