Explain Distributed Transactions in MTS?
Answer / dia meerja
The MTS run-time environment automatically provides support for distributed transactions. As we described earlier, a transaction is an atomic unit of work that either succeeds or fails as a whole. By allowing a transaction to be distributed, the different components that make up the pieces of the transaction can be executed on physically separate systems. For example, a single transaction could consist of a component running on system A, performing database transaction with a SQL server on machine B. Then, another component in the transaction could be running on machine C, which performs database transactions on an Oracle server running on machine D. These four boxes, running four distinct pieces of code, can all participate in the same transaction.
Is This Answer Correct ? | 0 Yes | 0 No |
About MTS and it?s purpose ?
2 Answers Clariant, DWP, MTS, Satyam,
How does Automatic management of processes and threads done in MTS?
i want to put reliance cdma sim in mts android mobile it will work or not
How interfaces are used by the component to communicate with MTS?
How Object Instance Management done in MTS?
what is meany by depriciation?
Explain Distributed Transactions in MTS?
What are the four transaction participation states in MTS?
What are Resource Managers in MTS?
Write an algorithm that accepts five numbers and displays the sum and average of the numbers?
About Connection pooling in MTS ?