For getting lock am using the lock_vec method of DbEnv. If one
application locks certain objects and it exits without releasing the
locks, the Lock remains on those objects. The other application still
finds a lock on these objects.
Is there any option to release all the locks when the process exits?