Data Flow
Data Flow
Static model
Dynamic model
Static and Dynamic Data flow architectures
Data tokens are assumed to move along the arcs of the data flow
program graph to the operator nodes. The nodal operation gets
executed when all its operand data are present at the input arcs.
Static Model Dynamic Model
• Only one token is allowed • It uses Tagged tokens, so
to exist on any arc at any that more than one token
given time, otherwise the can exist in arc.
successive sets of tokens
cannot be distinguished
• The tagging is achieved by
attaching a label with each
• This architecture is token which uniquely
considered static because identifies the context of that
tokens-are not labeled particular token.
Static and Dynamic Data flow architectures