Newsgroups: comp.sys.sequent Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!yale.edu!cs.yale.edu!singh-naunihal From: singh-naunihal@CS.YALE.EDU (Naunihal Singh) Subject: Re: waitpid(); Message-ID: <1991Jul1.005008.7380@cs.yale.edu> Sender: news@cs.yale.edu (Usenet News) Nntp-Posting-Host: zoo-gw.cs.yale.edu Organization: /m/singh/.organization Distribution: World Date: Sun, 30 Jun 1991 20:50:04 GMT Lines: 16 although DYNIX has the wait3() system call it does not seem to have any version of waitpid. I have a parent process which spins off a whole bunch of children and I would like to have the parent hang untill all (or the last) child exits. I could have done this using waitpid, but that is not available. The problem w/ wait is that the parent only sleeps untill one child exits, and that is not what I want to happen. Any suggestions? Naunihal Singh I have a .singh file