Ben Kloosterman wrote:
> For my case an expensive fork is ok , still a lot of forks are done on apps
> load and compared to a disk load its cheap.
> 
> Anyway I'm not going to implement fork , if I need it in Mono and it cant be
> a vfork I will simply copy the data via pointers. Since the Mono lib is part
> of my TCB or if you prefer "kernel" .

Within Mono you should be able to just create a thread, which uClinux
supports, and exec from the thread.

-- Jamie
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to