[JBoss JIRA] (ELY-1824) Provide should cache instances of stateless factories it creates
by Darran Lofthouse (Jira)
Darran Lofthouse created ELY-1824:
-------------------------------------
Summary: Provide should cache instances of stateless factories it creates
Key: ELY-1824
URL: https://issues.jboss.org/browse/ELY-1824
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.9.2.CR1
Our security provider(s) return instances of various factories, these are largely stateless so the instances created should be cached so they can be returned again for future calls.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (ELY-1823) Update SecurityProviderServerMechanismFactory to cache Provider interaction.
by Darran Lofthouse (Jira)
Darran Lofthouse created ELY-1823:
-------------------------------------
Summary: Update SecurityProviderServerMechanismFactory to cache Provider interaction.
Key: ELY-1823
URL: https://issues.jboss.org/browse/ELY-1823
Project: WildFly Elytron
Issue Type: Enhancement
Components: HTTP
Reporter: Darran Lofthouse
Fix For: 1.9.2.CR1
The SecurityProviderServerMechanismFactory regularly interacts with the Provider which can cause contention as calls to getServices() and getService(S,S) are synchronized.
Runtime updates are not actually expected so we should cache the interactions.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month