aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-181/+146
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-76/+242
2013-02-08Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)1-5/+12
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-3/+3
2012-06-07Allow the thread watchdog to accept an alarm method that is invoked if the ti...Justin Clark-Casey (justincc)1-0/+2
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-0/+2
2011-11-07Remove unused avariable in PollServiceRequestManagerJustin Clark-Casey (justincc)1-8/+6
2011-10-25Restart the event queue worker threads that I accidentally disabled earlier t...Justin Clark-Casey (justincc)1-7/+9
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-16/+22
2011-10-24Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS...Justin Clark-Casey (justincc)1-3/+7
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-4/+2
2009-09-21Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie1-1/+1
2009-09-21Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie1-1/+1
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-07-29* An attempt to fix mantis #3953Teravus Ovares1-1/+1
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares1-0/+145