Date: Tue, 2 Nov 1999 08:54:23 -0700 From: Nate Williams <nate@mt.sri.com> To: SeRgIo ArTuRo GaRcIa <ser-garc@uniandes.edu.co> Cc: Nate Williams <nate@mt.sri.com>, freebsd-java@FreeBSD.ORG Subject: Re: Threads Message-ID: <199911021554.IAA23669@mt.sri.com> In-Reply-To: <Pine.GSO.3.96.991031231128.21921A-100000@isis> References: <199910301529.JAA09012@mt.sri.com> <Pine.GSO.3.96.991031231128.21921A-100000@isis>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911021554.IAA23669>