From owner-freebsd-questions@FreeBSD.ORG Wed Feb 27 06:17:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E97001065673 for ; Wed, 27 Feb 2008 06:17:23 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF7213C465 for ; Wed, 27 Feb 2008 06:17:23 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m1R6HIEh014826; Tue, 26 Feb 2008 22:17:19 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Kris Kennaway" , "Oliver Herold" , , Date: Tue, 26 Feb 2008 22:18:18 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <47C32274.2060706@FreeBSD.org> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 26 Feb 2008 22:17:20 -0800 (PST) Cc: Subject: RE: FreeBSD bind performance in FreeBSD 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 06:17:24 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kris Kennaway > Sent: Monday, February 25, 2008 12:18 PM > To: Oliver Herold; freebsd-questions@freebsd.org; > freebsd-performance@freebsd.org > Subject: Re: FreeBSD bind performance in FreeBSD 7 > > > Oliver Herold wrote: > > Hi, > > > > I saw this bind benchmarks just some minutes ago, > > > > http://new.isc.org/proj/dnsperf/OStest.html > > > > is this true for FreeBSD 7 (current state: RELENG_7/7.0R) too? Or is > > this something verified only for the state of development back in August > > 2007? > > I have been trying to replicate this. ISC have kindly given me access > to their test data but I am seeing Linux performing much slower than > FreeBSD with the same ISC workload. > Kris, Every couple years we go through this with ISC. They come out with a new version of BIND then claim that nothing other than Linux can run it well. I've seen this nonsense before and it's tiresome. Incidentally, the query tool they used, queryperf, has been changed to dnsperf. Someone needs to look at that port - /usr/ports/dns/dnsperf - as it has a build depend of bind9 - well bind 9.3.4 is part of 6.3-RELEASE and I was rather irked when I ran the dnsperf port maker and the maker stupidly began the process of downloading and building the same version of BIND that I was already running on my server. > > * I am trying to understand what is different about the ISC > configuration but have not yet found the cause. It's called "Anti-FreeBSD bias". You won't find anything. > e.g. NSD > (ports/dns/nsd) is a much faster and more scalable DNS server than BIND > (because it is better optimized for the smaller set of features it > supports). > When you make remarks like that it's no wonder ISC is in the business of slamming FreeBSD. People used to make the same claims about djbdns but I noticed over the last few years they don't seem to be doing that anymore. If nsd is so much better than yank bind out of the base FreeBSD and replace it with nsd. Of course that will make more work for me when I regen our nameservers here since nsd will be the first thing on the "rm" list. Ted