From owner-freebsd-java@FreeBSD.ORG Fri Nov 21 04:25:35 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 7E77516A4D0 for ; Fri, 21 Nov 2003 04:25:35 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F3A43F85 for ; Fri, 21 Nov 2003 04:25:34 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1ANALr-0006Gu-QB; Fri, 21 Nov 2003 14:25:31 +0200 Date: Fri, 21 Nov 2003 14:25:31 +0200 From: Sheldon Hearn To: Mantzios Achilleus Message-ID: <20031121122531.GG18581@starjuice.net> Mail-Followup-To: Mantzios Achilleus , freebsd-java@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-java@freebsd.org Subject: Re: Various threading libs 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: Fri, 21 Nov 2003 12:25:35 -0000 On (2003/11/21 14:16), Mantzios Achilleus wrote: > Well are there any success stories with kse, libthr??? > > In my system (jboss 3.0.3 on 5.1 p10 RELEASE and jdk1.4.2 p5) > i have upto now: > > SCHED_ULE in the kernel and libkse -> System panics!!!!! > (The rest is with SCHED_4BSD) You really need to track -CURRENT until at least 5.2-RELEASE. There's been a huge amount of working on threading since 5.1-RELEASE. JBoss-3.2.1 is working well on my 5.1-CURRENT (4 days old) workstation, hosting a heavy-weight J2EE application, although only as a testbed for the operator of the workstation (me). This is with SCHED_ULE and libkse, which used to panic my box, then locked up IntelliJ IDEA and now seems to have stabilized. Ciao, Sheldon.