KR100450419B1 - A Method of the Multi-thread Client Liberary's Operating in Database System - Google Patents

A Method of the Multi-thread Client Liberary's Operating in Database System Download PDF

Info

Publication number
KR100450419B1
KR100450419B1 KR10-2002-0008393A KR20020008393A KR100450419B1 KR 100450419 B1 KR100450419 B1 KR 100450419B1 KR 20020008393 A KR20020008393 A KR 20020008393A KR 100450419 B1 KR100450419 B1 KR 100450419B1
Authority
KR
South Korea
Prior art keywords
client
thread
library
server
function
Prior art date
Application number
KR10-2002-0008393A
Other languages
Korean (ko)
Other versions
KR20030068779A (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 KR10-2002-0008393A priority Critical patent/KR100450419B1/en
Publication of KR20030068779A publication Critical patent/KR20030068779A/en
Application granted granted Critical
Publication of KR100450419B1 publication Critical patent/KR100450419B1/en

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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources

Abstract

본 발명은 클라이언트/서버로 동작하는 데이터베이스 시스템에서 클라이언트 프로세스가 다중 쓰레드로 동작하도록 하기 위한 클라이언트 라이브러리 동작방법에 관한 것이다. 이를 위해 본 발명은, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법에 있어서, 클라이언트 프로세스에서 클라이언트 라이브러리를 기능별로 다수개의 라이브러리 그룹으로 분류하고 상기 각 그룹을 기능별 함수로 분류하여 구성하는 제1단계; 상기 분류된 각 라이브러리 그룹 내의 각 함수가 하나의 클라이언트 프로세스내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받는 제2단계; 상기 할당된 쓰레드 특정 데이터 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할하는 제3단계; 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버로 메시지를 전송하는 제4단계; 상기 서버로부터 메시지를 전송 받아 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환하는 제5단계; 및 쓰레드 종료시 상기 할당된 쓰레드 특정 데이터 영역을 반환하는 제6단계를 포함한다.The present invention relates to a method of operating a client library for allowing a client process to operate in multiple threads in a database system operating as a client / server. To this end, the present invention operates in a multithreaded database system in a database system including a client / server process and in direct communication with the server process in each client process or in each thread within the client process and sharing a client library in multiple threads within the client process. A method for operating a client library, the method comprising: classifying a client library into a plurality of library groups for each function in a client process and classifying each group into a function for each function; A second step in which each function in each of the classified library groups is allocated a specific data area used by only one thread among a plurality of threads operating in one client process; Dividing the allocated thread specific data area into information used by a client library; A fourth step of recording necessary information in the divided thread specific data area and transmitting a message to a server; Receiving a message from the server, recording information necessary for the divided thread specific data area, and returning a result value to the client thread; And a sixth step of returning the allocated thread specific data area upon thread termination.

Description

데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법{A Method of the Multi-thread Client Liberary's Operating in Database System}A method of the multi-thread client client's operating in database system

본 발명은 데이터베이스 시스템에서의 클라이언트 라이브러리 동작에 관한 것으로서 보다 상세하게는, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 클라이언트 프로세스가 다중 쓰레드로 동작하도록 클라이언트 라이브러리를 효과적으로 분류하여 동작시킴으로써, 상기 데이터베이스 시스템에서의 클라이언트와 서버의 성능을 향상시키는, 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법 및 이를 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present invention relates to client library operation in a database system, and more particularly, includes client / server processes and communicates directly with the server process in the client process or in each thread within the client process and in the client in multiple threads within the client process. In a database system sharing a library, a method of operating a multi-threaded client library, which improves the performance of a client and a server in the database system by effectively classifying and operating the client library so that the client process operates in a multi-threaded manner. A computer readable recording medium having recorded thereon a program for realization.

일반적으로 클라이언트/서버로 동작하는 데이터베이스 시스템에서는 클라이언트 응용 프로그램내에서 질의를 처리하기 위하여 ESQL/C나 그와 유사한 형태의 클라이언트 응용 프로그램 인터페이스를 제공한다. 클라이언트 응용 프로그램은 서버가 동작하는 동일 머신 상에서 동작하는 로컬 클라이언트와 서버와 다른 머신에서 동작하는 리모트 클라이언트로 구분된다. 로컬 및 리모트 클라이언트 응용 프로그램에서는 서버 프로세스에 접근하기 위한 방법으로 ESQL/C로 작성된 프로그램을 사용 가능하며, 이 응용이 서버에게 질의 처리를 요청하기 위한 클라이언트 라이브러리를 사용한다.In general, a database system acting as a client / server provides an ESQL / C or similar client application program interface to process a query in a client application program. A client application is divided into a local client running on the same machine running the server and a remote client running on a different machine than the server. Local and remote client applications can use programs written in ESQL / C to access server processes. This application uses client libraries to request query processing from the server.

이와 관련된 선행특허로, '서버/클라이언트 관계 데이터베이스 관리 시스템에서 클라이언트와 서버간의 자료 전달 방법'(대한민국 특허출원 제1994-35466호)에는 클라이언트 라이브러리를 구성하는데 있어 질의 처리시에 사용된 데이터 유형에 따라 서버로 데이터를 전송하는 방법 및 서버에서 전달받은 데이터를 복원하는 방법을 차별화함으로써 서버와 클라이언트 사이에 효과적으로 데이터를 전달하는 방법에 대해 기술하였다.As a related patent, the method of transferring data between a client and a server in a server / client relationship database management system (Korean Patent Application No. 1994-35466) includes a client library according to the data type used when processing a query. The method of effectively transferring data between a server and a client by differentiating a method of transmitting data to a server and a method of restoring data received from a server has been described.

또한, '데이터베이스 관리 시스템의 대화형 질의어 관리방법'(대한민국 특허출원 제1996-49490호)에서는 교환기 시스템의 운용자용 단말기에서 분산 실시간 주기억장치 상주 데이터베이스에 접근하기 위한 대화형 질의어 관리 방법에 관한 것으로 사용자가 운용자용 단말기를 통하여 데이터를 입력하고 메뉴를 선택하는 사용자 편의 위주의 인터페이스 방식에 따라 교환기 운용 중에 교환기 데이터베이스에 접근하여 데이터를 검색 또는 변경할 수 있는 방법에 대해 기술하였다.In addition, 'Interactive Query Management Method of Database Management System' (Korean Patent Application No. 1996-49490) relates to an interactive query management method for accessing a distributed real-time main memory resident database from an operator terminal of an exchange system. This paper describes a method for accessing the exchange database and retrieving or changing data during the operation of an exchange according to a user-friendly interface method of inputting data and selecting a menu through an operator terminal.

한편, '교환기의 데이터베이스 매니지먼트 시스템의 질의어 처리 방법 및 장치'(대한민국 특허출원 제1998-21519호)에서는 교환기 시스템의 운용자가 DBMS에서 제공하는 운용자 질의 인터페이스를 통하여 DBMS의 유지 및 보수를 위한 각종 질의어를 교환기에 입력할 수 있는데, 이때 유사한 성질을 가지는 다수의 질의어를 프로그래밍하여 한번에 입력 및 처리할 수 있도록 하는 질의어 처리방법 및 장치에 대해 기술하였다.On the other hand, in the query processing method and apparatus of the database management system of the exchange (Korean Patent Application No. 1998-21519), the operator of the exchange system provides various queries for the maintenance and maintenance of the DBMS through the operator query interface provided by the DBMS. In this case, a query processing method and apparatus for programming and processing a plurality of queries having similar properties can be input and processed at once.

상술한 바와 같이 종래의 기술에서는 DBMS 클라이언트가 다중 프로세스로 동작하는 환경이었으며, 클라이언트 인터페이스를 사용자 편의 위주로 하며, 클라이언트와 서버의 데이터 전달 방법 및 유사한 질의어를 한꺼번에 전달하기 위한 방법에 관한 것이다.As described above, in the related art, the DBMS client has an environment in which multiple processes operate. The present invention relates to a method for delivering a client and a server, and a method for delivering a similar query word at the same time, with the client interface as a user convenience.

이러한 다중 프로세스 클라이언트 환경에서는 응용 프로그램 구동시 각 작업 단위마다 하나의 프로세스로 동작하였으므로 시스템 성능에 장애를 초래하였다. 또한, 이러한 프로세스간에 데이터를 공유하기 위해서는 프로세스간 통신(IPC;Inter-Process Communications) 방법을 사용함으로써 프로그램 작성이 어려웠고 응용 프로그램간의 성능 또한 저하되었다. 나아가, DBMS 클라이언트에서 유효하지 않은 상태의 질의를 서버에서 처리하도록 함으로써 서버 성능도 저하되는 문제점이 있었다.In such a multi-process client environment, each process unit runs as one process when running an application program, which causes a problem in system performance. In addition, the use of Inter-Process Communications (IPC) method for sharing data between these processes has made programming difficult and performance between applications decreased. Furthermore, there was a problem that the server performance is also degraded by having the server process queries in an invalid state in the DBMS client.

상술한 바와 같은 문제점을 해결하기 위한 본 발명의 목적은, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 DBMS에서, 클라이언트가 다중 프로세스 클라이언트 환경이나 다중 쓰레드 클라이언트 환경에 모두 동작할 수 있는 효율적인 다중 쓰레드 클라이언트 라이브러리 동작방법 및 이를 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 있다.An object of the present invention for solving the above problems is to include a client / server process and communicate directly with the server process in the client process or in each thread within the client process and share the client library in multiple threads within the client process. In this DBMS, an efficient method of operating a multi-threaded client library that enables a client to operate in a multi-process client environment or a multi-threaded client environment, and a computer-readable recording medium recording a program for realizing the same are provided.

도 1은 본 발명에 따른 다중 쓰레드로 동작하는 클라이언트 라이브러리 구성도의 일실시예이다.1 is an embodiment of a client library configuration diagram operating in a multi-threaded according to the present invention.

도 2는 본 발명에 따른 다중 쓰레드로 동작하는 클라이언트 라이브러리 함수의 동작 순서도이다.2 is a flowchart illustrating an operation of a client library function operating in multiple threads according to the present invention.

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

100 : 다중쓰레드 클라이언트 라이브러리100: multithreaded client library

101 : 데이터 정의 언어 관련 라이브러리101: data definition language related libraries

102 : 데이터 조작 언어 관련 라이브러리102: Data Manipulation Language Related Library

103 : 시스템 정보 및 에러 처리 관련 라이브러리103: Library related to system information and error handling

상술한 목적을 달성하기 위한 본 발명은, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법에 있어서, 클라이언트 프로세스에서 클라이언트 라이브러리를 기능별로 다수개의 라이브러리 그룹으로 분류하고 상기 각 그룹을 기능별 함수로 분류하여 구성하는 제1단계; 상기 분류된 각 라이브러리 그룹 내의 각 함수가 하나의 클라이언트 프로세스내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받는 제2단계; 상기 할당된 쓰레드 특정 데이터 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할하는 제3단계; 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버로 메시지를 전송하는 제4단계; 상기 서버로부터 메시지를 전송 받아 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환하는 제5단계; 및 쓰레드 종료시 상기 할당된 쓰레드 특정 데이터 영역을 반환하는 제6단계를 포함한다.The present invention for achieving the above object, in a database system including a client / server process and in direct communication with the server process in each of the client process or each thread within the client process and sharing a client library in multiple threads within the client process A method for operating a client library operating in a multi-threaded method, the method comprising: classifying a client library into a plurality of library groups for each function in a client process and classifying each group into a function for each function; A second step in which each function in each of the classified library groups is allocated a specific data area used by only one thread among a plurality of threads operating in one client process; Dividing the allocated thread specific data area into information used by a client library; A fourth step of recording necessary information in the divided thread specific data area and transmitting a message to a server; Receiving a message from the server, recording information necessary for the divided thread specific data area, and returning a result value to the client thread; And a sixth step of returning the allocated thread specific data area upon thread termination.

또한, 상기 목적을 달성하기 위한 본 발명은, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 클라이언트 프로세스에서 클라이언트 라이브러리를 기능별로 다수개의 라이브러리 그룹으로 분류하고 상기 각 그룹을 기능별 함수로 분류하여 구성하는 제1기능; 상기 분류된 각 라이브러리 그룹 내의 각 함수가 하나의 클라이언트 프로세스내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받는 제2기능; 상기 할당된 쓰레드 특정 데이터 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할하는 제3기능; 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버로 메시지를 전송하는 제4기능; 상기 서버로부터 메시지를 전송 받아 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환하는 제5기능; 및 쓰레드 종료시 상기 할당된 쓰레드 특정 데이터 영역을 반환하는 제6기능을 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.In addition, the present invention for achieving the above object, a database system including a client / server process and directly communicating with the server process in each of the client process or each thread within the client process and sharing a client library in multiple threads within the client process In the client process, a first function of classifying a client library into a plurality of library groups for each function and classifying each group into a function for each function; A second function in which each function in each of the categorized library groups is allocated a specific data area used by only one thread among a plurality of threads operating in one client process; A third function of dividing the allocated thread specific data area into information used by a client library; A fourth function of transmitting information to a server after recording necessary information in the divided thread specific data area; A fifth function of receiving a message from the server, recording necessary information in the divided thread specific data area, and returning a result value to the client thread; And a computer-readable recording medium having recorded thereon a program for executing a sixth function of returning the allocated thread specific data area upon thread termination.

본 발명은, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 다중 쓰레드로 동작하는 클라이언트 라이브러리의 효과적인 동작방법에 관한 것으로서, 클라이언트 프로세스에서 클라이언트 라이브러리를 각 기능별로 다수개의 그룹으로 분류하고 상기 각 그룹을 다수개의 기능 함수로 분류한 후, 상기 각 그룹내의 각 함수에서 각각의 쓰레드별로 특정 데이터 영역을 할당하고 상기 영역에 데이터베이스 시스템 클라이언트로 동작하기 위한 정보를 유지하여 클라이언트 프로세스가 다중 쓰레드로 동작하도록 하며, 상기 쓰레드 내에 유지하고 있는 정보의 유효성을 판별하여 데이터베이스 서버에 질의 처리를 요청할 것인가를 결정함으로써 데이터베이스 시스템 클라이언트와 서버의 성능을 향상시키기 위한 것이다.The invention is a multithreaded client in a database system including a client / server process and in direct communication with the server process in each client process or in each thread within the client process and sharing a client library in multiple threads within the client process. A method for effectively operating a library, comprising: classifying a client library into a plurality of groups for each function in the client process, classifying each group into a plurality of function functions, and then specifying specific data for each thread in each function in the group. Allocate a realm and maintain information in the realm to act as a database system client, allowing the client process to run in multiple threads, and maintain it within the thread. The purpose of this study is to improve the performance of the database system client and server by determining the validity of the existing information and by deciding whether to request query processing from the database server.

이하, 본 발명의 바람직한 일실시예를 첨부된 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, with reference to the accompanying drawings a preferred embodiment of the present invention will be described in detail the present invention.

도 1은 본 발명에 따른 하나의 클라이언트 프로세스가 다중 쓰레드로 동작하기 위한 클라이언트 라이브러리 구성도의 일실시예이다. 도 1에 도시된 바와 같이, 다중 쓰레드로 동작하는 클라이언트 라이브러리(100)를 각 기능별로 다수개의 라이브러리 그룹으로 분류한다. 도 1에서는 그 일실시예로 상기 다중 쓰레드 클라이언트 라이브러리(100)를 기능별로 3개의 라이브러리 그룹(101,102,103)으로 분류한 것을 도시한다. 즉, 도 1에 도시된 바와 같이 본 발명에 따른 다중 쓰레드로 동작하는 클라이언트 라이브러리(100)는 데이터 정의 언어(DDL;Data Definition Language)와 관련된 라이브러리(101), 데이터 조작 언어(DML;Data Manipulation Language)와 관련된 라이브러리(102), 기타 시스템 정보 및 에러 처리와 관련된 라이브러리(103)로 구성된다.1 is an embodiment of a client library diagram for one client process operating in multiple threads according to the present invention. As shown in FIG. 1, the client library 100 operating in multiple threads is classified into a plurality of library groups for each function. FIG. 1 illustrates that the multi-threaded client library 100 is classified into three library groups 101, 102, and 103 by function. That is, as shown in FIG. 1, the client library 100 operating as a multi-thread according to the present invention includes a library 101 associated with a data definition language (DDL) and a data manipulation language (DML). ), A library 102 associated with the system, and a library 103 related to other system information and error handling.

상기 각각의 라이브러리 그룹(101,102,103)은 다수개의 기능 함수들로 구성된다. 즉, 상기 데이터 정의 언어 관련 라이브러리(101)는 쓰레드 특정 데이터 영역 할당/해제부(104), 연결 설정/해제부(105), 트랜잭션 시작/완료/철회부(106),클래스 생성/삭제부(107), 인덱스 생성/삭제부(108), 사용자 정의 타입 생성/삭제부(109) 등의 함수로 구성되며, 상기 데이터 조작 언어 관련 라이브러리(102)는 커서 개방/폐쇄부(110), 레코드 삽입/삭제/갱신/검색부(111), 현 커서 위치에서 레코드 갱신/삭제부(112) 등의 함수로 구성된다.Each library group 101, 102, 103 is composed of a plurality of functional functions. That is, the data definition language related library 101 includes a thread specific data area allocation / release unit 104, a connection establishment / release unit 105, a transaction start / completion / cancellation unit 106, and a class generation / deletion unit ( 107), an index generation / deletion unit 108, a user-defined type generation / deletion unit 109, and the like, and the data manipulation language library 102 includes a cursor opening / closing unit 110 and a record insertion unit. / Delete / update / search unit 111, and record update / delete unit 112 at the current cursor position.

상기와 같은 다중 쓰레드로 동작하기 위해 클라이언트 라이브러리의 각 함수들이 어떠한 방식으로 동작하는지를 설명하도록 한다.This section describes how each function in the client library works to operate as a multi-threaded program.

상기 분류된 각 그룹(101,102,103) 내의 각 함수들은 하나의 클라이언트 프로세스 내에서 동작하는 여러 쓰레드들 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받게 된다. 이때, 상기 하나의 프로세스 내의 여러 쓰레드가 접근하기 위해 해당 쓰레드의 키값을 생성하여 상기 쓰레드 특정 데이터 영역과 상기 생성한 키값을 연관시킨다. 상기 할당된 쓰레드 특정 데이터 영역을 상기 클라이언트 라이브러리(100)에서 사용하는 정보로 분할한다. 상기 정보는 상기 쓰레드 특정 데이터 영역을 데이터베이스 시스템 서버와 통신을 위해 필요한 환경정보, 상기 서버와 메시지를 주고 받기 위해 필요한 정보이다. 즉, 상기 서버와의 연결 상태를 나타내는 연결 설정 정보, 현재 클라이언트의 쓰레드 내에서 수행중인 트랜잭션 정보, 하나의 트랜잭션 내에서 수행중인 커서 정보, 서버에 보내는 SQL 스트링을 저장하기 위한 버퍼 정보 등이다.Each function in each of the categorized groups 101, 102, and 103 is allocated a specific data area that is used only by one of several threads operating in one client process. At this time, in order for several threads in the process to access, a key value of a corresponding thread is generated to associate the generated thread value with the thread specific data area. The allocated thread specific data area is divided into information used by the client library 100. The information is environment information for communicating the thread specific data area with a database system server, and information necessary for exchanging a message with the server. That is, connection setting information indicating a connection state with the server, transaction information currently executing in a thread of a client, cursor information executing in one transaction, buffer information for storing an SQL string to be sent to the server, and the like.

이와 같이 클라이언트 프로세스는 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버로 메시지를 전송한다. 여기서, 상기 클라이언트 프로세스와 서버 프로세스튼 직접 통신을 수행한다. 이어, 상기 서버로부터 메시지를 전송받으면 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환한다. 이와 같이 쓰레드가 종료될때 상기 할당된 쓰레드 특정 데이터 영역을 반환하게 된다.As such, the client process writes the necessary information in the partitioned thread-specific data area and sends a message to the server. Herein, the client process and the server process directly communicate. Subsequently, upon receiving a message from the server, information necessary for the partitioned thread specific data area is recorded and the result is returned to the client thread. Thus, when the thread terminates, the allocated thread specific data area is returned.

이와 같이 각 그룹내의 각 함수에서 각각의 쓰레드별로 특정 데이터 영역을 할당하고 그 영역에 DBMS 클라이언트로 동작하기 위한 정보를 유지하여 클라이언트 프로세스가 다중 쓰레드로 동작하도록 하며, 각 쓰레드내에 유지하고 있는 정보의 유효성을 판별하게 된다.In this way, each function in each group allocates a specific data area for each thread and maintains information for operating as a DBMS client in that area so that the client process can operate as multiple threads, and the validity of the information maintained in each thread. Will be determined.

이하, 도 2를 참조하여 상기와 같이 구성된 다중 쓰레드로 동작하는 클라이언트 라이브러리의 각 함수들의 동작을 보다 구체적으로 설명한다.Hereinafter, with reference to Figure 2 will be described in more detail the operation of each function of the client library operating in a multi-threaded configuration as described above.

도 2는 본 발명에 따른 다중 쓰레드로 동작하는 클라이언트 라이브러리의 동작 순서도로서, 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 하나의 클라이언트 프로세스가 다중 쓰레드로 동작하기 위한 클라이언트 라이브러리를 구성하는 과정을 나타낸다. 본 발명에서는 다중 쓰레드로 동작하는 클라이언트 라이브러리가 수행을 위하여 필요한 모든 정보를 쓰레드 특정 데이터 영역에 유지한다. 따라서 도 2에 도시된 바와 같이 클라이언트 라이브러리가 호출되면(S200) 해당 라이브러리 수행에 필요한 정보를 획득하기 위하여 해당 쓰레드의 특정 데이터 영역에 접근한다(S201). 상기 해당 영역의 할당 여부를 조사하여 특정 테이터 영역이 할당되어 있는지 판단한다(S202). 상기 단계(S202)의 판단결과 상기 해당 영역이 할당되어 있지 않은 경우에는 상기 해당 영역을 할당하고(S203) 상기 할당된 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할 및 초기화하여 사용한다(S204). 이때, 상기 단계(S203)에서의 영역 할당은, 하나의 클라이언트 프로세스 내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당한다.2 is an operational flow diagram of a client library operating in multiple threads in accordance with the present invention, comprising a client / server process and communicating directly with the server process in the client process or in each thread within the client process and in multiple threads within the client process. In a database system sharing a client library, the process of constructing a client library for a single threaded process for multiple threads is described. In the present invention, a multi-threaded client library maintains all information necessary for execution in a thread-specific data area. Therefore, as shown in FIG. 2, when the client library is called (S200), the specific data area of the corresponding thread is accessed (S201) in order to obtain information necessary for executing the library. It is determined whether a specific data area is allocated by checking whether the corresponding area is allocated (S202). If the corresponding area is not allocated as a result of the determination in step S202, the corresponding area is allocated (S203), and the allocated area is divided and initialized into information used by the client library (S204). In this case, the area allocation in the step S203 allocates a specific data area used only by one thread among a plurality of threads operating in one client process.

그러나, 상기 단계(S202)의 판단결과 이미 할당되어 있는 경우 상기 할당된 영역을 그대로 사용하여 상기 접근한 쓰레드 특정 데이터 영역의 연결 설정 정보, 트랜잭션 관련 정보, 커서 관련 정보 등의 상기 특정 데이터 영역의 정보가 유효한지를 판단한다(S205). 상기 단계(S205)의 판단결과 상기 특정 데이터 영역의 정보가 유효하지 않은 것으로 판단되면 상기 쓰레드 특정 데이터 영역의 관련 정보를 초기화하고(S206) 관련 에러를 반환한다(S207). 반대로, 상기 단계(S205)의 판단결과 상기 특정 데이터 영역의 정보가 유효한 것으로 판단되면, DBMS 서버로 클라이언트 라이브러리에서 필요한 질의를 전송하고 그 결과를 수신한다(S208). 상기 과정이 정상적으로 수행되었는지 검사하여(S209), 상기 과정이 비정상적으로 수행되었을 경우 상기 쓰레드 특정 데이터 영역의 관련 정보를 초기화하고(S206) 관련 에러를 반환한다(S207).However, when the determination result of the step (S202) has already been allocated, the information of the specific data area such as connection setting information, transaction related information, cursor related information, etc. of the accessed thread specific data area using the allocated area as it is. It is determined whether is valid (S205). If it is determined in step S205 that the information of the specific data area is invalid, the related information of the thread specific data area is initialized (S206) and a related error is returned (S207). On the contrary, if it is determined in step S205 that the information of the specific data area is valid, a necessary query is transmitted from the client library to the DBMS server and the result is received (S208). If the process is performed normally (S209), if the process is abnormally performed, the relevant information of the thread specific data area is initialized (S206) and a related error is returned (S207).

그러나, 상기 단계(S209)의 검사결과 상기 과정이 정상적으로 수행되었을 경우는, 서버로부터 전송 받은 질의 처리 결과가 연결 설정 정보에 대한 오류인지를 검사한다(S210). 상기 단계(S210)의 검사결과 상기 서버로부터 전송된 상기 질의 처리 결과가 연결 설정 정보에 대한 오류인 경우 상기 쓰레드 특정 데이터 영역의 관련 정보를 초기화하고(S206) 관련 에러를 반환한다(S207). 그러나, 상기 단계(S210)의 검사결과 상기 연결 설정 정보에 대한 오류가 아닌 경우에는 관련 특정 데이터 영역의 관련 정보를 상기 서버로부터 전송 받은 정보로 지정하고 그 결과를 반환한다(S211). 여기서, 상기 서버로부터 연결 설정에 대한 오류 메시지가 반환되는 경우는 연결 설정 정보, 트랜잭션 정보, 커서 정보 등을 초기화하고 상기 클라이언트 쓰레드에 오류를 반환함으로써 추후에 연결 설정을 시도하는 클라이언트 라이브러리 이외의 클라이언트 라이브러리 호출시 더 이상 정상적으로 수행하지 않도록 한다.However, when the check result of the step (S209) is performed normally, it is checked whether the query processing result received from the server is an error for the connection setting information (S210). As a result of the check in step S210, when the query processing result transmitted from the server is an error about connection setting information, the related information of the thread specific data area is initialized (S206) and a related error is returned (S207). However, if the result of the check in step S210 is not an error in the connection setting information, the relevant information of the relevant specific data area is designated as the information received from the server and the result is returned (S211). In this case, when an error message about connection establishment is returned from the server, a client library other than the client library which attempts to establish a connection later by initializing connection establishment information, transaction information, cursor information, etc. and returning an error to the client thread. Do not execute normally when calling.

상술한 바와 같이 클라이언트 프로세스가 다중 쓰레드로 동작하도록 하며 쓰레드 내에 유지하고 있는 정보의 유효성을 판별하여 DBMS 서버의 질의 처리를 요청할 것인가를 결정함으로써 DBMS 클라이언트와 서버의 성능을 향상시킬 수 있다.As described above, it is possible to improve the performance of the DBMS client and server by determining whether to request the DBMS server query processing by determining the validity of information held in the thread by allowing the client process to operate in multiple threads.

상술한 본 발명은 하기와 같은 효과를 가진다.The present invention described above has the following effects.

첫째, 다중 쓰레드 클라이언트로 동작하는 환경에서는 쓰레드의 실행 크기와 실행 속도가 다중 프로세스 클라이언트 환경에서 동작하는 프로세스의 실행 크기와 실행 속도 보다 작고 빠르기 때문에 다중 프로세스 클라이언트 환경에 비해 응용 프로그램에 대한 시스템의 오버헤드를 줄인다.First, in an environment running as a multi-threaded client, the overhead of the system for an application compared to a multi-process client environment is because the thread's execution size and execution speed are smaller and faster than the process size and execution speed of a process running in a multiprocess client environment. Reduce

둘째, 기존 다중 프로세스 클라이언트 환경에서는 프로세스 사이의 자원을 공유하기 위한 방법으로 프로세스간 통신(Inter-Process Communications, IPC) 방법을 사용하였으나 다중 쓰레드 클라이언트 환경에서는 이러한 IPC 방법을 사용할 필요가 없으므로 응용 프로그램 작성이 용이하다.Second, in the existing multi-process client environment, inter-process communication (IPC) method was used as a method for sharing resources between processes, but in a multi-threaded client environment, the application writing is not necessary. It is easy.

셋째, 다중 쓰레드 클라이언트 라이브러리내에 각각의 쓰레드가 유지하고 있는 연결 설정 정보, 트랜잭션 정보, 커서 정보 등을 이용하여 쓰레드 유지 정보 오류시 DBMS 서버로 메시지를 전송하여 DBMS 서버로부터 메시지 처리 결과를 기다리지 않음으로써 클라이언트에 빠른 응답시간을 제공한다.Third, the client does not wait for the message processing result from the DBMS server by sending a message to the DBMS server in case of thread maintenance information error by using connection setting information, transaction information, and cursor information maintained by each thread in the multi-threaded client library. Provides quick response time

넷째, 다중 쓰레드 클라이언트 라이브러리에서 유효하지 않은 메시지를 DBMS 서버에 전송하여 메시지 처리를 요구하지 않음으로써 DBMS 서버에 대한 부담을 줄인다.Fourth, multi-threaded client libraries reduce the burden on the DBMS server by not sending messages that are not valid to the DBMS server.

다섯째, 위와 같이 클라이언트는 다중 쓰레드로 동작하면서 빠른 응답 시간을 제공하고, 서버에 대한 부담을 줄임으로써 DBMS 클라이언트와 서버 전체 시스템의 성능을 향상시킨다.Fifth, as above, the client operates in multiple threads, providing fast response time, and reducing the burden on the server, thereby improving the performance of the DBMS client and the entire server system.

Claims (8)

클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서, 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법에 있어서,In a database system including a client / server process and communicating directly with the server process in each thread within the client process or in the client process and sharing the client library in multiple threads in the client process, In 클라이언트 프로세스에서 클라이언트 라이브러리를 기능별로 다수개의 라이브러리 그룹으로 분류하고 상기 각 그룹을 기능별 함수로 분류하여 구성하는 제1단계;A first step of classifying a client library into a plurality of library groups for each function in the client process and classifying each group into a function for each function; 상기 분류된 각 라이브러리 그룹 내의 각 함수가 하나의 클라이언트 프로세스내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받는 제2단계;A second step in which each function in each of the classified library groups is allocated a specific data area used by only one thread among a plurality of threads operating in one client process; 상기 할당된 쓰레드 특정 데이터 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할하는 제3단계;Dividing the allocated thread specific data area into information used by a client library; 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버 프로세스로 메시지를 전송하는 제4 단계;A fourth step of recording necessary information in the divided thread specific data area and transmitting a message to a server process; 상기 서버 프로세스로부터 메시지를 전송 받아 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환하는 제5단계; 및Receiving a message from the server process, recording necessary information in the divided thread specific data area, and returning a result value to the client thread; And 쓰레드 종료시 상기 할당된 쓰레드 특정 데이터 영역을 반환하는 제6단계를 포함하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.And a sixth step of returning the allocated thread specific data area when the thread terminates. 제 1 항에 있어서, 상기 제1 단계는,The method of claim 1, wherein the first step, 상기 클라이언트 라이브러리는 데이터 정의 언어 관련 라이브러리, 데이터 조작 언어 관련 라이브러리 및 시스템 정보나 에러 처리 관련 라이브러리로 분류하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.And the client library is classified into a data definition language related library, a data manipulation language related library, and a system information or error handling related library. 제 2항에 있어서,The method of claim 2, 상기 데이터 정의 언어 관련 라이브러리를 쓰레드 특정 데이터 영역 할당/해제, 연결 설정/해제, 트랜잭션 시작/완료/철회, 클래스 생성/삭제, 인덱스 생성/삭제, 사용자 정의 타입 생성/삭제의 함수로 분류하고 상기 데이터 조작 언어 관련 라이브러리를 커서 개방/폐쇄, 레코드 삽입/삭제/갱신/검색, 현 커서 위치에서 레코드 갱신/삭제의 함수로 분류하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.The data definition language related library is classified into functions of allocating / releasing a thread specific data area, establishing / releasing a connection, starting / complete / retracting a transaction, creating / deleting a class, creating / deleting an index, and creating / deleting a user-defined type. A method for operating a client library operating in a multi-threaded database system characterized by classifying a language library as a function of opening / closing a cursor, inserting / deleting / updating / searching a record, and updating / deleting a record at the current cursor position. 제 1항에 있어서, 상기 제2 단계는,The method of claim 1, wherein the second step, 하나의 프로세스 내의 여러 쓰레드가 접근하기 위해 해당 쓰레드의 키값을 생성하여 상기 할당된 쓰레드 특정 데이터 영역과 연관시켜 하나의 프로세스 내의 다수의 쓰레드가 접근하도록 하는 단계를 더 포함하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.In the database system, the method further comprises generating a key value of the thread for access by several threads in one process and associating with the allocated thread specific data area to allow multiple threads in one process to access. How a client library works with multiple threads. 제 1 항에 있어서,The method of claim 1, 상기 제3 단계의 정보는 상기 쓰레드 특정 데이터 영역을 서버와 통신을 위해 필요한 클라이언트 환경정보 및 상기 서버와 메시지를 주고 받기 위해 필요한 정보인 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.The information in the third step is client environment information for communicating the thread specific data area with a server and information required for exchanging a message with the server. . 제 1항에 있어서, 상기 제4 단계는,The method of claim 1, wherein the fourth step, 상기 서버로 메시지를 보내기 전에 연결설정 정보, 트랜잭션 정보, 커서 정보의 유효여부를 검사하는 단계;Checking whether connection setting information, transaction information, and cursor information are valid before sending a message to the server; 상기 정보들이 유효하지 않으면 상기 서버로 메시지를 전송하지 않고 클라이언트 쓰레드에 오류를 반환하는 단계; 및If the information is invalid, return an error to a client thread without sending a message to the server; And 상기 메시지 전송이나 기타 시스템 함수 호출시 오류가 발생시 상기 서버로 메시지를 전송하지 않고 상기 정보들을 초기화하여 상기 클라이언트 쓰레드에 오류를 반환하는 단계를 추가로 포함하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.In case of an error in the message transmission or other system function call, the method further comprises the step of initializing the information and returning an error to the client thread without transmitting a message to the server. How client libraries work 제 1항에 있어서, 상기 제5 단계는,The method of claim 1, wherein the fifth step is 상기 서버로부터 연결 설정에 대한 오류 반환시 연결 설정 정보, 트랜잭션 정보, 커서 정보를 초기화하여 상기 클라이언트 쓰레드에 오류를 반환하는 단계를 추가로 포함하는 것을 특징으로 하는 데이터베이스 시스템에서 다중 쓰레드로 동작하는 클라이언트 라이브러리 동작방법.And returning an error to the client thread by initializing connection setting information, transaction information, and cursor information upon returning an error about the connection setting from the server. How it works. 클라이언트/서버 프로세스를 포함하며 상기 클라이언트 프로세스 또는 클라이언트 프로세스 내의 각 쓰레드에서 상기 서버 프로세스와 직접 통신하고 상기 클라이언트 프로세스 내의 다중 쓰레드에서 클라이언트 라이브러리를 공유하는 데이터베이스 시스템에서,In a database system that includes a client / server process and communicates directly with the server process in the client process or in each thread within the client process and shares the client library in multiple threads within the client process, 클라이언트 프로세스에서 클라이언트 라이브러리를 기능별로 다수개의 라이브러리 그룹으로 분류하고 상기 각 그룹을 기능별 함수로 분류하여 구성하는 제1 기능;A first function of classifying a client library into a plurality of library groups for each function in the client process and classifying each group into a function for each function; 상기 분류된 각 라이브러리 그룹 내의 각 함수가 하나의 클라이언트 프로세스내에서 동작하는 다수의 쓰레드 중 하나의 쓰레드만이 사용하는 특정 데이터 영역을 할당받는 제2 기능;A second function in which each function in each of the classified library groups is allocated a specific data area used only by one of a plurality of threads operating in one client process; 상기 할당된 쓰레드 특정 데이터 영역을 클라이언트 라이브러리에서 사용하는 정보로 분할하는 제3 기능;A third function of dividing the allocated thread specific data area into information used by a client library; 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록한 후 서버 프로세스로 메시지를 전송하는 제4 기능;A fourth function of recording necessary information in the divided thread specific data area and then transmitting a message to a server process; 상기 서버 프로세스로부터 메시지를 전송 받아 상기 분할된 쓰레드 특정 데이터 영역에 필요한 정보를 기록하고 그 결과값을 클라이언트 쓰레드에 반환하는 제5 기능; 및A fifth function of receiving a message from the server process and recording necessary information in the divided thread specific data area and returning a result value to a client thread; And 쓰레드 종료시 상기 할당된 쓰레드 특정 데이터 영역을 반환하는 제6 기능;A sixth function of returning the allocated thread specific data area upon thread termination; 을 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for executing the program.
KR10-2002-0008393A 2002-02-18 2002-02-18 A Method of the Multi-thread Client Liberary's Operating in Database System KR100450419B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2002-0008393A KR100450419B1 (en) 2002-02-18 2002-02-18 A Method of the Multi-thread Client Liberary's Operating in Database System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2002-0008393A KR100450419B1 (en) 2002-02-18 2002-02-18 A Method of the Multi-thread Client Liberary's Operating in Database System

Publications (2)

Publication Number Publication Date
KR20030068779A KR20030068779A (en) 2003-08-25
KR100450419B1 true KR100450419B1 (en) 2004-09-30

Family

ID=32221617

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2002-0008393A KR100450419B1 (en) 2002-02-18 2002-02-18 A Method of the Multi-thread Client Liberary's Operating in Database System

Country Status (1)

Country Link
KR (1) KR100450419B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107153653B (en) * 2016-03-03 2020-06-26 阿里巴巴集团控股有限公司 Database and table polling access method and device
KR101852610B1 (en) * 2017-11-16 2018-04-27 (주)시큐레이어 Method for using resources using ai learning based realtime analyzing system and managemnet server using the same

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5481705A (en) * 1992-06-29 1996-01-02 Canon Kabushiki Kaisha Method for executing a program with branch-to modifying instructions
JPH1115684A (en) * 1997-06-26 1999-01-22 Hitachi Ltd Driver processing method
KR20000045106A (en) * 1998-12-30 2000-07-15 이계철 Communicating method between multiple access client and single access server
US6119145A (en) * 1997-02-28 2000-09-12 Oracle Corporation Multithreaded client application storing a separate context for each transaction thus allowing threads to resume transactions started by other client threads
US6192389B1 (en) * 1997-03-28 2001-02-20 International Business Machines Corporation Method and apparatus for transferring file descriptors in a multiprocess, multithreaded client/server system
JP2001229035A (en) * 2000-02-16 2001-08-24 Oki Electric Ind Co Ltd Processing system and processing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5481705A (en) * 1992-06-29 1996-01-02 Canon Kabushiki Kaisha Method for executing a program with branch-to modifying instructions
US6119145A (en) * 1997-02-28 2000-09-12 Oracle Corporation Multithreaded client application storing a separate context for each transaction thus allowing threads to resume transactions started by other client threads
US6192389B1 (en) * 1997-03-28 2001-02-20 International Business Machines Corporation Method and apparatus for transferring file descriptors in a multiprocess, multithreaded client/server system
JPH1115684A (en) * 1997-06-26 1999-01-22 Hitachi Ltd Driver processing method
KR20000045106A (en) * 1998-12-30 2000-07-15 이계철 Communicating method between multiple access client and single access server
JP2001229035A (en) * 2000-02-16 2001-08-24 Oki Electric Ind Co Ltd Processing system and processing method

Also Published As

Publication number Publication date
KR20030068779A (en) 2003-08-25

Similar Documents

Publication Publication Date Title
CN107247808B (en) Distributed NewSQL database system and picture data query method
US11593337B2 (en) Data processing method, device, and a storage medium
JP4301937B2 (en) Read consistently in a distributed database environment
US8799213B2 (en) Combining capture and apply in a distributed information sharing system
JP4612710B2 (en) Transaction parallel control method, database management system, and program
US6078955A (en) Method for controlling a computer system including a plurality of computers and a network processed as a user resource
US6466965B1 (en) Centralized affinity maintenance in a workload managed client/server data processing system
KR101634403B1 (en) Approaches to reducing lock communications in a shared disk database system
KR20210092689A (en) Method and apparatus for traversing graph database
US11775527B2 (en) Storing derived summaries on persistent memory of a storage device
US7908268B2 (en) Predictive database pool preparation
US7962922B2 (en) Delivering callbacks into secure application areas
US20170337197A1 (en) Rule management system and method
KR100450419B1 (en) A Method of the Multi-thread Client Liberary's Operating in Database System
US5784623A (en) Using a parent latch that covers a plurality of child latches to track the progress of a process attempting to acquire resources
US20080313623A1 (en) Changing metadata without invalidating cursors
CN113138859A (en) General data storage method based on shared memory pool
CN110868365B (en) Communication method and communication system
US7120776B2 (en) Method and apparatus for efficient runtime memory access in a database
US8291377B2 (en) External configuration of processing content for script
CN111949601B (en) Data storage method and device and computer storage medium
US10719425B2 (en) Happens-before-based dynamic concurrency analysis for actor-based programs
CN113051244A (en) Data access method and device, and data acquisition method and device
CN110019113B (en) Database service processing method and database server
KR102125791B1 (en) Method and apparatus for managing network session in multi-core environment

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
J201 Request for trial against refusal decision
AMND Amendment
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20080905

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee