5 ms·
If a Java thread is on the CPU, then the CPU is utilized, no matter if the CPU is just waiting for memory. That is the problem with utilization; you have no cl
by pveentjer 4y ago
If a Java thread is on the CPU, then the CPU is utilized, no matter if the CPU is just waiting for memory.
That is the problem with utilization; you have no clue how busy the CPU actually is. IPC is more useful in these situations.