Temporarily disabled shared threads because of a bug. Script were only working on 1 region. :)

Using default warning level on C#/VB compile
This commit is contained in:
Tedd Hansen
2008-02-03 09:35:50 +00:00
parent fc02dbc6bc
commit 5a99a96fed
3 changed files with 5 additions and 3 deletions

View File

@@ -175,7 +175,8 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
{
m_ScriptEngine = _ScriptEngine;
bool PrivateRegionThreads = m_ScriptEngine.ScriptConfigSource.GetBoolean("PrivateRegionThreads", false);
// TODO: We need to move from single EventQueueManager to list of it in to share threads
bool PrivateRegionThreads = true; // m_ScriptEngine.ScriptConfigSource.GetBoolean("PrivateRegionThreads", false);
// Create thread pool list and lock object
// Determine from config if threads should be dedicated to regions or shared