cvs commit: modperl-2.0/src/modules/perl modperl_interp.c

2001-03-13 Thread dougm
dougm 01/03/13 22:57:44 Modified:src/modules/perl modperl_interp.c Log: share selected Perl interpreter across sub-requests by default Revision ChangesPath 1.21 +10 -5 modperl-2.0/src/modules/perl/modperl_interp.c Index: modperl_interp.c ===

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h modperl_util.h

2001-03-13 Thread dougm
dougm 01/03/13 21:22:51 Modified:src/modules/perl mod_perl.c modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h modperl_util.h Log: add PerlInterpLifetime directive default is request, when set to

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_util.c modperl_util.h

2001-03-13 Thread dougm
dougm 01/03/13 20:22:51 Modified:src/modules/perl mod_perl.c modperl_util.c modperl_util.h Log: add modperl_server_desc() function add more trace details when initializing the interpreter pool Revision ChangesPath 1.30 +25 -6 modperl-2.0/src/modules/perl/mod

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c

2001-03-13 Thread dougm
dougm 01/03/13 16:37:53 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c Log: pass an AV** rather than AV* to modperl_handler_make_args(), which will create the newAV() if needed Revision ChangesPath 1.24 +1

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c

2001-03-13 Thread dougm
dougm 01/03/13 16:20:53 Modified:src/modules/perl modperl_callback.c Log: add support for IV and PV in modperl_handler_make_args() Revision ChangesPath 1.23 +16 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c ===

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c modperl_interp.h

2001-03-13 Thread dougm
dougm 01/03/13 16:03:31 Modified:src/modules/perl modperl_filter.c modperl_interp.h Log: add MP_dINTERP_SELECT macro so caller doesnt need to deal with THX Revision ChangesPath 1.7 +1 -6 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filte

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_filter.c modperl_interp.c

2001-03-13 Thread dougm
dougm 01/03/13 15:55:21 Modified:src/modules/perl modperl_callback.c modperl_filter.c modperl_interp.c Log: modperl_interp_select() will PERL_SET_CONTEXT for the given thread, so the caller does not need to Revision ChangesPath 1.22 +1 -1