References from Chapter 11:
  - Reeves, R.D., C++/C\# Programmer's Guide for Windows 2000,
    Prentice Hall PTR, 2002
 
  - Robbins, K.A. and Robbins, S., Practical UNIX programming, A guide to
    concurrence, communication, and multithreading, Prentice Hall
    PTR, 1996
 
  - Stevens, W.R., UNIX Network Programming, Interprocess Communications,
    Volume 2, Prentice Hall PTR, 1999
 
  - Stevens, W.R., Advanced Programming in the UNIX Environment,
    Addison-Wesley, 1992
 
Tracing memory leaks, tracing objects, processes, and threads from the
programmer's point of view:
  - Broadman, A. and Shaw, E., Executing a Class Member in Its Own Thread, C/C++ Users
    Journal, December 1999
 
  - Calkins, C., Integrating Threads with Template Classes, C/C++
    Users Journal, May 2000
 
  - Chaudhry, P., Per-Thread Singleton Class, C/C++ Users Journal, May
    2002
 
  - Freda, W.J., UNIX Interprocess Communications, C/C++ Users
    Journal, November 1990
 
  - Freed, A., Guidelines for Signal Processing Applications in C,
    C/C++ Users Journal, September 1993
 
  - Halladay, S. and Wiebel, M., A Practical Use For Multiple Threads,
    C/C++ Users Journal, January 1992
 
  - Manley, K., Improving Performance with Thread-Private Heaps, C/C++ Users Journal,
    September 1999
 
  - Plauger, D., Making C++ Safe for Threads, C/C++ Users Journal,
    February 1993
 
  - Richards, E., Adding Level-2 Thread Safety to Existing Objects,
    C/C++ Users Journal, February 1999
 
  - Sutter, H., Optimizations That Aren't (In a Multithreaded World),
    C/C++ Users Journal, June 1999
 
  - Weisfeld, M., Synchronizing Processes Using Critical Sections,
    C/C++ Users Journal, September 1992
 
  - Weisfeld, M., A Synchronization Class Using Critical-Sections,
    C/C++ Users Journal, November 1995
 
  - Weisfeld, M., Building Command Lines for Child Processes, C/C++
    Users Journal, November 1996
 
Texts concerning debugging in general:
  - Bugg, K., Debugging C++ Windows, R & D Books, 1998
 
  - Ford, A.R. and Teorey, T.J., Practical Debugging in C++, Prentice
    Hall, 2002
 
  - Lencevius, R., Advanced Debugging Methods, Kluwer Academic
    Publishing, 2000
 
  - Pappas, C.H. and Murray, W.H. III, Debugging C++: Troubleshooting for
    programmers, McGraw-Hill, 2000
 
  - Robbins, J., Debugging Applications, Microsoft Press, 2000