[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby start up on Windows slow!

Corey Haines

1/20/2008 1:29:00 AM

[Note: parts of this message were removed to make it a legal post.]

I have looked back through the archives, but can't find any solutions for
the slow start-up of ruby on windows. I know Ron had some slowness problems
a while ago, but it appears this is different. Basically, when ruby starts
up, there is a pause of about 1-2 seconds.

I made a screencast of a couple commands. It isn't deadly, or anything, but
it sure it annoying to have to wait. Autotest is nice, but it still takes a
second or two before the specs run.

Here's the screencast:
http://screencast.com/t/J...

-Corey

--
http://www.corey...
The Internet's Premiere source of information about Corey Haines

2 Answers

James Tucker

1/21/2008 2:01:00 AM

0

ruby runs real slow on windows across the board.

cleanup your rubygems (gem cleanup)

and try to minimize the number of gems you have installed, or manually
require rubygems only when you need it.

On 20 Jan 2008, at 01:29, Corey Haines wrote:

> I have looked back through the archives, but can't find any
> solutions for
> the slow start-up of ruby on windows. I know Ron had some slowness
> problems
> a while ago, but it appears this is different. Basically, when ruby
> starts
> up, there is a pause of about 1-2 seconds.
>
> I made a screencast of a couple commands. It isn't deadly, or
> anything, but
> it sure it annoying to have to wait. Autotest is nice, but it still
> takes a
> second or two before the specs run.
>
> Here's the screencast:
> http://screencast.com/t/J...
>
> -Corey
>
> --
> http://www.corey...
> The Internet's Premiere source of information about Corey Haines


Corey Haines

1/21/2008 4:27:00 PM

0

thanks! I'll try cleaning up.

On 1/20/08, James Tucker <jftucker@gmail.com> wrote:
> ruby runs real slow on windows across the board.
>
> cleanup your rubygems (gem cleanup)
>
> and try to minimize the number of gems you have installed, or manually
> require rubygems only when you need it.
>
> On 20 Jan 2008, at 01:29, Corey Haines wrote:
>
> > I have looked back through the archives, but can't find any
> > solutions for
> > the slow start-up of ruby on windows. I know Ron had some slowness
> > problems
> > a while ago, but it appears this is different. Basically, when ruby
> > starts
> > up, there is a pause of about 1-2 seconds.
> >
> > I made a screencast of a couple commands. It isn't deadly, or
> > anything, but
> > it sure it annoying to have to wait. Autotest is nice, but it still
> > takes a
> > second or two before the specs run.
> >
> > Here's the screencast:
> > http://screencast.com/t/J...
> >
> > -Corey
> >
> > --
> > http://www.corey...
> > The Internet's Premiere source of information about Corey Haines
>
>
>


--
http://www.corey...
The Internet's Premiere source of information about Corey Haines