Describing benefits of using async controllers
How to start:
- Open solution in Visual Studio 2017 and click "Run".
- Follow instructions from console.
Client is creating bunch of requests to server, to sync or async controller method (depending on user choice). Then client is trying to execute another method to check whether server can serve requests and logs how much time is elapsed before server responds.
Server is serving requests and writing available thread count to console.