Java on Solaris 7 Developer's Guide

Threads

As discussed in "Java Threads In The Solaris Environment - Earlier Releases* ", performance is increased dramatically by using native threads. Green threads are not time-sliced and may require calls to Thread.yield() in loops, slowing execution. Other techniques to avoid: