From: Sarah Tanembaum Date: 2004-12-02T03:27:45+09:00 Subject: Rails with webrick slow as snails I've followed the sample installation http://www.leetsoft.com/rails/lesson1.html step by step and it works, I think. I got the same message as the example BUT 1. when starting the webrick from the command line, IT'S SLOW AS SNAIL 2. when pointing to the http://localhost:3000/hello/index, IT SLOW AS SNAIL AS WELL. It takes at least 4 minutes to get the result. What am I doing wrong? Below are the error on the console: # 127.0.0.1 - - [01/Dec/2004:13:20:29 Eastern Standard Time] "GET /hello/index HTTP/1.1" 200 306 - -> /hello/index # [2004-12-01 13:25:19] ERROR `/favicon.ico' not found. 127.0.0.1 - - [01/Dec/2004:13:25:19 Eastern Standard Time] "GET /favicon.ico HTTP/1.1" 404 281 - -> /favicon.ico #