Time Slicing

Hemal Shah introduced me to this idea. So it’s Round Robin (Scheduling)? Yup.

The idea that there are more threads/processes than physical cores, so you time slice so it can process them.

Each process is given a slice of time before being Preempted.