From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 14 02:00:14 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82F616A4CF for ; Mon, 14 Feb 2005 02:00:14 +0000 (GMT) Received: from smtp23.mail.bbt.yahoo.co.jp (smtp23.mail.bbt.yahoo.co.jp [202.93.85.138]) by mx1.FreeBSD.org (Postfix) with SMTP id D34FD43D1F for ; Mon, 14 Feb 2005 02:00:13 +0000 (GMT) (envelope-from hvcjapan@yahoo.co.jp) Received: from unknown (HELO localhost) (218.118.6.27 with poptime) by smtp23.mail.bbt.yahoo.co.jp with SMTP; 14 Feb 2005 02:00:12 -0000 X-Apparently-From: Date: Mon, 14 Feb 2005 11:00:12 +0900 From: Huynh Van Chung To: Clement Laforet Message-Id: <20050214110012.7e2346f0.hvcjapan@yahoo.co.jp> In-Reply-To: <20050204163220.GC64745@goofy.cultdeadsheep.org> References: <20050202180040.4b37e241.hvcjapan@yahoo.co.jp> <20050204163220.GC64745@goofy.cultdeadsheep.org> Organization: Saitama University X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-sparc64@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: httpd-worker on sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 02:00:14 -0000 On Fri, 4 Feb 2005 17:32:20 +0100 Clement Laforet wrote: > On Wed, Feb 02, 2005 at 06:00:40PM +0900, Huynh Van Chung wrote: > Hi! > > > Can httpd-worker work fine on sparc64? > > > > In my sparc64 box ( Ultra10, FBSD5.3R-p5), i try to get it work but it don't work correctly. > > AFAIK, default threading library on sparc64 is libc_r. threaded MPM > don't work well with libc_r. You can try to force apache/apr to use > KSE (I dunno if it still works). > try: > make WITH_PTHREAD_LIBS=kse WITH_MPM=worker > > Of course, it surely leads to instability (I don't really how > (un)stable is KSE on sparc64) > > clem Thank your reply. But my Sparc64 box works now as web server and I can't make it instability. Anyone who make apache-worker with kse? And how about (un)stable? Chung