aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-50/+6
2015-09-02seems to compile ( tests comented out)UbitUmarov1-156/+26
2015-08-18change pollService stop() to send 503 error and no keepalive. ( untested )UbitUmarov1-5/+9
2015-08-18try to serialize http requests from same connection, so they are processedUbitUmarov1-0/+46
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-2/+2
2014-10-13 change/fix previus commitsUbitUmarov1-2/+10
2014-10-13 tune poll smartThreadpool use and give it a nameUbitUmarov1-2/+5
2014-07-24 change previus code, send a NoEvents response back to http server, evenUbitUmarov1-3/+0
2014-07-23 request.DoHTTPGruntWork(..) is now identical to our version, so useUbitUmarov1-40/+5
2014-03-18Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...Justin Clark-Casey (justincc)1-2/+24
2014-03-18minor: Correction to description of QueuedPollResponses since this covers lon...Justin Clark-Casey (justincc)1-1/+1
2014-03-18Add httpserver.<port-number>,QueuedPollResponses statJustin Clark-Casey (justincc)1-0/+13
2014-03-17Add regression test for http inventory fetch.Justin Clark-Casey (justincc)1-71/+104
2013-08-17remove mono compiler warnings from PollServiceRequestManagerJustin Clark-Casey (justincc)1-4/+2
2013-07-26Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)...Diva Canto1-1/+1
2013-07-21Removed verbose debug from previous commitDiva Canto1-1/+0
2013-07-21PollServiceRequestManager: changed the long poll from a Queue to a List. No n...Diva Canto1-13/+17
2013-07-21Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...Diva Canto1-1/+11
2013-07-18Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto1-1/+1
2013-07-18Revert "Revert "Putting the requests back in the queue while testing for coun...Diva Canto1-3/+7
2013-07-18Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto1-46/+33
2013-07-17Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto1-33/+46
2013-07-17Revert "Putting the requests back in the queue while testing for count >0 is ...Diva Canto1-7/+3
2013-07-17Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe...Diva Canto1-2/+2
2013-07-17Revert "This is a completely unreasonable thing to do, effectively defying th...Diva Canto1-52/+40
2013-07-17This is a completely unreasonable thing to do, effectively defying the purpos...Diva Canto1-40/+52
2013-07-17Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan...Diva Canto1-2/+2
2013-07-17Putting the requests back in the queue while testing for count >0 is not the ...Diva Canto1-3/+7
2013-07-17Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto1-46/+33
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-50/+8
2013-06-10Add port numbers to poll service thread names so that we can tell which belon...Justin Clark-Casey (justincc)1-2/+2
2013-06-10Reinstate explicit starting and stopping of PollServiceRequestManager added i...Justin Clark-Casey (justincc)1-3/+5
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-56/+192
2013-06-07Clean up poll serviceMelanie1-144/+0
2013-04-25Send 503 when throttling texturesMelanie1-1/+1
2013-01-19Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)1-5/+12
2012-09-27create a new PollServiceHttpRequest req per loop since they can be sent toUbitUmarov1-5/+1
2012-09-26just remove the damm thingUbitUmarov1-17/+1
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov1-1/+2
2012-09-26keep watchdog happy using it to kill his threadsUbitUmarov1-9/+1
2012-09-26 more changes to PollServiceUbitUmarov1-24/+17
2012-09-23Change the poll service to use a thread pool for replies to make sure theMelanie1-7/+38
2012-09-14Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie1-2/+1
2012-08-24Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie1-1/+2
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-17fix PollServiceRequestManagerUbitUmarov1-10/+47
2012-07-17Replace PollServiceRequestManager with older version, add extra logging toMelanie1-7/+6
2012-07-06Convert the slow request queue into a regular queue and add some cleanupMelanie1-4/+18
2012-07-05Fix the boo-booMelanie1-3/+3
2012-07-05Add an EventType enum and Type field to the poll service event args. This allowsMelanie1-11/+26