0

我知道 XA 是什么意思,但我很好奇它代表什么。

4

2 回答 2

2

来自XAP-PT 规范

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

于 2012-01-20T21:01:13.933 回答
1

“扩展架构”的常用缩写。

在数据库术语中,这用于描述分布式系统的特定体系结构,该体系结构使用诸如两阶段提交之类的机制支持“已确认的分布式事务”。IIRC,在 SQL-86 规范发布后不久首次出现,但在 SQL-89 之前(因此在 SQL-92 之前)。

请参阅http://www.orafaq.com/usenet/comp.databases.oracle.misc/2004/04/23/0521.htm

于 2012-01-26T06:51:37.033 回答