/lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-August/021946.html

https://github.com/whatwg/whatwg.org · HTML · 244 lines · 76 code · 161 blank · 7 comment · 0 complexity · f1d8ff27221bd38e58c95e982936bf9c MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE> [whatwg] BWTP for WebSocket transfer protocol
  5. </TITLE>
  6. <LINK REL="Index" HREF="index.html" >
  7. <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20BWTP%20for%20WebSocket%20transfer%20protocol&In-Reply-To=%3C4A82A187.4090200%40mortbay.com%3E">
  8. <META NAME="robots" CONTENT="index,nofollow">
  9. <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
  10. <LINK REL="Previous" HREF="021941.html">
  11. <LINK REL="Next" HREF="021943.html">
  12. </HEAD>
  13. <BODY BGCOLOR="#ffffff">
  14. <H1>[whatwg] BWTP for WebSocket transfer protocol</H1>
  15. <!--htdig_noindex-->
  16. <B>Greg Wilkins</B>
  17. <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20BWTP%20for%20WebSocket%20transfer%20protocol&In-Reply-To=%3C4A82A187.4090200%40mortbay.com%3E"
  18. TITLE="[whatwg] BWTP for WebSocket transfer protocol">gregw at mortbay.com
  19. </A><BR>
  20. <I>Wed Aug 12 04:03:35 PDT 2009</I>
  21. <P><UL>
  22. <LI>Previous message: <A HREF="021941.html">[whatwg] BWTP for WebSocket transfer protocol
  23. </A></li>
  24. <LI>Next message: <A HREF="021943.html">[whatwg] BWTP for WebSocket transfer protocol
  25. </A></li>
  26. <LI> <B>Messages sorted by:</B>
  27. <a href="date.html#21946">[ date ]</a>
  28. <a href="thread.html#21946">[ thread ]</a>
  29. <a href="subject.html#21946">[ subject ]</a>
  30. <a href="author.html#21946">[ author ]</a>
  31. </LI>
  32. </UL>
  33. <HR>
  34. <!--/htdig_noindex-->
  35. <!--beginarticle-->
  36. <PRE>Jonas Sicking wrote:
  37. &gt;<i> I'd rather not debate about which process should be used to get to a
  38. </I>&gt;<i> good protocol. I'd rather debate concrete proposals.
  39. </I>
  40. Sure.
  41. So I think I'll keep this response short and see if I can
  42. come up with a BWTP mkII proposal that addresses
  43. the feedback that I've received.
  44. &gt;<i> So, can you describe an application which takes advantage of this
  45. </I>&gt;<i> added value. I.e. an application that transmits JSON, and that would
  46. </I>&gt;<i> not be put at some type of disadvantage (slower, harder to implement,
  47. </I>&gt;<i> impossible to implement etc) if it couldn't use the new 0x01 frame
  48. </I>&gt;<i> type.
  49. </I>
  50. An application that sends just a single content type like JSON is
  51. not going to have any advantage from that proposal, because it
  52. can assume that messages will be text/json;charset=utf8 and
  53. be more efficient than anything that actually transmits that.
  54. But any application that might send multiple types and/or charsets
  55. will benefit. Also any application that might want to conditionally
  56. compress or encrypt a message would benefit.
  57. Also browser that want to share a single connection between multiple
  58. WebSocket API instances would benefit as they could use the metadata
  59. to organize the virtual connections without the need to alter the
  60. payload.
  61. cheers
  62. </PRE>
  63. <!--endarticle-->
  64. <!--htdig_noindex-->
  65. <HR>
  66. <P><UL>
  67. <!--threads-->
  68. <LI>Previous message: <A HREF="021941.html">[whatwg] BWTP for WebSocket transfer protocol
  69. </A></li>
  70. <LI>Next message: <A HREF="021943.html">[whatwg] BWTP for WebSocket transfer protocol
  71. </A></li>
  72. <LI> <B>Messages sorted by:</B>
  73. <a href="date.html#21946">[ date ]</a>
  74. <a href="thread.html#21946">[ thread ]</a>
  75. <a href="subject.html#21946">[ subject ]</a>
  76. <a href="author.html#21946">[ author ]</a>
  77. </LI>
  78. </UL>
  79. <hr>
  80. <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
  81. mailing list</a><br>
  82. <!--/htdig_noindex-->
  83. </body></html>