about summary refs log tree commit homepage
tag namev0.2.0 (a43d805589e9680cb1f549f40268c5201ab51a08)
tag date2010-12-07 18:40:56 -0800
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit be4d28e81a...
downloadruby-tdb-0.2.0.tar.gz
Ruby tdb - 0.2.0 - optional thread-safety
There is now basic thread-safety for Ruby 1.9 users
that can be enabled by passing :threadsafe => true
to TDB.new

MRI 1.8 users do not need thread-safety as native threads
are not used.