7 lines
277 B
Markdown
Raw Normal View History

2025-01-07 19:27:29 -04:00
Lecture Topic: Multithreading
Scheduling Algorithms:
Preemptive and non-preemptive
Preemptive means that the process might be interuppted to improve responsiveness of the ssytem
2024-01-22 10:12:48 -04:00
Non-preemptive means that processes are allowed to execute until I/O request or termination