Files
Notes/UNB/Year 4/Semester 1/CS3418/10-4-2023.md
2025-01-07 19:27:29 -04:00

277 B

Lecture Topic: Multithreading Scheduling Algorithms: Preemptive and non-preemptive

Preemptive means that the process might be interuppted to improve responsiveness of the ssytem

Non-preemptive means that processes are allowed to execute until I/O request or termination