Also, right from the start, make the hash table either global or per-process, according to what the caller asks. Most locks are per-process only, it'd be very expensive to have a global mutex for the whole system.
Samuel
Also, right from the start, make the hash table either global or per-process, according to what the caller asks. Most locks are per-process only, it'd be very expensive to have a global mutex for the whole system.
Samuel