If I use Mono.Posix.Syscall.fork(), I get a message: Warning 'Mono.Posix.Syscall' is obsolete: 'Use Mono.Unix.Native.Syscall.'
However, Mono.Posix.Syscall doesn't seem to have a fork() method. Am I missing something? Or is this an oversight? I'm trying to implement Cpan's Proc::Daemon::Init code to create a daemon in mono and C#. I can't find any other way to fork. Thanks, Cliff. -- View this message in context: http://www.nabble.com/Mono.Unix.Native.Syscall.fork%28%29-tp19807601p19807601.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
