Hi, I have the following problem: My application contains a mechanism to administrate some external services via a SOAP-API. If a user submit a SOAP-Request, he is waiting for the SOAP-Response (it's necessary to show him the response). While this time the Rails application is 'blocked' – another users can't do anything parallel. What is the best way to avoid this situation (~ to process many requests at one time)? Thanks & best regards -- 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.

