This HTML5 document contains 11 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n9http://dbkwik.webdatacommons.org/resource/8JTaePp5HuGNF-5aXCaTJw==
n4http://dbkwik.webdatacommons.org/resource/HHJGIS4L6sQzsOFeVwLUiQ==
n7http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
n6http://dbkwik.webdatacommons.org/resource/SsZ4eo1WPllKF1h_icblkg==
n15http://dbkwik.webdatacommons.org/resource/PI8uOAXzjZ0KUiGg2pcF2A==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n10http://dbkwik.webdatacommons.org/microsoft/property/
n2http://dbkwik.webdatacommons.org/resource/k5IIFm30LfWAyehEWKes3A==
n5http://dbkwik.webdatacommons.org/resource/JS18vS2FAGSyWBHp0I75tg==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n12http://dbkwik.webdatacommons.org/resource/HwqWukFWh-qn7wQ1pRpSOw==
n11http://dbkwik.webdatacommons.org/resource/U4IlAnJypRZ1nxuheuZDdA==
xsdhhttp://www.w3.org/2001/XMLSchema#
dbrhttp://dbpedia.org/resource/
Subject Item
n2:
rdfs:label
Kernel Transaction Manager
rdfs:comment
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. 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 a lot of 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 al
owl:sameAs
dbr:Kernel_Transaction_Manager
dcterms:subject
n4: n5: n6: n9:
n10:wikiPageUsesTemplate
n11: n12: n15:
n7:abstract
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. 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 a lot of 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.