Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2045

Re: how to refine the code to avoid using fork on windows?

From Ethan Huo <firewall888@hotmail.com>
Newsgroups comp.lang.ruby
Subject Re: how to refine the code to avoid using fork on windows?
Date 2011-03-31 09:49 -0500
Organization Service de news de lacave.net
Message-ID <1bbf34112cfccc125c45d6e350c9ed19@ruby-forum.com> (permalink)
References <21a67789ae6ce6e83dd836329b50863f@ruby-forum.com> <4D949129.3000005@bopp.net>

Show all headers | View raw


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/.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: how to refine the code to avoid using fork on windows? Jeremy Bopp <jeremy@bopp.net> - 2011-03-31 09:35 -0500
  Re: how to refine the code to avoid using fork on windows? Ethan Huo <firewall888@hotmail.com> - 2011-03-31 09:49 -0500
    Re: how to refine the code to avoid using fork on windows? Michal Suchanek <hramrach@centrum.cz> - 2011-03-31 10:15 -0500
      Re: how to refine the code to avoid using fork on windows? Quintus <sutniuq@gmx.net> - 2011-03-31 12:14 -0500
        Re: how to refine the code to avoid using fork on windows? Ethan Huo <firewall888@hotmail.com> - 2011-03-31 21:50 -0500
    Re: how to refine the code to avoid using fork on windows? Nick Klauer <klauer@gmail.com> - 2011-03-31 10:19 -0500

csiph-web