From owner-freebsd-java@FreeBSD.ORG Tue Aug 19 23:51:50 2003 Return-Path: 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 C448716A4C0 for ; Tue, 19 Aug 2003 23:51:50 -0700 (PDT) Received: from titan.exolab.org (smtp.intalio.com [65.222.219.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213C343FAF for ; Tue, 19 Aug 2003 23:51:50 -0700 (PDT) (envelope-from boisvert@intalio.com) Received: from intalio.com (fwin.intalio.com [65.222.219.17]) by titan.exolab.org (8.11.1/8.11.1) with ESMTP id h7K6pm500746 for ; Tue, 19 Aug 2003 23:51:48 -0700 Message-ID: <3F431A84.2000102@intalio.com> Date: Tue, 19 Aug 2003 23:51:48 -0700 From: Alex Boisvert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: vmark hangs with libthr and libkse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 06:51:51 -0000 Hello, I'd like to report that the VolanoMark Benchmark hangs with both libthr and libkse when run under 5-CURRENT (as of yesterday) and the latest JDK 1.4.1 patchset (experimental). The VolanoMark Benchmark can be downloaded from: http://www.volano.com/benchmarks.html I've run the network client/server scalability test: ./startup.sh server net blackdown14 and ./startup.sh client net blackdown14 on the same computer. It works without native threads (I've run it to over 3,000 clients connections) but hangs very quickly (under 1,000 clients connections) with both libthr and libkse. Let me know if you need more information or how I can help further diagnose the problem. cheers, alex