Justin Clark-Casey (justincc)
|
fad1d70180
Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPollResponses statistics
|
10 vuotta sitten |
Justin Clark-Casey (justincc)
|
9e0d419239
minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types
|
10 vuotta sitten |
Justin Clark-Casey (justincc)
|
eed343ed8a
Add httpserver.<port-number>,QueuedPollResponses stat
|
10 vuotta sitten |
Justin Clark-Casey (justincc)
|
f3e177814a
Add regression test for http inventory fetch.
|
10 vuotta sitten |
Justin Clark-Casey (justincc)
|
77d418a36d
remove mono compiler warnings from PollServiceRequestManager
|
11 vuotta sitten |
Diva Canto
|
3dac92f345
Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec). Group chat is going over the EQ... Hopefully this won't increase CPU when there's nothing going on, but we need to watch for that.
|
11 vuotta sitten |
Diva Canto
|
18d5d8f5dd
Removed verbose debug from previous commit
|
11 vuotta sitten |
Diva Canto
|
edafea6ae6
PollServiceRequestManager: changed the long poll from a Queue to a List. No need to dequeue and enqueue items every 1sec.
|
11 vuotta sitten |
Diva Canto
|
98d47ea428
Delay the enqueueing of non-longpoll requests for 100ms. No need to have these requests actively on the processing queue if it seems they're not ready.
|
11 vuotta sitten |
Diva Canto
|
b5062ae7ee
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post requests timeout in 60 secs.
|
11 vuotta sitten |
Diva Canto
|
552b85d33d
Revert "Revert "Putting the requests back in the queue while testing for count >0 is not the smartest move...""
|
11 vuotta sitten |
Diva Canto
|
9e35b069a4
Reverting the reverts I did yesterday. cpu-branch has now been
|
11 vuotta sitten |
Diva Canto
|
fa2370b32e
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"
|
11 vuotta sitten |
Diva Canto
|
7127891957
Revert "Putting the requests back in the queue while testing for count >0 is not the smartest move..."
|
11 vuotta sitten |
Diva Canto
|
519dba9a69
Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestManager."
|
11 vuotta sitten |
Diva Canto
|
5c54eb30ed
Revert "This is a completely unreasonable thing to do, effectively defying the purpose of BlockingQueues. Trying this, to see the effect on CPU."
|
11 vuotta sitten |
Diva Canto
|
5232ab0496
This is a completely unreasonable thing to do, effectively defying the purpose of BlockingQueues. Trying this, to see the effect on CPU.
|
11 vuotta sitten |
Diva Canto
|
5f95f4d78e
Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestManager.
|
11 vuotta sitten |
Diva Canto
|
f4317dc26d
Putting the requests back in the queue while testing for count >0 is not the smartest move...
|
11 vuotta sitten |
Diva Canto
|
e46459ef21
Cleared up much confusion in PollServiceRequestManager. Here's the history:
|
11 vuotta sitten |
Justin Clark-Casey (justincc)
|
1b7b664c86
Add request received/handling stats for caps which are served by http poll handlers.
|
11 vuotta sitten |
Justin Clark-Casey (justincc)
|
7af97f88b7
Add port numbers to poll service thread names so that we can tell which belong to which HttpServer
|
11 vuotta sitten |
Justin Clark-Casey (justincc)
|
32d1e50565
Reinstate explicit starting and stopping of PollServiceRequestManager added in 3eee991 but removed in 7c0bfca
|
11 vuotta sitten |
Melanie
|
7c0bfca7a0
Adding Avination's PollService to round out the HTTP inventory changes
|
11 vuotta sitten |
Justin Clark-Casey (justincc)
|
3eee991935
Explicitly stop PollServiceRequestManager() rather than relying on its destructor.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
5aec0ff207
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
c6e375291a
Don't include time to transmit response back to requester when assessing slow handling of requests.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
98b46d48fe
Allow the thread watchdog to accept an alarm method that is invoked if the timeout is breached.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
f67f37074f
Stop spurious scene loop startup timeout alarms for scenes with many prims.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
7e488cd635
Remove unused avariable in PollServiceRequestManager
|
13 vuotta sitten |