What is green thread
What is green thread
Collapse
X
-
Green threads are sheduled by VM, they are nothing but OS(Operating System) threads.Originally posted by babutimeWhat is green thread
Here is the link Green Threads -
One major conclusion to draw is that unless you are using an old JVM, your threads will be proper threads (native), not green.Originally posted by ajosGreen threads are sheduled by VM, they are nothing but OS(Operating System) threads.
Here is the link Green ThreadsComment
-
I can't even find a flag anymore that'd set green threads instead of native threads.Originally posted by BigDaddyLHOne major conclusion to draw is that unless you are using an old JVM, your threads will be proper threads (native), not green.
I never liked those green threads: they'd block on blocking OS calls ...
kind regards,
JosComment
Comment