[ 
https://issues.apache.org/jira/browse/SLING-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ian Boston updated SLING-1017:
------------------------------

    Attachment: SLING-1017.path

Patch that takes the array generation out of the request thread.
(and a spelling correction :) )

> 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
>         Attachments: SLING-1017.path
>
>
> 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.

Reply via email to