4.1 Overview

  1. Thead: thread ID, program counter, register set, stack.

  2. Single thread and multithread

  3. Benifits of multithreading

    (1) Responsiveness

    (2) Resource sharing

    (3) Economy

    (4) Scalability

Last updated

Was this helpful?