mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:30:02 +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:
@@ -66,6 +66,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
//Console.WriteLine("Creating Texture download module");
|
||||
m_thread = new Thread(new ThreadStart(ProcessTextureSenders));
|
||||
m_thread.Name = "ProcessTextureSenderThread";
|
||||
m_thread.IsBackground = true;
|
||||
m_thread.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user