aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPClientCollection.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-137/+0
* Avoid checking m_clients collection twice when a UseCircuitCode packet is rec...John Hurliman2009-10-131-1/+1
* Forgot to initialize m_writeLockJohn Hurliman2009-10-091-1/+1
* * Added a lock object for the write functions in LLUDPClientCollection (immut...John Hurliman2009-10-091-8/+48
* Simplified LLUDPClientCollection from three collections down to one. This wil...John Hurliman2009-10-081-64/+11
* Fear the lockless LLUDP implementation!John Hurliman2009-10-081-192/+60
* Putting the lock back in TryGetValue.Diva Canto2009-10-081-9/+9
* One last attempt at tunning the locking/no locking behaviour. The previous on...Diva Canto2009-10-071-10/+16
* Another go at the deadlock: not locking TryGetValue, and just catch/ignore ex...Diva Canto2009-10-071-15/+31
* Changed the locking mechanism, because the existing one is causing deadlocks ...Diva Canto2009-10-071-25/+100
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-0/+185