From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5e06f5e31a2b8c5c94167b8285c336b3@quanstro.net> From: erik quanstrom Date: Fri, 17 Mar 2006 07:51:31 -0600 To: 9fans@cse.psu.edu Subject: Re: [9fans] zonetransfer _from_ plan9 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 159a8528-ead1-11e9-9d60-3106f5b1d025 one thing i missed, dnstcp is a seperate program which is run for each incoming tcp query. i pretty sure ndb does not consult the running dns, but reads the ndb files from disk. thus if there happen to be modifications to the db which are not in the db files, you're not going to see them with an AXFR. this isn't how the p9p ndb/dns works. it takes -tT [tcp listen address]. it uses the in-memory version of the db and doesn't have to reread the databases for each request. - erik On Thu Mar 16 17:51:45 CST 2006, steve@quintile.net wrote: > > I am running dns as > ndb/dns -rns >