N
novahokie
In my perl script I make several system calls to start scripts. These
scripts launch other applications, e.g. one of the applications is a
java application and the java application in turn launches a C++
application. The problem I am having is that if the C++ application
crashes (which it has been known to do) my script still waits for the
system call to return. And I can't modify the java + c++
applications. Is there a way for me to watch these processes and be
able to handle a crash via perl?
Thanks.
scripts launch other applications, e.g. one of the applications is a
java application and the java application in turn launches a C++
application. The problem I am having is that if the C++ application
crashes (which it has been known to do) my script still waits for the
system call to return. And I can't modify the java + c++
applications. Is there a way for me to watch these processes and be
able to handle a crash via perl?
Thanks.