94
Advantages and inconveniences of KLT
nAdvantages
uthe kernel can simultaneously schedule many threads of the same process on many processors
ublocking is done on a thread level
ukernel routines can be multithreaded
nInconveniences
uthread switching within the same process involves the kernel. We have 2 mode switches per thread switch
uthis results in a significant slow down