Forums

If 1 page makes 2 ajax calls at the same time, how many web workers are used?

I want to understand how web workers are used up, particularly when 1 page is loaded by 1 user, that contains 2 simultaneous ajax calls.

For really simultaneous calls, two.

Ok thanks @fjl no wonder my page seems to take so much resources. One page has 3 DataTables that are all server side (i.e., making ajax calls to get data).