From owner-freebsd-java@FreeBSD.ORG Tue Jul 22 05:35:09 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 4AEAA37B401 for ; Tue, 22 Jul 2003 05:35:09 -0700 (PDT) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D95D43F85 for ; Tue, 22 Jul 2003 05:35:08 -0700 (PDT) (envelope-from brunomiguel@dequim.ist.utl.pt) Received: from dequim.ist.utl.pt ([213.22.82.115]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.5329); Tue, 22 Jul 2003 13:29:50 +0100 Message-ID: <3F1D2F7C.4030506@dequim.ist.utl.pt> Date: Tue, 22 Jul 2003 13:35:08 +0100 From: Bruno Afonso User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030625 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sheldon Hearn References: <20030722113017.GF863@starjuice.net> In-Reply-To: <20030722113017.GF863@starjuice.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Jul 2003 12:29:50.0638 (UTC) FILETIME=[F21F4CE0:01C3504C] cc: freebsd-java@freebsd.org Subject: Re: 5.1-CURRENT: libkse / libthr and SCHED_4BSD / SCHED_ULE 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: Tue, 22 Jul 2003 12:35:09 -0000 Sheldon Hearn wrote: > Hi folks, > > Has anyone tried fiddling around with: > > 1) libkse or libthr as a replacement for libc_r, and/or > > 2) SCHED_ULE as a replacement for SCHED_4BSD? > > I'm using SCHED_ULE and the stock libc_r, along with the native jdk14 > port. > > I'm just wondering whether anyone's had any joy with Java and the > alternative thread support emerging in -CURRENT. I don't think it's supposed to even work at the moment. I've been using java 1.4.1 for development but until I set up libmap.conf to use libc_r I always got into trouble :) -- Bruno Miguel Afonso