Hi ,
I am facing the following problem.Help of any sort is heartily appreciated.Here goes the Problem...
I am executing a piece of code which is supposed to spawn few child threads and wait for the child threads to join the parent.After a single child returns with some error code the parent should start processing some piece of code.Also the parent should start processing another piece of code after all the childs have joined the parent.
Actually I am trying to simulate the fork_process on unix into windows using threading.
Pl. send some code or place where I can find some code regarding the above problem..
Regds.
yand
I am facing the following problem.Help of any sort is heartily appreciated.Here goes the Problem...
I am executing a piece of code which is supposed to spawn few child threads and wait for the child threads to join the parent.After a single child returns with some error code the parent should start processing some piece of code.Also the parent should start processing another piece of code after all the childs have joined the parent.
Actually I am trying to simulate the fork_process on unix into windows using threading.
Pl. send some code or place where I can find some code regarding the above problem..
Regds.
yand