advantages and inconveniences of


ADVANTAGES AND INCONVENIENCES OF ULT

Advantages:

  1. Thread switching doesn't involve the kernel - no mode switching
  2. Scheduling is able to be application specific - choose the best algorithm.
  3. ULTs is able to run on any OS - Only needs a thread library

Disadvantages:

  1. the majority system calls are blocking and the kernel blocks processes - thus all  threads within the process will be blocked

      2. The kernel be able to only assign processes to processors - Two threads within the same process can't run simultaneously on two processors

 

Request for Solution File

Ask an Expert for Answer!!
Operating System: advantages and inconveniences of
Reference No:- TGS0307834

Expected delivery within 24 Hours