aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin
diff options
context:
space:
mode:
authorMelanie Thielker2014-10-13 23:27:13 +0200
committerMelanie Thielker2014-10-13 23:27:13 +0200
commit298e714c048c541bcd7cf8c4f321f4d52f0d3b61 (patch)
tree5b2727dd5f773d139f1a0932d0080f9c2dac8833 /OpenSim/Region/Physics/UbitOdePlugin
parentAllow 20 outbound connections per endpoint for the services (diff)
parent*TEST* send udp sync. Stop uncontroled and hidden use of IO threads. (diff)
downloadopensim-SC_OLD-298e714c048c541bcd7cf8c4f321f4d52f0d3b61.zip
opensim-SC_OLD-298e714c048c541bcd7cf8c4f321f4d52f0d3b61.tar.gz
opensim-SC_OLD-298e714c048c541bcd7cf8c4f321f4d52f0d3b61.tar.bz2
opensim-SC_OLD-298e714c048c541bcd7cf8c4f321f4d52f0d3b61.tar.xz
Merge branch 'ubitworkmaster'
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
index 5030cec..a6bdaa0 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
@@ -100,6 +100,7 @@ namespace OpenSim.Region.Physics.OdePlugin
100 } 100 }
101 m_running = true; 101 m_running = true;
102 m_thread = new Thread(DoWork); 102 m_thread = new Thread(DoWork);
103 m_thread.Name = "OdeMeshWorker";
103 m_thread.Start(); 104 m_thread.Start();
104 } 105 }
105 106