mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +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:
@@ -531,6 +531,7 @@ namespace OpenSim.Framework.Servers
|
||||
m_log.Info("[HTTPD]: Starting up HTTP Server");
|
||||
|
||||
m_workerThread = new Thread(new ThreadStart(StartHTTP));
|
||||
m_workerThread.Name = "HttpThread";
|
||||
m_workerThread.IsBackground = true;
|
||||
m_workerThread.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user