Re: Strange recursor response time pattern

2017-09-07 Thread Havard Eidnes
> It would be difficult, and possibly impossible, to continue to > process queries and format a report on queries simultaneously > without losing information in the report. To have a separate > thread creating the report, it might have to stop query > processing, take a snapshot of the data at

Re: How to pause master zone updates to slave for couple of minutes

2017-09-07 Thread /dev/rob0
On Mon, Sep 04, 2017 at 05:06:32PM +0530, rams wrote: > I want to test bulk updates master to slave in Bind. Is there > any way to pause to send updates to slave from master? Lots of ways, I would think. One way might be to add "notify no;" in your zone or global options, then "rndc reconfig".

RE: Strange recursor response time pattern

2017-09-07 Thread Charles Elliott
It would be difficult, and possibly impossible, to continue to process queries and format a report on queries simultaneously without losing information in the report. To have a separate thread creating the report, it might have to stop query processing, take a snapshot of the data at that point