<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
     Hi,<br>
    <br>
    Are gdbm objects thread safe? I searched through mailing list
    archives and the documentation but did not find the answer.<br>
    <br>
    My only concerns are:<br>
    <br>
    <ul>
      <li>is it safe to use the same gdbm object in read-only mode from
        many threads?</li>
      <li>is it safe to use the same gdbm object from many threads,
        where there is only one writer and many readers:</li>
    </ul>
    Thanks,<br>
    <br>
       Laszlo<br>
    <br>
  </body>
</html>