A Thread Performance Comparison
Compares Windows NT and Solaris on a symmetric multiprocessor machine.
Designing a Thread Class in C++
Resources on designing a thread class in C++. Provides introduction, basic approach, implementation and using the class thread in C++.
Fundamentals of Multithreading
Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net)
Introduction to Priority Inversion
Gives an introduction to priority inversion and shows a pair of techniques to avoid them.
Object-Oriented Multithreading using C++
This book shows how to avoid common pitfalls of multithreading in UNIX, Windows NT, or OS/2 environments.
OpenTop C++ Library - Multi-threading
A part cross-platform C++ library providing high-performance and portable classes for multi-threading by creating a common wrapper around Windows and POSIX threads, exposing an int…
Portable Thread Synchronization using C++
Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications.
State Threads Library
A small application library for writing fast and highly scalable Internet applications on UNIX-like platforms. [Open source, MPL or GPL]
volatile - Multithreaded Programmer's Best Friend
Discusses the usage of the volatile keyword in multithreaded C++ programs.
Showing 20–14 of 14 results