https://www.youtube.com/watch?v=oV9rvDllKEg
Tony Horein - Communicating sequential processees
- concurrency is about modelling and parallelism is about execution
- concurrency is a sub-set of parallelism
- processes share memory - mutability
- processes don't share memory but communicate using message passing
- copying the data from one process to another