From owner-freebsd-performance@FreeBSD.ORG Mon May 2 03:45:09 2005 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF7F16A4CE for ; Mon, 2 May 2005 03:45:09 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29D643D1F for ; Mon, 2 May 2005 03:45:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 17E2246B8E; Sun, 1 May 2005 23:45:08 -0400 (EDT) Date: Mon, 2 May 2005 04:48:12 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Mike Tancsa In-Reply-To: <6.2.1.2.0.20050501094429.06974910@64.7.153.2> Message-ID: <20050502044655.E78953@fledge.watson.org> References: <6.2.1.2.0.20050501094429.06974910@64.7.153.2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-performance@freebsd.org Subject: Re: 64bit CPUs X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 03:45:09 -0000 On Sun, 1 May 2005, Mike Tancsa wrote: > A somewhat obvious question to some perhaps, but what server application > mix on FreeBSD today sees an improvement using 64bit CPUs ? In my ISP > centric world, my big apps are BIND, IMAP/POP3, httpd via apache, SMTP, > AV and SPAM scanning, and firewalls/routing. Apart from larger RAM, why > would these benefit from the 64bit world ? Or would they ? RAM/address space is the big reason. In fact, applications compiled for 64-bits may well run slower than 32-bit ones running on the 64-bit kernel. Note that systems like Solaris default build many programs as 32-bit, since there's no benefit to running ls(1) with a 64-bit address space. On the other hand, if you need a large memory system, running a 64-bit system will give you better support and utilization than a 32-bit system runing with PAE, at least on FreeBSD. Robert N M Watson