mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +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:
@@ -584,6 +584,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
httpThread.IsBackground = true;
|
||||
finished = false;
|
||||
httpThread.Start();
|
||||
OpenSim.Framework.ThreadTracker.Add(httpThread);
|
||||
|
||||
return reqID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user