Basic use of pthreads

21
Anonymous Reader writes “Threads strike fear into the hearts of many programmers. UNIX’s process model is simple and well understood, but it is sometimes inefficient. Threading can often allow for substantial improvements in performance, at the cost of a little confusion. This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration.”

Link: ibm.com/developerworks

Category:

  • Linux