27 Dec
2002
27 Dec
'02
7:03 p.m.
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