PDA

View Full Version : Perl Performance / Accelerator?


danweber
06-21-2005, 08:35 AM
I am looking at a Perl based webmail package and it seems to run rather slow, compared to everything else. Are there any tweaks that can be performed or some sort of accelerator/precompiler for Perl?

Thanks
Dan

charles
06-21-2005, 01:23 PM
Dan, mod_perl is used to get better perl performance, but the code needs to support it.

hth
charles

danweber
06-21-2005, 04:12 PM
Charles,

How do I know that mod_perl is properly working? The application works with mod_perl but it seems as if it is not executed under mod_perl (the application's verification says that).

The application instructions state to look at the httpd error log to make sure mod_perl was loaded but I don't see it in mine. I see mod_python but nothing with perl.

Dan

veena
06-21-2005, 04:27 PM
Hi Dan,

Please open a support ticket so we can take a look at it, see if mod_perl is compiled etc.