Date: Sat, 16 Feb 2002 16:11:21 -0800 From: Bill Huey <billh@gnuppy.monkey.org> To: Rasputin <rasputin@submonkey.net> Cc: Dylan Carlson <absinthe@pobox.com>, java@freebsd.org Subject: Re: Tomcat 3.2.3 under jdk1.3.1p6-native threads Message-ID: <20020217001121.GA2715@gnuppy.monkey.org> In-Reply-To: <20020216213829.A7862@shikima.mine.nu> References: <E16cAWO-0000eY-00@falcon.prod.itd.earthlink.net> <20020216213829.A7862@shikima.mine.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217001121.GA2715>