This is /possibly/ a more general Rails question, but I have a Rails 3 webapp that will fetch a feed when a user enters a URL, and when the feed takes a long time, or has issues, the whole app blocks until it returns or fails. How do you all handle these calls? Is there a best practice way to do these calls asynchronously so that it doesn't interfere with the rest of the web requests?
Any help would be much appreciated!
Thanks,
Sands