[Opensim-dev] clients, agents, avatars, ODE

dan miller danbmil99 at yahoo.com
Wed Sep 19 06:00:53 UTC 2007


followup to chat with lbsa71:

in ClientView.cs, we have:

            this.m_scene.AddNewClient(this, false);

so it's always passing child=false.  But InitNewClient is called by
AuthUser, which is spawned as a thread by ClientView, and... climbing up the
stack of calls, we get OnReceivedData creating a new client thread when it
gets a UseCircuitCode.  This seems to happen once for each region, and I
have no idea how to tell what is a child and what is the 'real' client, to
hopefully pass it down the call stack or something of that nature.

-dan





More information about the Opensim-dev mailing list