Ask Your Question
3

Under a limit on concurrency, do AJAX requests in the browser lose their parallel processing capabilities and become executed sequentially?

asked 2022-08-23 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-10-05 20:00:00 +0000

lakamha gravatar image

Under a limit on concurrency, AJAX requests in the browser may become executed sequentially if the limit is reached. The number of simultaneous requests that can be made in a browser is limited by the browser itself and also by the server serving the requests. When the limit is reached, the browser may queue additional requests and wait for the limit to be lifted before making more requests. However, it is important to note that not all requests will be affected by this limit, as it typically only applies to requests made to the same server or domain. Requests to different servers or domains can still be executed in parallel.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-23 11:00:00 +0000

Seen: 8 times

Last updated: Oct 05 '21