作为替代的方式,应该使用两阶段提交事务。
WS - AT是两阶段提交事务,仅适合于微型事务(短期运行)。
WS-AT is a two-phase commit transaction and is suitable only for micro transactions (short running).
如果您的应用程序在同一个操作中需要访问多种资源,您就要使用两阶段提交事务。
If your application needs to access multiple resources as part of the same operation, you need two-phase commit transactions.
应用推荐