N
N
Nadim Zakirov2020-07-15 14:20:35
Google Chrome
Nadim Zakirov, 2020-07-15 14:20:35

Is there a limit on the number of simultaneous AJAX requests from a browser to localhost?

Is there a limit on the number of simultaneous AJAX requests to localhost in the Google Chrome browser ? If suddenly yes, how many active connections are allowed and is it possible to somehow bypass this restriction?

The server poll is performed by me using jQuery.ajax() , now I have 5 - 10 requests per second on average, and everything seems to be fine so far, but a little later in the future these requests will be 50 per second or more.

I really would not like brakes due to browser restrictions, if such restrictions suddenly exist.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SilentFl, 2020-07-23
@zkrvndm

now in chrome there is a limit of 6 connections per domain ( proof )
to get around - make several domains (domain sharding), or use http/2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question