Quote:
Originally Posted by itsall_cooool
Primenall:
HKCU\Software\Microsoft\Windows\CurrentVersion\Int ernet Settings
MaxConnectionsPerServer = dword: 00000010
Is that a binary or decimal # ? (dword: 00000010)
looks like binary to me just want to be sure
|
Quote:
Originally Posted by zander
I'd like an answer to this too, please. Thanks.
|
I know it's been a while, but I don't think anyone ever answered. Short answer it's decimal.
This is the number of connections that are allowed to be made for a web page in IE (its also used by the foundation classes). Think of it like this, you load a web page that has 30 images on it. Each one of those images (style sheets, java script files, etc) all need a separate connection to download. The default used to be 2, meaning you would download two images, then two more, then two more... and so on. They changed the default value over the years to 4... whooo hoo, now you download 4 at a time. Changing this value to 10 (decimal) means you can download 10 items at once from the same site. So a site that has 30 images would download in about 3 sets instead of 7-8 with a setting of 4.
Thanks,