Multiple HTTP request in C#

后端 未结 5 997
北海茫月
北海茫月 2021-02-15 01:56

I need to send about 200 HTTP requests in parallel to different servers and get response. I use HttpWebRequest class in C#. But I don\'t see good time enhancement when requests

5条回答
  •  死守一世寂寞
    2021-02-15 02:20

    This might help - http://social.msdn.microsoft.com/forums/en-US/netfxnetcom/thread/1f863f20-09f9-49a5-8eee-17a89b591007

    Suggests there is a limit on the number of TCP connections allowed, but that you can increase the limit

提交回复
热议问题