[
https://issues.apache.org/jira/browse/SLING-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701667#action_12701667
]
Ian Boston commented on SLING-936:
----------------------------------
The current patch has been tested with a bash script and curl and appears to be
keeping the add user response time linear, although initially the operation
takes slightly longer. (presumably as a result of populating the parts of the
tree on each new user)
> The use of the JR UserManager may not scale.
> --------------------------------------------
>
> Key: SLING-936
> URL: https://issues.apache.org/jira/browse/SLING-936
> Project: Sling
> Issue Type: Improvement
> Reporter: Ian Boston
> Attachments: SLING-936.patch
>
>
> By default the CreateUserServlet and CreateGroupServlet create users under
> the node of the current user, or the base node if no current user (anon). For
> systems that want have more than a few 1000 users or groups this will make
> add and possibly access slow as the parent nodes will become large.
> Patch to follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.