I don't see a close in the loop, in which case you're
         probably running out of file handles. Try a small
         standalone script which just keep opening (files)
         and see at what point it croaks.

         P/,


At 01:23 PM 8/9/2002 Friday, Andre Warnier wrote:

>LOOP: while(1) {
>
>         eval { $pid = open2($FHFROMSTAR,$FHTOSTAR,$StarExe,@StarParams); };
>
>         if ($@) {
>                 $status_msg = $@;
>                 log_msg($status_msg); # line 1824
>                 return undef;
>         }
>         ... more things, including shutting down the program, etc..
>
>} # end LOOP

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to