HttpWebRequest is extremely slow!
- by Earlz
Hello, I am using an open source library to connect to my webserver. I was concerned that the webserver was going extremely slow and then I tried doing a simple test in Ruby and I got these results
Ruby program: 2.11seconds for 100 HTTP
GETs
C# library: 20.81seconds for 100 HTTP
GETs
I have profiled and found the problem to be this…