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

  • Documenting scripts and source code

    When writing applications, it is vital to be able to look back at your code and understand exactly what each line of code does as quickly as possible. Retrospectively Documenting scripts and source code is time consuming and prone to error, so its best to write the comments either as you are writing the code,…

  • FEAD Optimizer Extract Tool

    It has finally arrived.  Introducing the FEAD Optimizer Extraction tool. This tool is designed to allow the quick extraction of a FEAD Optimized installer application such as Acrobat Reader.  I am surprised that NetOpSystems who make FEAD have not developed an application for network administrators that will allow easy extraction of the proprietary compressed files. …

  • 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…

  • 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.

  • Microsoft Baseline Security Analyzer

    You can never be to careful when it comes to protecting your file servers and important workstations.  Windows Update doesn’t always provide all the current updates and security patches to protect your systems. Microsoft has a free solution that will help to identify security problems in your network.  It is called the Microsoft Baseline Security…

  • 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