Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever I start a ruby script, (such as script/server ), nothing happens for 60 seconds. RIDE will not start. I seems like something is timing out, or something. The windows event logs don''t show anything. The windows task manager doesn''t show a ''not responding'' process. Has anyone else experienced this. I''d really rather use Rails instead of ASP.NET for this project. -Larry
Ruby 8.15? Did we advanced so much in last weekend? On 5/23/05, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote:> Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever > I start a ruby script, (such as script/server ), nothing happens for 60 > seconds. RIDE will not start. I seems like something is timing out, or > something. The windows event logs don''t show anything. The windows > task manager doesn''t show a ''not responding'' process. Has anyone else > experienced this. I''d really rather use Rails instead of ASP.NET for > this project. > > -Larry > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- http://deezsombor.blogspot.com
Maybe it is trying to resolve host name(s)? FWIW, I installed XAMPP, Ruby and Rails on a Win 2k box. Dog slow. I did some testing with coLinux (runs Linux on Windows), and it is much faster. I ran out of time before i could get it completely on the air, but will definitely work on it next time I''m on site. Regards, JJ On Monday, May 23, 2005, at 12:19PM, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote:>Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever >I start a ruby script, (such as script/server ), nothing happens for 60 >seconds. RIDE will not start. I seems like something is timing out, or >something. The windows event logs don''t show anything. The windows >task manager doesn''t show a ''not responding'' process. Has anyone else >experienced this. I''d really rather use Rails instead of ASP.NET for >this project. > >-Larry >_______________________________________________ >Rails mailing list >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >http://lists.rubyonrails.org/mailman/listinfo/rails > >--- Help everyone. If you can''t do that, then at least be nice.
I''m running rails on win2003 with no such problems. do not think the problem is with windows - maybe reinstall ruby and rails Franc Paul s002 wrote:> Installed Ruby 8.15 and Rails on a Windows2003 box last week. > Whenever I start a ruby script, (such as script/server ), nothing > happens for 60 seconds. RIDE will not start. I seems like something > is timing out, or something. The windows event logs don''t show > anything. The windows task manager doesn''t show a ''not responding'' > process. Has anyone else experienced this. I''d really rather use > Rails instead of ASP.NET for this project. > > -Larry > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
It could be. When Webrick finally starts it reports that it''s on 0.0.0.0. Shouldn''t it be on 127.0.0.1 for localhost? Is there a way to change that? -Larry John Johnson wrote:>Maybe it is trying to resolve host name(s)? > >FWIW, I installed XAMPP, Ruby and Rails on a Win 2k box. Dog slow. >I did some testing with coLinux (runs Linux on Windows), > and it is much faster. >I ran out of time before i could get it completely on the air, >but will definitely work on it next time I''m on site. > >Regards, > JJ > >On Monday, May 23, 2005, at 12:19PM, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote: > > > >>Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever >>I start a ruby script, (such as script/server ), nothing happens for 60 >>seconds. RIDE will not start. I seems like something is timing out, or >>something. The windows event logs don''t show anything. The windows >>task manager doesn''t show a ''not responding'' process. Has anyone else >>experienced this. I''d really rather use Rails instead of ASP.NET for >>this project. >> >>-Larry >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> >> >> >> > > >--- >Help everyone. If you can''t do that, then at least be nice. > >_______________________________________________ >Rails mailing list >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > > >
script/server default binding to address 0.0.0.0 was introduced in the last package. Its intent is to allow testing from other machines from the same network as well. I like this feature ;-). If you would like to use localhost instead use ruby script/server -b 127.0.0.1 Altough I dont think that this will increase your speed. Zsombor On 5/24/05, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote:> It could be. When Webrick finally starts it reports that it''s on > 0.0.0.0. Shouldn''t it be on 127.0.0.1 for localhost? Is there a way to > change that? > -Larry > > John Johnson wrote: > > >Maybe it is trying to resolve host name(s)? > > > >FWIW, I installed XAMPP, Ruby and Rails on a Win 2k box. Dog slow. > >I did some testing with coLinux (runs Linux on Windows), > > and it is much faster. > >I ran out of time before i could get it completely on the air, > >but will definitely work on it next time I''m on site. > > > >Regards, > > JJ > > > >On Monday, May 23, 2005, at 12:19PM, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote: > > > > > > > >>Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever > >>I start a ruby script, (such as script/server ), nothing happens for 60 > >>seconds. RIDE will not start. I seems like something is timing out, or > >>something. The windows event logs don''t show anything. The windows > >>task manager doesn''t show a ''not responding'' process. Has anyone else > >>experienced this. I''d really rather use Rails instead of ASP.NET for > >>this project. > >> > >>-Larry > >>_______________________________________________ > >>Rails mailing list > >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >>http://lists.rubyonrails.org/mailman/listinfo/rails > >> > >> > >> > >> > > > > > >--- > >Help everyone. If you can''t do that, then at least be nice. > > > >_______________________________________________ > >Rails mailing list > >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- http://deezsombor.blogspot.com
JonathanAquino.11106565-opCBI309nnGakBO8gow8eQ@public.gmane.org
2005-May-24 15:01 UTC
Re: Rails slow on Win2003
I also am finding that Rails scripts are slow on WinXP (1-minute startup delay when you do something like "ruby script/generate ...", or "rake test_units"). Evidently other people are finding that Rails scripts are slow on Windows: http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/137644 Hope someone can find out how to fix this problem. -- Jon Aquino (Victoria BC Canada) http://jonaquino.blogspot.com> > Installed Ruby 8.15 and Rails ona Windows2003 box last week.> > Whenever I start a ruby script, (suchas script/server ), nothing> > happens for 60 seconds. RIDE will not start.I seems like something> > is timing out, or something. The windows eventlogs don''t show> > anything. The windows task manager doesn''t show a''not responding''> > process. Has anyone else experienced this. I''d reallyrather use> > Rails instead of ASP.NET for this project. > > > > -Larry> > _______________________________________________ > > Rails mailing list> > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails> > > _______________________________________________ > Rails mailing list> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails>
Sorry, I did mean the ruby182.15 one-click installer version that I downloaded from sourceforge. -Larry Dee Zsombor wrote:>Ruby 8.15? Did we advanced so much in last weekend? > >On 5/23/05, s002 <s002-DAs/gOxUCtdeoWH0uzbU5w@public.gmane.org> wrote: > > >>Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever >>I start a ruby script, (such as script/server ), nothing happens for 60 >>seconds. RIDE will not start. I seems like something is timing out, or >>something. The windows event logs don''t show anything. The windows >>task manager doesn''t show a ''not responding'' process. Has anyone else >>experienced this. I''d really rather use Rails instead of ASP.NET for >>this project. >> >>-Larry >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> >> >> > > > >
Did that. Downloaded the latest installer, (182-15) from source forge. Now webrick starts after about 14 seconds. FreeRIDE will not start, no error messages I can find. -Larry Francois Paul wrote:> I''m running rails on win2003 with no such problems. do not think the > problem is with windows - maybe reinstall ruby and rails > > Franc Paul > > s002 wrote: > >> Installed Ruby 8.15 and Rails on a Windows2003 box last week. >> Whenever I start a ruby script, (such as script/server ), nothing >> happens for 60 seconds. RIDE will not start. I seems like something >> is timing out, or something. The windows event logs don''t show >> anything. The windows task manager doesn''t show a ''not responding'' >> process. Has anyone else experienced this. I''d really rather use >> Rails instead of ASP.NET for this project. >> >> -Larry >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >