On Wed, Sep 16, 2009 at 11:49 AM, Igor Chudov <ichu...@gmail.com> wrote: > Any thoughts?
In addition to the good advice you're getting on the thread, here are some books you might find useful: - Practical mod_perl -- http://modperlbook.org/ -- is old, but has a lot of general architecture and tuning advice that really hasn't changed much since then. - High-Performance MySQL, the best book available on MySQL tuning. - Building Scalable Websites, which is about PHP sites, but has good food for thought. - Scalable Internet Architectures, a book that is more about general principles to apply to the problem. And, the most important piece of advice: Devel::NYTProf. Happy tuning, Perrin