Continental Interview Question

What is the difference between preemptive and non-preemptive tasks

Interview Answer

Anonymous

Jul 24, 2012

The preemptive tasks stops when a high priority task request access. Non-preemptive tasks return the control to the host at task completion

1