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  significant
> difference in speed. I checked the environment variable and made sure
> that mod_perl is running.
> 
> Any help appreciated !!!!!
> 
> Should  there be a significant number of  hits (load on webserver) to 
> feel the difference in performance / speed.
> Want kind of tests should I do to gauage the performance difference. 
> (load tests? ).
> Is there any code snippet i can used to find the difference in both 
> enviornments.

  Check out the program 'ab' which should be installed with Apache.
  It stands for Apache Benchmark and can be used to stress test your
  web server and applications.  Run it once with a few clients on your
  non-mod_perl environment and then your mod_perl one and you should
  see a difference in the number of requests per second they can handle.

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to