How to create an idependent child procees on Win32 so parent:
after spawning child could continue without blocking and not waiting
for child to exit
could kill new process
get notified when child exits
What is the best way to do this in Ruby? Should I use ‘fork’? How parent
can be notified about child exit? Any examples I can look at?
Sorry if I am asking questions belonging to some FAQ, maybe I wasn’t
researching this long enough, but I have very little time to find
answers these days