Re: Help!! Mod_perl performance

2004-10-07 Thread Perrin Harkins
On Thu, 2004-10-07 at 09:05, Jamsheed wrote: > When I browse through the pages I dont find any significant difference > in speed. I checked the environment variable and made sure that mod_perl > is running. Usually the speed difference is so large that you can see it clearly just by hitting re

Re: Help!! Mod_perl performance

2004-10-07 Thread Frank Wiles
On Thu, 07 Oct 2004 00:05:40 -0700 Jamsheed <[EMAIL PROTECTED]> wrote: > Hi, > > I am having 2 instances of my appplication one in non mod_perl and > other in mod_perl environment, and the mod_perl is configured with > Apache::Registry . > When I browse through the pages I dont find any sig

Re: Help!! Mod_perl performance

2004-10-07 Thread Tom Mornini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First hit per forked server, per script, should be nearly identical to CGI speed. Subsequent hits should be MUCH faster. You'll need to load the server to see the difference, or exercise the site extensively before you'll notice the difference. P.S.

Help!! Mod_perl performance

2004-10-07 Thread Jamsheed
Hi, I am having 2 instances of my appplication one in non mod_perl and other in mod_perl environment, and the mod_perl is configured with Apache::Registry . When I browse through the pages I dont find any significant difference in speed. I checked the environment variable and made sure that