Plugin or Gem install is too slow

I’m using a Macbook with Leopard 10.5.4 . When I try to install a plugin
from a remote source via Terminal it takes a long time to finish
downloading all the files to my vendor/plugins folder. My internet
connection is not slow (average of 4Mbps). When surfing with a normal
browser, eg firefox, it’s not slow at all . I tried several plugins from
different locations and with all of them installation was very slow.
Does anyone have an idea why it’s too slow?

What version of RubyGems?
Are you getting your pugins with Git or Subversion?
Have you tried to ssh into another box on your network? Is that slow
also?
Are you on a wired or wireless connection?
Are you on a company LAN?
Have you tried installing gems or plugins from a different location
(maybe a Wi-Fi hotspot)?
I have seen odd connection issues in the past on networks with improper
DNS configurations.

Soh D. wrote:

I’m using a Macbook with Leopard 10.5.4 . When I try to install a plugin
from a remote source via Terminal it takes a long time to finish
downloading all the files to my vendor/plugins folder. My internet
connection is not slow (average of 4Mbps). When surfing with a normal
browser, eg firefox, it’s not slow at all . I tried several plugins from
different locations and with all of them installation was very slow.
Does anyone have an idea why it’s too slow?

My RubyGems is 1.2.0

I didn’t install the plugins via Git or SVN, just used the terminal, ex:

script/plugin install
http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids/

And then wait for around 30min to have it finished.

I’m at home with a wireless connection.

I’ll first try the non-wireless mode, then try another box, maybe
Windows, just to see what happens.

===================

Robert W. wrote:

What version of RubyGems?
Are you getting your pugins with Git or Subversion?
Have you tried to ssh into another box on your network? Is that slow
also?
Are you on a wired or wireless connection?
Are you on a company LAN?
Have you tried installing gems or plugins from a different location
(maybe a Wi-Fi hotspot)?
I have seen odd connection issues in the past on networks with improper
DNS configurations.

You might what to install it with the verbose flag ( -v ) to see why
its taking so long. Also , with atleast gem <1.2 , passing the flags –
no-rdoc --no-ri to the gem install command would speed it up , you get
no documentation though.

Also you might want to ping the server itself to see if its just the
server.

James

On Sep 18, 7:10 pm, Soh D. [email protected]