aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/JobEngine.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)2015-02-251-2/+13
* Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)2015-02-041-1/+2
* Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)2015-01-121-0/+329
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-121-320/+0
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)2014-11-251-7/+6
* If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)2014-11-251-1/+10
* Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)2014-11-251-6/+26
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-251-0/+292