Let\'s say I have a dictionary that contains key-values where the value is an object with a lock. Each process needs to get the lock to modify the specific object, but the k
If you use django you might want to use this Read-Write-Lock: django.utils.synch.RWLock