Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 508 Bytes

WhyAsync

Describing benefits of using async controllers

How to start:

  1. Open solution in Visual Studio 2017 and click "Run".
  2. 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.