Erol Fornoles wrote in post #947325:
> I know you've already resolved your problem, but for the sake of
> discussion, WEBrick in it's default state is notoriously slow when
> being accessed remotely. You can speed it up by looking for webrick/
> config.rb in your ruby's install path and changing the following:
>
> :DoNotReverseLookup => nil
>
> to
>
> :DoNotReverseLookup => true

Thanks for the hint! Nevertheless I'll try to avoid WEBrick in the 
future :)

Probably still couldn't stick with Mongrel, Thin or whatever even with 
that option enabled, right?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to