I''m seeing a situation where two requests with the same session id are being processed at the same time. Is there a way to make sure that if a request is being handled for a session, that request completes before allowing another? For instance, I''m receiving xml, which goes through a series of steps, say 1-7. In step 3 of the first request, I''ll see step 1 for the second request inject itself into the log file at step three. The two requests will be intertwined in the log file until both complete. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---