maxConnectionsPer1_0Server Property

New for Windows Internet Explorer 8

Note: This documentation is preliminary and is subject to change.

Retrieves the maximum number of HTTP 1.0 connections to a Web server.

Syntax

[ nCount = ] window.maxConnectionsPer1_0Server

Possible Values

nCount Integer that receives the maximum number of connections.

The property is read-only. The property has a default value of 4.

Remarks

The maximum number applies to any Web server connection, not just to downloads.

The default number of HTTP 1.0 connections per server increases from 4 to 6 if Asynchronous JavaScript and XML (AJAX) Connection Services are enabled in Internet Explorer. (These services are enabled by default.)

Change the maximum number of connections by modifying the following registry value:

  • HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER

    • Software

      • Microsoft

        • Windows

          • CurrentVersion

            • Internet Settings
            • MaxConnectionsPer1_0Server = REG_DWORD

Standards Information

There is no public standard that applies to this property.

Applies To

window

See Also

maxConnectionsPerServer