OpenSimMirror/OpenSim/Region/CoreModules/Asset
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
..
Tests minor: Fix more compiler warnings in CoreModules tests by properly overriding OpenSimTestCase.SetUp() 2012-12-05 23:44:12 +00:00
CenomeAssetCache.cs Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
CoreAssetCache.cs implement CoreAssetCache.Check() 2014-01-18 00:52:36 +00:00
FlotsamAssetCache.cs 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
GlynnTuckerAssetCache.cs implement GlynnTuckerAssetCache.Check() 2014-01-18 00:48:20 +00:00