Operating Systems

Table of Contents

Threads

Multithreaded execution: 1 process, N threads of execution

User threads - pros and cons

** **

Hybrid implementations of threads:

POSIX threads (Pthreads)

pthread is a library interface. names may not always be the same.

Inter-process communication (IPC)