in reply to Re: Learning to use fork()
in thread Learning to use fork()
I would like to loop through the functions (is it even possible?) and create a fork for each one. What should I do if the fork failed?sub1(); sub2(); sub3(); sub4(); sub5();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Learning to use fork()
by kroach (Pilgrim) on Jan 15, 2019 at 02:07 UTC | |
by ovedpo15 (Pilgrim) on Jan 15, 2019 at 10:58 UTC | |
by kroach (Pilgrim) on Jan 15, 2019 at 14:09 UTC | |
|
Re^3: Learning to use fork()
by markong (Pilgrim) on Jan 15, 2019 at 10:31 UTC | |
|
Re^3: Learning to use fork()
by Anonymous Monk on Jan 15, 2019 at 09:29 UTC |