Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. COYour right, the default is to limit clients to 2 concurrent requests. However, this can be overridden and likely should be for server applications. @RubbleFord mentioned that they've set this to 20 already, which is why it not expressly called out in answers. Thanks for pointing this out, I've emphasized this in my response to help make it clearer. Your probably aware, but just in case, see http://msdn.microsoft.com/en-us/library/1tkaca2y.aspx. Thanks! Z
      singulars
    2. COYou're still not thinking of the client as a browser but as an application. The link you posted is specifically for modifying an application's config file, which you *do not have* for an ASP.NET page. This is a case where IE strictly follows the standards-- in this case, RFC2616 < http://www.faqs.org/rfcs/rfc2616.html >, which covers HTTP1.1. In the RFC: Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy.
      singulars
    3. COYour right and I think we are both correct. The browser may not have a config file to tweak to overcome this setting - agree 100%. However, most testing agents, and tools, that drive load against a web page do not do so through the browser itself, but at the protocol (http) level. If this testing agent is .NET based (Visual Studio Team Test, custom .net code, etc), then it will be subjected to that limit unless changed. Following that request from test agent to web site, then the request from website to web service is also subject to limit because the site is now a client of the service.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload