Re: [mmox] The Story So Far...
"Hurliman, John" <john.hurliman@intel.com> Thu, 19 February 2009 17:28 UTC
Return-Path: <john.hurliman@intel.com>
X-Original-To: mmox@core3.amsl.com
Delivered-To: mmox@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B87EF3A6AB1 for <mmox@core3.amsl.com>; Thu, 19 Feb 2009 09:28:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.099
X-Spam-Level:
X-Spam-Status: No, score=-6.099 tagged_above=-999 required=5 tests=[AWL=-0.500, BAYES_00=-2.599, J_BACKHAIR_44=1, RCVD_IN_DNSWL_MED=-4]
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 yCmGhz4CGJkm for <mmox@core3.amsl.com>; Thu, 19 Feb 2009 09:28:43 -0800 (PST)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by core3.amsl.com (Postfix) with ESMTP id A99DE3A67F7 for <mmox@ietf.org>; Thu, 19 Feb 2009 09:28:42 -0800 (PST)
Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 19 Feb 2009 09:21:55 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.38,236,1233561600"; d="scan'208";a="388169758"
Received: from rrsmsx602.amr.corp.intel.com ([10.31.0.33]) by orsmga002.jf.intel.com with ESMTP; 19 Feb 2009 09:37:43 -0800
Received: from rrsmsx506.amr.corp.intel.com ([10.31.0.39]) by rrsmsx602.amr.corp.intel.com ([10.31.0.33]) with mapi; Thu, 19 Feb 2009 10:28:55 -0700
From: "Hurliman, John" <john.hurliman@intel.com>
To: "mmox@ietf.org" <mmox@ietf.org>
Date: Thu, 19 Feb 2009 10:28:52 -0700
Thread-Topic: [mmox] The Story So Far...
Thread-Index: AcmSVnmXssgLX5oATe+nKIGn1gAqqAAX+eEg
Message-ID: <62BFE5680C037E4DA0B0A08946C0933D501FE739@rrsmsx506.amr.corp.intel.com>
References: <1E40CE05-15D1-4970-9B0F-CD4AD11A074A@lindenlab.com> <62BFE5680C037E4DA0B0A08946C0933D501FDC38@rrsmsx506.amr.corp.intel.com> <499C5415.7060400@cox.net> <62BFE5680C037E4DA0B0A08946C0933D501FE124@rrsmsx506.amr.corp.intel.com> <2bd5b7f10902181356l64dd8366n2b5e57ef4242ae0f@mail.gmail.com> <62BFE5680C037E4DA0B0A08946C0933D501FE4C3@rrsmsx506.amr.corp.intel.com> <499CF3F7.1010304@gmail.com>
In-Reply-To: <499CF3F7.1010304@gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [mmox] The Story So Far...
X-BeenThere: mmox@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Massively Multi-participant Online Games and Applications <mmox.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmox>
List-Post: <mailto:mmox@ietf.org>
List-Help: <mailto:mmox-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 19 Feb 2009 17:28:44 -0000
>-----Original Message----- >From: Jon Watte [mailto:jwatte@gmail.com] >Sent: Wednesday, February 18, 2009 9:54 PM >To: Hurliman, John >Cc: mmox@ietf.org >Subject: Re: [mmox] The Story So Far... > >Hurliman, John wrote: >> include anything like that. Instead, a teleport is done from grid A to >grid B where identity and appearance are the only things that need to >persist. I don't see why grid<->grid communication is fundamentally >necessary to transfer identity and appearance. >> > >At least three reasons: > >1) When I am logged into a virtual world, it's usually for a reason. For >me, it's work -- my virtual world allows me to cooperate with remote >workers, visualize 3D data, and have meetings that are more effective >and cheaper than conference calls. (Customers love "cheaper" :-) If I >were to log off my "home" virtual world, then I would lose some or all >of those capabilities while I "went elsewhere." For example, if my >company has a policy of recording all interactions in the world, for >regulatory compliance, if I suddenly disconnected and connected to >another grid, that function would not be present. > I visit my internal homepage at intel.com and browse several other parts of the web at the same time. It doesn't require any established trust between intel.com and the rest of the web. >2) Object behavior is not portable. One system may use SecondLife Script >version 2.3 for its objects. Another may use Java Runtime 1.5.6. A third >may use Visual C++ 9.0 linkable libraries. > Just as some websites are powered with PHP, some use Java backends, and some have bits written in C++? >3) If you "grid hop" to another location, you have to have a client that >can connect to whatever server protocol that location is using. Writing >a "universal client" has proven to be quite quixotic for two reasons: a) >Any real system will have to have a "home protocol" anyway to provide >functionality not provided for in the standard, and b) re-implementing >virtual world presence for a client as a separate channel only to use >for interoperability isn't a good idea. > I agree that the universal client solution is not an answer to interoperability. However, this seems to just be pushing the problem back to the server. Instead of a universal client we'll have a universal server that can do universal protocol translation. What if this universal server was ran on localhost? Would it become a universal client? > >If I "grid hop," I might as well just have two clients installed (one >that uses ClosedGardenWorld protocol 1.3, and one which uses >WalledSpacesWorld protocol 2.7), and launch the right client for where I >want to go -- the "benefit" of interoperability would be quite marginal; >basically just not having to fill out a registration form for each >world. No business will do a lot of engineering work to enable a >scenario like that, because it delivers very little added value. > >Sincerely, > >jw I think it's arguable whether merging the view of two worlds together has higher value than teleporting presence and content between worlds. John
- [mmox] The Story So Far... Mark Lentczner
- Re: [mmox] The Story So Far... Hurliman, John
- Re: [mmox] The Story So Far... Meadhbh Hamrick (Infinity)
- Re: [mmox] The Story So Far... Gareth Nelson
- Re: [mmox] The Story So Far... Hurliman, John
- Re: [mmox] The Story So Far... Charles Krinke
- Re: [mmox] The Story So Far... Christian Scholz
- Re: [mmox] The Story So Far... Gareth Nelson
- Re: [mmox] The Story So Far... Meadhbh Hamrick (Infinity)
- Re: [mmox] The Story So Far... Hurliman, John
- Re: [mmox] The Story So Far... Meadhbh Hamrick (Infinity)
- Re: [mmox] The Story So Far... Christian Scholz
- Re: [mmox] The Story So Far... Hurliman, John
- Re: [mmox] The Story So Far... Christian Scholz
- Re: [mmox] The Story So Far... Gareth Nelson
- Re: [mmox] The Story So Far... Kajikawa Jeremy
- Re: [mmox] The Story So Far... Charles Krinke
- Re: [mmox] The Story So Far... Lawson English
- Re: [mmox] The Story So Far... Lawson English
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Suzy Deffeyes
- Re: [mmox] The Story So Far... Charles Krinke
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Hurliman, John
- Re: [mmox] The Story So Far... Dan Olivares
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Dan Olivares
- Re: [mmox] The Story So Far... Lawson English
- Re: [mmox] The Story So Far... Jesrad
- Re: [mmox] The Story So Far... Kajikawa Jeremy
- Re: [mmox] The Story So Far... Jesrad
- Re: [mmox] The Story So Far... Hurliman, John
- [mmox] where is identity @ in all this? Mark P. McCahill
- Re: [mmox] where is identity @ in all this? Hurliman, John
- Re: [mmox] where is identity @ in all this? Charles Krinke
- Re: [mmox] where is identity @ in all this? Hurliman, John
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] The Story So Far... Jon Watte
- Re: [mmox] where is identity @ in all this? Christian Scholz
- Re: [mmox] where is identity @ in all this? Jesrad
- Re: [mmox] where is identity @ in all this? Christian Scholz
- Re: [mmox] where is identity @ in all this? Kajikawa Jeremy
- Re: [mmox] where is identity @ in all this? Hurliman, John
- Re: [mmox] where is identity @ in all this? Gareth Nelson
- Re: [mmox] where is identity @ in all this? Lawson English
- Re: [mmox] where is identity @ in all this? Meadhbh Hamrick (Infinity)
- Re: [mmox] where is identity @ in all this? Christian Scholz