dougm 2002/06/15 18:07:37
Modified:src/modules/perl mod_perl.c mod_perl.h modperl_interp.c
Log:
integrate modperl_perl_pp module
Revision ChangesPath
1.126 +4 -55 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
dougm 2002/06/03 16:41:18
Modified:src/modules/perl mod_perl.c mod_perl.h
Log:
add MODPERL2 config define, as if the server had been started with -DMODPERL2
Revision ChangesPath
1.121 +10 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
dougm 02/04/06 09:42:10
Modified:src/modules/perl mod_perl.c mod_perl.h modperl_perl.c
Log:
skip full teardown of PerlInterpreters in child_exit by default.
we only need full teardown in the parent to avoid memory leaks.
this will allow the server to stop much faster.
Rev