On Thu, 6 Jan 2005 19:31:30 -0200 (EDT), Sergio Salvi <[EMAIL PROTECTED]> wrote: > Run "perl -V" on both hosts and check if there are any differences > between the output, mainly on "Platform" and "Compile-time options" sections. > > Also, you could create a simple perl script (like "$x++ for (1..1000000)") > and Benchmark them on both hosts.
Hi all, Thanks for all the advice. I found out what the problem was - it wasn't related to mod_perl at all (web4 was hard-coded to retrieve some dynamic data from an old, slow backend, hence the speed difference). A few weeks after I removed the hard-coded backend, I found that mod_perl runs slightly faster on Fedora Core 3 than Fedora Core 1. The FC3 server does around 250,000 hits a day while the others do around 200,000 hits per day (our load balancer weights servers based on how fast they respond). Just thought I should put this in for the archives. Regards, -- Alex