CS 160 Lab 7
More on Thread Programming
Objective
speed up your programming on last assignment.
Outline of Lab
- Sample client and server using System V IPC
Makefile
server.cc
client.cc
- Signal Handling and message queue clean-up
server2.cc
- Lock Chaining
- Condition Variables
- Reader/Writer locks
- 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