threads console command will list all threads. This + yesterdays naming threads patch will give a good overview of what threads we have running.
This commit is contained in:
Tedd Hansen
2008-02-20 20:22:15 +00:00
parent 740ce20d9d
commit 684059afdf
2 changed files with 14 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
// Time has passed?
if (ts.next < DateTime.Now.Ticks)
{
Console.WriteLine("Time has passed: Now: " + DateTime.Now.Ticks + ", Passed: " + ts.next);
// Console.WriteLine("Time has passed: Now: " + DateTime.Now.Ticks + ", Passed: " + ts.next);
// Add it to queue
m_ScriptEngine.m_EventQueueManager.AddToScriptQueue(ts.localID, ts.itemID, "timer", EventQueueManager.llDetectNull,
null);