Hi,Are gdbm objects thread safe? I searched through mailing list archives and the documentation but did not find the answer.
My only concerns are:
* is it safe to use the same gdbm object in read-only mode from many
threads?
* is it safe to use the same gdbm object from many threads, where
there is only one writer and many readers:
Thanks,
Laszlo
-- http://mail.python.org/mailman/listinfo/python-list
