OpenSimMirror/OpenSim/Framework/Servers
Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management.
Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget.
Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
2014-11-25 23:56:32 +00:00
..
HttpServer refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
Properties Bump version and assembly version numbers from 0.7.5 to 0.7.6 2013-02-05 00:23:17 +00:00
Tests Add regression test for http inventory fetch. 2014-03-17 20:51:35 +00:00
BaseOpenSimServer.cs Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
MainServer.cs Fix regression tests relating to agent transfer by making simulator use last week's SIMULATOR/0.1 protocol for now. 2013-07-26 19:22:30 +01:00
ServerBase.cs Add "show threadpool calls active" console debug command. 2014-11-25 23:23:10 +00:00
VersionInfo.cs Update dev version to 0.8.1 2014-06-17 18:32:26 +01:00