This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: How to speed up HTTP requests on Internet Explorer
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
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.