Bibliography on Threads and Multithreading
Part of the Computer Science Bibliography Collection.
http://liinwww.ira.uka.de/bibliography/Os/threads.html
Home / Programming / Compilers / Lexer and Parser Generators /
|
Survey of Threads
Comparing Solaris, Linux, and Windows NT threads.
http://www.northco.net/chenke/project/project2.html
Home / Programming / Compilers / Lexer and Parser Generators /
|
RT++
Higher order threads for C++; tutorial and reference manual.
http://www.risc.uni-linz.ac.at/software/rt++/
Home / Programming / Compilers / Lexer and Parser Generators /
|
ZThreads
An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL]
http://zthread.sourceforge.net/
Home / Programming / Compilers / Lexer and Parser Generators /
|
comp.programming.threads FAQ
Bil Lewis's collection of frequently asked questions.
http://www.lambdacs.com/cpt/FAQ.html
Home / Programming / Compilers / Lexer and Parser Generators /
|
A Thread Performance Comparison
Compares Windows NT and Solaris on a symmetric multiprocessor machine.
http://www.usenix.org/publications/library/proceedings/usenix-nt98/full_papers/zabatta/zabatta_html/zabatta.html
Home / Programming / Compilers / Lexer and Parser Generators /
|
volatile - Multithreaded Programmer's Best Friend
Discusses the usage of the volatile keyword in multithreaded C++ programs.
http://www.cuj.com/experts/1902/alexandr.htm
Home / Programming / Compilers / Lexer and Parser Generators /
|
Introduction to Priority Inversion
Gives an introduction to priority inversion and shows a pair of techniques to avoid them.
http://www.embedded.com/story/OEG20020321S0023
Home / Programming / Compilers / Lexer and Parser Generators /
|
Fundamentals of Multithreading
Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net)
http://www.slcentral.com/articles/01/6/multithreading/
Home / Programming / Compilers / Lexer and Parser Generators /
|
Comparing Win32 and Java Synchronization
Comparison of the available Java synchronization primitives with the Win32 counterparts.
http://www.devx.com/upload/free/features/javapro/1999/01jan99/jg0199/jg0199.asp
Home / Programming / Compilers / Lexer and Parser Generators /
|