#Transaction Processing Monitor(事务处理监视器)
@[TOC](康康的笔记-Transaction Processing Monitor(事务处理监视器))
Transaction Processing Monitor
The main function of a TP monitor is to integrate other system components and manage resources.
TP监视器的主要功能是集成其他系统组件和管理资源。
- TP monitors manage the transfer of data between clients and servers
- breaks down applications or code into transactions and ensures that all databases are updated properly
- It also takes appropriate actions if any error occurs
- TP监视器管理客户端和服务器之间的数据传输
- 将应用程序或代码分解成事务,并确保所有数据库都被正确更新
- 如果发生任何错误,它也会采取适当的措施
TP monitor services TP监控服务
Heterogeneity: If the application needs access to different DB systems, local ACID properties of individual DB
systems is not sufficient. Local TP monitor