Paul Winkler writes:
 > Has anyone run up against a limitation on the number of
 > users that can be in
 > one acl_users folder? Either a hard limit or a practical
 > limit? 
"UserFolder" uses a dictionary to manage its users.
This implies, if one user object is accessed, the complete
dictionary is brought into memory (if it is not already there).
This might pose problems for a very large user number.



Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to