Context Switching
Everything on SkillVeris tagged Context Switching — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
Difference Between Process and Thread
A process is an independent program in execution with its own private memory space, while a thread is a lighter unit of execution that lives inside a process a…
Preemptive vs Non-Preemptive Scheduling
Preemptive scheduling lets the OS forcibly suspend a running process to give the CPU to another, while non-preemptive scheduling requires the running process t…