Communicating between threads
Shared memory model
Threads read and write shared variables
No need for explicit message passing
Use synchronization to protect against race conditions
Change storage attributes for minimizing synchronization
Previous slide
Next slide
Back to first slide
View graphic version