Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
in large multithreaded deployments, it was observed that the use of a synchronized class "Vector" used by the UIMA SymbolTable class was causing delays due to synchronization. Change the implementation from Vector to ArrayList to avoid this.