aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add try/catch around EQ request processingMelanie2009-08-261-16/+27
| | | | Fixes Mantis #4061
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+28
|
* * An attempt to fix mantis #3953Teravus Ovares2009-07-291-3/+3
|
* * Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares2009-07-291-0/+100
eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.