Master/Worker Model using Virtual Shared Memory
Master/Worker Model using Virtual Shared Memory
- Possible ways that tasks can be distributed:
- Bag of tasks (unordered) - Ordered tasks by using a shared counter in tuple space along with task identifiers. - Tasks identifiers used to find related data.