| 
								        
								         
								        What are TP-Lite and TP-Heavy Monitors?TP-Lite Monitor:
 - The integration of TP monitors functions in a database engines is called as TP-Lite monitor.
 
 - The stored procedure gets invoked and executed under the ACID properties.
 
 - The stored procedure invocation is non-standard.
 
 TP-Heavy Monitor:
 
 - A TP monitor that supports the client/server architecture and allows PC for initiating very complex multiserver transaction from the desktop.
 
 - The processes are prestarted and managed by the server class.
 
 - It has an open environment to communicate in different styles.
 |