Click to See Complete Forum and Search --> : regarding fork


kalinga1234
September 16th, 2008, 08:08 PM
I need to create 6 processes using fork. i m very blur on creating process using the fork function. please explain to me.

thank you.

S_M_A
September 17th, 2008, 12:52 AM
Well it's really not that hard. Just put the words fork and example into google and you get this http://www.amparo.net/ce155/fork-ex.html starting point as the first hit...