From owner-freebsd-java Sat Feb 16 16:16:12 2002 Delivered-To: freebsd-java@freebsd.org Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by hub.freebsd.org (Postfix) with ESMTP id 02FDD37B400 for ; Sat, 16 Feb 2002 16:16:10 -0800 (PST) Received: from billh by gnuppy.monkey.org with local (Exim 3.34 #1 (Debian)) id 16cEvK-0000i0-00; Sat, 16 Feb 2002 16:11:22 -0800 Date: Sat, 16 Feb 2002 16:11:21 -0800 To: Rasputin Cc: Dylan Carlson , java@freebsd.org Subject: Re: Tomcat 3.2.3 under jdk1.3.1p6-native threads Message-ID: <20020217001121.GA2715@gnuppy.monkey.org> References: <20020216213829.A7862@shikima.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020216213829.A7862@shikima.mine.nu> User-Agent: Mutt/1.3.27i From: Bill Huey Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Feb 16, 2002 at 09:38:29PM +0000, Rasputin wrote: > I understood the native threading wasn't fully usable yet - if that's > not supposed to be the case, I can do some debugging on this maybe. > > Happy to have a working native Mozilla plugin for the moment... 1) There's a wait queue patch that needs to be create so that threads blocking on pthread_cond_timedwait() doesn't wake up when it's marked suspended. I have a patch for that works, but Dan Eischen's thinks it's too heavy weight and that another kind of queue manipulation should be in its place. 2) Fix the logic that misses the handling of SIGUSR that's most easily triggered by the Swing demos. Those are the two last known bug in my queue. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message