|
|
|
|
|
by xxqs
5225 days ago
|
|
Did you compare the performance with (local) BerkeleyDB? Also, is there a locking mechanism? I'm the author of Torrus (torrus.org), and BerkeleyDB stability and non-network nature are quite painful. But I'm relying on its speed, concurrent locking, and some ways to acquire an exclusive lock on a table. It would be interesting to offer an alternative backend for torrus. |
|
What do you use exclusive locks for?