About: Microsoft Distributed Transaction Coordinator     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : dbo:MilitaryUnit, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FMicrosoft_Distributed_Transaction_Coordinator

The Microsoft Distributed Transaction Coordinator (MSDTC) service is a component of modern versions of Microsoft Windows that is responsible for coordinating transactions that span multiple resource managers, such as databases, message queues, and file systems. MSDTC is included in Windows 2000 and later operating systems, and is also available for Windows NT 4.0. MSDTC performs the transaction coordination role for components, usually with COM and .NET architectures. In MSDTC terminology, the director is called the transaction manager.

AttributesValues
rdf:type
rdfs:label
  • Distributed Transaction Coordinator (de)
  • Distributed Transaction Coordinator (fr)
  • Microsoft Distributed Transaction Coordinator (en)
  • Координатор распределённых транзакций (ru)
  • 分布式事务协调器 (zh)
rdfs:comment
  • Координатор распределённых транзакций (DTC) — компонент Microsoft Windows, предназначенный для координации изменения данных на двух или более сетевых компьютерных системах. Координатор распределённых транзакций основан на технологии COM+ и включает в себя: * менеджер транзакций; * журнал транзакций; * прокси (реализует интерфейсы DTC); * утилиты администрирования; * заголовочные файлы API. (ru)
  • 微软分布式事务协调器 (DTC)是Windows操作系统自Windows 2000引入的跨多种资源,如数据库、消息队列、文件系统,跨应用程序域、进程、机器以至跨网络的分布式事务处理的所有参与者的协调。可与COM与.NET Framework等架构配合工作。 事务完成时,会启动两阶段提交协议: * 第一阶段提交:根机器上的DTC通知参与事务的所有远程机器上的DTC收集自己机器上所有资源管理器的投票结果,并返回给根机器上的DTC。 * 第二阶段提交:根机器上的DTC综合所有资源管理器的投票结果,然后通知参与事务的所有远程机器上的DTC通知自己机器上所有资源管理器提交事务或终止事务。 (zh)
  • Der Distributed Transaction Coordinator, kurz DTC, ist ein Systemdienst auf Microsoft-Windows-NT-basierten Betriebssystemen, der zur Koordination atomarer Operationen beim Einsatz verteilter Anwendungsszenarien verwendet wird. (de)
  • Le service Distributed Transaction Coordinator (DTC ou MSDTC) est un composant inclus dans les versions de Microsoft Windows à partir de la version NT 4.0. Celui-ci permet de coordonner des opérations qui s'étendent sur plusieurs gestionnaires de ressources, telles que les bases de données, les files d'attente de messages et les systèmes de fichiers. MSDTC est inclus dans Windows 2000 ainsi que dans les versions ultérieures du système d'exploitation, et est également disponible pour Windows NT 4.0. (fr)
  • The Microsoft Distributed Transaction Coordinator (MSDTC) service is a component of modern versions of Microsoft Windows that is responsible for coordinating transactions that span multiple resource managers, such as databases, message queues, and file systems. MSDTC is included in Windows 2000 and later operating systems, and is also available for Windows NT 4.0. MSDTC performs the transaction coordination role for components, usually with COM and .NET architectures. In MSDTC terminology, the director is called the transaction manager. (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Der Distributed Transaction Coordinator, kurz DTC, ist ein Systemdienst auf Microsoft-Windows-NT-basierten Betriebssystemen, der zur Koordination atomarer Operationen beim Einsatz verteilter Anwendungsszenarien verwendet wird. Eine verteilte Transaktion erstreckt sich dabei über mindestens zwei Ressourcen, wie Datenbanken, Nachrichtenwarteschlangen oder Dateisysteme. Wird der Systemdienst beendet, können abhängige Dienste nicht ausgeführt werden und keine Transaktionen über Systemgrenzen hinweg mehr ausgeführt werden. Hierzu gehört beispielsweise der transaktionsgesicherte Aufruf von Prozeduren auf Fremdsystemen (engl. Remote Procedure Call) oder die Nutzung des mit Windows Vista eingeführten Dienstes Kernel Transaction Manager (KTM) und dem Transactional NTFS (TxN). (de)
  • The Microsoft Distributed Transaction Coordinator (MSDTC) service is a component of modern versions of Microsoft Windows that is responsible for coordinating transactions that span multiple resource managers, such as databases, message queues, and file systems. MSDTC is included in Windows 2000 and later operating systems, and is also available for Windows NT 4.0. MSDTC performs the transaction coordination role for components, usually with COM and .NET architectures. In MSDTC terminology, the director is called the transaction manager. By default, the Microsoft Distributed Transaction Coordinator (MSDTC) service is installed with Windows 2000. It cannot be uninstalled through Add/Remove Programs. (en)
  • Le service Distributed Transaction Coordinator (DTC ou MSDTC) est un composant inclus dans les versions de Microsoft Windows à partir de la version NT 4.0. Celui-ci permet de coordonner des opérations qui s'étendent sur plusieurs gestionnaires de ressources, telles que les bases de données, les files d'attente de messages et les systèmes de fichiers. MSDTC est inclus dans Windows 2000 ainsi que dans les versions ultérieures du système d'exploitation, et est également disponible pour Windows NT 4.0. MSDTC Effectue la transaction et joue le rôle de coordinateur pour les composants, le plus souvent dans des architectures COM et .NET. Dans la terminologie MSDTC, le directeur est appelé le gestionnaire de transaction. (fr)
  • Координатор распределённых транзакций (DTC) — компонент Microsoft Windows, предназначенный для координации изменения данных на двух или более сетевых компьютерных системах. Координатор распределённых транзакций основан на технологии COM+ и включает в себя: * менеджер транзакций; * журнал транзакций; * прокси (реализует интерфейсы DTC); * утилиты администрирования; * заголовочные файлы API. (ru)
  • 微软分布式事务协调器 (DTC)是Windows操作系统自Windows 2000引入的跨多种资源,如数据库、消息队列、文件系统,跨应用程序域、进程、机器以至跨网络的分布式事务处理的所有参与者的协调。可与COM与.NET Framework等架构配合工作。 事务完成时,会启动两阶段提交协议: * 第一阶段提交:根机器上的DTC通知参与事务的所有远程机器上的DTC收集自己机器上所有资源管理器的投票结果,并返回给根机器上的DTC。 * 第二阶段提交:根机器上的DTC综合所有资源管理器的投票结果,然后通知参与事务的所有远程机器上的DTC通知自己机器上所有资源管理器提交事务或终止事务。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 60 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software