Re: nothing vs Registry vs module

2006-06-15 Thread Kevin A. McGrail
The vast majority of the speedup is in the compilation / interpreter loadtime. You will not see a another 20x increase in speed switching to a handler module. I bemoan the fact that some of our shared hosting servers run Perl and PHP via suexec for EVERY call. Ouch! Regards, KAM Firstly, r

Re: nothing vs Registry vs module

2006-06-15 Thread Geoffrey Young
Matthew wrote: > Firstly, real world comparison between no mod_perl and using Registry: > Simple cgi, using Apache::DBI and CGI and HTML::Template. Loading 1 > template file and doing about 30 template param replacements. > > Using "ab" to do 500 requests at 2 concurrents took about 47 seconds. >

nothing vs Registry vs module

2006-06-15 Thread Matthew
Firstly, real world comparison between no mod_perl and using Registry: Simple cgi, using Apache::DBI and CGI and HTML::Template. Loading 1 template file and doing about 30 template param replacements. Using "ab" to do 500 requests at 2 concurrents took about 47 seconds. Simply adding ModPerl::