index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Servers
/
HttpServer
/
PollServiceRequestManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...
Justin Clark-Casey (justincc)
1
-2
/
+24
2014-03-18
minor: Correction to description of QueuedPollResponses since this covers lon...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-03-18
Add httpserver.<port-number>,QueuedPollResponses stat
Justin Clark-Casey (justincc)
1
-0
/
+13
2014-03-17
Add regression test for http inventory fetch.
Justin Clark-Casey (justincc)
1
-71
/
+104
2013-08-17
remove mono compiler warnings from PollServiceRequestManager
Justin Clark-Casey (justincc)
1
-4
/
+2
2013-07-26
Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)...
Diva Canto
1
-1
/
+1
2013-07-21
Removed verbose debug from previous commit
Diva Canto
1
-1
/
+0
2013-07-21
PollServiceRequestManager: changed the long poll from a Queue to a List. No n...
Diva Canto
1
-13
/
+17
2013-07-21
Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...
Diva Canto
1
-1
/
+11
2013-07-18
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...
Diva Canto
1
-1
/
+1
2013-07-18
Revert "Revert "Putting the requests back in the queue while testing for coun...
Diva Canto
1
-3
/
+7
2013-07-18
Reverting the reverts I did yesterday. cpu-branch has now been
Diva Canto
1
-46
/
+33
2013-07-17
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...
Diva Canto
1
-33
/
+46
2013-07-17
Revert "Putting the requests back in the queue while testing for count >0 is ...
Diva Canto
1
-7
/
+3
2013-07-17
Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe...
Diva Canto
1
-2
/
+2
2013-07-17
Revert "This is a completely unreasonable thing to do, effectively defying th...
Diva Canto
1
-52
/
+40
2013-07-17
This is a completely unreasonable thing to do, effectively defying the purpos...
Diva Canto
1
-40
/
+52
2013-07-17
Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan...
Diva Canto
1
-2
/
+2
2013-07-17
Putting the requests back in the queue while testing for count >0 is not the ...
Diva Canto
1
-3
/
+7
2013-07-17
Cleared up much confusion in PollServiceRequestManager. Here's the history:
Diva Canto
1
-46
/
+33
2013-07-15
Add request received/handling stats for caps which are served by http poll ha...
Justin Clark-Casey (justincc)
1
-50
/
+8
2013-06-10
Add port numbers to poll service thread names so that we can tell which belon...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-06-10
Reinstate explicit starting and stopping of PollServiceRequestManager added i...
Justin Clark-Casey (justincc)
1
-3
/
+5
2013-06-07
Adding Avination's PollService to round out the HTTP inventory changes
Melanie
1
-56
/
+192
2013-01-19
Explicitly stop PollServiceRequestManager() rather than relying on its destru...
Justin Clark-Casey (justincc)
1
-5
/
+12
2012-07-25
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-06-13
Don't include time to transmit response back to requester when assessing slow...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-06-07
Allow the thread watchdog to accept an alarm method that is invoked if the ti...
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-02-24
Stop spurious scene loop startup timeout alarms for scenes with many prims.
Justin Clark-Casey (justincc)
1
-0
/
+2
2011-11-07
Remove unused avariable in PollServiceRequestManager
Justin Clark-Casey (justincc)
1
-8
/
+6
2011-10-25
Restart the event queue worker threads that I accidentally disabled earlier t...
Justin Clark-Casey (justincc)
1
-7
/
+9
2011-10-25
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
1
-16
/
+22
2011-10-24
Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS...
Justin Clark-Casey (justincc)
1
-3
/
+7
2009-10-22
Implemented a Watchdog class. Do not manually create Thread objects anymore, ...
John Hurliman
1
-4
/
+2
2009-09-21
Add a RequestID (UUID.Random()) to the PollRequest and pass it to all
Melanie
1
-1
/
+1
2009-09-21
Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic
Melanie
1
-1
/
+1
2009-08-01
Add copyright header. Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-07-29
* An attempt to fix mantis #3953
Teravus Ovares
1
-1
/
+1
2009-07-29
* Adds the ability to have a thread efficient long poll service (such as the ...
Teravus Ovares
1
-0
/
+145