Path: utzoo!yunexus!hydroesm!jtsv16!torsqnt!news-server.csri.toronto.edu!mailrus!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Is there a system call to check the status of any processes? Message-ID: <3404@auspex.auspex.com> Date: 29 May 90 21:04:11 GMT Article-I.D.: auspex.3404 References: <23329@adm.BRL.MIL> <9005220904.AA01656@samsa.pcs.com> <009374EC.B9A700E0@rigel.efd.lth.se> Organization: Auspex Systems, Santa Clara Lines: 7 > Isn't there any more graceful way to do this? I looked the HP-UX manual and >it turned out they had something called waitpid(pid,stat_loc,opt) that can >be used to wait for one (out of many) child process. Unfortunately, "this" is checking for the status of a process that's *not* a child of the checker, so "waitpid()" won't help you a bit.