Is there a way to tell the OS to run a process/thread on a separate core? To keep that process isolated?
Like using pthreads or fork() in C?
Is there a different way to do it in Linux vs Windows?
Is there a way to tell the OS to run a process/thread on a separate core? To keep that process isolated?
Like using pthreads or fork() in C?
Is there a different way to do it in Linux vs Windows?