You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2003/07/30 22:35:15 UTC

cvs commit: modperl-docs/src/docs/2.0/os/win32 config.pod

randyk      2003/07/30 13:35:15

  Modified:    src/docs/2.0/os/win32 config.pod
  Log:
  Fix ab results for running concurrent requests, so that
  both mod_perl 1 and 2 use a script with sleep(10) enabled.
  
  Revision  Changes    Path
  1.11      +2 -13     modperl-docs/src/docs/2.0/os/win32/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- config.pod	6 Jan 2003 22:21:35 -0000	1.10
  +++ config.pod	30 Jul 2003 20:35:15 -0000	1.11
  @@ -112,23 +112,12 @@
     Server Software:        Apache/1.3.23
     Concurrency Level:      5
     Time taken for tests:   50.51972 seconds
  -  Complete requests:      5
  -  Failed requests:        0
  -  Requests per second:    0.10 [#/sec] (mean)
  -  Time per request:       50.052 [ms] (mean)
  -  Time per request:       10.010 [ms] (mean, across all concurrent requests)
  -  Transfer rate:          0.14 [Kbytes/sec] received
   
   while for mod_perl 2.0/Apache 2.0:
   
  -  Server Software:        Apache/2.0.36
  +  Server Software:        Apache/2.0.45
     Concurrency Level:      5
  -  Time taken for tests:   1.81555 seconds
  -  Complete requests:      5
  -  Requests per second:    4.62 [#/sec] (mean)
  -  Time per request:       1.082 [ms] (mean)
  -  Time per request:       0.216 [ms] (mean, across all concurrent requests)
  -  Transfer rate:          7.40 [Kbytes/sec] received
  +  Time taken for tests:   13.729743 seconds
   
   The dramatic difference is due to the fact that in Apache 1.3/mod_perl
   1.0 a given request has to finish (taking essentially 10 seconds, due
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org