[Python-Dev] ActiveState & fork & Perl

Fredrik Lundh fredrik at pythonware.com
Mon Jun 28 15:37:30 CEST 1999


> 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>





More information about the Python-Dev mailing list