This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Description
There is currently no implementation of read/write locks on the data which could lead to concurrency issues. Locking capabilities should be added to each of the sub-packages in the database package with methods being defined by IControllable.java
Changes may need to be made in the namespace package to implement locks as part of the controller object.