Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Pro C does not wait for fork
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
![]() |
![]() |