aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-06-16Fix bug introduced in commit c6e3752 (13 Jun 2012) where poll responses would...Justin Clark-Casey (justincc)1-3/+1
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-5/+48
2011-11-15send a watchdog heartbeat for a poll worker thread when it's actually runJustin Clark-Casey (justincc)1-0/+3
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-1/+1
2010-07-08Handle a specific exception without spewing red ink.Melanie1-2/+13
2009-11-23Formatting cleanup.Jeff Ames1-1/+1
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-3/+1
2009-11-18minor: remove duplicate copyright notice in PollServiceWorkerThreadJustin Clark-Casey (justincc)1-28/+1
2009-09-21Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie1-3/+3
2009-09-21Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie1-1/+1
2009-08-26Add try/catch around EQ request processingMelanie1-16/+27
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-07-29* An attempt to fix mantis #3953Teravus Ovares1-3/+3
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares1-0/+100