Please enable JavaScript.
Coggle requires JavaScript to display documents.
THREAD SCHEDULING (Approaches to Thread Scheduling ((:star:Dynamic…
THREAD SCHEDULING
-
:check:An application can be a set of threads that cooperate and execute concurrently in the same address space
:check:On a uniprocessor, threads can be used as a program structuring aid and to overlap I/O with processing
-
-
:check:Small differences in thread management and scheduling can have an impact on applications that require significant interaction among threads
-