Hi.

I'm trying to convert a program from another Linux system to uClinux.
Problem is that the code is using fork and each child process is running 
simultaneously (plus the parent process needs to be in charge of handle all 
information each child processes are sending/receiving).
If I understood vfork() right, it will halt the parent process until it _exit() 
or exec() (what is vfork() then used for?)?
Is there some other way to run parallel processes in uClinux or should I try to 
change to a threaded system instead?

Is there any function that will "emulate" a fork (and fool that system so it 
thinks it has a MMU)?

Thanks,
Niklas

_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to