From owner-freebsd-java@FreeBSD.ORG Thu Oct 6 21:12:14 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4AF16A41F for ; Thu, 6 Oct 2005 21:12:14 +0000 (GMT) (envelope-from tomaz.borstnar@over.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 061F443D48 for ; Thu, 6 Oct 2005 21:12:13 +0000 (GMT) (envelope-from tomaz.borstnar@over.net) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20051006211218.XRXM5656.mta1.siol.net@edge1.siol.net> for ; Thu, 6 Oct 2005 23:12:18 +0200 Received: from game.over.net ([193.189.169.9]) by edge1.siol.net with ESMTP id <20051006211200.OTQL27540.edge1.siol.net@game.over.net> for ; Thu, 6 Oct 2005 23:12:00 +0200 Received: from BSN-77-70-7.dsl.siol.net ([193.77.70.7]:30083 "EHLO J8HUOXIXKU.over.net") by game.over.net with ESMTP id ; Thu, 6 Oct 2005 23:12:06 +0200 Message-Id: <6.2.3.4.0.20051006225641.0abea1d0@193.189.169.9> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 06 Oct 2005 23:02:03 +0200 To: freebsd-java@freebsd.org From: Tomaz Borstnar Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OverNet-MailScanner-Information: Contact mailscanner@over.net for more information X-OverNet-MailScanner: Found to be clean X-OverNet-MailScanner-SpamCheck: not spam, SpamAssassin (score=2.85, required 5, AWL -0.34, HELO_DYNAMIC_HCC 1.54, RCVD_IN_NJABL_DUL 1.66) X-OverNet-MailScanner-SpamScore: ss X-MailScanner-From: tomaz.borstnar@over.net Subject: jdk15 and SMP: are libmap.conf hacks needed on FreeBSD 5.4 and higher (both i386 and amd64)? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 21:12:15 -0000 Hello! Did not find anything recent enough in archives so I decided to ask here. So here it goes... I want to utilize SMP on FreeBSD 5.4 (both i386 and amd64) as much as possible with jdk1.5. So I was wondering whether I still need to mess with libmap.conf to map threading libs to kse or not? It appears that I do not need to do that since my limited testing showed that machine was easily overloaded by severely hammering JBoss/jdk15 combination. Also top -H shows many java threads in ksesig and similar states. So does that mean I should keep the defaults and be happy with them? Thanks in advance. Tomaz