I've migrated a Rails app that I didn't build to a new server for a customer. Now there are certain pages which are timing out almost exactly at 10 seconds. They do not report an error, they just go to a blank white page.
I know they're timing out and not erring out b/c when I reduce the size of the query by limit and the page loads fine every time. Also this is happening with file uploads. Small files upload fine, larger one's that require processing go to a white screen at 10 seconds. Rails 1.1.6 Ruby 1.8.4 Running on a Mongrel Cluster. I'm open to any ideas or suggestions. Thanks, in advance for any assistance or guidance you may be able to provide! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

