Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

single and Multi threading in C#

Status
Not open for further replies.

raghu75

Programmer
Nov 21, 2000
66
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top