[Mono-list] Mono.Unix.Native.Syscall.fork()

Kornél Pál kornelpal at gmail.com
Sun Oct 5 07:45:50 EDT 2008


Hi,

Process.Start() is preferred over fork().

Mono is a complex runtime environment that prefers not to call fork() 
outside of io-layer's CreateProcess().

Kornél

Sixes wrote:
> Thanks for that, I'd missed mono-service.  But that still doesn't explain
> the lack of a
> fork() call.  Is there a reason why it's not included?



More information about the Mono-list mailing list