Re: [Pdns-users] pdns-recursor peering

2007-10-11 Thread Jan Gyselinck
s behind it, and the other open/free big DNS resolver implementations don't support 'peering' either. Regards Jan Gyselinck ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Why does pdns_recursor log stats at priority error

2007-09-13 Thread Jan Gyselinck
pdns_recursors stats in there is blooming irritating. Is there a good > > > reason it doesn't log them at something like info? > > > > Not really - Jan Gyselinck looked into our logging priorities some time ago > > and changed a number of them. > > > > The p

Re: [Pdns-users] pdns_recursor stops getting queries on Solaris 10 sparc

2007-09-12 Thread Jan Gyselinck
. Hint: When using the sun4u platform, except for US-III 750 Mhz cpu's, you can use 4 MB pages for the recursor by using this command to start it: ppgsz -o heap=4M,anon=4M /usr/local/sbin/pdns_recursor (verify with: 'pmap -xs ') This improves performance with something around 3% for a

Re: [Pdns-users] pdns_recursor stops getting queries on Solaris 10 sparc

2007-09-12 Thread Jan Gyselinck
g a lot of queries. It happens every couple of weeks, sometimes it runs for a couple of months even. Restarting often doesn't change a thing, it looks very much like a race-condition so the less queries the less chance you'll see it (in my experience). Jan Gyselinck