Re: [vwrap] End point "behavior"
Meadhbh Hamrick <ohmeadhbh@gmail.com> Thu, 23 September 2010 19:30 UTC
Return-Path: <ohmeadhbh@gmail.com>
X-Original-To: vwrap@core3.amsl.com
Delivered-To: vwrap@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 9DC153A6A58 for <vwrap@core3.amsl.com>;
Thu, 23 Sep 2010 12:30:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.931
X-Spam-Level:
X-Spam-Status: No, score=-1.931 tagged_above=-999 required=5 tests=[AWL=0.668,
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 5qT1rAemqjry for
<vwrap@core3.amsl.com>; Thu, 23 Sep 2010 12:30:20 -0700 (PDT)
Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com
[74.125.82.44]) by core3.amsl.com (Postfix) with ESMTP id CBE2B3A69D0 for
<vwrap@ietf.org>; Thu, 23 Sep 2010 12:30:19 -0700 (PDT)
Received: by wwd20 with SMTP id 20so40995wwd.13 for <vwrap@ietf.org>;
Thu, 23 Sep 2010 12:30:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=domainkey-signature:received:mime-version:received:in-reply-to
:references:from:date:message-id:subject:to:cc:content-type;
bh=LXgM9bJkxTbwJ4CR0Wp+guY8IHem0kAarrmVk5n3iaA=;
b=tcpGFhXgjr47OEpzstVAONV8kTh5m23HQg7Vn/Uo4E6wQ8NLY4JJNkKieZCi5D+CKe
EtokBO4wHGjcANli2l05afGUWugMu73IraJW4bhvX0iyGwbpBTUypML7bgq81wS2rByz
liGJbPfbzk9DKmZ1cg0c90oWkU7PpRa69yu3A=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:cc:content-type;
b=JYu/Vn+PQIHE8sw/BZdgCaIuNOKzfpbkCWztWZV5JELXpCrc6v43KEoNQXZc6G96sO
mN7BML4jeDhXI1F7zBhsbyRbSxfyzb5wedLv5hsXc3kt8T4VWN448nEMPNKzk7Qb2DK0
0IDCILKPbTpVgJuzAR3JFjd5hW5En0cqAxCxo=
Received: by 10.216.13.17 with SMTP id a17mr8671839wea.46.1285270242364;
Thu, 23 Sep 2010 12:30:42 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.216.170.82 with HTTP; Thu, 23 Sep 2010 12:30:22 -0700 (PDT)
In-Reply-To: <4C9BA8D0.6000005@ics.uci.edu>
References: <4C9AB1BB.2010008@ics.uci.edu>
<AANLkTi=fz6LhpRaTJr7Bu4KsXS93-B0B7SzjH4PwDGuc@mail.gmail.com>
<4C9B7041.50908@ics.uci.edu> <4C9B8275.6000402@boroon.dasgupta.ch>
<4C9B92E0.3030306@ics.uci.edu>
<AANLkTi=iS=b61Z19qMOOrB851x0m-W=p2VNtFMkQabYD@mail.gmail.com>
<4C9BA8D0.6000005@ics.uci.edu>
From: Meadhbh Hamrick <ohmeadhbh@gmail.com>
Date: Thu, 23 Sep 2010 12:30:22 -0700
Message-ID: <AANLkTi=RsqTBaVZvDb9kpa9LWenzLAAmTqFHMF-8HBRB@mail.gmail.com>
To: Crista Lopes <lopes@ics.uci.edu>
Content-Type: text/plain; charset=ISO-8859-1
Cc: vwrap@ietf.org
Subject: Re: [vwrap] End point "behavior"
X-BeenThere: vwrap@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual World Region Agent Protocol - IETF working group
<vwrap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vwrap>
List-Post: <mailto:vwrap@ietf.org>
List-Help: <mailto:vwrap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Sep 2010 19:30:23 -0000
what? i have no idea what point you're making here. if you have a thin(ish) client that you load from a web server, it's still going to talk to servers out there somewhere. with CORS you can get around the problem of javascript only being able to talk to the server it was served from. thin clients talk to servers the same way fat clients do. some thin clients may decide to break up the task between the web client and a server proxy (i'm looking into this right now because WebGL doesn't have a retained mode.) but in that case, the proxy would be the client to the asset server and speak some custom protocol between the proxy and the web client. so why does it matter one whit if the client code was a recently downloaded bundle of javascript or a honkin big fat client like the SL viewer? i'm totally not following you here. -cheers -meadhbh -- meadhbh hamrick * it's pronounced "maeve" @OhMeadhbh * http://meadhbh.org/ * OhMeadhbh@gmail.com On Thu, Sep 23, 2010 at 12:21 PM, Crista Lopes <lopes@ics.uci.edu> wrote: > On 9/23/2010 11:11 AM, Meadhbh Hamrick wrote: >> >> the great thing about standards is there are so many to choose from. >> >> if you want to use the asset and teleport portions of VWRAP without >> the seed cap part, go for it. >> >> it's not up to the protocol designers to decide how you wish to deploy >> your virtual world services. but clearly if you want to interoperate >> with someone who IS using the VWRAP Service Establishment pattern, >> you'll have to follow that draft. >> >> this is part of the "we define mechanism, not policy" mantra. >> > > This statement is true for phat clients; it is false for the web browser, > because for the web browser some of these "standard-compliant" mechanisms > are intrusions into policy and engineering design -- and irrelevant for > interop, as far as I can tell. The standard, for web browsers, should be > agnostic on these mechanisms. Putting an asset in the user's machine by > pulling or pushing is irrelevant, each world can do it in whichever way it > wants, and it will all work. > > So the drafts need to say: "if you have a client whose viewer is fixed, then > here are the standards necessary for interop; if you have a client that > takes the viewer dynamically, then these mechanisms are not necessary for > interop." Or else say, right upfront: "these standards are for clients whose > viewer is fixed; they are implementation recommendations for clients with > dynamic viewers based on... good practices(?)" > >
- [vwrap] one question Cristina Videira Lopes
- Re: [vwrap] one question Jonathan Freedman
- Re: [vwrap] one question Hurliman, John
- Re: [vwrap] one question Morgaine
- [vwrap] Fwd: one question Meadhbh Hamrick
- Re: [vwrap] one question Cristina Videira Lopes
- Re: [vwrap] one question David W Levine
- [vwrap] End point "behavior" (was: one question) Boroondas Gupte
- Re: [vwrap] End point "behavior" (was: one questi… Meadhbh Hamrick
- Re: [vwrap] End point "behavior" (was: one questi… Meadhbh Hamrick
- Re: [vwrap] End point "behavior" Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] End point "behavior" Meadhbh Hamrick
- Re: [vwrap] one question kevin.tweedy
- Re: [vwrap] one question kevin.tweedy
- Re: [vwrap] one question Mike Dickson
- Re: [vwrap] End point "behavior" Crista Lopes
- Re: [vwrap] End point "behavior" Meadhbh Hamrick
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question kevin.tweedy
- Re: [vwrap] End point "behavior" Crista Lopes
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] End point "behavior" Morgaine
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question David W Levine
- [vwrap] Cautionary thought... David W Levine
- Re: [vwrap] one question Sean Hennessee
- Re: [vwrap] one question Meadhbh Hamrick
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Cristina Videira Lopes
- Re: [vwrap] one question David W Levine
- [vwrap] Constructive Progress David W Levine
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Mike Dickson
- Re: [vwrap] one question Hurliman, John
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Hurliman, John
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Hurliman, John
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Hurliman, John
- Re: [vwrap] one question Sean Hennessee
- Re: [vwrap] one question Sean Hennessee
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine
- Re: [vwrap] one question Crista Lopes
- Re: [vwrap] one question Morgaine