[jira] [Resolved] (JS2-1324) Security Cache Performance Improvements
"Randy Watler (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/JS2-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randy Watler resolved JS2-1324.
-------------------------------
Resolution: Implemented
Distributed JSPM cache unit tests added. Performance testing will probably uncover some issues or tuning opportunities, but these will be addressed in separate issues then.
> 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)