On Wed, Aug 20, 2008 at 12:13:02PM +0200, Jan Stary wrote:
> Replying to myself,
>
> On Aug 18 20:51:26, Jan Stary wrote:
> > This is -current as of a few weeks back, running on ALIX2C3.
> > Works smoothly as my home router/fw/dns, but when booting
> > gets to starting named, there is a strange slowdown:
I expect it to be the extra randomization that named does. Since some
time, at startup, it builds a table that is used to randomize id's.
This is computationally a bit expensive, and you could notice it on a
slow host.
The extra binding messages could very well be caused by the source
port randomizations done now. You seem to use a pretty high debug log
level.
-Otto