From owner-freebsd-questions Fri Mar 29 15:48:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA01976 for questions-outgoing; Fri, 29 Mar 1996 15:48:21 -0800 (PST) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA01969 for ; Fri, 29 Mar 1996 15:48:11 -0800 (PST) Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.12) id PAA01177; Fri, 29 Mar 1996 15:48:01 -0800 Date: Fri, 29 Mar 1996 15:48:00 -0800 (PST) From: Jaye Mathisen To: Bryan Ogawa at Work cc: dwhite@resnet.uoregon.edu, Steve , freebsd-questions@FreeBSD.org Subject: Re: Apache still and timeouts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 29 Mar 1996, Bryan Ogawa at Work wrote: > One trick is that you can use is an associative array to cache the > lookups. This can lower it to one ns request per IP, at the cost of > memory. This is how I was doing it when I was testing my software, but I > suspect performance could get really horrible if the logs were too big and > memory ran out. The local named would cache some of them I would think as well, it may be better to let named worry about it... I'd be interested in the script if you finish it.