Answer the question
In order to leave comments, you need to log in
How does the server process requests, synchronously or asynchronously?
Using the API, I send several requests, how does the server process them: does it queue them up and process each one in turn, or does it asynchronously respond to all at once?
Answer the question
In order to leave comments, you need to log in
depends on the code: it can be parallel processing, it can be sequential.
read about blocking operations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question