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.
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.