Questions tagged [servicepoint]

The .NET ServicePoint class is used to implement web service end-points.

33 questions
0
votes
0 answers

How to find the HttpWebRequest/Response or Connections blocked by the wrong setting of the limitation of ServicePoint using .net debugging tools

Today, I have an issue, my production web server has very high iis connections, the cpu and memory is on normal level. From Zabbix(an open source monitoring software, collecting data from server/performance counter, displaying on web), I can see a…
gfan
  • 1,027
  • 1
  • 14
  • 28
0
votes
0 answers

Mass-Threaded HTTPWebRequests drains CPU

i want to run about 10.000 concurrent requests using .net HttpWebRequest, not all of them going to the same host and some of them go through a pool of proxies. Im currently using Threads which works fine up to 1000 concurrent requests(equals around…
Tearsdontfalls
  • 767
  • 2
  • 13
  • 32
0
votes
0 answers

Why is the server forcibly closing the connection? What does it expect from the client?

In trying to call a REST method on a server app running on our local network from my app running on a handheld device, it fails with "Could not establish secure channel for SSL/TLS ...System.Net.Sockets.SocketException: An existing connection was…
1 2
3