Round Robin simulation in real processes with java

434 views Asked by At

I want to implement RR algorithm in java. But I want the processes to be real, supose I have some other programs in java and I call them in this algorithm to be executed. But how can I do this by "wanting" the CPU in the same time all processes? Then I want to know the CPU usage from these processes.

0

There are 0 answers