Hello everyone, I am in desperate need of help.
I have coded a multi threaded application using TThreads that uses InternetOpen to download html pages.
No matter if I'm using 20 or 220 threads it still downloads only so many pages at a time. I am starting to think its the MaxConnectionsPerServer settings associated with http/wininet which defaults to 2,4. I changed both 1.1 and 1.0 to 99999999 in the registry and still it seems like my connections are being limited.
I don't have the code on hand right now but ill update it soon if you guys want to see it.
Pleaseeeeeeeeeeee help!!!