0
votes
Java Threads priority in Linux
As far as I can remember it depends mostly on the used JVM. Some JVMs use real processes for each thread or threadgroup, so you can use the operationg systems tools to tune the priorities.
…
