Re: [hybi] Serf support for BWTP
Pieter Hintjens <ph@imatix.com> Fri, 18 December 2009 12:11 UTC
Return-Path: <pieterh@gmail.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C8C9E3A6A2B for <hybi@core3.amsl.com>; Fri, 18 Dec 2009 04:11:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.644
X-Spam-Level:
X-Spam-Status: No, score=-2.644 tagged_above=-999 required=5 tests=[AWL=-0.667, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qvzy4gveXQGG for <hybi@core3.amsl.com>; Fri, 18 Dec 2009 04:11:09 -0800 (PST)
Received: from mail-iw0-f195.google.com (mail-iw0-f195.google.com [209.85.223.195]) by core3.amsl.com (Postfix) with ESMTP id 6F48A3A67E3 for <hybi@ietf.org>; Fri, 18 Dec 2009 04:11:09 -0800 (PST)
Received: by iwn33 with SMTP id 33so2103604iwn.29 for <hybi@ietf.org>; Fri, 18 Dec 2009 04:10:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=8XCKmC8pTHkG6FeNUjo/kQPAsQHuo567SPX4gwMz8KI=; b=MlexPy8y+CI8GdOxEvNDRisPHVTIN8QWnDN3Sc88sU/MvUs1cXTzzJvcUYvpns8Bng /q0OQSYphqvY/+a3urAQfZ8v4kEOpQjcoDmV2dHCA23/rOZW1DYgJvirQiXaft4LtZcG m52yWRrsK87Ixi0xS/Mx8/qxCbeDCaBm0HOj0=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=PwMyH4GtEBbZoVl1GlYicEk+HAYikHwIXoYbLqSQSaoHAyf6mAvtFZsaNxfVFssCeZ eajN9rejXeYIzQi+QaHnJvgWTD1TkkY7fCAYiSOWfmkF3cltU9SwPVKDrFRLURK00Zui VzZGnyN+aQeHyo/z1w30pSpZwU7rZaQEHKTOw=
MIME-Version: 1.0
Sender: pieterh@gmail.com
Received: by 10.231.121.164 with SMTP id h36mr1171718ibr.9.1261138251496; Fri, 18 Dec 2009 04:10:51 -0800 (PST)
In-Reply-To: <5c902b9e0912180032o33d58da5hf3411baeb1fc5f7f@mail.gmail.com>
References: <5c902b9e0912180032o33d58da5hf3411baeb1fc5f7f@mail.gmail.com>
From: Pieter Hintjens <ph@imatix.com>
Date: Fri, 18 Dec 2009 13:10:31 +0100
X-Google-Sender-Auth: 800ca0c7d32547e1
Message-ID: <5821ea240912180410q44fff30cgd6d89828a53c30cc@mail.gmail.com>
To: Justin Erenkrantz <justin@erenkrantz.com>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: hybi@ietf.org
Subject: Re: [hybi] Serf support for BWTP
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Dec 2009 12:11:11 -0000
Hi Justin, Interesting to know you have a Serf implementation. If you like you can add it to the long and growing list of BWTP implementations at http://bwtp.wikidot.com/main:implementations. -Pieter On Fri, Dec 18, 2009 at 9:32 AM, Justin Erenkrantz <justin@erenkrantz.com> wrote: > Hi hybi@, > > Out of some stuff that's been done with CREST [1], I got pointed at > BWTP and decided to implement it in Serf [2]. A colleague of mine at > UC Irvine is implementing BWTP with PLT Scheme for some CREST stuff > he's doing. (In short, CREST would benefit from having an async > protocol.) > > If ya'll haven't followed the Twitter conversation between me and > Hixie over the last few days, I've pretty much come to the same > conclusions regarding "Web Sockets" RFC that Greg Wilkins did much > earlier. (Kudos to Greg!) I guess that Hixie has tried to write his > RFC drafts in a way that stresses one particular way of writing a > client - but for a pure async client library like Serf, the > description in the RFC is pretty impenetrable...and, in my mind, not > very helpful when it comes to writing an independent implementation. > So, I found BWTP a lot easier to implement...and so I did. > > The BWTP implementation in Serf isn't perfect and there's probably > more to do, but it'll suffice for now. Though there do seem to be > some errors in the BWTP RFC, but I'm not sure if Greg is updating the > BWTP RFC drafts or not. If so, I'm happy to post about those apparent > errors as well. > > Anyway, Hixie asked that I subscribe/post to the IETF list, so here I > am. =) -- justin > > 1. http://www.erenkrantz.com/CREST/ > 2. http://code.google.com/p/serf/ > _______________________________________________ > hybi mailing list > hybi@ietf.org > https://www.ietf.org/mailman/listinfo/hybi > >
- [hybi] Serf support for BWTP Justin Erenkrantz
- Re: [hybi] Serf support for BWTP Pieter Hintjens
- Re: [hybi] Serf support for BWTP Justin Erenkrantz
- Re: [hybi] Serf support for BWTP Greg Wilkins
- Re: [hybi] Serf support for BWTP Justin Erenkrantz
- Re: [hybi] Serf support for BWTP Greg Wilkins
- Re: [hybi] Serf support for BWTP Ian Hickson
- Re: [hybi] Serf support for BWTP Greg Wilkins
- Re: [hybi] Serf support for BWTP Justin Erenkrantz
- [hybi] Buffering and error handling (Was: Serf su… Ian Hickson
- Re: [hybi] Serf support for BWTP Ian Hickson
- Re: [hybi] Serf support for BWTP Justin Erenkrantz