RE: multiple processes and threads

2002-02-26 Thread Simon Marlow
> I have an application that uses multiple processes and > multiple threads > together. What's the best way to detect child process terminations? > > The initial thread in the inital process serves as driver of the > application. It creates child processes and threads to carry out > portions o

multiple processes and threads

2002-02-25 Thread Dean Herington
I have an application that uses multiple processes and multiple threads together. What's the best way to detect child process terminations? The initial thread in the inital process serves as driver of the application. It creates child processes and threads to carry out portions of the computati