The script I used just does "puts 'Hello'". I thought that it might have been a known problem, but I haven't seen anyone mentioning about it in Ruby speed discussions, so it does not seem to be common problem. I thought that it might be the way I built it so I downloaded mswin32 version from the "Pragmatic Programmers"'s web site and it was the same. If cygwin version is not going away, I guess I can keep using cygwin version. Thanks. "Lyle Johnson" <ljohnson / resgen.com> wrote in message news:ua1d6a732kg58e / corp.supernews.com... > > I have noticed that on a slow machine(AMDK6 266 MHz, 90 MB memory) mswin32 > > version of Ruby is noticeably slower than Cygwin version. > > > Could someone tell me why? > > Slower for what? Some example code that demonstrates the problem(s) would be > appropriate. If it's specifically related to file I/O, this is a well-known > problem that (I think) has been corrected for the Ruby 1.7 code. > > > Also, I am reading about Cygwin version going away. > > Where can I find more about it? > > Please check the newsgroup or mailing list archives; this has been discussed > to death over the last few weeks. Some of the subject lines for related > threads include: > > "file reading impossibly slow?" > "Why is Ruby so slow?" > "Development of Windows Version of Ruby" > > There are also a few (older) pages discussing this on the RubyGarden Wiki, > e.g. > > http://www.rubygarden.org/ruby?WindowsSupport > > The Cygwin version of Ruby isn't "going away", although the Pragmatic > Programmers' Ruby installer for Windows has indeed moved to a mswin32-based > build instead of a Cygwin-based build. There is nothing that prevents you > from building a Cygwin version of Ruby from the source code for yourself. > > Hope this helps, > > Lyle > >