Some cgi's , perl, etc. can be processor hogs. One way to allow these scripts to run without pushing up the server load for more than a few seconds at a time, is to run them nicely.
_________________
"The nice command gives you some control over the pri...
PERSONAL cgi-bin:
put files here:
[/home/$user/$domain-www/cgi-bin/]
access in page with this URL:
http://$domain.com/cgi-bin/somefile.cgi [or somefile.pl]
---------------------------------------------------------
GLOBAL cgi-bin:
access in...