OpenSimMirror/OpenSim/Region/CoreModules/World/Archiver
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 When saving an OAR in "Publish" mode, also discard Group information 2014-05-26 15:33:13 +01:00
ArchiveHelpers.cs Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." 2012-09-30 07:48:03 -07:00
ArchiveReadRequest.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
ArchiveScenesGroup.cs varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 2013-12-14 07:53:01 -08:00
ArchiveWriteRequest.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
ArchiverModule.cs updated version of default user switch for load oar :q :q 2014-05-06 18:48:42 +01:00
AssetsArchiver.cs If Save OAR/IAR times-out while waiting for assets then notify the caller that the operation failed 2013-01-02 22:15:00 +00:00
AssetsDearchiver.cs Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
AssetsRequest.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
DearchiveScenesGroup.cs varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 2013-12-14 07:53:01 -08:00