You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2009/04/22 18:27:47 UTC

[jira] Updated: (SLING-936) The use of the JR UserManager may not scale.

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

Ian Boston updated SLING-936:
-----------------------------

    Attachment: SLING-936.patch

This patch adds a 3 level tree based on a sha1 of the user name and a bit of JVM instance entropy (the ms time the Servlet was created)

I still need to do some more testing, but it builds and I think addresses the issue.

> 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.