* Releases the inter-region thread synchronization between physics in ODE on the same instance.

* If you are hosting many regions on a single instance, you will probably notice a decrease in region startup time and maybe a slight increase in performance.
* Single regions won't notice anything different
This commit is contained in:
Teravus Ovares
2008-10-16 12:57:29 +00:00
parent 641de2f404
commit 68d85497ad
3 changed files with 7 additions and 6 deletions

View File

@@ -990,7 +990,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
lock (OdeScene.OdeLock)
lock (_parent_scene.OdeLock)
{
CreateGeom(m_targetSpace, _mesh);