[Rails] Re: Server extremely slow?!

2015-02-21 Thread Marcelo S.
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

[Rails] Re: Server extremely slow?!

2010-10-12 Thread Heinz Strunk
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

[Rails] Re: Server extremely slow?!

2010-10-11 Thread Erol Fornoles
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

[Rails] Re: Server extremely slow?!

2010-10-10 Thread Heinz Strunk
Thanks, I was still on WEBrick because Mongrel caused lot of trouble on Rails 3 and Ruby 1.9.2 but I switched to thin and now 86 seconds became 3 seconds. Pretty alright :) Still ridiculous performance from WEBrick. -- Posted via http://www.ruby-forum.com/. -- You received this message