Improving performance of multithreaded HttpWebRequests in .NET

后端 未结 6 1202
粉色の甜心
粉色の甜心 2020-12-02 14:30

I am trying to measure the throughput of a webservice.

In order to do that, I have written a small tool that continuously sends requests and reads responses from a n

6条回答
  •  独厮守ぢ
    2020-12-02 15:09

    it could be the connection limit that has been imposed recently.

    http://www.speedguide.net/read_articles.php?id=1497

    and

    http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/

提交回复
热议问题