Hub: engineering

Part of the series

Multithreading models

  1. many-to-one model
  2. one-to-one model
  3. many-to-many model

Thread libraries

  1. Pthreads
  2. Win32 Threads
  3. Java Threads

Threading Issues

  1. fork() and exec() system calls
  2. cancellation
  3. signal handling
  4. thread pools
  5. thread-specific data
  6. scheduler activations

operating system examples

  1. WindowsXP threads
  2. Linux threads