A standard for the TP monitor is required because transaction process monitor runs on different operating systems and platform with acc...
A standard for the TP monitor is required because transaction process monitor runs on different operating systems and platform with access to different databases and resource mangers.
These applications are most likely developed using different tools and there is absolutely no knowledge of each other. The two different standards for the transaction process monitor are
The transactions manager controls the resource manager and it communicates with the resources manager with a X/ open interface . The transaction manger uses the xa interface API calls and the resource manager uses the ax interface API calls and both the interface definitions are present in their respective receiving ends.
An application program uses the general API supplied by a resource manager but it issues the transaction bracketing calls directly to the transaction manager bracketing calls directly to the transaction manager via TX interface. For Example sql commands are application API s which involve in the communication.
These applications are most likely developed using different tools and there is absolutely no knowledge of each other. The two different standards for the transaction process monitor are
- X/ Open DTP reference model – Vintage 1991
- X/Open DTP reference model – Vintage 1994
- Resource Manager
- Transaction Manager
- Application Program.
The transactions manager controls the resource manager and it communicates with the resources manager with a X/ open interface . The transaction manger uses the xa interface API calls and the resource manager uses the ax interface API calls and both the interface definitions are present in their respective receiving ends.
An application program uses the general API supplied by a resource manager but it issues the transaction bracketing calls directly to the transaction manager bracketing calls directly to the transaction manager via TX interface. For Example sql commands are application API s which involve in the communication.