]
Stuart Douglas resolved WFLY-3552.
----------------------------------
Fix Version/s: 9.0.0.Alpha1
Resolution: Done
Updated implementation of StrictMaxPool
---------------------------------------
Key: WFLY-3552
URL:
https://issues.jboss.org/browse/WFLY-3552
Project: WildFly
Issue Type: Feature Request
Components: EJB
Reporter: John O'Hara
Assignee: Jason Greene
Fix For: 9.0.0.Alpha1
To eliminate contention in the EJB StrictMaxPool, can we change the underlying data
structure to use ConcurrentLinkedQueue, instead of the LinkedList with synchronization
that is in the implementation currently?