Re: Green threads not found

1999-05-05 Thread Juergen Kreileder
> tomas writes: tomas> I'm getting these errors when executing "java", without any tomas> more parameters, only to see the command line options. I tomas> have installed JDK 1.1.2 and runs without any problems, but tomas> neither JDK 1.1.7 nor JDK 1.2 don't work. tomas> D

Re: Green Threads

1999-03-01 Thread Cees de Groot
Nathan Meyers wrote: > 1) The kernel controls it, or > > 2) It's controlled in user space. > > Native threads use answer #1, while green threads are the (nearly) > OS-independent Sun version of answer #2. They have the advantage of > working, with some porting effort, on OSes that don't support t

Re: Green Threads

1999-03-01 Thread Nathan Meyers
Lee Chee Wai wrote: > I have read the README file associated with the 1.1.7b port on > the native thread support package and am a little confused by the > description of native and "green" threads. > > I'd first like to ask about "green" threads. What exactly are > they and where