diff options
author | Dan Lake | 2011-11-11 17:16:52 -0800 |
---|---|---|
committer | Dan Lake | 2011-11-11 17:16:52 -0800 |
commit | 5fd17491509fb4b939666cdc37951e213f054242 (patch) | |
tree | 966baad538ac254ca1e1ba6cd83cc6487bf2726d /nant-color | |
parent | doh - correct build break (diff) | |
download | opensim-SC_OLD-5fd17491509fb4b939666cdc37951e213f054242.zip opensim-SC_OLD-5fd17491509fb4b939666cdc37951e213f054242.tar.gz opensim-SC_OLD-5fd17491509fb4b939666cdc37951e213f054242.tar.bz2 opensim-SC_OLD-5fd17491509fb4b939666cdc37951e213f054242.tar.xz |
Remove SceneViewer from ScenePresence to reduce quadruple queueing of
prim update to only triple queuing. Existing method was:
1. Schedule prim for update, adding to scene update list
2. Update on SOGs during heartbeat queues update onto each SceneViewer
3. Update on SPs during heartbeat queues update onto each IClientAPI
4. ProcessEntityUpdates queues updates into UDP send stack
Now the SceneViewer has been eliminated so updates are scheduled at any
time and then put onto the IClientAPI priority queues immediately during
SceneGraph.UpdateObjectGroups.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions