Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 5 - 12, Limitations:, Benefits:, 5.4 Process Control Architecture,…
-
Limitations:
■ Overhead of data transformation among filters such as parsing is
repeated in two consecutive filters.
-
-
different formats, such as record type or XML type rather than
-
-
-
Benefits:
-
-
Modifiability: It features low coupling between filters, less impact from adding new filters, and modifying the implementation of any existing filters as long as the I/O interfaces are unchanged.
-
-
-
2 type :
5.2Batch-Sequential
-
-
-
Define: each data transformation subsystem or module cannot start its process until its previous subsystem completes its computation.
-
-
-
-
In this context, a service is a business functionality that is well-defined, self-contained, independent from other services, and published and available to be used via a standard programming interface.
-
-