Cooperative Multitasking vs Preemptive Multitasking
This lesson details the differences between the two common models of multitasking.
Introduction
A system can achieve concurrency by employing one of the following multitasking models:
Preemptive Multitasking
Cooperative Multitasking
Preemptive Multitasking
In preemptive multitasking, the operating system preempts a program to ...