MTS - III
MTS acts as a transaction processing monitor for online transaction processing (OLTP).
MTS uses the Microsoft Distributed Transaction Coordinator (MS DTC) which is originally developed for Microsoft SQL Server.
MS DTC supports two-phase commit protocol and provides an implementation for fourinterfaces: ITransaction, ITransactionDispenser, ITransactionOptions, and ITransactionOutcomeEvents.