Java Thread Programming
Covers aspects of multithreaded programming in Java. Teaches readers how to effectively and safely build multithreaded applications. Written for Java 2, explains all the issues and changes since 1.0 and 1.1. Macmillan Computer Publishing, August 1999.
http://www.programix.com/threadbook/
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 interface modelled on the popular Java abstractions. Cross-platform support for Java-style synchronization is provided in addition to mutexes and Unix-style condition variables. [Comm
ercial]
http://www.elcel.com/products/opentop/threading.html
Multithreaded Programming with Pthreads
The complimentary site for the book with the same title.
http://vig.prenhall.com/catalog/professional/product/1,4096,
0136807291,00.html
Threading Lightly: Exploiting ThreadLocal to Enhance Scalabi
lity
Examines ThreadLocal and offers tips for exploiting its powe
r.
http://www-106.ibm.com/developerworks/java/library/j-threads
3.html
Multithreaded Programming with Win32
This book describes techniques for designing and implementing multithreaded software applications.
http://www.amazon.com/exec/obidos/ASIN/0130109126
Next Generation POSIX Threading
New threading library which attempts to solve the problems associated with the use of the pthreads library on Linux. It will add M:N threading capability and improve significantly on the POSIX compliance of pthreads.
http://oss.software.ibm.com/developerworks/opensource/pthrea
ds/
|