Multi-Threaded Programming With POSIX Threads

This tutorial is an attempt to help you become familiar with multi-threaded programming with the POSIX threads (pthreads) library, and attempts to show how its features can be used in "real-life" programs. It explains the different tools defined by the library, shows how to use them, and then gives an example of using them to solve programming problems. There is an implicit assumption that the user has some theoretical familiarity with paralell programming (or multi-processing) concepts. Users without such background might find the concepts harder to grasp. A seperate tutorial will be prepared to explain the theoretical background and terms to those who are familiar only with normal "serial" programming.

MarcWorrell.com/ created on 2007-04-23 18:10:38/ modified on 2007-04-23 18:10:40/ mail me at