8.2. Multi-threading
Learning Objectives
When you have finished section 8.2, you should be able to:
 - Explain what multi-threading is.
 
 - Explain what the parallel processing problem is.
 
 - Use the POSIX Thread library.
 
Required Tasks
 - Read chapter 21, Multi-Threading, in the eTextbook.
 
 - Get a pthread library, either from the Internet or from the Files link below, and install it on your platform.
 
 - Carefully study the sample MultiThread program by loading the project into your IDE, building, and running it.
 
 - Complete the Chapter 21 quiz, and check your answers in Appendix A.
 
Files (MultiThread)
Optional Tasks
 - Make changes to improve the sample multithread program.
 
 - In the General Discussion Forum, discuss with your fellow students the possibilities of using the pthread library to enhance the Tank War game.
 
           
Updated May 24 2016 by FST Course Production