Hello,
We have a UNIX server here that is running CGI Perl scripts with Apache web server and noticed that there are many 'defunct' processes associated to userid running the webserver. There are some system calls made by some of the perl scripts that I am wondering may be the culprit. Can anyone shed some light on this issue?? Here is an example of a system call being made in one of the Perl scripts:
if (System("cp $ajtfileR
$ajtfileR2"))
{
if
($LMAERO_Config::TempFileDebug == 0){
cleanup();}
Error("",2,"\"$!\"
error copying $ajtfileR");
}
Thanks in advanced!
Trent Stephens
_______________________________________________ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs