|
|
|
|
|
by dcsommer
4726 days ago
|
|
Consider if the client makes a large POST followed by a few GETs. If the client has little upload bandwidth, the GETs will be delayed until the POST completes. With SPDY, they all can proceed concurrently. Similarly, if the client makes 5 GET requests, with the first being a heavy/slow/expensive resource for the server, the cheap resources can't be delivered until the slow resource finally is computed and returned. |
|
The above has been the exact case at a number of companies I've worked at.
Sites and companies like Google or Facebook, that serve all their own traffic, it becomes more important for.