David Sean Taylor created JS2-1324:
--------------------------------------
Summary: Security Cache Performance Improvements
Key: JS2-1324
URL: https://issues.apache.org/jira/browse/JS2-1324
Project: Jetspeed 2
Issue Type: Improvement
Components: Security
Affects Versions: 2.3.0
Reporter: David Sean Taylor
Assignee: Randy Watler
Fix For: 2.3.0
The Security Model caches security principals and associations in the user
session once initiated. Basically leveraging the session as a PRIVATE cache.
However a large number of the database requests we reviewed involve fetching
roles which are shared by users. The Security model however does not have a
PUBLIC cache to store this type of shared information (role principals and
associations) and therefore every user will query this same data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]