Which of the following operations will you use if you want that 35 ms per request to get freed up to handle other requests?
Options
- Non-blocking asynchronous operations
- Blocking asynchronous operations
- Non-blocking synchronous operations
- Blocking synchronous operations