From 0fe8e10bc5e4c107311fda1fc9f175a39e27160e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 17 Jan 2011 08:38:00 +0000 Subject: multithreaded TDB is dangerous, discourage it Lets just avoid threads for now :) The torture test still fails and there doesn't appear to be a good way to fix it without upstream supporting it. --- lib/tdb/mt.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tdb/mt.rb') diff --git a/lib/tdb/mt.rb b/lib/tdb/mt.rb index 7ff2196..4cea5f5 100644 --- a/lib/tdb/mt.rb +++ b/lib/tdb/mt.rb @@ -1,4 +1,6 @@ # -*- encoding: binary -*- + +# WARNING: this is not recommended, it is still possible to break this module TDB::MT def initialize super -- cgit v1.2.3-24-ge0c7