A Thread Performance Comparison Compares Windows NT and Solaris on a symmetric multiprocessor machine. |
Bibliography on Threads and Multithreading Part of the Computer Science Bibliography Collection. |
Comparing Win32 and Java Synchronization Comparison of the available Java synchronization primitives with the Win32 counterparts. |
Concurrent Programming: Principles and Practice This book provides an in-depth overview of underlying principles as well as practical techniques that can be used to design concurrent programs. (Greg Andrews) |
Foundations of Multithreaded, Parallel, and Distributed Programming This book teaches the fundamental concepts of multithreaded, parallel and distributed computing. Emphasizes how to solve problems, with correctness the primary concern and performance an important, but secondary, concern. (Gregory R. Andrews) |
Introduction to Priority Inversion Gives an introduction to priority inversion and shows a pair of techniques to avoid them. |
Java Technology, Threads, and Scheduling in Linux Examines the performance of the Linux kernel when the system is running a heavily threaded Java program using the IBM Java Developer Kit for Linux. |
JThreads/C++ A portable thread abstraction library that mimics the thread classes and primitives found in Java. Supported on Windows 95, NT and many flavors of Unix. (by OOC/IONA) |
Multithreaded Programming in C++ and Java Introduction to C++ (on Win32) and Java multithreading. |
Object-Oriented Multithreading using C++ This book shows how to avoid common pitfalls of multithreading in UNIX, Windows NT, or OS/2 environments. |
Portable Thread Synchronization using C++ Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications. |
Priority Inheritance Protocols Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion. |
RT++ Higher order threads for C++; tutorial and reference manual. |
Survey of Threads Comparing Solaris, Linux, and Windows NT threads. |
ZThreads An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL] |