Badai Aqrandista wrote:
My mod_perl web app uses memcached to cache most of the (MySQL) database query results and as the session storage (Apache::Session::Memcached).
Would it be a problem for your application if you suddenly lost all of your session data? That could happen with memcached.
As for how to find what is making your application slow, use Apache::DProf. That is the best way to find the bottleneck.
- Perrin