【发布时间】:2012-01-17 11:55:15
【问题描述】:
我知道 XA 是什么意思,但我很好奇它代表什么。
【问题讨论】:
标签: distributed-transactions xa
我知道 XA 是什么意思,但我很好奇它代表什么。
【问题讨论】:
标签: distributed-transactions xa
This document is a CAE Specification (see above). It defines the X/Open ACSE/Presentation
(XAP) programming interface Transaction Processing extension (XAP-TP).
X/Open has already defined an ACSE/Presentation (XAP) programming interface (see
Referenced Documents), which provides for access to the ISO OSI protocol stack at the upper
two layers (Association Control Service Element and Presentation) of the OSI 7-layer model.
在我看来 XA 代表 X/ACSE
【讨论】:
“扩展架构”的常用缩写。
在数据库术语中,这用于描述分布式系统的特定体系结构,该体系结构使用诸如两阶段提交之类的机制支持“已确认的分布式事务”。 IIRC,在 SQL-86 规范发布后不久首次出现,但在 SQL-89 之前(因此在 SQL-92 之前)。
见http://www.orafaq.com/usenet/comp.databases.oracle.misc/2004/04/23/0521.htm
【讨论】: