First page Back Continue Last page Summary Graphics
Implementation templates
parallel process networks implementing the parallel & functional semantics of the skeleton
- e.g. farm:
- emitter process : reads tasks and schedules tasks to worker processes (on demand/round robin)
- worker processes : compute results out of tasks
- collector process : collects results (reordering) and delivers them on the output stream
Notes: