SLGOGP Draft 1/Discuss 1-1 Domains

SLGOGP Draft 1 > Discuss 1-1 Domains


This has surprised many of us, as up to now the prevailing notion had been that the agent comes into being (based on data in account records) when the client connects, and disappears when the client disconnects. If (conceptually) the agent is now seen as persisting so that off-line operations can still be viewed as interacting with the agent, then
  • the distinction between agent and account has been lost,
  • the clean interpretation of agent as a proxy for the client has been lost,
  • agent now has two different states, and on-line and an off-line one.
This new definition of agent as a persistent entity seems to bring more trouble than benefit.
If the reason for the change was that you seek the symmetry of all off-line operations being performed in the Agent Domain, then a cleaner approach to this would be to instantiate the agent whenever an off-line operation is effected. Since this matches what actually happens, and since keeping agents instantiated regardless of login status has dreadful scalability, the cleaner approach also reflects the design of non-toy implementations, which is no bad thing. Morgaine Dinova 21:42, 11 March 2008 (PDT)

On the subject of the nuts and bolts of how things are documented, I've been working with Tess to get the rez_avatar portion of the strawman login API put into a form suitable for inclusion with SLGOGP: https://wiki.secondlife.com/wiki/User:Saijanai_Kuhn/Rez_Avatar_Capability I'm confused concerning how server to server interactions are shown distinct from the viewer to server interactions. I suppose that this distinction is inherent in what kind of URL/capability is being discussed, but it seems to me that we should make it clear in the table, and regardless, we should make it clear in the description and/or naming conventions. You will note that I'm a little vague on how to name the rez_avatar region host URL. I don't even know if its a capability. These kinds of details need to be ironed out.

I've also been looking at how UML is used in protocol descriptions. There's no real use of sequence diagrams with the long-poll strategy that I can find anywhere on the interent, so we'll need to devise our own convention there, I think, if we use more or less formal UML diagramming. Saijanai 16:06, 31 March 2008 (PDT)


Reading through the draft I can't help notice the conspicuous absence of reference to assets. I am assuming that asset storage is linked to the agent domain, but if so it isn't mentioned. Perhaps it is actually considered part of the region domain?—since that's where content is actually created by an agent (e.g. interactively). I think something should be mentioned about the asset storage service and how it relates to the other components—as they're obviously an important part of any grid. From my understanding of the SL grid, the asset storage system is a custom and somewhat independent 'database' from the databases that store agent information, such as inventory.

Some points I'd like to see clarified in the document:

I realize that some of these issues may be beyond the intended scope of this document, but something needs to be said about the relationship of asset storage to the agent & region domains at least. My apologies if there are some answers in there I missed. Cenji 2008-05-07

Keep in mind that this part is ONLY concerning login itself and that the proposed protocol is very much an interim hack designed to to transition between the current way of doing things and a future, more robust and scalable way. Eventually Agent Domain WILL handle assets, but for now, all the agent domain really does is serve as a proxy between the sim and the viewer, obtaining data from the sim and passing it to the viewer in the same format that the viewer now gets directly from the sim. Here's a link to the "rez avatar" portion of the protocol, which is still being worked on: User:Saijanai_Kuhn/Rez_Avatar_Capability Saijanai 19:44, 12 May 2008 (PDT)