KR0139724B1 - How to Detect and Process Zombie Transactions in a DBMS on Unix Environments - Google Patents

How to Detect and Process Zombie Transactions in a DBMS on Unix Environments

Info

Publication number
KR0139724B1
KR0139724B1 KR1019940032938A KR19940032938A KR0139724B1 KR 0139724 B1 KR0139724 B1 KR 0139724B1 KR 1019940032938 A KR1019940032938 A KR 1019940032938A KR 19940032938 A KR19940032938 A KR 19940032938A KR 0139724 B1 KR0139724 B1 KR 0139724B1
Authority
KR
South Korea
Prior art keywords
transaction
zombie
latch
dbms
table entry
Prior art date
Application number
KR1019940032938A
Other languages
Korean (ko)
Other versions
KR960024963A (en
Inventor
이진수
김준
김평철
박순영
Original Assignee
양승택
재단법인한국전자통신연구소
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 양승택, 재단법인한국전자통신연구소 filed Critical 양승택
Priority to KR1019940032938A priority Critical patent/KR0139724B1/en
Publication of KR960024963A publication Critical patent/KR960024963A/en
Application granted granted Critical
Publication of KR0139724B1 publication Critical patent/KR0139724B1/en

Links

Abstract

본 발명은 UNIX 환경의 DBMS에서 트랜잭션 동작 중에 프로세스가 비정상적으로 끝나버림으로써 생기게 된 좀비(Zombi) 트랜잭션이 있을 때, 이런 좀비 트랜잭션을 발견하고 이를 처리하는 방법에 관한 것으로서, 트랜잭션 엔트리 각각에 대해 각 엔트리가 좀비 트랜잭션을 뜻하는지 검사하는 제1단계, 상기 검사 결과 좀비 트랜잭션이 아닌 경우에는 다음 트랜잭션 엔트리를 검사하고, 좀비 트랜잭션으로 확인되면 래치 자원에 대한 처리를 하는 제2단계, 잠금 자원에 대한 처리를 하는 제3단계, 당해 트랜잭션이 수행해 놓은 데이터베이스 변경 부분을 철회(Undo)시킴으로써 무효화시키는 제4단계, 상기 트랜잭션 테이블 엔트리를 반환하는 제5단계에 의해 수행되는 것을 특징으로 하여, DBMS 시스템 자원 활용도를 높이고 자원 사용을 오류없이 효율적을 할 수 있도록 해 주는 효과가 있다.The present invention relates to a method of detecting and processing a zombie transaction when there is a zombi transaction caused by abnormal termination of a process during a transaction operation in a DBMS in a UNIX environment. A first step of checking whether a means a zombie transaction, a second step of checking a next transaction entry if the check result is not a zombie transaction, and processing a latch resource if a zombie transaction is confirmed; And a fourth step of invalidating by undoing a database change portion performed by the transaction, and a fifth step of returning the transaction table entry, thereby increasing DBMS system resource utilization. Resource usage can be efficient without error It has an effect.

Description

유닉스 환경의 DBMS에서 좀비 트랜잭션의 발견 및 처리 방법(Detection and Management Method of Zombi Transaction in DBMS of Unix System)Detection and Management Method of Zombi Transaction in DBMS of Unix System

제1도는 본 발명이 적용되는 하드웨어 구성도.1 is a hardware configuration to which the present invention is applied.

제2도는 본 발명에 따른 공유 메모리 시스템 블록구성도.2 is a block diagram of a shared memory system according to the present invention.

제3도는 본 발명에 따른 정상 수행시 트랜잭션의 동작흐름도.3 is a flowchart of a transaction in normal execution according to the present invention.

제4도는 본 발명에 따른 좀비 트랜잭션 발견 처리 동작흐름도.4 is a flowchart illustrating a zombie transaction discovery processing operation according to the present invention.

*도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

11:프로세서12:메모리11: Processor 12: Memory

13:메모리내의 공유 메모리14:입출력 전용 처리기13: Shared memory in memory 14: Input / output dedicated processor

15:보조 메모리15: secondary memory

본 발명은 유닉스(UNIX) 환경의 데이터베이스 관리시스템(Data Base Management System, 이하 DBMS라 칭함)에서 트랜잭션(Transaction)의 동작중에 프로세스가 비정상적으로 끝나버림으로써 생기게 된 좀비(Zombi) 트랜잭션이 있을 때, 이런 좀비 트랜잭션을 발견하고 이를 처리하는 방법에 관한 것이다.In the present invention, when there is a zombi transaction caused by abnormal termination of a process during the operation of a transaction in a database base management system (DBMS) in a UNIX environment, It's about finding a zombie transaction and handling it.

일반적으로 DBMS 트랜잭션은 동작을 계속하는 동안 데이터베이스의 내용을 변경하는 기본적인 행위 외에 DBMS가 관리하는 자원(잠금관리를 위한 자원, 파일관리를 위한 자원, 임계영역 사용을 위해 래치 관리를 위한 자원 등)들을 독자적으로 할당받아 사용하게 된다.In general, a DBMS transaction is a resource that is managed by the DBMS (resources for lock management, resources for file management, resources for latch management to use critical areas, etc.) in addition to the basic behavior of changing the contents of the database while the operation continues. It is assigned by itself.

그리고 트랜잭션이 정상적으로 끝날 때(완료 혹은 철회), 이들 자원들을 반납한다.And when the transaction ends normally (completed or withdrawn), these resources are returned.

그러나 DBMS 프로세스가 비정상적인 방법에 의해 제거될 경우가 있는데 이 경우에는 DBMS 시스템의 해당 트랜잭션 테이블 엔트리는 임의의 프로세스에 할당되어 있는 것처럼 보이나 실제로는 그 프로세스가 더 이상 운용체제에 없는 상태이고 따라서 프로세스가 제거되기 전까지 수행되면서 할당받은 시스템 자원을 반납하지 못하는 상태로 남아있게 된다.However, there are cases where a DBMS process is removed by an abnormal method, in which case the corresponding transaction table entry in the DBMS system appears to be assigned to any process, but in reality the process is no longer in the operating system and therefore the process is removed. It will be executed until it is returned until the system resources allocated to it are returned.

이런 상태의 트랜잭션을 좀비(Zombi) 트랜잭션이라 한다.Transactions in this state are called zombi transactions.

이처럼 좀비 트랜잭션이 되면 이 트랜잭션이 사용하던 자원이 반납되지 않은 상태로 남아있게 되고, 따라서 시스템의 자원이 부족하게 되거나 좀비 트랜잭션이 가지고 있는 자원을 다른 트랜잭션이 기다리는 현상 등이 발생한다.As such, when a zombie transaction is made, the resources used by this transaction are left unreturned. Therefore, the system becomes short of resources or other transactions wait for the resources of the zombie transaction.

그럼에도 불구하고 종래에는 이에 대한 기술적인 설명이나 소개문헌 등이 없었다.Nevertheless, there was no technical explanation or introduction literature on this.

그러므로 본 발명에서는 상기 문제점을 해결하기 위해 UNIX 환경의 DBMS에서 시스템 자원을 활용도를 높이고자 좀비 트랜잭션이 생겼을 때 이를 발견하고 처리하는 방법을 제공하는 것을 목적으로 한다.Therefore, an object of the present invention is to provide a method for discovering and processing a zombie transaction when a zombie transaction occurs to improve the utilization of system resources in a DBMS in a UNIX environment to solve the above problems.

상기 목적을 달성하기 위해 본 발명은 트랜잭션 테이블 엔트리 각각에 대해 각 엔트리가 좀비 트랜잭션을 뜻하는지 검사하는 제1단계, 상기 제1단계에서 좀비 트랜잭션이 아닌 경우에는 다음 트랜잭션 엔트리를 검사하고, 좀비 트랜잭션으로 확인되면 래치 자원에 대한 처리를 하는 제2단계, 잠근(LOCK) 자원에 대한 처리를 하는 제3단계, 해당 트랜잭션이 수행해 놓은 데이터베이스 변경 부분을 철회작업(Undo)에 의해 무효화시키는 제4단계 및 상기 트랜잭션 테이블 엔트리를 반환하는 제5단계에 의해 수행되는 것을 특징으로 한다.In order to achieve the above object, the present invention provides a first step of checking whether each entry represents a zombie transaction for each transaction table entry, and if the first step is not a zombie transaction, the next transaction entry is checked and a zombie transaction is performed. A second step of processing a latch resource, a third step of processing a LOCK resource, a fourth step of invalidating, by Undo, a portion of the database change performed by the transaction, when the check is performed. And performing a fifth step of returning a transaction table entry.

본 발명은 UNIX 운영체제가 지원하는 프로세스 상태 확인에 관한 시스템 함수를 사용하고 있다.The present invention uses system functions related to process status checking supported by the UNIX operating system.

이하, 첨부된 도면을 참조하여 본 발명을 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail the present invention.

제1도는 본 발명이 적용되는 하드웨어 구성도로서, 프로세서(Pi(1=I=n))(11), 메모리 영역(Mem)(12), 메모리내의 공유 메모리(SM)(13), 입출력 전용처리기(IOP)(14) 및 보조 메모리(DISK)(15)로 구성되어 있다.1 is a hardware configuration diagram to which the present invention is applied, and includes a processor (Pi (1 = I = n)) 11, a memory area (Mem) 12, a shared memory (SM) 13 in a memory, and input / output only. It consists of a processor (IOP) 14 and an auxiliary memory (DISK) 15.

이와 같이 본 발명은 단일 프로세서 혹은 다중 프로세서와 공유 메모리를 포함하는 일반적인 하드웨어 환경에서 작동이 가능하다.As such, the present invention can be operated in a general hardware environment including a single processor or multiple processors and shared memory.

제2도는 본 발명에 따른 공유 메모리 시스템 블록구성도로서, n개의 트랜잭션이 시스템에서 동작할 때, DBMS 시스템의 공유 메모리 블록구성도이다.2 is a block diagram of a shared memory system according to the present invention, which is a block diagram of a shared memory block of a DBMS system when n transactions operate in the system.

TT(i)는 수행중인 한 트랜잭션(Ti)을 위한 트랜잭션 테이블 엔트리이다.TT (i) is a transaction table entry for one transaction Ti being executed.

한 트랜잭션 테이블 엔트리에는 프로세스 번호(process_ID), 래치유지목록(LatchHoldList), 잠금유지목록(LockHoldList), 그리고 트랜잭션 관리에 필요한 정보가 포함되어 있는데, 상기 제2도에서는 본 발명을 설명하기 위해 필요한 부분만을 명시하였다.One transaction table entry includes a process number (process_ID), a latch hold list (LatchHoldList), a lock hold list (LockHoldList), and information necessary for transaction management. In FIG. 2, only parts necessary for describing the present invention are illustrated in FIG. Specified.

여기서 프로세스 번호는 해당 트랜잭션이 수행되는 UNIX 운영체제 프로세스의 식별자를 나타낸다.Where the process number represents the identifier of the UNIX operating system process on which the transaction is performed.

트랜잭션은 정상 동작 과정에서 DBMS 시스템의 자원을 할당받아 사용하게 되는데, 래치유지목록과 잠금유지목록은 시스템의 자원중 래치(latch)와 잠금(lock) 자원이 해당 트랜잭션에 할당된 상태를 유지하기 위한 것이다.A transaction is allocated and used with resources of a DBMS system during normal operation. The latch maintenance list and lock maintenance list are used to maintain the latch and lock resources allocated to the transaction. will be.

래치 푸울(Latch Pool)은 DBMS 시스템내에 유지되는 래치 자료 구조체 L(i)(i=i=m)의 집합이다.A latch pool is a set of latch data structures L (i) (i = i = m) held in a DBMS system.

래치는 시스템내의 자원중 상호 배타적으로 접근해야 하는 성격의 자원에 대해 임계 영역을 구현하는 방안으로 사용되는데, 모든 트랜잭션은 임계 영역으로 정의된 시스템 자원을 사용하기 위해 반드시 지정된 래치를 먼저 할당받아야 한다.Latch is used as a way to implement a critical section for a resource that needs to be mutually exclusive among the resources in the system. Every transaction must be assigned a latch first to use the system resource defined as the critical section.

또한 잠금 푸울(Lock Pool)은 DBMS 시스템내에 유지하는 잠금 테이블 엔트리들의 집합이다.A lock pool is also a collection of lock table entries maintained in a DBMS system.

정상 수행시 트랜잭션이 임의의 임계 영역을 사용하기 위해서는 지정된 래치를 먼저 할당받아야 하고, 임계 영역에 대한 사용이 끝나면 즉시 해당 래치를 반환한다.In normal execution, a transaction must be allocated a designated latch first to use an arbitrary threshold area, and the latch is returned immediately after the use of the critical area is completed.

이 래치는 DBMS 시스템내의 자원중 가장 사용이 빈번한 자원으로서 임의의 래치가 사용이 끝났음에도 반납되지 않으면 다른 트랜잭션들이 이 래치가 반납될 때까지 기다려야만 한다.This latch is the most frequently used resource in the DBMS system. If any latch is not returned after being used, other transactions must wait until the latch is returned.

제3도는 본 발명에 따른 정상 수행시 트랜잭션의 동작흐름도로서, 정상 수행시 트랜잭션이 DBMS 자원 사용 상태를 유지하기 위해 인가받은 자원을 트랜잭션 테이블 엔트리내의 해당 리스트에 등록시킨다.3 is a flowchart of a normal transaction in accordance with an embodiment of the present invention. In the normal execution, a transaction is registered to a corresponding list in a transaction table entry in order to maintain a DBMS resource usage state.

우선 잠금 자원을 요구하는 경우인가를 체크해 본다(32).First, check if the lock resource is requested (32).

잠금자원을 요구하는 경우에는 잠금요청을 인가해주고, 트랜잭션 테이블 엔트리의 잠금유지목록에 해당 잠금테이블 엔트리를 등록한다(33).When the lock resource is requested, the lock request is granted, and the lock table entry is registered in the lock holding list of the transaction table entry (33).

잠금자원을 요구하지 않으면 다음으로 래치 자원을 요구하는 경우인가를 체크한다(34).If a lock resource is not requested, then it is checked if a latch resource is requested next (34).

래치자원을 요구하는 경우에는 래치 요청을 인가하고, 트랜잭션 테이블 엔트리의 래치유지목록에 해당 래치 구조체 엔트리를 등록한다(35).When a latch resource is requested, a latch request is granted and the corresponding latch structure entry is registered in the latch holding list of the transaction table entry (35).

래치자원을 요구하지 않은 경우에는 다음으로 래치자원을 반납하는 경우인지를 체크한다(36).If the latch resource is not requested, it is checked next if the latch resource is returned.

래치자원을 반납하는 경우에는 래치자원을 회수하고, 즉 래치 구조체 엔트리를 래치 푸울에 반납하고, 트랜잭션 테이블 엔트리의 래치유지목록에서 해당 래치 구조체 엔트리를 삭제한다(37).When the latch resource is returned, the latch resource is recovered, that is, the latch structure entry is returned to the latch pool, and the latch structure entry is deleted from the latch holding list of the transaction table entry (37).

제4도는 본 발명에 따른 좀비 트랜잭션 처리흐름도로서 좀비 트랜잭션이 생겼을 때, 이런 트랜잭션을 발견하고 처리하는 과정을 설명하는 흐름도이다.4 is a flow chart illustrating a process of discovering and processing such a transaction when a zombie transaction occurs as a zombie transaction processing flowchart according to the present invention.

먼저 상기 제2도에서 설명한 트랜잭션 테이블 엔트리 TT(i)(1=i=n) 각각에 대해 각 엔트리가 좀비 트랜잭션을 뜻하는지 검사한다(42).First, for each of the transaction table entries TT (i) (1 = i = n) described in FIG. 2, it is checked whether each entry represents a zombie transaction (42).

검사 방법은 프로세스 식별자의 유효성을 검사할 때 사용하는 UNIX 시스템 호출 kill(수행중인 또는 등록된 프로세서가 정상적으로 끝나기 전에 중단시켜 지워버리는 행위 또는 그런 기능의 명령)을 사용한다.The inspection method uses the UNIX system call kill (an action that interrupts and erases a running or registered processor before it finishes normally), which is used to validate the process identifier.

즉 kimm(TT(i).process_ID, 0) 명령문을 사용하고 그 결과값이 0이 아니면 해당 트랜잭션 테이블 엔트리를 좀비 트랜잭션으로 판단한다.In other words, if the result is kimm (TT (i) .process_ID, 0) and the result is not 0, the corresponding transaction table entry is determined as a zombie transaction.

상기 판단 후 좀비 트랜잭션으로 확인되면 다음 단계(43∼46)를 수행하고, 좀비 트랜잭션이 아닌 경우에는 다음 트랜잭션 엔트리를 검사한다.After the determination, if a zombie transaction is confirmed, the next steps 43 to 46 are performed, and if it is not a zombie transaction, the next transaction entry is examined.

DBMS 자워중 래치가 가장 사용이 빈번하므로 가장 먼저 래치 자원에 대한 처리를 한다(43).Since latches are most frequently used during DBMS sleeping, the latch resources are processed first (43).

즉 이 트랜잭션 테이블 엔트리의 래치유지목록에 등록되어 있는 래치 자원들을 모두 회수한다.That is, all latch resources registered in the latch holding list of the transaction table entry are recovered.

이 과정이 수행되면 좀비 트랜잭션이 차지하고 있는 래치를 사용하기 위해 다른 트랜잭션들이 기다리게 하는 비효율적인 현상을 막을 수 있다.This process prevents the inefficiency of waiting for other transactions to use the latches occupied by the zombie transaction.

상기 래치 자원에 대한 처리 후 잠금 자원에 대한 처리를 한다(44).After processing the latch resource, a lock resource is processed (44).

즉 잠금유지목록에 등록되어 있는 잠금들에 대해 잠금을 해제하고 잠금테이블 엔트리를 회수한다.That is, the lock is released and lock table entries are retrieved for the locks registered in the lock maintenance list.

다음에는 이 트랜잭션이 수행해 놓은 데이터베이스 변경 부분을 트랜잭션 수행 도중 발생한 고장에 의해서 그 트랜잭션을 끝까지 수행할 수 없을 때 트랜잭션의 원자성을 구현하기 위해서 그 트랜잭션을 시작하기 전의 상태로 데이터베이스를 복구하는 철회(Undo) 기능에 의해 무효화시킨다(45).Next, when the part of the database changes made by this transaction cannot be executed to the end due to a failure that occurred during the execution of the transaction, the database is returned to the state before the start of the transaction to implement the atomicity of the transaction. The function is invalidated (45).

그리고 이 트랜잭션 테이블 엔트리를 반환한다(46).This transaction table entry is returned (46).

이 과정은 트랜잭션이 정상적으로 종료될 때와 동일하다.This process is the same as when a transaction ends normally.

상기와 같이 수행된 본 발명은 UNIX 운영체제하의 DBMS에서 좀비 트랜잭션에 의해 DBMS 시스템 자원이 낭비되는 현상과 좀비 트랜잭션이 반납하지 않은 시스템 자원을 다른 트랜잭션이 기다리는 현상을 제거함으로써, DBMS 시스템 자원 활용도를 높이고 자원 사용을 오류없이 효율적으로 할 수 있도록 해 주는 효과가 있다.The present invention performed as described above removes the phenomenon of wasting DBMS system resources by zombie transactions and waiting for other transactions to wait for system resources not returned by zombie transactions in DBMS under UNIX operating system, thereby increasing DBMS system resource utilization and resources. There is an effect that can be used efficiently without error.

Claims (4)

유닉스(UNIX) 환경의 데이터베이스 관리시스템(DBMS)에서 좀비(Zombi) 트랜잭션을 발견하고 이를 처리하는 방법에 있어서, 트랜잭션 테이블 엔트리 각각에 대해 각 엔트리가 좀비 트랜잭션을 뜻하는지 검사하는(42) 제1단계와; 상기 검사 결과 좀비 트랜잭션이 아닌 경우 다음 트랜잭션 엔트리를 검사하고, 좀비 트랜잭션으로 확인되면 래치 자원에 대한 처리(43)를 하는 제2단계와; 잠금 자원에 대한 처리(44)를 하는 제3단계와; 당해 트랜잭션이 수행해 놓은 데이터베이스 변경 부분을 철회(Undo)시킴으로써 무효화시키는(45) 제4단계와; 상기 트랜잭션 테이블 엔트리를 반환하는(46) 제5단계를 포함하는 것을 특징으로 하는 좀비 트랜잭션 발견 및 처리 방법.A method of detecting and processing a zombie transaction in a UNIX database management system (DBMS), the first step of checking whether each entry represents a zombie transaction for each transaction table entry (42) Wow; A second step of inspecting a next transaction entry if it is not a zombie transaction and processing 43 for a latch resource if it is confirmed as a zombie transaction; A third step of processing 44 a lock resource; A fourth step of invalidating (45) by undoing a database change part performed by the transaction; And a fifth step of returning (46) the transaction table entry. 제1항에 있어서, 상기 제1단계는 UNIX 시스템호출의 kill(TT(i).process_ID, 0) 명령문을 사용하여 그 결과값이 0이 아니면 해당 트랜잭션 테이블 엔트리를 좀비 트랜잭션으로 판단함으로 수행되는 것을 특징으로 하는 좀비 트랜잭션 발견 및 처리 방법.The method of claim 1, wherein the first step is performed by using a kill (TT (i) .process_ID, 0) statement of a UNIX system call and determining that the corresponding transaction table entry is a zombie transaction if the result value is not zero. Characterized by zombie transaction discovery and processing method. 제1항에 있어서, 상기 제2단계는 상기 트랜잭션 테이블 엔트리의 래치유지목록에 등록되어 있는 래치 자원들을 모두 회수함으로써 수행되는 것을 특징으로 하는 좀비 트랜잭션 발견 및 처리 방법.The method of claim 1, wherein the second step is performed by retrieving all latch resources registered in the latch hold list of the transaction table entry. 제1항에 있어서, 상기 제3단계는 상기 잠금유지목록에 등록되어 있는 잠금(Lock)들에 대해 잠금을 해제하고, 잠금 테이블 엔트리를 회수함으로써 수행되는 것을 특징으로 하는 좀비 트랜잭션 발견 및 처리 방법.The method of claim 1, wherein the third step is performed by releasing locks on locks registered in the lock list and retrieving a lock table entry.
KR1019940032938A 1994-12-06 1994-12-06 How to Detect and Process Zombie Transactions in a DBMS on Unix Environments KR0139724B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019940032938A KR0139724B1 (en) 1994-12-06 1994-12-06 How to Detect and Process Zombie Transactions in a DBMS on Unix Environments

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019940032938A KR0139724B1 (en) 1994-12-06 1994-12-06 How to Detect and Process Zombie Transactions in a DBMS on Unix Environments

Publications (2)

Publication Number Publication Date
KR960024963A KR960024963A (en) 1996-07-20
KR0139724B1 true KR0139724B1 (en) 1998-07-01

Family

ID=66649101

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019940032938A KR0139724B1 (en) 1994-12-06 1994-12-06 How to Detect and Process Zombie Transactions in a DBMS on Unix Environments

Country Status (1)

Country Link
KR (1) KR0139724B1 (en)

Also Published As

Publication number Publication date
KR960024963A (en) 1996-07-20

Similar Documents

Publication Publication Date Title
US5895494A (en) Method of executing perform locked operation instructions for supporting recovery of data consistency if lost due to processor failure, and a method of recovering the data consistency after processor failure
US6879981B2 (en) Sharing live data with a non cooperative DBMS
US7284238B2 (en) Multithread tracing method and apparatus
US8095741B2 (en) Transactional memory computing system with support for chained transactions
JP3270216B2 (en) File name detection method
US6182243B1 (en) Selective data capture for software exception conditions
JP2656708B2 (en) Method and apparatus for a combined data processing system
US8661450B2 (en) Deadlock detection for parallel programs
US4189771A (en) Method and means for the detection of deadlock among waiting tasks in a multiprocessing, multiprogramming CPU environment
JPH02502764A (en) Multiprocessing methods and configurations
JPH02502678A (en) Multiprocessing methods and configurations
CA2165493A1 (en) Method and apparatus for crash safe enforcement of mutually exclusive access to shared resources in a multitasking computer system
US5485573A (en) Method and apparatus for assisting in the determination of the source of errors in a multi-host data base management system
US5301311A (en) Control method for preventing incorrect reset of common resource and multicomputer system executing the method
US5745674A (en) Management of units of work on a computer system log
JPH07191865A (en) Analysis method of interblock in operating system
US6807540B2 (en) System and method for deadlock management in database systems with demultiplexed connections
JPH06324885A (en) Method and equipment for processing exception condition
KR0139724B1 (en) How to Detect and Process Zombie Transactions in a DBMS on Unix Environments
JP3681415B2 (en) Deadlock detection device
JP4196414B2 (en) Locking computer resources
CN115878336A (en) Information processing method and device in lock operation and computing equipment
JPH0814800B2 (en) Database exclusive control method
KR100253627B1 (en) Transaction control method not to be selected as deadlock sacrificer in transaction abortion in a data storage system
EP0377133B1 (en) Wait depth limited concurrency control method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20001212

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee