Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!dali!uakari.primate.wisc.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!portal!cup.portal.com!tms From: tms@cup.portal.com (Alexis TMS Tatarsky) Newsgroups: comp.unix.questions Subject: Can process do an asynchronous wait? Message-ID: <30343@cup.portal.com> Date: 31 May 90 01:46:32 GMT Organization: The Portal System (TM) Lines: 5 If a process forks and execs several child processes, is there any way for the parent to detect when the child processes have exited or died without having to wait(2) on them. I wrote a program where the parent caught SIGCLD but I don't know which child it is which died.