Opening multiple web links causes pages to 404 or timeout

0

I'm using chrome/firefox on windows 7, on fiber, at the office. When browsing the web and opening multiple concurrent pages some of them will 404, timeout, or hang. This doesn't seem to happen to anyone else on my switch. I asked IT and they thought it may be a tcpip-conncurrent-connection issue but that isn't supposed to occur on Windows 7.

Any idea what would cause this to occur?

Zach Shallbetter

Posted 2011-07-29T15:23:58.970

Reputation: 101

Technically, it is concurrent- incomplete -connection. Basically, you can only make 10 incomplete connections at one time. If they haven't connected yet, then others are put into a queue. But the number of complete or connected connections is a different number. . . – surfasb – 2011-07-29T16:15:21.673

That's crazy considering the number of http requests a single page can make. Especially one with advertisements. – Zach Shallbetter – 2011-07-29T17:08:15.087

I don't think you understand what an incomplete connection is or how TCPIP works. An http request != TCP connection. Theoretically, you can make as many requests over a TCP connection as you want. . . – surfasb – 2011-07-29T23:37:17.540

So how do I increase the number of incomplete-connections limit. – Zach Shallbetter – 2011-08-01T20:38:09.100

http://social.technet.microsoft.com/Forums/en-US/itprovistasp/thread/2afc725f-44fd-4ae1-9eb8-f0c3a0f552bc/ The limit was removed in Windows 7. – surfasb – 2011-08-01T20:53:42.970

If it's not incomplete connections and not complete connections, What would cause my browsers to hang and timeout like this. – Zach Shallbetter – 2011-08-01T21:41:57.270

No idea. That's the beauty of the Internet. Your network traffic will touch 100 devices before it hits the webpage :) Each device could screw with your traffic. – surfasb – 2011-08-01T22:48:14.657

Answers

0

multiple? 1000, 100, 10, 2?

windows used to have a low limit for concurrent connections. If you do a search in google you'll find many tips about this issue; for example:

http://www.speedguide.net/articles/firefox-ie-browser-tweaks-2448

hmontoliu

Posted 2011-07-29T15:23:58.970

Reputation: 427

Excellent have you seen any similar tweaks to Chrome? – Zach Shallbetter – 2011-07-29T15:47:35.487

Multiple meaning 2-5 – Zach Shallbetter – 2011-07-29T17:07:28.660