Re: [ogpx] Teleports and protocol resilience

Vaughn Deluca <vaughn.deluca@gmail.com> Tue, 13 October 2009 18:31 UTC

Return-Path: <vaughn.deluca@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 9A93728C0E0 for <ogpx@core3.amsl.com>; Tue, 13 Oct 2009 11:31:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.198
X-Spam-Level:
X-Spam-Status: No, score=-2.198 tagged_above=-999 required=5 tests=[AWL=0.400, BAYES_00=-2.599, HTML_MESSAGE=0.001]
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 AiyYYY0drmvR for <ogpx@core3.amsl.com>; Tue, 13 Oct 2009 11:31:01 -0700 (PDT)
Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by core3.amsl.com (Postfix) with ESMTP id 6018B3A657C for <ogpx@ietf.org>; Tue, 13 Oct 2009 11:31:01 -0700 (PDT)
Received: by fxm28 with SMTP id 28so8751545fxm.42 for <ogpx@ietf.org>; Tue, 13 Oct 2009 11:30:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=T92eUkwJzqjfRQ8Q7OwDt/UKZ9TbX9qWZzD3oqWTj4g=; b=lYxq7uJ/65KTb8CKNh4/mdJx3WfJMs9IkKZ7IVqA77n1PHvIbxMfe5U3SFvODbjBvs F7VTWSvZ4d+kJ84WTUE7gN8Iv2p8D5zWmHCg8+sCmcD73pll9toYUAkQHyMKWPR77QeR xBsKevRyqyfCEMO1aoTemAUmjGu+wpVvLZJfA=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iFI3SsE1eorvLXHcbGWtQ4ZpOEnYrg+qyf+W/uhE/AxUH2+htBSyQIS6XLhs+oj1Fu EfDIZ1IaexyO2cK3DIjzvXWcmdQ0erskavtgIjRLRycvq4Bj0Mol43DCn6cz4LXrcD9c biRf1VRIbp0L8iNSLF1RZ0Ag/11T76TXSU09I=
MIME-Version: 1.0
Received: by 10.204.7.195 with SMTP id e3mr6469759bke.118.1255458657953; Tue, 13 Oct 2009 11:30:57 -0700 (PDT)
In-Reply-To: <f72742de0910131112l71d7bdc7y9bd7ba094c6c7fcd@mail.gmail.com>
References: <e0b04bba0910122213n66886b92x57446ad84def466f@mail.gmail.com> <f72742de0910130853y2e14a37bkef366f7ddcbf1f63@mail.gmail.com> <9b8a8de40910131031u3c4822eeo665021057514177a@mail.gmail.com> <f72742de0910131112l71d7bdc7y9bd7ba094c6c7fcd@mail.gmail.com>
Date: Tue, 13 Oct 2009 20:30:57 +0200
Message-ID: <9b8a8de40910131130h54f58910had4805c5c544f03b@mail.gmail.com>
From: Vaughn Deluca <vaughn.deluca@gmail.com>
To: Joshua Bell <josh@lindenlab.com>
Content-Type: multipart/alternative; boundary=00151750e9505666960475d53f78
Cc: ogpx@ietf.org
Subject: Re: [ogpx] Teleports and protocol resilience
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: Tue, 13 Oct 2009 18:31:02 -0000

:) I fell in that trap many times.
But what about the the entity to serialise the avatar data to at derez? You
mentioned either agent domain or destination region.
the tp draft uses the region, with as a consequence a second pass trough the
source region.
What are the argument pro and contra this solution compared to serialising
to the AD?
I have the feeling the slightly non-obvious path in the draft was picked for
a good reason, but i do not know enough about the details to see why.

-Vaughn


On Tue, Oct 13, 2009 at 8:12 PM, Joshua Bell <josh@lindenlab.com> wrote:

>
> On Tue, Oct 13, 2009 at 10:31 AM, Vaughn Deluca <vaughn.deluca@gmail.com>wrote;wrote:
>
>> @Joshua
>> RD is not the same as Region, in the TP drafs its the Region(service) that
>> has the interface.
>>
>>
> Oops - you're right, of course. Everything we're talking about on this
> thread can occur within a single RD or between two RDs. I was sloppily using
> "RD" as shorthand for "collection of services that implement region
> behavior" but in this case we need to be more precise.
>
> _______________________________________________
> ogpx mailing list
> ogpx@ietf.org
> https://www.ietf.org/mailman/listinfo/ogpx
>
>