mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
"threads" command now works. I've added manual tracking of threads (only if compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging.
This commit is contained in:
@@ -550,6 +550,7 @@ namespace OpenSim.Framework.Servers
|
||||
m_workerThread.Name = "HttpThread";
|
||||
m_workerThread.IsBackground = true;
|
||||
m_workerThread.Start();
|
||||
OpenSim.Framework.ThreadTracker.Add(m_workerThread);
|
||||
}
|
||||
|
||||
private void StartHTTP()
|
||||
|
||||
Reference in New Issue
Block a user