about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 7d3e408..6ac2c5e 100644
--- a/README
+++ b/README
@@ -25,8 +25,10 @@ write to the same databases used by Samba!
 These caveats will be addressed upstream in
 {TDB2}[http://mid.gmane.org/201008021002.47351.rusty@rustcorp.com.au]
 
-* NOT native thread-safe, you MUST protect your TDB object with a Mutex
-  if you run it with threads under Ruby 1.9 (but not 1.8).
+* NOT native thread-safe by default, you MUST initialize your TDB
+  objects with <code>:threadsafe => true</code> or call
+  TDB#threadsafe! on each TDB object if you run with threads
+  under Ruby 1.9 (but not 1.8).
 
 * Database size is limited to 4G, even on 64-bit systems.