Algorithm Concurrency - Process Interaction Flashcards
1
Q
Competition
A
Process unaware of each other
Results of one process independent of the action of the others
2
Q
Cooperation by sharing
A
Processes indirectly aware of each other (I.e shared object)
Results of one process may depend on information obtained from others
3
Q
Cooperation by communication
A
Processes directly aware of each other (have communication primitives available to them)
Results of one process may depend on information obtained from others