OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 41f2f3132b For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout()
The functionality is the same but this allow us to monitor such tasks via "show threads" and abort them for test purposes, etc.
Also extends thread names to provide more info (e.g. SendInitialDataToClient says what client the task is for).
2014-09-05 23:20:59 +01:00
..
Application Change MaxPoolThreads default in code as well from 15 to 300 2014-08-08 23:47:03 +01:00
ClientStack Make LLUDP output queue refill thread active by default, since load tests have shown that this has better scalability. 2014-09-04 18:24:59 +01:00
CoreModules For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout() 2014-09-05 23:20:59 +01:00
DataSnapshot Fixed premature closing of the connection in DataSnapshotManager 2014-08-05 19:09:11 +03:00
Framework For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout() 2014-09-05 23:20:59 +01:00
OptionalModules Start long-lived thread in IRCConnector via watchdog rather than indepedently, so that it can be seen in "show threads" and stats 2014-09-04 00:00:51 +01:00
Physics Don't need to check separate physics status in bulletsim update since that method is only run for an indepndent thread anyway. 2014-09-03 23:53:04 +01:00
RegionCombinerModule Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Fix recent regression from 473c5594 where camera started to judder on moving vehicles. 2014-09-02 23:39:52 +01:00
UserStatistics Don't show the ScrLPS data twice in the WebStats based statistics page. 2014-09-03 14:17:37 -04:00