From owner-freebsd-java@FreeBSD.ORG Mon May 1 08:14:27 2006 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 3F42C16A413 for ; Mon, 1 May 2006 08:14:27 +0000 (UTC) (envelope-from artem@bizlink.ru) Received: from comtv.ru (mail.comtv.ru [217.10.32.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13BD43D46 for ; Mon, 1 May 2006 08:14:26 +0000 (GMT) (envelope-from artem@bizlink.ru) X-UCL: actv Received: from [10.0.144.230] ([10.0.144.230] verified) by comtv.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 149346932; Mon, 01 May 2006 12:14:25 +0400 Message-ID: <4455C35D.6000403@bizlink.ru> Date: Mon, 01 May 2006 12:14:21 +0400 From: Artem Gr User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "Marc G. Fournier" , freebsd-java@freebsd.org References: <20060430233525.S1147@ganymede.hub.org> In-Reply-To: <20060430233525.S1147@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Azureus ... forced to use Windows Version ... 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: Mon, 01 May 2006 08:14:27 -0000 Marc G. Fournier: > Other then the machine its running on, I have Azureus setup the same, > including using java 1.5.0 ... but, of course, the version on the > FreeBSD is the new diablo binary ... > > thoughts? I don't know about the current diablo-jdk build, but on /usr/ports/java/jdk15/ i had very bad threads performance with threads locked up and waiting for nothing, until i recompiled the FreeBSD with "options SMP" turned on. It was on an architecture similar to yours: "CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU)" Perhaps the threading library used with jdk has some inference with the kernel scheduler or something. If your FreeBSD is build without SMP, this might be the problem.