![]() |
subject > pattern > architectural pattern > transaction-processing |
![]() ![]() | |||||
transaction-processing comparison table |
Subject | facilitate | has definition | contain | is a synonym of | is a kind of |
---|---|---|---|---|---|
architectural pattern | A pattern used in software architecture | a solution that has been proven to effectively solve the problem in the indicated context | architectural style | pattern | |
transaction-processing | divide-and-conquer since the design of each handler can be given to separate software engineers | An architectural pattern in which a transaction dispatcher inputs transactions and dispatches them to handlers | a process which reads a series of inputs describing a transaction one by one, and a transaction handler that decides what to do with each transaction, and which dispatches a procedure call or message to a component that will handle the transaction | architectural pattern |
Next architectural pattern: broker Up: architectural pattern Previous architectural pattern: pipe and filter