Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Pro C does not wait for fork

Pro C does not wait for fork

From: Martin Murdoch <Martin-Murdoch_at_the-admiralty.freeserve.co.uk>
Date: Thu, 9 Sep 1999 17:11:57 +0100
Message-ID: <7r8m11$8nf$1@news5.svr.pol.co.uk>


Has anybody had a problem with pro C where they have created a forked process
then tried to capture the end of the created child with a wait and that wait has not waited!!!!

  E.G>

   create fork ....
  if forkd_id == child

     {
     do things .....
     }

   wait(&proc_stat) wait for child to finish

when I do this - IT DONT BLOODY wait (sometimes) any ideas please

Martin Murdoch Received on Thu Sep 09 1999 - 11:11:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US