RE: green and native threads

2001-05-30 Thread Jeff Crawford

Matt,
 
We've looked into this and discovered that Sun is phasing out green
threads and replacing it with Hot Threads in 1.3.  
 

-Original Message-
From: Matt Dilley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:45 AM
To: [EMAIL PROTECTED]
Subject: 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

2001-05-30 Thread Jeff Crawford

Sorry, I hit the send button too soon, = : p  
 
Here's a link.  And I meant ...replacing it with... HotSpot and Native
Threads.
 
http://www.sun.com/software/solaris/java/wp-java/4.html;$sessionid$ZTC4I
PIAABZPNAMTA1LU45Q#java
http://www.sun.com/software/solaris/java/wp-java/4.html;$sessionid$ZTC4
IPIAABZPNAMTA1LU45Q#java  threads
 
Jeff
Jeff Crawford 
Configuration Manager 
V-SPAN 
Virtual Connectivity...Anyplace @ Anytime 
4001 Discovery Drive, Suite 270 
Boulder, CO  80303 
Direct: 303 544 7547 
Main:   303 415 3550 
Fax:303 448-7803 
(Formerly Peer Digital) 
www.vspan.com | www.peerdigital.com 

-Original Message-
From: Jeff Crawford 
Sent: Wednesday, May 30, 2001 8:11 AM
To: '[EMAIL PROTECTED]'
Subject: RE: green and native threads


Matt,
 
We've looked into this and discovered that Sun is phasing out green
threads and replacing it with Hot Threads in 1.3.  
 

-Original Message-
From: Matt Dilley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:45 AM
To: [EMAIL PROTECTED]
Subject: 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

2001-05-30 Thread Tim O'Neil

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.