Tuesday, February 28, 2012

Briefly describe pipe and filter architecture?

Briefly describe pipe and filter architecture?
Answer: Pipe and filter architecture is a model of the run-time organization of a system where functional transformations process their inputs and produce outputs. Data flows from one to another and is transformed as it moves through the sequence. Each processing step is implemented as a transform. Input data flows through these transforms until converted to output. The transformations may execute sequentially or in parallel. The data can be processed by each transform item by item or in a single batch.

0 comments:

Post a Comment