Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!pcserver2!mbhat From: mbhat@pcserver2.naitc.com (Manoj Bhat) Newsgroups: comp.os.os2.misc Subject: Re: knowing when a child process has died Message-ID: <1991Feb26.181439.15235@pcserver2.naitc.com> Date: 26 Feb 91 18:14:39 GMT References: <15458@uswat.UUCP> <44610004@otter.hpl.hp.com> Organization: AC Nielsen, Bannockburn IL USA Lines: 8 Why don't you spawn the child process using DosStartSession()? Before the call , create a queue and provide the queue name in the call to DosStartSession. Then after some time interval, read the queue and check the value. The child process's termination code will be put into the queue by PM. Hope this helps. Manoj Bhat.