On Dec 13, 11:05 am, George <gev...@comcast.net> wrote: > It has nothing to so with AJAX. > You did not say what you using on your server side so i can not tell. > > But a lot of frameworks like ASP or ASP.NET will serialize requests > made from the same Sesssion (browser). To avoid programmers having to > manage concurent access to resources in Session object. DUDE !! You are AWESOME! Thank you, that was EXACTLY the problem. I'm using CherryPy on the server with sessions turned on. Turning them off fixed the problem instantly.
However, I've run into some problems with this setup... Seems like doing this with CherryPy would either involve a lot of hackery. What server framework would you suggest?