Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Kernel Transaction Manager

Kernel Transaction Manager (KTM) is a component of the Windows operating system kernel in Windows Vista and Windows Server 2008 that enables applications to use atomic transactions on resources by making them available as kernel objects.

We don't have any images related to Kernel Transaction Manager yet.
We don't have any YouTube videos related to Kernel Transaction Manager yet.
We don't have any PDF documents related to Kernel Transaction Manager yet.
We don't have any Books related to Kernel Transaction Manager yet.
We don't have any archived web articles related to Kernel Transaction Manager yet.

Overview

The transaction engine, which operates in kernel mode, allows for transactions on both kernel mode and user mode resources, as well as among distributed resources. The Kernel Transaction Manager intends to make it easy for application developers to do much error recovery, virtually transparently, with KTM acting as a transaction manager that transaction clients can plug into. Those transaction clients can be third-party clients that want to initiate transactions on resources that are managed by Transaction Resource Manager. The resource managers can also be third-party or built into the system.

KTM is used to implement Transactional NTFS (TxF) and Transactional Registry (TxR). KTM relies on the Common Log File System (CLFS) for its operation. CLFS is a general-purpose log-file subsystem designed for creating data and event logs.

Further reading

References

  1. Introducing the Windows Kernel Transaction Manager, Transactional NTFS and Transactional Registry https://www.codeguru.com/cpp/article.php/c18309/Introducing-the-Windows-Kernel-Transaction-Manager-Transactional-NTFS-and-Transactional-Registry.htm