Properties wishing to use mdbm in multi-threaded applications must make sure each thread uses a unique handle to carry out db operations.
There are two changes that are required to use this library:
1] Create an mdbm handle pool by duplicating your original mdbm handle
2] Obtain a unique handle in your thread for your db operation