Hello, So a product I have been working on is in SQA and they have uncovered what is considered a defect in my implementation. I should point out that navigation is link based via a drop down CSS menu. Essentially the tester clicks a ton of links after issuing a post to the server. The browser queues up all the requests but the result is the browser slows down in behavior until the code catches up (if that makes any sense). Do folks prevent additional requests while one is pending? Seems like a dangerous proposition in a stateless system where the initial request might not return? The short answer is to not click like that I know... :) However, I am looking for any insight. thanks, Rick -- 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 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 -~----------~----~----~----~------~----~------~--~---