- From: Poul-Henning Kamp <phk@phk.freebsd.dk>
- Date: Mon, 02 Apr 2012 00:11:23 +0000
- To: Peter Lepeska <bizzbyster@gmail.com>
- cc: ietf-http-wg@w3.org
In message <CANmPAYH38bbDJtcDLxoHcTSZ06685M30LC9DP7bMcUoJu5j4ig@mail.gmail.com> , Peter Lepeska writes: >Since a SPDY session is associated with a single TCP connection, we can >assume all GETs on that connection are being routed to the same web server. I think that is an unwarranted assumption. Many sites today will deliver static content like images from one set of servers and dynamic content from another (typically larger) set of servers, and some kind of "http-router" will split the requests on the TCP connection up between them. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
Received on Monday, 2 April 2012 00:11:47 UTC