
June 28, 1999
1:37 p.m.
What's a green thread?
a user-level thread (essentially what you can implement yourself by swapping stacks, etc). it's enough to write smoothly running threaded programs, but not enough to support true concurrency on multiple processors. also see: http://www.sun.com/solaris/java/wp-java/4.html </F>