Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- vfork() stalls the calling process until the child calls exec() --- Quote End --- And after that you have two processes running until the child stops. AFAIK, you need to take care that the parent does not stop before the child is gone. -Michael