fork in linux?
Posted: Fri Dec 26, 2008 12:33 pm
Does anyone know why linux uses calls to fork to create new processes? Whats the advantage
of that over just creating a new process data structure and filling out the information? this is how I intend to do it in a multi-process OS im working on for fun and learning, but would it be better to try to go ahead and use the fork method?
of that over just creating a new process data structure and filling out the information? this is how I intend to do it in a multi-process OS im working on for fun and learning, but would it be better to try to go ahead and use the fork method?