From owner-freebsd-questions@FreeBSD.ORG Sat Jan 21 18:30:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E51716A41F for ; Sat, 21 Jan 2006 18:30:08 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D5043D5A for ; Sat, 21 Jan 2006 18:30:04 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from moria.endor.swagman.org ([213.113.4.147] [213.113.4.147]) by mxfep02.bredband.com with ESMTP id <20060121183003.CCDC2008.mxfep02.bredband.com@moria.endor.swagman.org>; Sat, 21 Jan 2006 19:30:03 +0100 Received: from rivendell (rivendell.endor.swagman.org [192.168.10.10]) by moria.endor.swagman.org (Postfix) with SMTP id EF74F1141A; Sat, 21 Jan 2006 20:28:27 +0200 (EET) Message-ID: <008801c61eb8$b5cec300$0a0aa8c0@endor.swagman.org> From: "Reko Turja" To: , "J.D. Bronson" References: <7.0.1.0.2.20060121065113.0127cef8@sixcompanies.com> Date: Sat, 21 Jan 2006 20:30:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: Re: slowness on 6.0 with apache2.2 (from src) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 18:30:08 -0000 From: "J.D. Bronson" To: Sent: Saturday, January 21, 2006 2:56 PM Subject: slowness on 6.0 with apache2.2 (from src) > What I am seeing is that each image comes down 1 by 1 SLOWLY and > apache2.2 spawns tons of child processes! > Under OpenBSD/Solaris, I see a completely different thing...the image > comes up instantly and apache only spawned 1 extra child. > > I used the SAME config files on all 3 OSs and the same > hardware/drives/etc. This by the way is all over my internal LAN...so > it never hits the internet. > > With all the variables being equal - but the OS. Hardware arch? > Since things work excellent on OpenBSD/Solaris, what is it that > freebsd is not doing (or doing differently)? > > Any thoughts on this? Had some problems myself on Ultra10 before dumping libc_r completely and changing to other threading libraries. -Reko