in reply to Optimizing a web application for the best performance

Switching from Apache 1.3.x to Apache 2.0.47 made my Perl scripts display in the browser at least 5x faster. I never timed the actual run time of the scripts under Apache directly.... but from the command line it seemed to only take a second or two for the script to compile and complete execution. Yes, it may be slower with other content but my scripts are much happier.
  • Comment on Re: Optimizing a web application for the best performance