issues with clone vs fork

Rob Landley rob at landley.net
Sat Mar 25 02:31:56 UTC 2006


On Friday 24 March 2006 5:24 am, Rogelio Serrano wrote:
> What are the issue with clone vs fork?


fork() is implemented via a call to clone().  Clone can do 8 gazillion 
different things depending on what flags you feed it.

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list