View previous topic :: View next topic |
Author |
Message |
M0nKeY
Joined: 09 Feb 2002
Posts: 1235
|
Posted: 04-25-2003 07:14 PM Post subject: Change the Number of Simultaneous HTTP Sessions |
|
|
Windows normally limits the number of simultaneous connections made to a single web server. This behavior can be seen in Internet Explorer when downloading multiple files from a web site and only a certain number will be active at any one time.
Windows will limit connections to a single HTTP 1.0 server to four simultaneous connections. Connections to a single HTTP 1.1 server will be limited to two simultaneous connections. The HTTP 1.1 specification (RFC2068) mandates the two connection limit while the four connection limit for HTTP 1.0 is a self-imposed restriction which coincides with the standard used by a number of popular Web browsers.
Open your registry and find the key below.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Create two new values, or modify the existing values, called 'MaxConnectionsPerServer' and 'MaxConnectionsPer1_0Server'. Change the values to equal the number of simultaneous requests allowed to a single HTTP server, the default values are 2 and 4 respectively.
Restart Windows for the change to take effect.
Note: By changing these settings you are causing Windows to break the HTTP protocol specification for any Internet applications running on your machine.
Note: This affects all Windows Internet applications that use the standard API, including Internet Explorer.
Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Value Name: MaxConnectionsPerServer, MaxConnectionsPer1_0Server
Data Type: REG_DWORD (DWORD Value)
Value Data: Number of Simultaneous Connections
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk. |
|
Back to top |
|
Sv-Korn
Joined: 07 Jun 2002
Posts: 158
|
Posted: 04-26-2003 11:07 AM Post subject: |
|
|
Ive got to try that out :)
sexy |
|
Back to top |
|
Shn
Joined: 10 Feb 2002
Posts: 738
|
Posted: 04-26-2003 11:45 AM Post subject: |
|
|
hmmm, i wonder if download managers, such as Flashget, respect those specifications...
Anyways, i rarely download more than one file at the same time with IE. |
|
Back to top |
|
M0nKeY
Joined: 09 Feb 2002
Posts: 1235
|
Posted: 04-26-2003 04:40 PM Post subject: |
|
|
Shn wrote:
hmmm, i wonder if download managers, such as Flashget, respect those specifications...
Anyways, i rarely download more than one file at the same time with IE. No they dont... But this even changes the way a regular webpage will load.... If the webpage has more than 2 images on it. |
|
Back to top |
|
|