WEBrick WEBrick server became extremely slow

hi all,
for some reason my WEBrick server became extremely slow on live.i am
using Fedora 14 and Ruby 1.8.7 ,Rails 2.3.11 and RubyGem 1.6.2.
is there any reason why this would be the case?


Thanks and Regards
Sachin S. Kewale

On Thu, Feb 2, 2012 at 8:13 AM, sachin kewale
[email protected]wrote:

hi all,
for some reason my WEBrick server became extremely slow on live.i am
using Fedora 14 and Ruby 1.8.7 ,Rails 2.3.11 and RubyGem 1.6.2.
is there any reason why this would be the case?

You mean in development right? you should try Thin (gem install thin)

Javier Q

On Thu, Feb 2, 2012 at 7:40 PM, Javier Q. [email protected]
wrote:

You mean in development right? you should try Thin (gem install thin)
http://groups.google.com/group/rubyonrails-talk?hl=en.

no when i access it from my remote system ,it getting very slow.

Sachin S. Kewale

no when i access it from my remote system ,it getting very slow.

Sachin S. Kewale

I had the same issue on LAN, in my computer (on development enviroment)
worked as fast as it should… but then when I access from another PC it
was soooo slow I just had to upload to heroku so other can see it.