
|
|
|
|
Home / Computers / Programming / Threads
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- A Thread Performance Comparison - Compares Windows NT and Solaris on a symmetric multiprocessor machine.
www.usenix.org/publications/library/proceedings/usenix-nt98/full_papers/zabatta/zabatta_html/zabatta.html
- Bibliography on Threads and Multithreading - Part of the Computer Science Bibliography Collection.
liinwww.ira.uka.de/bibliography/Os/threads.html
- comp.programming.threads FAQ - Bil Lewis's collection of frequently asked questions.
www.lambdacs.com/cpt/FAQ.html
- comp.programming.threads FAQ - Frequently asked questions (by Bryan O'Sullivan).
www.serpentine.com/~bos/threads-faq
- Comparing Win32 and Java Synchronization - Comparison of the available Java synchronization primitives with the Win32 counterparts.
www.devx.com/upload/free/features/javapro/1999/01jan99/jg0199/jg0199.asp
- 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)
cseng.aw.com/book/0,3828,0805300864,00.html
- 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)
cseng.aw.com/book/0,3828,0201357526,00.html
- Fundamentals of Multithreading - Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net)
www.slcentral.com/articles/01/6/multithreading
- Introduction to Priority Inversion - Gives an introduction to priority inversion and shows a pair of techniques to avoid them.
www.embedded.com/story/OEG20020321S0023
- 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.
www-106.ibm.com/developerworks/library/java2
- 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)
www.orbacus.com/jtc
- Multithreaded Programming in C++ and Java - Introduction to C++ (on Win32) and Java multithreading.
www.devx.com/upload/free/features/vcdj/2000/05may00/dm0500/dm0500.asp
- Object-Oriented Multithreading using C++ - This book shows how to avoid common pitfalls of multithreading in UNIX, Windows NT, or OS/2 environments.
www.wiley.com/legacy/compbooks/catalog/18012-2.htm
- Portable Thread Synchronization using C++ - Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications.
world.std.com/~jimf/papers/c++sync/c++sync.html
- Priority Inheritance Protocols - Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion.
data.uta.edu/~ramesh/cse5326/papers/sha90.html
- RT++ - Higher order threads for C++; tutorial and reference manual.
www.risc.uni-linz.ac.at/software/rt++
- Survey of Threads - Comparing Solaris, Linux, and Windows NT threads.
www.northco.net/chenke/project/project2.html
- Thread Implementation Table - Dave Butenhof's comparison of thread implementations.
members.aol.com/drbutenhof/ThreadTable.html
- volatile - Multithreaded Programmer's Best Friend - Discusses the usage of the volatile keyword in multithreaded C++ programs.
www.cuj.com/experts/1902/alexandr.htm
- ZThreads - An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL]
zthread.sourceforge.net
|
|
|
|
|