[Ziproxy-devel] Google SPDY protocol - of interest to Ziproxy?
Brought to you by:
dmcabrita
From: Andrew L. <al...@gm...> - 2011-04-30 02:52:47
|
http://www.chromium.org/spdy As part of the "Let's make the web faster" <http://code.google.com/speed/> initiative, we are experimenting with alternative protocols to help reduce the latency of web pages. One of these experiments is SPDY (pronounced "SPeeDY"), an application-layer protocol for transporting content over the web, designed specifically for minimal latency. In addition to a specification of the protocol, we have developed a SPDY-enabled Google Chrome browser and open-source web server. In lab tests, we have compared the performance of these applications over HTTP and SPDY, and have observed up to 64% reductions in page load times in SPDY. We hope to engage the open source community to contribute ideas, feedback, code, and test results, to make SPDY the next-generation application protocol for a faster web. ... SPDY Proxy One potential use for SPDY is to provide fast, secure access to a proxy. For instance, if we had a forward proxy which took SPDY requests from the client and could issue HTTP requests to the web, then we could leverage the benefits of SPDY over the Client->Proxy link without needing to upgrade the entire web. Some environments where this could be particularly useful include: - Mobile networks, where RTTs are very high - Public networks, where local WiFi or other protocols may be insecure, but SPDY connections to a secure proxy could add a layer of protection. ... -- "Those who know, do not speak. Those who speak, do not know." (Lao Tzu) My household GHG emissions from energy & transport ~4kg CO2e/day or ~1.4tonnes/year Household daily use of Water 110L, Electricity 3.9kWh, Petrol 1.2L, Gas 0MJ |