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.


George.

On Dec 12, 1:48 pm, "hotdog...@gmail.com" <hotdog...@gmail.com> wrote:
> Hello there!
>
> I'm sending an AJAX request using jQuery that could take a minute to
> complete. However, I also want to send other smaller ajax requests to
> the same host at the same time just after the first one starts. The
> problem is, the smaller requests block until the first one finishes.
> Is there a way to get around that? Shouldn't AJAX be asynchronous?

Reply via email to