--- BDB/BDB.pm 2011/12/26 01:46:33 1.64 +++ BDB/BDB.pm 2012/02/10 02:18:39 1.65 @@ -773,12 +773,12 @@ Remember that, by default, BDB will execute requests in parallel, in somewhat random order. That means that it is easy to run a C -request on thesa me database as a concurrent C request, leading +request on the same database as a concurrent C request, leading to a crash, silent data corruption, eventually the next world war on terrorism. If you only ever use foreground requests (without a callback), this will -not be an issue. +not be an issue (unless you use threads). =head2 Unexpected Freezes or Deadlocks