Apache mod_perl tuning howto documentation
mod_perl is a module for the Apache web server. It embeds a Perl interpreter into the Apache server itself, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-launching the Perl interpreter for each request.
This improves overall performance of perl based application.
This is an exhaustive list of various techniques you might want to use to get the most performance possible out of your mod_perl server: configuration, coding, memory use, and more.
This is one of the best resources on tuning perl based app servers, is the mod_perl performance tuning documentation. If you are looking for mod_perl Apache optimization this is a must read for you
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Howto optimize Apache and PHP for performance
- Howto: Linux understanding and tuning Virtual Memory
- Tuning MySQL server under Sun Solaris OS
- How to: Apache authentication using LDAP Server
- Howto: Apache adding new modules
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


i am new user i want to learn virtualhost in linux and run cgi script