add basic support for the Trivial Database (TDB)
commitf7387cd8d1af627e5919da371cac923bbc59ef6a
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Dec 2010 10:34:32 +0000 (1 10:34 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Dec 2010 10:47:53 +0000 (1 10:47 +0000)
treef18212e18ce20cedbc734bbac05c0c40825bd02c
parent27eb2d7ebd29239a5043a528c97c6dd218d03217
add basic support for the Trivial Database (TDB)

TDB supports multiple simultaneous readers and writer
*processes*, not just threads.
lib/metropolis.rb
lib/metropolis/tdb.rb [new file with mode: 0644]
test/test_tdb.rb [new file with mode: 0644]