
Parallel
Concurrent Programming with Chain Locking
Concurrent access to trees and lists requires carefully managed fine-grained locking. Here's a generic solution in C# that removes many of the typical problems.Related Reading
More Insights
INFO-LINK