I have run in to a weird problem, this just just might be an jquery issue but I put it here any way:
If I send 10 requests to a rest function at the same time from jquery, and I know that each response will take about 5 seconds to retrieve from the api then I should get a response from all requests almost at the same time, right? But it isn't the case, it takes 50 seconds.
Response 1 after 5 seconds Response 2 after 10 seconds etc...
/Base and async
Hi,
I have run in to a weird problem, this just just might be an jquery issue but I put it here any way:
If I send 10 requests to a rest function at the same time from jquery, and I know that each response will take about 5 seconds to retrieve from the api then I should get a response from all requests almost at the same time, right? But it isn't the case, it takes 50 seconds.
Response 1 after 5 seconds
Response 2 after 10 seconds etc...
Code:
Any ideas? How can I get an asynchronus response?
Is /Base limiting to 1 simultanous request per session?
is working on a reply...