Diva Canto
|
d5a1779465
Manage AgentUpdates more sanely:
|
11 years ago |
Diva Canto
|
174105ad02
Fixed the stats in show client stats. Also left some comments with observations about AgentUpdates.
|
11 years ago |
Diva Canto
|
18d5d8f5dd
Removed verbose debug from previous commit
|
11 years ago |
Diva Canto
|
edafea6ae6
PollServiceRequestManager: changed the long poll from a Queue to a List. No need to dequeue and enqueue items every 1sec.
|
11 years ago |
Justin Clark-Casey (justincc)
|
3a6acbcc14
furhter shorten CheckAgentUpdateSignificance(). No real perf impact.
|
11 years ago |
Justin Clark-Casey (justincc)
|
866de53978
Remove some pointless code in CheckAgentUpdateSignificance()
|
11 years ago |
Justin Clark-Casey (justincc)
|
61eda1f441
Make the check as to whether any particular inbound AgentUpdate packet is significant much earlier in UDP processing (i.e. before we pointlessly place such packets on internal queues, etc.)
|
11 years ago |
Justin Clark-Casey (justincc)
|
e5c677779b
Add measure of number of inbound AgentUpdates that were seen as significant to "show client stats" (i.e. sent on for further processing instead of being discarded)
|
11 years ago |
Justin Clark-Casey (justincc)
|
5a2d4d888c
Hack in console command "debug lludp toggle agentupdate" to allow AgentUpdate in packets to be discarded at a very early stage.
|
11 years ago |
Justin Clark-Casey (justincc)
|
66048e1a70
minor: provide user feedback in the log for now when udp in/out bound threads are started/stopped
|
11 years ago |
Justin Clark-Casey (justincc)
|
3a476bf60c
Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything
|
11 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
63c42d6602
Do some simple queue empty checks in the main outgoing udp loop instead of always performing these on a separate fired thread.
|
11 years ago |
Diva Canto
|
9041f4a056
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Diva Canto
|
c1705236c7
Fix HGTravelStore.migrations in SQLite (mantis #6709)
|
11 years ago |
Robert Adams
|
1d65b0d802
BulletSim: add position resetting for stationary avatars so they don't
|
11 years ago |
Dan Lake
|
edef7472d1
Enable storing of environment settings in NullSimulationData
|
11 years ago |
Diva Canto
|
b5062ae7ee
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post requests timeout in 60 secs.
|
11 years ago |
Justin Clark-Casey (justincc)
|
d9d995914c
try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of a continuous loop with sleeps.
|
11 years ago |
Diva Canto
|
71b1511db5
Revert "Revert "I confuse myself. Let's try this variable name instead.""
|
11 years ago |
Diva Canto
|
a22a4db5ce
Revert "Revert "Do the same trick that dahlia did for Dequeue(timeout)""
|
11 years ago |
Diva Canto
|
552b85d33d
Revert "Revert "Putting the requests back in the queue while testing for count >0 is not the smartest move...""
|
11 years ago |
Diva Canto
|
ad198a714c
Revert "Revert "Didn't mean to commit this change in BlockingQueue.cs""
|
11 years ago |
Diva Canto
|
9e35b069a4
Reverting the reverts I did yesterday. cpu-branch has now been
|
11 years ago |
Dan Lake
|
ae997fffee
Merge branch 'master' of git://opensimulator.org/git/opensim
|
11 years ago |
Dan Lake
|
6572847518
Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.
|
11 years ago |
Justin Clark-Casey (justincc)
|
077be8b496
Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) where the q parmater is ignored and everyghig is always placed on m_lowQueue.
|
11 years ago |
Diva Canto
|
6293614074
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Dan Lake
|
49b3b7ee83
Merge branch 'master' of git://opensimulator.org/git/opensim
|
11 years ago |
Diva Canto
|
fa2370b32e
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"
|
11 years ago |