Threads
Threads Links
- Object-Oriented Multithreading using C++ This book shows how to avoid common pitfalls of multithreading in UNIX, Windows NT, or OS/2 environments.
- Multithreading Definitions and Guidelines Attempts to organize the most important definitions in some logical and readable way to give a reader a clear understanding of major issues related to multithreading in general and to Posix threads and Linux threads in particular.
- Comparing Win32 and Java Synchronization Comparision of the available Java synchronization primitives with the Win32 counterparts.
- comp.programming.threads FAQ Frequently asked questions (by Bryan O'Sullivan).
- Thread Implementation Table Dave Butenhof's comparision of thread implementations.
- Multithreaded Programming in C++ and Java Introduction to C++ (on Win32) and Java multithreading.
- A Thread Performance Comparison Compares Windows NT and Solaris on a symmetric multiprocessor machine.
- Priority Inheritance Protocols Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion.
- 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.
- RT++ Higher order threads for C++; tutorial and reference manual.
- 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)
- volatile - Multithreaded Programmer's Best Friend Discusses the usage of the volatile keyword in multithreaded C++ programs.
- Survey of Threads Comparing Solaris, Linux, and Windows NT threads.
- comp.programming.threads FAQ Bil Lewis's collection of frequently asked questions.
- Fundamentals of Multithreading Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net)
- 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)
- Bibliography on Threads and Multithreading Part of the Computer Science Bibliography Collection.
- Portable Thread Synchronization using C++ Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications.
| Help build the largest human-edited directory on the web. |
| Submit a Site - Open Directory Project - Become an Editor |