minor: Assign names to the different SmartThreadPools for debugging purposes.

A different approach to the patch in http://opensimulator.org/mantis/view.php?id=6462
that doesn't involve further forking of SmartThreadPool
This commit is contained in:
Justin Clark-Casey (justincc)
2013-01-01 23:57:20 +00:00
parent 416244051d
commit bc9a7ba0d6
2 changed files with 2 additions and 0 deletions

View File

@@ -1487,6 +1487,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
startInfo.StartSuspended = true;
m_ThreadPool = new SmartThreadPool(startInfo);
m_ThreadPool.Name = "XEngine";
}
//