1 / 5

Chapter 5: Threads

Chapter 5: Threads. Overview. Single and Multithreaded Processes. Benefits. Responsiveness Resource Sharing Economy Utilization of MP Architectures. User Threads. Thread management done by user-level threads library Examples - POSIX Pthreads - Mach C-threads - Solaris threads.

ponton
Télécharger la présentation

Chapter 5: Threads

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 5: Threads • Overview Operating System Concepts

  2. Single and Multithreaded Processes Operating System Concepts

  3. Benefits • Responsiveness • Resource Sharing • Economy • Utilization of MP Architectures Operating System Concepts

  4. User Threads • Thread management done by user-level threads library • Examples - POSIX Pthreads - Mach C-threads - Solaris threads Operating System Concepts

  5. Kernel Threads • Supported by the Kernel • Examples - Windows 95/98/NT/2000 - Solaris - Tru64 UNIX - BeOS - Linux Operating System Concepts

More Related