Ticket #322 (task)
Opened 4 years ago
Last modified 3 years ago
Make Acl/Ace immutable
Status: closed (fixed)
| Reported by: | douglm | Assigned to: | douglm |
|---|---|---|---|
| Priority: | major | Milestone: | Bedework 3.6 |
| Component: | unclassified | Version: | |
| Keywords: | Cc: | ||
Acls and Aces are mostly read - decoding the string form of the acl causes a significant amount of vm churn.
Making them immutable allows caching of decoded acls. A large number of them are the same so retrieving an already decoded version could result in significant savings of CPU and memory.
Change History
12/07/09 14:42:26: Modified by johnsa
- status changed from new to closed.
- resolution set to fixed.
