SID-00494: Cap on the amount of user on my TWiki?
| Status: |
Answered |
TWiki version: |
4.3.0 |
Perl version: |
|
| Category: |
UserInfoPlugin |
Server OS: |
|
Last update: |
16 years ago |
I am just trying to find out if, other than the load my host server can take, is there any limit on the amount of registered users I can have on my wiki?
--
CijaHuntley - 2009-08-20
Discussion and Answer
Is this related to the
UserInfoPlugin? This plugin does not ship with TWiki, it is a separate install.
In case your question is related to the core TWiki: There is no physical limit on number of users. TWiki.org for example has 40K+ registered users.
If you are authenticating against an external directory your limit on number of users depends on how scalable the login manager module is. For example, the current
LdapContrib module does not scale well beyond 20K users in LDAP since it caches all LDAP users locally, regarless of how many users access TWiki.
See also
TWikiScalability.
--
PeterThoeny - 2009-08-20
Thanks this is what I needed to know.
--
CijaHuntley - 2009-08-26
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.