Tagged Questions
SPDY is an experimental protocol for multiplexing multiple, concurrent streams (typically HTTP request/response streams) over a single TCP connection.
9
votes
2answers
225 views
What would a SPDY “Hello world” look like?
I just finished skimming the SPDY white paper and now I'm interested in trying it out. I understand that Google is serving content over SSL to Chrome using SPDY.
What's the easiest way to set up and ...
3
votes
1answer
445 views
SPDY module for IIS7
My goal is to implement SPDY protocol (a new experimental protocol by GOOGLE) on IIS servers.
SPDY is a TCP based application level protocol and as such I am guessing that I have to
work at TCP ...
1
vote
0answers
31 views
Google SPDY - Has anyone used it on Apache?
Just wondering if anyone has had any experience with Google SPDY on Apache? http://code.google.com/p/mod-spdy/
I run a couple of web servers and am interested to know if there have been any issues ...
1
vote
1answer
56 views
Using SPDY in a SOA architecture
I have a lot of experience over the last few years working with and designing SOA systems that rely on HTTP to talk to each other. I got to wondering what an SOA architecture that leveraged SPDY ...
1
vote
1answer
84 views
Does websockets work with SPDY?
I'm using socket.io, if I use a SPDY server for my app would socket.io / websockets still work?
Thanks.
1
vote
1answer
228 views
SPDY - without TLS?
I'm trying to implement SPDY (with Node.js) for use on a high latency connection.
Now SPDY uses TLS encryption and this would increase the packet length - something I'm trying to avoid.
Is there ...
1
vote
3answers
152 views
Does SPDY protocol eliminate the need for CSS sprites, combined JS and CSS files?
I have been always combining CSS and JS files. The same has pretty much applied to images, too. I am wondering here that does Google's SPDY, with its multiplexing connections, remove the need for all ...
1
vote
6answers
1k views
Is SPDY really used?
Does anyone see Google's SPDY used in production? Is there a way to detect if a website is communicating with my browser (provided it is a fresh Chrome) using SPDY?
0
votes
2answers
109 views
integrating mod-spdy with mod-mono
Google is working on a new application level protocol for the web SPDY and there is an apache module mod-SPDY for it. My question is that is it possible to integrate mod-spdy with apache's mono module ...