Re: [hybi] Multiple connections serialization and proxies

"Thomson, Martin" <Martin.Thomson@andrew.com> Thu, 22 April 2010 23:03 UTC

Return-Path: <Martin.Thomson@andrew.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 560C73A685B for <hybi@core3.amsl.com>; Thu, 22 Apr 2010 16:03:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.937
X-Spam-Level:
X-Spam-Status: No, score=-1.937 tagged_above=-999 required=5 tests=[AWL=0.662, BAYES_00=-2.599]
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 yuFDyHca2Lvy for <hybi@core3.amsl.com>; Thu, 22 Apr 2010 16:03:14 -0700 (PDT)
Received: from csmailgw1.commscope.com (csmailgw1.commscope.com [198.135.207.244]) by core3.amsl.com (Postfix) with ESMTP id 7228F3A67AD for <hybi@ietf.org>; Thu, 22 Apr 2010 16:03:14 -0700 (PDT)
Received: from [10.86.20.103] ([10.86.20.103]:47561 "EHLO ACDCE7HC2.commscope.com") by csmailgw1.commscope.com with ESMTP id S18877000Ab0DVXDE (ORCPT <rfc822; hybi@ietf.org>); Thu, 22 Apr 2010 18:03:04 -0500
Received: from SISPE7HC2.commscope.com (10.97.4.13) by ACDCE7HC2.commscope.com (10.86.20.103) with Microsoft SMTP Server (TLS) id 8.1.436.0; Thu, 22 Apr 2010 18:03:04 -0500
Received: from SISPE7MB1.commscope.com ([fe80::9d82:a492:85e3:a293]) by SISPE7HC2.commscope.com ([fe80::58c3:2447:f977:57c3%10]) with mapi; Fri, 23 Apr 2010 07:03:00 +0800
From: "Thomson, Martin" <Martin.Thomson@andrew.com>
To: Jamie Lokier <jamie@shareable.org>
Date: Fri, 23 Apr 2010 07:04:28 +0800
Thread-Topic: [hybi] Multiple connections serialization and proxies
Thread-Index: AcribtQ1x64rKfFuSVi5jZGLfQJNfQAAOp4A
Message-ID: <8B0A9FCBB9832F43971E38010638454F03E7D06E00@SISPE7MB1.commscope.com>
References: <4BCF4932.8040303@gmail.com> <4BD09A2C.6060506@gmail.com> <x2n557ae281004221224i2a9a46c0k6f6f684c94de255c@mail.gmail.com> <8B0A9FCBB9832F43971E38010638454F03E7D06DF7@SISPE7MB1.commscope.com> <20100422225448.GG13951@shareable.org>
In-Reply-To: <20100422225448.GG13951@shareable.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-BCN: Meridius 1000 Version 3.4 on csmailgw1.commscope.com
X-BCN-Sender: Martin.Thomson@andrew.com
Cc: "hybi@ietf.org" <hybi@ietf.org>
Subject: Re: [hybi] Multiple connections serialization and proxies
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: Thu, 22 Apr 2010 23:03:16 -0000

Jamie writes:
> All of that is moot provided the reuse/multiplexing is done properly.

Given the absence of a mechanism for doing that, I'd say not.  Sure, in a hypothetical protocol that has the concept of 'virtual connections' or channels or the like, this IS moot.

But I was talking about draft-hixie-thewebsocketprotocol-75.

--Martin