Sunday, December 19, 2010

Process Creation: fork(), vfork(), and clone() System Calls

Clone and Vfork link
http://en.wikipedia.org/wiki/Clone_%28Linux_system_call%29

Above 2 links i refereed for learning about fork and  clone.Clone is nothing but creation of threads, Pthread functionality uses clone call to create threads by using function argument.

No comments:

Post a Comment