Hi all,
I'm writing an appli. in
VB.net that need to download several files from the web at the same time (up to 20 files simultaneously). I've noticed that using the System.net.webclient (suppose 20 objects in 20 separated Threads), only two downloads at a time starts (I use the .DownloadFileAsync method): I tried to increase the max number of simultaneous downloads modifying the Internet Settings in the registry but with no effects.
Please help