Question: Support for threads may be provided at the user level, user threads, or by the kernel, kernel threads. User threads are managed without kernel support,

Support for threads may be provided at the user level, user threads, or by the kernel, kernel threads. User threads are managed without kernel support, whereas kernel threads are supported and managed directly by the operating system. Virtually all contemporary operating systems—including Windows, Linux, Mac OS X, and Solaris—support kernel threads. Ultimately, a relationship must exist between user threads and kernel threads.

  •  Multithreading concepts should be addressed, as well as the following:
    • How each multithreading model (Many-to-One, One-to-One, Many-to-Many) establishes the relationship between user threads and kernel threads
    • The primary ways of implementing a thread library
    • Your thoughts and opinions regarding each of the following:
      • The capabilities and limitations of each model
      • Why different operating systems employ different models
      • The value of thread libraries

Step by Step Solution

3.49 Rating (156 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer Multithreading is a programming concept that allows a process to have multiple threads of execution concurrently Threads can be managed at different levels user level or kernel level The relati... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Operating System Questions!