Forum Discussion
Altera_Forum
Honored Contributor
14 years agomulti process sous uclunix
hi all i want to know if in µclinux wa can starte two application as two process to be communication between there , i have not the MMU ,
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