Trevor Phillips <[EMAIL PROTECTED]> writes: [...]
> On my main dev box, ab gives an average of 8.8secs for the mod_perl > run, and 7.2secs for the FastCGI run. The internal timer and printed > output reflects these results too. How does the cgi/command-line version stack up? AFAICT your test isn't measuring any architectural differences between modperl and fastgci, just how well the server's embedded perl interpreter performs relative to perl itself. I wonder if compiling modperl as a DSO versus compiling it statically might explain the performance lag. -- Joe Schaefer