The URL http://perl.apache.org/dist/mod_perl-1.99_04.tar.gz
has entered CPAN as file: $CPAN/authors/id/D/DO/DOUGM/mod_perl-1.99_04.tar.gz size: 396779 bytes md5: 6d573b4de6a90246154bfc436da4fced note: 1.99_04+ is required to compile with 5.8.0-RC2 note: 1.99_04+ will no longer compile with 5.8.0-RC1 Changes since 1.99_03: various APR PerlIO updates [Stas Bekman] stop using an apr_pool_t to allocate items for the interpreter pool, safer for threaded MPMs and prevents "leaks" when interpreters are removed from due to PerlInterpMax{Requests,Spare} implement modperl_sys_dlclose() to avoid apr/pool overhead/thread issues get the -DPERL_CORE optimization working again PERL_SET_CONTEXT to the parent interpreter when cloning interpreters at request time, else dTHX might be NULL during clone in the given thread, which would crash the server. --- Enjoy, -Doug