You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@osf.org> on 1996/05/09 00:51:41 UTC

more on faster mod_perl

I should have mentioned, with the last set of benchmarks, the database
connection was made via a unix socket.  Look at the difference a tcp
connection makes, oh boy!

-Doug

Benchmark: timing 1 iterations of cgi, embedded...
       cgi:  3 secs
  embedded:  0 secs

Benchmark: timing 5 iterations of cgi, embedded...
       cgi: 12 secs 
  embedded:  2 secs 

Benchmark: timing 10 iterations of cgi, embedded...
       cgi: 26 secs 
  embedded:  3 secs 

Benchmark: timing 15 iterations of cgi, embedded...
       cgi: 37 secs 
  embedded:  5 secs