Hey folks, I am using a global hash table for different processes to write to. Currently I am using a lock with which I lock access to the whole hash table. Is it possible to use a lock per entry in hash table?
Is it possible for multiple processes to simultaneously access different entries in a global hash table ? Is this safe ? thanks, -- quasi Utopia Unlimited!
