问题
I am using ASP.NET Web API to design a REST API and hosted it as a Cloud App on Azure. I used the Load testing framework here, to test the performance.
I find for 100 concurrent requests, the average response time is as expected. But when the number of concurrent users increases further, the Average Response Time also increases.
NOTE : The Response time for a single request is ~3 seconds.
I tried making my POST call async , but that wasn't of much use.
Any suggestions?
来源:https://stackoverflow.com/questions/37022458/asp-net-web-api-handle-more-requests-per-second