Vladislav Safronov wrote:
> Does anyone know the way to highly optimize mod_perl for speed?
> Any hacks, advices? All standard advices read from help are done...

The Guide (http://perl.apache.org/guide/) is very comprehensive.  If
you've followed the perfromance tuning tips there, the main thing left
is improving the speed of your database or other data access.  Use
Apache::DProf to find out where it hurts.
- Perrin

Reply via email to