Hello are htable protected for multiple write access?
can i safely update htable from one process and be sure another process will access it for
write operation ? if yes is the lock on all the htable or only on the bucket where the key
belongs ?
Thanks.