What is the registry key entry...

Entity

Lifer
Oct 11, 1999
10,090
0
0
...to get MSIE6 to be able to download more than two files from a server at a time? Or is this something that is set on the server?

I'm trying to download a bunch of files from a server all at the same time, and I seem to be limited to two... :(

Rob
 

LAUST

Diamond Member
Sep 13, 2000
8,957
1
81
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Then add these value's

"MaxConnectionsPer1_0Server"=Dword:0000000a
"MaxConnectionsPerServer"=Dword:0000000a
 

morkinva

Diamond Member
Nov 16, 1999
3,656
0
71
Yes but by doing that, won't he be breaking the HTTP 1.1 specification ?;) Heh... who gives a crap!

Why don't you use getright or something like that. You may not like your browser performance after you make such a registry change.