Thread
:
How to Create processes in Unix C
View Single Post
msdnguide
Go4Expert Member
27May2011,21:02
it is better to use vfork and then spawn. vfork does not creates a new process till the time we do spawn thereby saving system resources