Development environment is<br>
HPUX 10.20, TCL version 7.3.<br>
<br>
Within our application we need to fork off a new process and run it in the background. To achieve this, within our TCL script procedure, we use 'exec newProcess &' command which forks off a child process running 'newProcess' in the background.<br>
<br>
Unfortunately when the child process terminates (normally) a defunct/zombie process is left utilising CPU.<br>
<br>
Has anyone come across this problem and have a resolution.<br>
<br>
Thanks
HPUX 10.20, TCL version 7.3.<br>
<br>
Within our application we need to fork off a new process and run it in the background. To achieve this, within our TCL script procedure, we use 'exec newProcess &' command which forks off a child process running 'newProcess' in the background.<br>
<br>
Unfortunately when the child process terminates (normally) a defunct/zombie process is left utilising CPU.<br>
<br>
Has anyone come across this problem and have a resolution.<br>
<br>
Thanks