I doubt many sites are going to bother with all the complexity of implementing and utilizing SPDY when only chrome supports it. To see significant advantage with SPDY vs something like long-polling you need to build your app around it, and if you need to support long-polling methods anyways, not very many sites are going to bother.
nl|14 years ago
SPDY can be implemented as an Apache module[3] which could be used only when the browser supports it.
It is true that WebSockets replace long polling, but there are plenty of libraries that abstract the differences out nicely.
[1] http://www.chromium.org/spdy [2] http://en.wikipedia.org/wiki/WebSocket [3] http://code.google.com/p/mod-spdy/
dangoor|14 years ago