Http requests / concurrency?

Posted by maxp on Stack Overflow See other posts from Stack Overflow or by maxp
Published on 2010-03-13T16:14:50Z Indexed on 2010/03/13 16:25 UTC
Read the original article Hit count: 638

Filed under:
|

Say a website on my localhost takes about 3 seconds to do each request. This is fine, and as expected (as it is doing some fancy networking behind the scenes).

However, if i open the same url in tabs (in firefox), then reload them all at the same time, it appears to load each page sequentially rather than all at the same time. What is this all about?

Have tried it on windows server 2008 iis and windows 7 iis

© Stack Overflow or respective owner

Related posts about concurrency

Related posts about http