有时候慢到十几二十秒才能处理一个请求,原来是反解析的问题
在.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/config.rb 里 将 :DoNotReverseLookup => nil, 修改为 :DoNotReverseLookup => true,
也有人提到在 ubunt 中停止 avahi-daemon 也可以有相同的效果,未测试 service avahi-daemon stop
参考: http://stackoverflow.com/questions/1156759/webrick-is-very-slow-to-respond-how-to-speed-it