B10m wrote:
Instead of just throwing more RAM and CPU power at it, I wondered if
there are better tricks available to speed up the site. Would it
help to move PostgreSQL to a different server? Maybe move some time
consuming processes to a different machine? Set up load balancing?
Reconfigure Apache (again ...) ?

Have you read the mod_perl tuning docs?  The book has a good section on it:
http://www.modperlbook.org/html/part2.html

At the very least, you should make sure you aren't swapping from running too many mod_perl processes, and serve your static files from a separate server, probably by using a reverse proxy.

Also, what would be the best way (in C::A) to check for the
bottleneck of this problem?

Apache::DProf, which is described in that section of the book.

- Perrin

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to