[Kroupware] FAQ: flexible administration of multiple kolab servers

Tim Jansen kroupware@mail.kde.org
Tue, 1 Oct 2002 20:00:26 +0200


On Monday 30 September 2002 07:43, Martin Konold wrote:
> The proposed solution to this issue is to use the _very_ scalable DNS for
> our purposes.
> Basically we add for every account an A record in DNS which is pointing to
> the correct kolab server.
> e.g. hans_mayer_kde_org.kde.org points to kolab.kde.org in our case.

Having thought about it... how can DNS help to make it more scalable? DNS does 
not scale because the DNS servers have the fastest databases on earth and the 
protocol is so fast. If you have 20 Million users/hosts in the .kde.org 
domain the DNS server still has to search through all 20 million users/hosts. 

DNS scales because you can distribute the entries. So if you have 20 million 
users, you can create 20 subdomains like hans_mayer_kde_org.subdomain.kde.org 
with 1 million users per subdomain. But you can do exactly the same with 
LDAP, AFAIK. So I dont see the point in introducing DNS and its additional 
complexity.

bye...