KR940015887A - 트랜잭션 처리시스템의 트랜잭션 관리방법 - Google Patents

트랜잭션 처리시스템의 트랜잭션 관리방법 Download PDF

Info

Publication number
KR940015887A
KR940015887A KR1019920025006A KR920025006A KR940015887A KR 940015887 A KR940015887 A KR 940015887A KR 1019920025006 A KR1019920025006 A KR 1019920025006A KR 920025006 A KR920025006 A KR 920025006A KR 940015887 A KR940015887 A KR 940015887A
Authority
KR
South Korea
Prior art keywords
transaction
data structure
processing
termination
initializing
Prior art date
Application number
KR1019920025006A
Other languages
English (en)
Other versions
KR950011055B1 (ko
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 KR1019920025006A priority Critical patent/KR950011055B1/ko
Publication of KR940015887A publication Critical patent/KR940015887A/ko
Application granted granted Critical
Publication of KR950011055B1 publication Critical patent/KR950011055B1/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 UNIX System V 3.1의 커널수준(kernel level)에서 트랜잭션 처리(Transaction Processing)기능이 수행될 수 있도록 하고, 다중처리 시스템에서 동작 가능한 트랜잭션 처리시스템에 관한 것으로, 트랜잭션 기능, 롤백(Roll-back)기능, 가선 이미지 로깅(before image logging)기능, 의도잠금(Intent locking)기능, 레코드 수준의 잠금(record level locking)기능, 회복기능, TPIPC(Transaction Processing Inter-Process Communication)기능 등을 추가한 트랜잭션 처리시스템 중 트랜잭션 관리 방법을 제공한다.

Description

트랜잭션 처리시스템의 트랜잭션 관리방법
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제1도는 본 발명의 적용된 트랜잭션 처리시스템의 전체 구성을 나타낸 블럭도.

Claims (5)

  1. 다중처리시스템에서 트랜잭션 처리를 수행하는 방법에 있어서, 상기 트랜잭션 처리를 위한 자료구조를 만들어 할당하고 트랜잭션 처리환경을 만들며 상기자료구조를 초기화 하는 단계와, 화일 시스템 복구시 화일 시스템의 리스트를 구성하고 필요한 자료구조의 획득이 이루어질 때까지 상기 자료구조의 획득을 시도하는 단계와, 트랜잭셔션 취소가 요구되는 경우 TPIPC 채널에 쓰여진 메세지 중 현재 처리중인 트랜잭션과 관련된 모든 자료를 복구하는 로그에 트랜잭션이 취소되었음을 기록하는 단계와, 루트 클라이언트의 지시를 받아 트랜잭션 종료처리를 수행하고 서버의 지시에 따라 트랜잭션 분리처리를 수행하는 단계를 포함하는 것을 특징으로 하는 트랜잭션 처리시스템의 트랜잭션 관리방법.
  2. 제1항에 있어서, 상기 자료구조를 만드는 단계는 상기 트랜잭션 테이블을 생성시키는 단계와, 서브트랜잭션이 시작될 때 서브 트랜잭션 테이블을 생성시키는 단계를 포함하는 것을 특징으로 하는 트랜잭션 처리시스템의 트랜잭션 관리방법.
  3. 제1항에 있어서, 상기 자료구조를 초기화하는 단계는 트랜잭션 식별자를 생성시켜 획득된 자료구조에 넣은 후 트랜잭션 테이블에 연결될 리스트 조작을 위한 잠금과 클라이언트와 서브간의 동기화를 위한 세마포 및 트랙잭션의 시작과 관련된 화일 자료구조를 각각 초기화 하는 단계를 포함하는 것을 특징으로 하는 트랜잭션 처리시스템의 트랜잭션 관리방법.
  4. 제3항에 있어서, TPIPC 채널을 이용하여 트랜잭션 테이블에 연결시키고 다중 트랜잭션에 대한 정보를 관리하는 단계를 포함하는 것을 특징으로 하는 트랜잭션 처리시스템의 트랜잭션 관리방법.
  5. 제1항에 있어서, 상기 트랜잭션 종료처리 단계는 상기 루트 클라이언트인지 여부를 확인하고 트랜잭션 종료 1단계 처리를 수행하는 단계와, 갱신한 화일의 모든 데이타 블록을 디스크에 기록하여 상기 트랜잭션 종료 1단계가 완료되면 트랜잭션 종료 2단계 처리를 수행하는 단계와, 상기 트랜잭션 종료 2단계 처리가 완료되면 비트랜잭션 모드로 빠져나오는 단계를 포함하는 것을 특징으로 하는 트랜잭션 처리시스템의 트랜잭션 관리방법.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019920025006A 1992-12-22 1992-12-22 트랜잭션 처리시스템의 트랜잭션 관리방법 KR950011055B1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019920025006A KR950011055B1 (ko) 1992-12-22 1992-12-22 트랜잭션 처리시스템의 트랜잭션 관리방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019920025006A KR950011055B1 (ko) 1992-12-22 1992-12-22 트랜잭션 처리시스템의 트랜잭션 관리방법

Publications (2)

Publication Number Publication Date
KR940015887A true KR940015887A (ko) 1994-07-22
KR950011055B1 KR950011055B1 (ko) 1995-09-27

Family

ID=19346195

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019920025006A KR950011055B1 (ko) 1992-12-22 1992-12-22 트랜잭션 처리시스템의 트랜잭션 관리방법

Country Status (1)

Country Link
KR (1) KR950011055B1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100813013B1 (ko) * 2007-05-29 2008-03-13 주식회사 비투엔컨설팅 오디엑스 데이타를 이용한 트랜잭션 처리 소프트웨어프레임 웍

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100813013B1 (ko) * 2007-05-29 2008-03-13 주식회사 비투엔컨설팅 오디엑스 데이타를 이용한 트랜잭션 처리 소프트웨어프레임 웍

Also Published As

Publication number Publication date
KR950011055B1 (ko) 1995-09-27

Similar Documents

Publication Publication Date Title
US6873995B2 (en) Method, system, and program product for transaction management in a distributed content management application
JP2558052B2 (ja) 仮定コミット2フェーズコミットプロトコルを用いるトランザクション処理システム及びその動作方法
US6446086B1 (en) System and method for logging transaction records in a computer system
US6185577B1 (en) Method and apparatus for incremental undo
US7801846B2 (en) Generating log sequence identifiers to apply a transaction to a storage system
US7580979B2 (en) Message ordering in a messaging system
US6421686B1 (en) Method of replicating data records
EP0236743A2 (en) Method for restarting a long-running, fault-tolerant operation in a transaction-oriented data base system
US20030065672A1 (en) System and method for implementing journaling in a multi-node environment
CN108255638B (zh) 一种快照回滚方法及装置
Birrell et al. A simple and efficient implementation of a small database
KR20040088397A (ko) 트랜잭션적으로 일관성있는 트리거 기반 데이터베이스변경 추적 방법 및 시스템
US20200364241A1 (en) Method for data synchronization between a source database system and target database system
US6330686B1 (en) Handling protected conversation messages across IMS restart in shared queues environment
GB2301909A (en) Reduction of logging in distributed transaction processing systems
US6490595B1 (en) Method, system and program products for providing efficient syncpoint processing of distributed transactions
CN116360696B (zh) 分布式块存储系统、介质及其电子设备
KR940015887A (ko) 트랜잭션 처리시스템의 트랜잭션 관리방법
JPH0991185A (ja) 分散コンピューティングシステム
KR950011056B1 (ko) 트랜잭션 처리시스템의 로그/회복관리방법
SE9502182D0 (sv) Sätt att bestämma innehåll i restaureringslogg
GB9111191D0 (en) Transaction processing
US6539434B1 (en) UOWE's retry process in shared queues environment
US11561863B2 (en) PDSE member generation clustering and recovery
US6877159B1 (en) Apparatus and method for maintaining object associations in an object oriented environment

Legal Events

Date Code Title Description
A201 Request for examination
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 19980616

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee