From: Ethan Huo Date: 2011-04-02T22:50:54+09:00 Subject: Re: how to refine the code to avoid using fork on windows? i tried using win32-process to emulate #fork, although the code need no changes, the behavior of win32-process' fork is different from Linux fork, finally i used #spawn, and it seems work well -- Posted via http://www.ruby-forum.com/.