From owner-freebsd-java@FreeBSD.ORG Fri Nov 21 04:16:56 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 269CC16A4D2 for ; Fri, 21 Nov 2003 04:16:56 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id C949343FF2 for ; Fri, 21 Nov 2003 04:16:45 -0800 (PST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id hALCGi8n033842 for ; Fri, 21 Nov 2003 14:16:44 +0200 (EET) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (mantzios@localhost [127.0.0.1]) id hALCGiPk011921 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 21 Nov 2003 14:16:44 +0200 Received: from localhost (mantzios@localhost)id hALCGhki011917 for ; Fri, 21 Nov 2003 14:16:43 +0200 X-Authentication-Warning: theseas.softlab.ece.ntua.gr: mantzios owned process doing -bs Date: Fri, 21 Nov 2003 14:16:43 +0200 (EET) From: Mantzios Achilleus To: freebsd-java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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:16:56 -0000 I think someone must play the role of the middleman between the java people and the lib[kse|thr] people. I notice threading java problems going to /dev/null and is a pity since a great deal of testing goes wasted. 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) libkse and jboss problem (i sent it the other day) libthr and jboss clients problem (client silently dumps core) libc_r and jboss quite ok (i guess!). libc_r and SUN ONE Studio 4.1 great ---------------------------------------------------------------- | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios | ----------------------------------------------------------------