aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the slow request queue into a regular queue and add some cleanupMelanie2012-07-061-4/+18
* Fix the boo-booMelanie2012-07-051-3/+3
* Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-11/+26
* use the pollEvent timeout paramenter on poolingUbitUmarov2012-07-041-4/+7
* *test2* http poll: increased again the pool rate do 10/s but increased timeou...UbitUmarov2012-07-041-2/+2
* *test* slow http retries pool rate to original 1sUbitUmarov2012-07-041-1/+1
* *TO CHECK/REVIEW/REVERT/TEST whatever* pollService new requests get enqueued ...UbitUmarov2012-07-011-0/+203
* Add an event to the poll service manager thread to allow starting itMelanie2012-06-261-2/+5
* Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-241-0/+2
* Remove unused avariable in PollServiceRequestManagerJustin Clark-Casey (justincc)2011-11-071-8/+6
* Restart the event queue worker threads that I accidentally disabled earlier t...Justin Clark-Casey (justincc)2011-10-251-7/+9
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-16/+22
* Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS...Justin Clark-Casey (justincc)2011-10-241-3/+7
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-4/+2
* Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie2009-09-211-1/+1
* Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie2009-09-211-1/+1
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+1
* * An attempt to fix mantis #3953Teravus Ovares2009-07-291-1/+1
* * Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares2009-07-291-0/+145