November 2017
Beginner to intermediate
304 pages
7h 52m
English
Chapter 9 discusses the issues surrounding multithreaded programming using Posix threads. We begin with a description of the fork() function, which creates a new Linux process. fork() is a “heavyweight” mechanism that conceptually creates a complete copy of the calling process.
Posix; threads; mutex; fork; mutual exclusion; condition variable; device driver
Linux is only free if your time has no value.
Jamie Zawinski
Read now
Unlock full access