aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-50/+6
* seems to compile ( tests comented out)UbitUmarov2015-09-021-156/+26
* bad merge?UbitUmarov2015-09-011-22/+193
|\
| * change pollService stop() to send 503 error and no keepalive. ( untested )UbitUmarov2015-08-181-5/+9
| * try to serialize http requests from same connection, so they are processedUbitUmarov2015-08-181-0/+46
| * change/fix previus commitsUbitUmarov2014-10-131-2/+10
| * tune poll smartThreadpool use and give it a nameUbitUmarov2014-10-131-2/+5
| * change previus code, send a NoEvents response back to http server, evenUbitUmarov2014-07-241-3/+0
| * request.DoHTTPGruntWork(..) is now identical to our version, so useUbitUmarov2014-07-231-40/+5
| * Merge branch 'master' into careminsterMelanie2013-07-241-2/+2
| |\
| * \ Merge branch 'avination-current' into careminsterMelanie2013-06-111-144/+0
| |\ \
| | * | Clean up poll serviceMelanie2013-06-071-144/+0
| * | | Merge branch 'master' into careminsterMelanie2013-06-111-5/+7
| |\ \ \ | | |/ / | |/| |
| * | | Send 503 when throttling texturesMelanie2013-04-251-1/+1
| * | | Merge branch 'master' into careminsterMelanie2013-01-191-4/+12
| |\ \ \
| * | | | create a new PollServiceHttpRequest req per loop since they can be sent toUbitUmarov2012-09-271-5/+1
| * | | | just remove the damm thingUbitUmarov2012-09-261-17/+1
| * | | | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-1/+2
| * | | | keep watchdog happy using it to kill his threadsUbitUmarov2012-09-261-9/+1
| * | | | more changes to PollServiceUbitUmarov2012-09-261-24/+17
| * | | | Change the poll service to use a thread pool for replies to make sure theMelanie2012-09-231-7/+38
| * | | | Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-141-2/+1
| * | | | Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2012-08-241-1/+2
| * | | | Merge branch 'master' into careminsterMelanie2012-07-281-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'ubitwork' into avinationMelanie2012-07-171-10/+47
| |\ \ \ \ \
| | * | | | | fix PollServiceRequestManagerUbitUmarov2012-07-171-10/+47
| * | | | | | Replace PollServiceRequestManager with older version, add extra logging toMelanie2012-07-171-7/+6
| |/ / / / /
| * | | | | Merge branch 'avination' into careminsterMelanie2012-07-061-0/+236
| |\ \ \ \ \
| | * | | | | 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
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-06-291-2/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add an event to the poll service manager thread to allow starting itMelanie2012-06-261-2/+5
* | | | | | | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* | | | | | | 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