Anirban Adhikary wrote:
Hi List
Hello,
I am trying to write a code which will work as self monitoring script. The
parent will work for something and child will check that parent program is
running or not .
You want to do that the other way around. The child will do the work
and the paren
Hi List
I am trying to write a code which will work as self monitoring script. The
parent will work for something and child will check that parent program is
running or not . If parent is not running or somehow killed or crashed then
child will restart the parent . But I am not getting the desire