mirror of
https://github.com/opensim/opensim.git
synced 2026-06-09 13:35:49 +08:00
Playing "Name that thread". Adding names and isbackground=true to all threads so it will be easier to debug.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
// Start listener
|
||||
Stop();
|
||||
listenThread = new Thread(ListenThreadLoop);
|
||||
listenThread.Name = "listenThread";
|
||||
listenThread.Name = "ListenThread";
|
||||
listenThread.IsBackground = true;
|
||||
listenThread.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user