Re: [ogpx] Transport independence (Re: Next Steps for OGPX WG Charter)

Mojito Sorbet <mojitotech@gmail.com> Wed, 05 August 2009 23:40 UTC

Return-Path: <mojitotech@gmail.com>
X-Original-To: ogpx@core3.amsl.com
Delivered-To: ogpx@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id D84303A67D4 for <ogpx@core3.amsl.com>; Wed, 5 Aug 2009 16:40:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[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 2KU3oq0sOqLS for <ogpx@core3.amsl.com>; Wed, 5 Aug 2009 16:40:13 -0700 (PDT)
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by core3.amsl.com (Postfix) with ESMTP id 208AB3A6C68 for <ogpx@ietf.org>; Wed, 5 Aug 2009 16:39:23 -0700 (PDT)
Received: by qw-out-2122.google.com with SMTP id 5so199714qwi.31 for <ogpx@ietf.org>; Wed, 05 Aug 2009 16:39:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=mVfmTaz+OZ5ye5E7TCjePlLSa0YrrgBCBtMgHt7iRJA=; b=IUbF57TI1vC/Zxsf8gxUJ3MdubAbZacFNQCKy3FdPCEKWFZpCIanRAfFkZ2wGSbzDx jpIFC631WpJAUoEoVYceAswFZaL9ABN/0TTATXPznTBTAoqwZzPEAiVv7+2nyO3UU3Jq upStsGdqDjHLn7RhDapthgpBiqrJ6zyOvnu9Y=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=EwW/SoWcZJNqk+UbwgwNGkvTOLQSoCa9yjzY6StYjAfytz8xRoWPUtwpvQ0sH/Xx7U 9m+FFnwK2UjNbX+hne7+ckyRpsF8Hz2tgYOynsHLDtBltdBEVFgwZ6LxSorw9gbrb7+V YxqRC1O0R2HwcMRW7iGJwViOZyFSImixS/8Kk=
Received: by 10.224.28.75 with SMTP id l11mr7794537qac.172.1249515564091; Wed, 05 Aug 2009 16:39:24 -0700 (PDT)
Received: from ?192.168.2.2? (c-75-68-60-158.hsd1.nh.comcast.net [75.68.60.158]) by mx.google.com with ESMTPS id 7sm1767658qwf.18.2009.08.05.16.39.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Aug 2009 16:39:22 -0700 (PDT)
Message-ID: <4A7A180B.3020001@gmail.com>
Date: Wed, 05 Aug 2009 19:38:51 -0400
From: Mojito Sorbet <mojitotech@gmail.com>
User-Agent: Thunderbird 2.0.0.22 (Windows/20090605)
MIME-Version: 1.0
To: ogpx@ietf.org
References: <F0487BF6-FBBB-481A-A25E-DE777AC274E2@lindenlab.com> <4A74F1E4.8080209@dcrocker.net> <4A78D2F7.5080401@lindenlab.com> <4A78E879.2020504@gmail.com>
In-Reply-To: <4A78E879.2020504@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [ogpx] Transport independence (Re: Next Steps for OGPX WG Charter)
X-BeenThere: ogpx@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual Worlds and the Open Grid Protocol <ogpx.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ogpx>, <mailto:ogpx-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ogpx>
List-Post: <mailto:ogpx@ietf.org>
List-Help: <mailto:ogpx-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ogpx>, <mailto:ogpx-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Aug 2009 23:40:17 -0000

Meadhbh missinterpreted my points.  I did not say that XMPP  is 
transferring multiple documents,  but exactly ONE document, according to 
what the syntax rules of XML are.    There is an opening tag when the 
session opens, and the closing tag is not sent until the session 
closes.  At a syntax level, they are transferring xml stanzas, very 
slowly.  In fact those represent events, but they have the the form of xml.

Similarly we could send an HTTP header, followed by a series of 
<something> (and certainly not base64 coded), and claim to be using an 
HTTP transport.

Also, I specifically said that large objects like textures WERE an 
obvious candidate to send as independent HTTP transfers.  I would do 
that over a separate channel, so as not to tie up the shorter events.


------------------------------------------------------------------------

On Tue, Aug 4, 2009 at 7:03 PM, Mojito Sorbet<mojitotech at gmail.com> wrote:
>> Similarly XMPP sends an XML 'document'
>> that takes HOURS to send, very slowly, one stanza at a time;  in fact both
>> ways at once.

Meadhbh Siobhan wrote:
>i think the XMPP people would argue that it's sending event stream
>updates using XML stanzas, not complete documents.