TAFJ Lock Manager
TAFJ lock manager introduces the concept of pessimistic locking. Pessimistic locking helps you with an exclusive lock so that no one else can start modifying the data. This locking technique is used within Temenos Transact.
This section helps you to understand how to accomplish pessimistic locking in TAFJ.
You can launch TAFJ Lock Manager in various modes
This section shows you how to make tLockManager resilient.
This section shows an underlying database table by using which TAFJ can take locks.
This section explains the concept of TAFJ Database lock manager and the working of its two algorithms.
This locking method works only with the Oracle database and leverages the DBMS_LOCK package within Oracle to take TAFJ application locks. It is the preferred method when you use Oracle database and the performance is slightly faster than tLockManager.
This locking method works only with the MS SQL Server database and leverage packages within SQL Server to take TAFJ application locks. It is the preferred method when you use SQL Server database and the performance is slower than tLockManager but helps you to keep all locking within the database.
The lock manager offers several ways to monitor locks. This section shows you a simple way of monitoring.
This section shows you the warning when you use verbose and debug modes.
In this topic