You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matt Dilley <ma...@coins.net> on 2001/05/30 10:44:56 UTC

green and native threads

Hi

I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site.
Does anyone know of a green-threads installation for java v1.3.x?

Thanks

Re: green and native threads

Posted by Tim O'Neil <ti...@xythos.com>.
At 09:44 AM 5/30/2001 +0100, you wrote:
>Hi
>
>I have been searching for a long time for a green threads version of java, 
>and so far have only found one for v1.2.2 - from the java.sun site.
>Does anyone know of a green-threads installation for java v1.3.x?


You want green threads? Isn't that what you get
if the platform you're running your jvm on doesn't
support posix threads natively? And you don't really
want gt. That library is going to be slower and missing
some of the functionality of a native thread lib.