Java.net.SocketException connection reset error in .net application

前端 未结 4 1384
天涯浪人
天涯浪人 2020-12-21 14:13

We have a n-tier (.net) web application where we have a Web tier -> App tier -> Database.

Everything worked fine until we went for load testing (using jmeter).

4条回答
  •  生来不讨喜
    2020-12-21 14:52

    Your server is most probably overloaded as a result of your load test.

    So it starts rejecting connections which appear as Connection Reset error.

    So 3 options:

    • your load profile is too aggressive based on real traffic

    • your load profile is ok, your server is not correctly configured or undersized

    • your application cannot handle this load

    You can check this by slowing rampup to see when you start facing issues.

提交回复
热议问题