From each@isc.org Tue Apr 12 22:25:38 2016 CC: MIME-Version: 1.0 In-Reply-To: Content-Disposition: inline X-RT-Interface: API References: <8d138f4603d88425327e4e6359264dd4@www.isc.org> <6.2.5.6.2.20160412152000.0472e528@david-lawless.net> Message-ID: <20160412222538.GA78323@isc.org> content-type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Received: from bikeshed.isc.org (bikeshed.isc.org [149.20.48.19]) by bugs.isc.org (Postfix) with ESMTP id 8ACF471B5A8 for ; Tue, 12 Apr 2016 22:25:38 +0000 (UTC) Received: by bikeshed.isc.org (Postfix, from userid 10292) id 7FEAC216C1C; Tue, 12 Apr 2016 22:25:38 +0000 (UTC) Delivered-To: bind9-bugs@bugs.isc.org Subject: Re: [ISC-Bugs #41977] bind-9.9.9b1 - when started with -u named daemon ignores -n 2 and runs single-threaded User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Tue, 12 Apr 2016 22:25:38 +0000 To: "David Lawless via RT" From: "Evan Hunt" RT-Message-ID: Content-Length: 414 Here's your problem: > Mar 18 22:47:14.579 5 named[]: running on Linux x86_64 2.6.32.67 #1 SMP Sat Aug 29 13:24:08 EDT 2015 > Mar 18 22:47:14.579 5 named[]: built with '--enable-full-report' '--with-openssl=/usr/local/openssl-1.0.2' '--with-libxml2=no' 'LDFLAGS=-L/usr/local/lib64' Prior to 9.10, "--enable-threads" was not turned on by default on Linux. Build 9.9 with that option and it should get better.