On 5/19/05, Joe Van Dyk
<joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi,
> 
> I''ve installed ruby 1.8.2 on a RH 9 machine.  I got the
tar''d version
> of Rails.  I used rails in railsties to generate me a rails site.
> 
> When I run script/generate, it goes and requires every single ruby
> library that I have installed.  Soap, REXML, memcache, fileutils,
> English, delegate, tmail, socket, the list goes on and on.  It takes
> roughly a minute for script/generate to run.
> 
> I''ve not seen this before, but I''ve heard of people
having problems
> with Rails scripts taking a really long time to run.  Perhaps this is
> the cause?  How can I fix it?
Oh, nevermind.  :-(  The slowness is coming from NFS, apparently.  The
rails app in on a NFS mounted volume, and Ruby''s installed on the
local machine.  When I copied the rails app to /tmp (not nfs mounted),
it was speedy.