aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPClientCollection.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-08Fear the lockless LLUDP implementation!John Hurliman1-192/+60
2009-10-08Putting the lock back in TryGetValue.Diva Canto1-9/+9
2009-10-07One last attempt at tunning the locking/no locking behaviour. The previous on...Diva Canto1-10/+16
2009-10-07Another go at the deadlock: not locking TryGetValue, and just catch/ignore ex...Diva Canto1-15/+31
2009-10-07Changed the locking mechanism, because the existing one is causing deadlocks ...Diva Canto1-25/+100
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-0/+185