Konstantin Yotov wrote:
> On my
> development machine everything was ok, but when I move
> to productional server the mod_perl version works
> twice slower than mod_cgi.

Start by making sure you really have mod_perl installed and your scripts 
are running under it, and not mod_cgi.  You can verify this using the 
instructions in the guide.  One quick way is to check the value of 
$ENV{'MOD_PERL'}.

Also, which platform are you on and what are your settings for 
MaxClients and MaxRequestsPerChild form httpd.conf?

- Perrin

Reply via email to