Rails issues
Posted by: Nerdmaster
Posted on: 2005-11-12 14:37:00
Since the upgrade, my rails app seems to be moving far slower than it used to. I have essentially no traffic on my rails app, but some hits are taking 2+ seconds in production mode. These same pages are about that slow on my home computer in development mode...
Additionally, I seem to have no way to kill old rails processes anymore. I was thinking my old lib/fcgi_handler.rb (put in to combat random 500 errors in 0.13 or 0.12) was a problem, so I removed it, but I can't restart the server by killing the processes...
Anybody experiencing similar problems?