It appears to be a binary framing protocol carrying
an HTTP subset. The goals of the protocol match the
BWTP "manifesto", so hopefully the SPDY authors will
join this BOF.
I still like the idea of text-based framing and metadata
because it's easy to debug with telnet and tcpdump.
For instance, BWTP header persistence is still human
readable, would be very effective in terms of
compression, and could be retrofitted for httpbis;
whereas SPDY headers are compressed with gzip, resulting
in effective compression but no savings in header
encoding and decoding, and a random looking byte stream
unless you have a specialized debug tool.
It would be interesting to take a poll to see if people
have a binary or a text-based protocol in mind.
Ted.
On 2009-11-12, at 4:24 PM, Greg Wilkins wrote:
Lloyd Wood wrote:
How does this compare to BEEP?
From my quick look:
+ It's simpler than beep in channel management
+ It's addresses the header compactness issues
+ It is definitely bound to uber-http semantics, while beep is more general
purpose (but could have a http binding defined).
But in concept, it is not too far apart. It's using the same grab
bag of techniques (multiplexed channels with fragmentation and orderly
channel management) that Beep uses (and BWTP is advocating).
cheers
On 12 Nov 2009, at 22:05, Greg Wilkins wrote:
FYI Google have announced some work they are doing on a HTTP improvement
http://dev.chromium.org/spdy/spdy-whitepaper
It appears to capture many of the same ideas I was attempting to with BWTP - but
they are binary encoded and have working code :)
cheers
_______________________________________________
hybi mailing list
hybi at ietf.org
https://www.ietf.org/mailman/listinfo/hybi
DTN work: http://info.ee.surrey.ac.uk/Personal/L.Wood/saratoga/
<http://info.ee.surrey.ac.uk/Personal/L.Wood/><L.Wood at surrey.ac.uk>
_______________________________________________
hybi mailing list
hybi at ietf.org
https://www.ietf.org/mailman/listinfo/hybi
_______________________________________________
hybi mailing list
hybi at ietf.org
https://www.ietf.org/mailman/listinfo/hybi
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.