Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Support in-transaction script caching for recursive uses of uncacheable scripts #4

Open
AFaust opened this issue Jul 28, 2013 · 0 comments
Assignees

Comments

@AFaust
Copy link
Owner

AFaust commented Jul 28, 2013

In situations where uncacheable scripts may be called multiple times (loop / recursion), a memory problem can occur due to the storing of multiple compiled scripts in memory (see https://issues.alfresco.com/jira/browse/ALF-9981). To improve the default caching behavior and reduce the memory footprint of the script processors, globally-uncacheable scripts should at least be cached within the transaction / request context scope.

@ghost ghost assigned AFaust Jul 28, 2013
@AFaust AFaust removed this from the Summit milestone Sep 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant