
29 Sep
2013
29 Sep
'13
11:15 p.m.
On Mon, 23 Sep 2013 15:32:35 +0200 Miro Karpis
Thanks for that. I checked forkProcess - which is packed in POSIX module. I'm building under windows. Do I need to go via cygwin, is there some other way for creating new OS process?
Windows doesn't support fork(), you'll need to either use cygwin or move your code to a helper binary and launch it with System.Process.