From owner-freebsd-java@FreeBSD.ORG Tue Dec 19 09:41:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAB4B16A412 for ; Tue, 19 Dec 2006 09:41:22 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3C543C9F for ; Tue, 19 Dec 2006 09:41:21 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from host3.dynacom.ondsl.gr ([62.103.35.211] helo=ip216.internal.net) by matrix.gatewaynet.com with esmtp (Exim 4.62) (envelope-from ) id 1GwbTF-0001FH-AP for freebsd-java@freebsd.org; Tue, 19 Dec 2006 11:41:13 +0200 From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Tue, 19 Dec 2006 11:41:12 +0200 User-Agent: KMail/1.9.3 References: <20061110203714.GA89006@ace.b020.ceid.upatras.gr> <20061218083751.T28249@turing> <20061219080444.GA1006@office.redwerk.com> In-Reply-To: <20061219080444.GA1006@office.redwerk.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200612191141.12890.achill@matrix.gatewaynet.com> Subject: Re: Performance of Java on FBSD vs. others... 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: Tue, 19 Dec 2006 09:41:22 -0000 =CE=A3=CF=84=CE=B9=CF=82 =CE=A4=CF=81=CE=AF=CF=84=CE=B7 19 =CE=94=CE=B5=CE= =BA=CE=AD=CE=BC=CE=B2=CF=81=CE=B9=CE=BF=CF=82 2006 10:04, =CE=BF/=CE=B7 Eug= eny N Dzhurinsky =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > On Mon, Dec 18, 2006 at 09:19:06AM -0800, Nick Johnson wrote: > > It should also be run with libthr as the > > threading library, as the consensus seems to be that this provides bett= er > > performance than libpthread (libkse). > > Very interesting. Could you please clarify how to use libthr on 5.5/6.2, > will there be a need to recompile everything? no just setup /etc/libmap.conf, like [/usr/local/diablo-jdk1.5.0/bin/java] libpthread.so.2 libthr.so.2 =2D-=20 Achilleas Mantzios