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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
