Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Internet Explorer
Properties
 maxConnectionsPerServer property
maxConnectionsPerServer property

[This documentation is preliminary and is subject to change.]

Retrieves the maximum number of concurrent connections to a Web server.

Internet Explorer 8

Syntax

JavaScript

p = object.maxConnectionsPerServer

Property values

Type: Integer

the maximum number of concurrent connections.

ValueCondition

 

Remarks

The maximum number of connections per server returned by the maxConnectionsPerServer property is determined by the HTTP version (1.0 or 1.1) used by the server. This number applies to any Web server connection, not just to downloads.

The maxConnectionsPerServer attribute will return 6 on a broadband connection unless a user or an administrator has overridden the default settings. If the client computer is connected through dial-up, maxConnectionsPerServer will return 2 if connected to an HTTP 1.1 server or 4 if connected to an HTTP 1.0 server.

To learn how to change the connection limits from their default values, see Connectivity Enhancements in Internet Explorer 8.

See also

window
Connectivity Enhancements in Internet Explorer 8

 

 

Build date: 3/8/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker