aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/JobEngine.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-01-12Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)1-0/+329
2015-01-12Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)1-320/+0
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)1-7/+6
2014-11-25If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)1-1/+10
2014-11-25Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)1-6/+26
2014-11-25Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)1-69/+75
2014-09-04Make LLUDP output queue refill thread active by default, since load tests hav...Justin Clark-Casey (justincc)1-1/+1
2014-08-19Add clientstack.<scene>.OQRERequestsWaiting statJustin Clark-Casey (justincc)1-0/+19
2014-08-19Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...Justin Clark-Casey (justincc)1-0/+267