From: Ethan Huo Date: 2011-03-31T23:49:29+09:00 Subject: Re: how to refine the code to avoid using fork on windows? Jeremy Bopp wrote in post #990214: > Have you considered using Cygwin (http://cygwin.com) and the ruby > package it provides? That will give you an emulated fork. While Cygwin > is not a panacea for porting Unix applications to Windows, it may work > for you. > > -Jeremy Hi, Jeremy, i knew cywin works for it, but cygwin has a memory limit for our usage, that's why we won't use cygwin any more. what i need now it to move it into Mingw and get it work... thanks for your quick reply, i appreciate it:) -- Posted via http://www.ruby-forum.com/.