From owner-freebsd-performance@FreeBSD.ORG Sat Feb 24 00:57:50 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DA6716A407 for ; Sat, 24 Feb 2007 00:57:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0C713C442 for ; Sat, 24 Feb 2007 00:57:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4464F1A4D9A; Fri, 23 Feb 2007 16:57:50 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A8CBB515B2; Fri, 23 Feb 2007 19:57:48 -0500 (EST) Date: Fri, 23 Feb 2007 19:57:48 -0500 From: Kris Kennaway To: Francisco Reyes Message-ID: <20070224005748.GA25295@xor.obsecurity.org> References: <0e2001c7574c$26bc15a0$b3db87d4@multiplay.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-performance@freebsd.org, Steven Hartland Subject: Re: *****SPAM***** Re: FreeBSD Scaling on 6.2-RELEASE? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 00:57:50 -0000 On Fri, Feb 23, 2007 at 07:32:28PM -0500, Francisco Reyes wrote: > Steven Hartland writes: > > >The software we will be running is vBulletin so apache + > >php and mysql. > > Mysql is thread based. Quadcore will not help the DB side. Will help with > the other components though, if you host everything in the same machine. ? Actually it will help the DB side, when you have multiple simultaneous transactions - that's the point :) Kris