aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | 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
|\ \ \ | |/ / |/| / | |/
| * 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
* | Send 503 when throttling texturesMelanie2013-04-251-1/+1
* | Merge branch 'master' into careminsterMelanie2013-01-191-4/+12
|\ \ | |/
| * Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)2013-01-191-5/+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
|\ \ | |/
| * Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-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
* | 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