cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread dougm
dougm 00/04/15 18:41:22 Modified:.Makefile.PL lib/ModPerl Code.pm Log: dont need single file option now that sources are sorted on mtime Revision ChangesPath 1.8 +4 -11 modperl-2.0/Makefile.PL Index: Makefile.PL =

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

2000-04-15 Thread dougm
dougm 00/04/15 18:33:57 Modified:src/modules/perl mod_perl.c modperl_config.c modperl_config.h modperl_interp.c modperl_interp.h modperl_types.h Log: interpreter pool is only useful #ifdef USE_ITHREADS Revision ChangesPath

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

2000-04-15 Thread dougm
dougm 00/04/15 17:53:33 Modified:src/modules/perl modperl_config.c Log: PerlInterp* commands can only be at the top-level Revision ChangesPath 1.3 +2 -0 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c

cvs commit: modperl-2.0 Makefile.PL

2000-04-15 Thread dougm
dougm 00/04/15 17:50:05 Modified:.Makefile.PL Log: compile most recently modifified files first Revision ChangesPath 1.7 +3 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

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

2000-04-15 Thread dougm
dougm 00/04/15 17:35:32 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_config.c modperl_config.h modperl_interp.c modperl_types.h Log: add PerlInterp* and PerlTrace config directives Revision ChangesPath 1.5 +20 -5 modperl-2.0

cvs commit: modperl-2.0 Makefile.PL

2000-04-15 Thread dougm
dougm 00/04/15 17:28:39 Modified:.Makefile.PL Log: -E option to use cpp Revision ChangesPath 1.6 +8 -4 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/modperl

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

2000-04-15 Thread dougm
dougm 00/04/15 16:00:47 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_config.h Added: src/modules/perl modperl_config.c Log: put modperl_config.c in place Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/Mod

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

2000-04-15 Thread dougm
dougm 00/04/15 15:43:11 Modified:src/modules/perl modperl_interp.c modperl_interp.h modperl_types.h Log: interpreter pool throttling Revision ChangesPath 1.4 +134 -49 modperl-2.0/src/modules/perl/modperl_interp.c Index: modperl_inte

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread brian moseley
On Sat, 15 Apr 2000, Doug MacEachern wrote: > that is sad. consider PerlFreshRestart and graceful > restart. it doesn't take much effort to type '' instead > of "". it might not make that much of a difference in > parse time, but it doesn't hurt either. can we please > drop this topic, there's

cvs commit: modperl-2.0 Makefile.PL

2000-04-15 Thread dougm
dougm 00/04/15 12:04:20 Modified:.Makefile.PL Log: option to compile a single file ala -mmodperl_foo.c Revision ChangesPath 1.5 +3 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ==

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Stas Bekman
> > The only question I still want to ask you is why do we care about the > > parse time, when mod_perl is a preloaded and precompiled. > > again, this is not the only reason. however, i do think it's important to > speed up parse time if possible. > consider t/TEST > print "still wai

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

2000-04-15 Thread dougm
dougm 00/04/15 10:51:45 Modified:lib/ModPerl Code.pm src/modules/perl modperl_interp.c modperl_interp.h Log: move interpreter teardown into modperl_interp_destroy provide modperl_interp_cleanup to assist with throttling Revision ChangesPath 1.6 +

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Doug MacEachern
> The only question I still want to ask you is why do we care about the > parse time, when mod_perl is a preloaded and precompiled. again, this is not the only reason. however, i do think it's important to speed up parse time if possible. consider t/TEST print "still waiting for serve

cvs commit: modperl-2.0/lib/Apache Build.pm

2000-04-15 Thread dougm
dougm 00/04/15 10:38:45 Modified:.Makefile.PL lib/Apache Build.pm Log: fix libgdbm check logic move some re-usable things to Apache::Build Revision ChangesPath 1.4 +3 -35 modperl-2.0/Makefile.PL Index: Makefile.PL =

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Stas Bekman
On Fri, 14 Apr 2000, Doug MacEachern wrote: > > > Orwant and friends in "Algorithms with Perl" page 28 claims the first form > > > is slower. > > faster to *parse*, not faster to *run*. stas, your benchmarks don't test > parse time. The only question I still want to ask you is why do we care a