<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
Hello,<br>
<br>
If you would have a large amount of DNS servers (in several remote
locations) what would be the preffered method of keeping them all in
sync ?<br>
<br>
Our current idea is:<br>
- To have one mysql server on each location<br>
- Every pdns server on that location connects to the one mysql server<br>
- One real 'master' mysql server does mysql replication to all remote mysql servers.<br>
<br>
This has the drawback that the master mysql server will be quite busy
with keeping all remote sql servers in sync with the database. If there
are a lot of dns changes (either new zones, or just changed dns
records) there will be a continued syncing to several remote locations.<br>
<br>
Any better solutions ?<br>
<br>
Nico van Royen<br>
WARP3.COM<br>
</body></html>