JCR Resource Resolver 2
------------------------
Key: SLING-1017
URL: https://issues.apache.org/jira/browse/SLING-1017
Project: Sling
Issue Type: Bug
Components: JCR Resource
Affects Versions: JCR Resource 2.0.6
Reporter: Ian Boston
THe JCR Resource Resolver creates 1 array of JcrResourceTypeProviders per
request, even if there has been no change to the array. The Array is immutable
once created and so it should really be created on change not on request.
The creation of this array alos synchronizes all request, which is probably not
great for scalability.
patch to follow
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.