Platform Framework
R24 AMR | Min(s) read

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.

Overview

This section helps you to understand how to accomplish pessimistic locking in TAFJ.

Launching TAFJ Lock Manager

You can launch TAFJ Lock Manager in various modes

Enhancing TAFJ Lock Manager

This section shows you how to make tLockManager resilient.

TAFJ JDBC Lock Manager

This section shows an underlying database table by using which TAFJ can take locks.

TAFJ Database Lock Manager

This section explains the concept of TAFJ Database lock manager and the working of its two algorithms.

TAFJ Oracle Lock Manager

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.

TAFJ MSQL Lock Manager

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.

Monitoring Locks

The lock manager offers several ways to monitor locks. This section shows you a simple way of monitoring.

Warning

This section shows you the warning when you use verbose and debug modes.

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:30 PM IST