12 Oct
2000
12 Oct
'00
9:32 p.m.
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