|
|
|
|
|
by KaiserPro
3930 days ago
|
|
Yup, Each dropped packet pauses the entire connection until its retransmitted. Moving forward to a time where the average webpage is 10-100megs in size[1] in around 5 to 10 years time, SPDY will be the bottleneck, not the network or serving infrastructure. Of course five to ten years is about the time that HTTP 2 will start to see wide spread adoption..... Multiplexed TCP is just not a good idea for high bandwith, low latency file delivery. (HTTP is basically a very wordy file system interface) If you look at any of the systems for moving files about, they all either use a custom UDP protocol, or many streams of TCP. (or rely on being in a LAN) [1]http://www.websiteoptimization.com/speed/tweak/average-web-p... |
|
Yeah, that's why the next step after SPDY/HTTP2 adoption is QUIC, which moves the web to UDP, and solves the head-of-line blocking.
https://en.wikipedia.org/wiki/QUIC