From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 27 08:13:23 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5FB11065672 for ; Fri, 27 Nov 2009 08:13:23 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 781AC8FC1A for ; Fri, 27 Nov 2009 08:13:23 +0000 (UTC) Received: by iwn36 with SMTP id 36so783618iwn.3 for ; Fri, 27 Nov 2009 00:13:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=dbwzoGsZ22s/7UoiYRij9c7ZBkCefq6iqukwaPK6Wh8=; b=HE3Guuwpb14gShY4QkjyJ9XGyOVg1PLTrbFc0ELOyfK0cQ8VQ37sBXaKP35r1dIpkO 3V8GUhhn0/da04VpEKfVqRgH1ksFBn8Np77fEsbQThD+wtyOENA5ZDd2t0sW7KirI0c6 tbNUDdYvD2zTsjUnRDSn0yz44mJ6ZwYGgVKfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=WCwUzYHkNI1GaLB3fpisGdnuRof8K3i08QiydybMYyZV4JOhMAcxo301II6qmcN4hb Bz/c/2XTqKlT0/8gVprT4F6LW15Fx38ishQj65oI+q0GH0iyoNgjCZBZiMqgcCr8OIeK qsx7SK8SgVwJ2dcn0xPOF4SRW4ZQWpRnVtV0g= MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.231.4.75 with SMTP id 11mr1721867ibq.25.1259307938751; Thu, 26 Nov 2009 23:45:38 -0800 (PST) In-Reply-To: <200911271612.14394.doconnor@gsoft.com.au> References: <237c27100911260714x2fcb194ew1e6ce11e764efd08@mail.gmail.com> <200911271612.14394.doconnor@gsoft.com.au> Date: Fri, 27 Nov 2009 02:45:38 -0500 X-Google-Sender-Auth: 61f8d68f868e9711 Message-ID: From: Adrian Chadd To: "Daniel O'Connor" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, Linda Messerschmidt , krad Subject: Re: Superpages on amd64 FreeBSD 7.2-STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 08:13:23 -0000 There's a bunch of other random crap that may be going on relating to the helper processes (eg rewriters, auth, etc) which may also be restarted. Anyway. The thread is about superpage demotion and copying, not what Squid is or isn't doing in her configuration. :) Adrian 2009/11/27 Daniel O'Connor : > On Fri, 27 Nov 2009, krad wrote: >> Im sure you will get a lot of lovely answers to this but best keep >> things simple. WHy not just syslog it of to another server and >> offload all the compression to that box. You could even back it with >> zfs nad do on the fly gzip compression at the file system level, or >> use syslog-ng to do it. If you are worried about zfs and bsd use >> (open)*solaris =A0or another filesystem with with inline compression > > Or send squids logs to a small buffer process which you then HUP when > rotating logs. > > Also, I don't really understand why squid would fork when you tell it to > rotate, seems like a design defect. > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > =A0-- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C >