다음을 통해 공유


How to speed up HTTP requests on Internet Explorer

To comply with current Internet standards, Internet Explorer limits the number of simultaneous downloads to two downloads, plus one queued download. This configuration is a function of the browser. However, as connection speeds increase, and the number of total connections that are allowed to Internet servers increase, the two-connection limit may be restrictive.

Please Note: Changing the maximum number of connections beyond two is a violation of Internet standards; use at your own risk!

To increase the number of simultaneous connections that are allowed, follow these steps:

1. Start the Registry Editor
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings
3. Select New > DWORD Value from the Edit menu
4. Name the new value MaxConnectionsPer1_0Server
5. Right-click the MaxConnectionsPer1_0Server value and choose Modify
6. Under Base, click the radio button next to Decimal
7. In the Value Data: box enter the number of simultaneous connections you want to set (for example 10 is a good value), and 8. click OK
9. Repeat steps 3 - 7 using the new value MaxConnectionsPerServer
10. Exit the registry editor

Comments

  • Anonymous
    August 25, 2004
    IE limits the number of simultaneous downloads to 2. For those of you that may want to change this, Nick MacKechnie over at Microsoft has a post on how to make the change. Should be pretty straight forward for those...
  • Anonymous
    August 25, 2004
    The comment has been removed
  • Anonymous
    August 25, 2004
    Also, for doing multiple HTTP downloads, check out NetTransport - http://lycos26486.l97.lycos.com.cn/default.htm - very cool tool.
  • Anonymous
    August 25, 2004
    Note that doing this creates extra load on the server, which may make the server administrator somewhat unhappy.
  • Anonymous
    August 25, 2004
    The comment has been removed
  • Anonymous
    August 26, 2004
    Has anyone done this.
  • Anonymous
    August 26, 2004
    Hi Charles,

    I have.. After using the net a bit with the new settings, I agree with Andy's comments above - A setting of 5-6 works better (I was finding that the odd icon didnt load etc)
  • Anonymous
    August 26, 2004
    The comment has been removed