Need your experience for my problem

Hello

I have this dedicated server:
Duron 1800
512 MB RAM
Red Hat
Cpanel

I have recently uploaded an application that use the mod_perl and some cron tasks.

Since I have added this application, my server goes crazy, the server load is very big...
It seems it comes in fact from the mod_perl function used or from the cron tasks.

Here is what is used for mod_perl:
I add this in my virtualhost in the httpd.conf:
PerlSetEnv LJHOME /home/site
PerlRequire /home/site/cgi-bin/modperl.pl

And here is the cron tasks used:
*/12 * * * /home/site/bin/ljmaint.pl clean_caches >/dev/null
30 * * * * /home/site/bin/ljmaint.pl synsuck > /dev/null


I don't understand at all why my server load go up like that when I activate the cron tasks.
Is there a way to know what is the problem?

Could there be some incompatibilities with mod_perl and red hat?
Or with mod_perl and cpanel?

I hope you can help me!

Thank you for your help!

Regards,
Dbfury

 

 

 

 

Top