an ASP.NET performance bottleneck mystery

前端 未结 7 1369
心在旅途
心在旅途 2021-02-10 16:28

A classic ASP.NET app - AppSrv + MS SQL DB. Both servers are heavy-lifters 8 cores, 20 GB of RAM. When load testing, the throughput goes somewhere to 400 VirtualUsers (according

7条回答
  •  一向
    一向 (楼主)
    2021-02-10 16:56

    It may be a long shot, but you can try running your code through the Patterns and Practices Checker to see if it finds any low hanging fruit.

提交回复
热议问题