aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...Justin Clark-Casey (justincc)2014-03-181-2/+24
* minor: Correction to description of QueuedPollResponses since this covers lon...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Add httpserver.<port-number>,QueuedPollResponses statJustin Clark-Casey (justincc)2014-03-181-0/+13
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-171-71/+104
* remove mono compiler warnings from PollServiceRequestManagerJustin Clark-Casey (justincc)2013-08-171-4/+2
* Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)...Diva Canto2013-07-261-1/+1
* Removed verbose debug from previous commitDiva Canto2013-07-211-1/+0
* PollServiceRequestManager: changed the long poll from a Queue to a List. No n...Diva Canto2013-07-211-13/+17
* Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...Diva Canto2013-07-211-1/+11
* Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto2013-07-181-1/+1
* Revert "Revert "Putting the requests back in the queue while testing for coun...Diva Canto2013-07-181-3/+7
* Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto2013-07-181-46/+33
* Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto2013-07-171-33/+46
* Revert "Putting the requests back in the queue while testing for count >0 is ...Diva Canto2013-07-171-7/+3
* Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe...Diva Canto2013-07-171-2/+2
* Revert "This is a completely unreasonable thing to do, effectively defying th...Diva Canto2013-07-171-52/+40
* This is a completely unreasonable thing to do, effectively defying the purpos...Diva Canto2013-07-171-40/+52
* Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan...Diva Canto2013-07-171-2/+2
* Putting the requests back in the queue while testing for count >0 is not the ...Diva Canto2013-07-171-3/+7
* Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto2013-07-171-46/+33
* Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-50/+8
* Add port numbers to poll service thread names so that we can tell which belon...Justin Clark-Casey (justincc)2013-06-101-2/+2
* Reinstate explicit starting and stopping of PollServiceRequestManager added i...Justin Clark-Casey (justincc)2013-06-101-3/+5
* Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-071-56/+192
* Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)2013-01-191-5/+12
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
* Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-3/+3
* Allow the thread watchdog to accept an alarm method that is invoked if the ti...Justin Clark-Casey (justincc)2012-06-071-0/+2
* 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