Taxonomy of processes

  • process: interface + active/suspended thread(s)
  • thread: locus of control + execution state
  • sequential process -- one thread of control
  • quasi-concurrent -- at most one active thread
  • concurrent -- multiple active threads

slide: Processes and threads