Linux Multithreaded Programming: Servers and Applications ...use of POSIX Threads (also known as pthreads) not only in C programs, but also in C++ programs.
The course has two major themes: Writing reliable, maintainable programs and writing high-performing programs. An important sub theme of the course is determining when it is appropriate to use multithreaded programming techniques. Much of the course is spent learning and practicing how to write, more...