Object Oriented Software Engineering   View all facts   Glossary   Help
subject > pattern > architectural pattern > transaction-processing
Next architectural patternbroker    Uparchitectural pattern    Previous architectural patternpipe and filter   

transaction-processing comparison table
Subject facilitate has definition contain is a synonym of is a kind of
architectural pattern A pattern used in software architecturea solution that has been proven to effectively solve the problem in the indicated contextarchitectural stylepattern
transaction-processingdivide-and-conquer since the design of each handler can be given to separate software engineersAn architectural pattern in which a transaction dispatcher inputs transactions and dispatches them to handlersa 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 patternbroker    Uparchitectural pattern    Previous architectural patternpipe and filter