Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.

This commit is contained in:
Justin Clark-Casey (justincc)
2015-01-12 20:56:37 +00:00
parent 2fd252f5a9
commit 8e1e8a0920
10 changed files with 195 additions and 1307 deletions

View File

@@ -736,7 +736,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
else
{
m_udpServer.OqrEngine.QueueRequest(this, categories);
m_udpServer.OqrEngine.QueueJob(AgentID.ToString(), () => FireQueueEmpty(categories));
}
}
else