Re: [hybi] Addressing Minimal Events

Frank Salim <frank.salim@kaazing.com> Thu, 16 April 2009 00:52 UTC

Return-Path: <frank.salim@kaazing.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 B8E8B3A6BDA for <hybi@core3.amsl.com>; Wed, 15 Apr 2009 17:52:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.827
X-Spam-Level:
X-Spam-Status: No, score=-1.827 tagged_above=-999 required=5 tests=[AWL=0.150, 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 yxiuGCSLPnms for <hybi@core3.amsl.com>; Wed, 15 Apr 2009 17:52:17 -0700 (PDT)
Received: from mail-gx0-f160.google.com (mail-gx0-f160.google.com [209.85.217.160]) by core3.amsl.com (Postfix) with ESMTP id 1163E3A69E7 for <hybi@ietf.org>; Wed, 15 Apr 2009 17:52:16 -0700 (PDT)
Received: by gxk4 with SMTP id 4so462116gxk.13 for <hybi@ietf.org>; Wed, 15 Apr 2009 17:53:29 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.90.75.13 with SMTP id x13mr946845aga.71.1239843209225; Wed, 15 Apr 2009 17:53:29 -0700 (PDT)
In-Reply-To: <49E66DDD.8030201@webtide.com>
References: <49DEF171.4080506@mozilla.com> <c5b3a7130904100019ged7ec45o749213482f12c878@mail.gmail.com> <op.usaa24vt64w2qv@anne-van-kesterens-macbook.local> <170C0E82-633A-4CA9-B26E-38015BFC7C0D@lindenlab.com> <49E3C476.7090005@webtide.com> <20090414191717.GI32311@shareable.org> <b7197f6c0904141933o14c2cc53qf687458d3f68745e@mail.gmail.com> <49E5AA86.9040100@webtide.com> <79ea848f0904150942h6038bf3bs9fc867b918c87a36@mail.gmail.com> <49E66DDD.8030201@webtide.com>
From: Frank Salim <frank.salim@kaazing.com>
Date: Wed, 15 Apr 2009 17:53:14 -0700
Message-ID: <b7197f6c0904151753ne354d8cl62d0e66501e3b80f@mail.gmail.com>
To: Greg Wilkins <gregw@webtide.com>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: hybi@ietf.org
Subject: Re: [hybi] Addressing Minimal Events
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, 16 Apr 2009 00:52:17 -0000

> Connections are a real problem and I believe that the Websocket
> API will encourage the usage of more sockets.

WebSockets are not subject to the browsers' restrictions on the number
of HTTP connections. I don't think this is a problem.

-Frank