Hi, Are you sure this isn't caused at the server side? For instance, can you replicate the behavior if the calls just request static files? It would be extremely surprising if Ajax calls in different windows (browser tabs are different windows) interacted with each other at all, other than the common two-concurrent-requests-to-the-same- endpoint limit (but if you run into that -- and you probably do -- they'll just queue, not come back empty). My money is on the server stuff (JSPs, struts, whatever) being the culprit and not handling overlappings requests in the same session correctly.
FWIW, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Apr 21, 11:17 am, NN <[email protected]> wrote: > When an user tries to send AJAX requests simultaneously from multiple > browser tabs, one request gets completed and the page loads but the > other AJAX calls are preempted. As a result of which the response is > empty for the other calls. Only one call survives. In my application > using struts 2.0, JSP and javascript and the prototype framework, i > found that the server response is empty in the cases mentioned above > though the data gets updated in teh database with the request > parameters. The onSucess event handler for Ajax.request gets called > but the the response is empty. > > Can you please help? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
