Maximilian
Lifer
Is this possible for a java program to do? I know about using the Thread class or Runnable interface but its all managed by the JVMs built in scheduler right? What if i wanted X thread to run on core 0 and Y thread on core 1, how would i program something like that?