Hi Michael, I found in C libraries documentation that PPID is =1 if the parent process has exited - called native exit(). Would the child process see PPID=1 in other cases too, like parent abort() or segmentation fault? Can I rely on this on all platforms? It might be easy detection of parent process has finished.
Thx Tibor
