Your daily dose of Java and related technologies.
News, Releases, Reviews, Tutorials, Articles, Events, Contests, Comments, Code and much more.
This java weblog is maintained by Xyling Technologies, making life simpler.

Thursday, August 26, 2004

How to speed up HTTP requests on Internet Explorer

Nick MacKechnie (a microsoft blogger) has a nice tip to speed up your IE requests.

To comply with current Internet standards, Internet Explorer limits the number of simultaneous downloads to two downloads, plus one queued download. This configuration is a function of the browser. However, as connection speeds increase, and the number of total connections that are allowed to Internet servers increase, the two-connection limit may be restrictive.

Please Note: Changing the maximum number of connections beyond two is a violation of Internet standards; use at your own risk!

[Resource-Type: Tip; Category: General; XRating: 4.5]
*Title of the post takes you to the steps.

2 Comments:

Anonymous Anonymous said...

Which Internet standard would this be, then?

9:46 AM

 
Anonymous Anonymous said...

Section 8.1.4 of RFC 2616:
"A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy."
http://w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.4

3:40 PM

 

Post a Comment

<< Home