CS 160 Lab 7

More on Thread Programming



Objective


speed up your programming on last assignment.

Outline of Lab

  1. Sample client and server using System V IPC
    Makefile
    server.cc
    client.cc
  2. Signal Handling and message queue clean-up server2.cc
  3. Lock Chaining
  4. Condition Variables
  5. Reader/Writer locks
  6. Thread Pools

Useful Links
PVM 3 homepage PVM FAQ
You are strongly encouraged to read the example programs within PVM package and start your programming ASAP !
solution 2