Explain Distributed Transactions in MTS?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category