I’m using glassfish gem to run our rails 3 app in development mode.
It’s taking forever to serve up a simple rails scaffold view, over 30
seconds. The rails logs show the requests completing in just
milliseconds. It’s like the requests hit glassfish but never make it
to rails for several seconds. The slowest responses are the requests
for static files, javascript/css files in public.
Use webrick via script/rails server, problem goes away everything
works fine nice and snappy.
Chris