ASP.NET Web API - Handle more requests per second

喜欢而已 提交于 2019-12-25 07:46:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!