Jump to content

Synchronous Data Flow

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WikiWikiWonderful (talk | contribs) at 14:51, 8 December 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Synchronous Dataflow is a restriction of Kahn process networks, where nodes produce and consume a fixed number of data items per firing. This allows static scheduling.

It is used in computing and communications, to optimise data transfer traffic management.

It is different from the asynchronous flow of data, which follows a different structure.

See also