Comment on Porting dl.google.com from C++ to GoparentComments−pjmlp13yThis is not true, regarding Java.The Java language specification does not require the use of OS threads for Java threads.It all depends which JVM you refer to.The JVMs that make use of green threads follow a similar threading model to Go.Don't mix languages with implementations.
Comments
This is not true, regarding Java.
The Java language specification does not require the use of OS threads for Java threads.
It all depends which JVM you refer to.
The JVMs that make use of green threads follow a similar threading model to Go.
Don't mix languages with implementations.