[Zope] How many acl_users can I have
Dieter Maurer
dieter@handshake.de
Fri, 27 Dec 2002 20:03:47 +0100
borge@tsar.no wrote at 2002-12-26 16:40 +0100:
> ...
> As I have understood it, each user in zope is an
> object. And with 10.000 such objects it is obvious
> that I should keep each object as small as possible.
> My initial idea is thus to store most of the
> information on each user somewhere else than on the
> object, for instance in an sql database. The system
> should then work something like this:
Personally, I would not feel safe with more than a few thousand
users. I would try to move users out into a database or LDAP directory.
But, you can easily make some tests.
Create (programmatically) many users and see what happens.
Dieter