Internet Explorer Max Connections

If you are using a broadband connection it can be quite frustrating having to wait for Internet Explorer to finish rendering a web page.  Internet Explorer has a built in limit to the number of items that can be downloaded at any one time.  This limitation has been defined as part of the HTTP Specifications. …

If you are using a broadband connection it can be quite frustrating having to wait for Internet Explorer to finish rendering a web page.  Internet Explorer has a built in limit to the number of items that can be downloaded at any one time.  This limitation has been defined as part of the HTTP Specifications.  You can break the rules by added 2 registry keys so that your surfing should be much quicker.

To break the Rules you need to use Registry Editor. Playing with the Windows Registry could prevent your computer from working.  If you are using Windows XP, create a restore point.

  • Open Registry Editor by typing REGEDIT into the Run dialog box (Start->Run or WIN+R)
  • Browse to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings
  • Right click on a blank area of the right hand pane and choose New, then DWORD
  • Name the new key "MaxConnectionsPer1_0Server"
  • Double click the key to set a value.  The number 10 should be sufficient
  • Right click on the blank area again and create another new DWORD key
  • Name the new key "MaxConnectionsPerServer"
  • Double click on the key and set the value. The number 10 should be ok.
  • Close the Registry Editor
  • Restart your computer for the new settings to take effect.

What this does is tells Internet Explorer to break the HTTP rules for both HTTP 1.0 and HTTP 1.1 specifications.  HTTP 1.1 allows for compression of the web pages and should result in a quicker download.

Remember that Windows XP service pack 2 will still limit the number of outgoing connections that are made by your computer, but it should still have a speed improvement.

One other thing to note is that you are now putting a little extra load on the webservers that are feeding your Internet Explorer surfing.  This will be ok as long as the rest of the world doesn’t do this.

Similar Posts

  • Find and deal with Duplicate Files

    With in any one system, there may be hundreds of files that are essentially taking up space.  These files range from JPG images, MP3 down to program files and the occasional folder backup.   However finding these files can be quite time consuming.

  • cURL error 28: Connection timed out

    One of my work WordPress sites is hosted internally and requires an upstream proxy to access the internet. I’ve had issues with the CRON jobs failing and the cURL error 28 message appearing, but never managed to figure out the issue until now. WordPress 5.1 brought in a new feature in the Tools menu called…

  • Internet Explorer Proxy settings

    Here is a bit of VB Script that will change the proxy settings of a machine if you are unable to access the Internet Explorer control panel or the Windows Registry. USE AT YOUR OWN RISK

  • Need to copy files across a network? Use RoboCopy

    If you are migrating a file server or just have lots of files to copy from one networked machine to another, then instead of using the Windows Explorer method of copying the files, why not use RoboCopy?

  • Take control of Domain Passwords with Password Control

    There are many ways to change passwords on a Windows Active Directory Domain.  Users can change their own passwords on the workstation.  However for Network administrators there are not any built-in tools for administrating other user network passwords, unless you Remote Desktop to the Domain Controller or have installed the local support tools for Active…

  • Netopsystems – FEAD Optimizer – Command Line

    FEAD Optimizer is a system that is used to compress installation files into a highly compact distributable file.  The intention is of course to save on bandwidth and make installation a lot more reliable.  The FEAD compressed file works sort of like an executable ZIP file.  But unlike a ZIP file there are no third party…