From owner-freebsd-java Tue Nov 2 7:54:35 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 64BE114D5B for ; Tue, 2 Nov 1999 07:54:26 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id IAA29430; Tue, 2 Nov 1999 08:54:24 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA23669; Tue, 2 Nov 1999 08:54:23 -0700 Date: Tue, 2 Nov 1999 08:54:23 -0700 Message-Id: <199911021554.IAA23669@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SeRgIo ArTuRo GaRcIa Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: Threads In-Reply-To: References: <199910301529.JAA09012@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Nope. I suspect the green threads code used in Java is causing you > > grief here. > > > > > I have tried the same code in Debian with Kaffe and JDK, nad it works > > > fine. > > > > Can you try running the Linux JDK with -green to see if it also shows > > this problem? > > Nate, I did it and it doesnt show the same problem. That's good and bad. Good because it shows a green thread prolem. > Wouldnt we have the same problem when reading from sockets in a multi user > server application? Nope, because the green threads implementation has special code for doing non-blocking socket reads internally using select... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message