How do we manage concurrent request?



How do we manage concurrent request?..

Answer / Pushpendra Chaturvedi

You can use promises, async/await, or XMLHttpRequest's onreadystatechange event to handle multiple concurrent AJAX requests. Libraries like Axios offer built-in mechanisms for managing concurrency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

How to handel error in ajax?

1 Answers  


Is Ajax said to be a technology platform or is it an architectural style?

1 Answers  


What will happen with click of browser "back" button among asynchronous requests?

1 Answers  


is the xmlhttprequest object part of a w3c standard?

1 Answers  


How do we abort the current xmlhttprequest in ajax?

1 Answers  


Which two methods are used for handling cross-domain ajax calls ?

1 Answers  


What is the difference between json and ajax?

1 Answers  


What are all the different data types that JSON supports?

1 Answers  


How to send an ajax request in javascript?

1 Answers  


What are the browser versions that ajax is compatible with?

1 Answers  


Can ajax be implemented in browsers that do not support the xmlhttprequest object?

1 Answers  


What are the common ajax frameworks?

1 Answers  


Categories