Marshall Schor created UIMA-3641:
------------------------------------
Summary: remove synch from SymbolTable
Key: UIMA-3641
URL: https://issues.apache.org/jira/browse/UIMA-3641
Project: UIMA
Issue Type: Improvement
Reporter: Marshall Schor
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)