Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.5.0SDK
-
None
Description
In high multi-core executions, sync contention is possible when getting and returning CASes, from CasPools. This can happen in two places: one within the UimaContext_ImplBase, and the other in the CasPool implementation. See what can be done to reduce contention. when shared instances are accessed on multiple threads.