KR100258067B1 - An implementation method of administration commands to establish execution environment in host dbms simulator - Google Patents

An implementation method of administration commands to establish execution environment in host dbms simulator Download PDF

Info

Publication number
KR100258067B1
KR100258067B1 KR1019970071653A KR19970071653A KR100258067B1 KR 100258067 B1 KR100258067 B1 KR 100258067B1 KR 1019970071653 A KR1019970071653 A KR 1019970071653A KR 19970071653 A KR19970071653 A KR 19970071653A KR 100258067 B1 KR100258067 B1 KR 100258067B1
Authority
KR
South Korea
Prior art keywords
pld
server
hdb
hds
user
Prior art date
Application number
KR1019970071653A
Other languages
Korean (ko)
Other versions
KR19990052204A (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 KR1019970071653A priority Critical patent/KR100258067B1/en
Publication of KR19990052204A publication Critical patent/KR19990052204A/en
Application granted granted Critical
Publication of KR100258067B1 publication Critical patent/KR100258067B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/08Protocols specially adapted for terminal emulation, e.g. Telnet
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE: A method for embodying an operation control instruction in order to set up a performance environment in a host DBMS(Database Management System) system is provided to increase a reliability of a simulation by testing an exchange application software on a host system directly through a simulator. CONSTITUTION: When an operation control instruction is a hdb_connect, an HDS(Host DBMS Simulator) server decides whether the HDS server executes the hdb_connect or not(S9-2). When the hdb_connect is a non-executed instruction, the HDS server loads a PLD(Processor Load Data)(S9-3). At this time, the hdb_connect is for registering the PLD at the HDS server. The HDS server controls that a user uses the PLD by forming a link between the loaded PLD and the user(S9-4). Meanwhile, when the operation control instruction is an hdb_disconnect(S9-5), the HDS server discriminates whether the PLD is used or not by searching an existing PLD table. At this time, the hdb_disconnect is for stopping a usage of the PLD. If the PLD is used, the HDS server unloads the PLD(S9-6), and removes the link(S9-7). And, when the operation control instruction is an hdb_joint(S9-8), the HDS server checks a usage of an existing PLD(S9-9), and controls that all users use the PLD by connecting a link to the PLD to be in use(S9-10). At this time, the hdb_joint is for allowing a sharing of the PLD. When the operation control instruction is an hdb_disjoint(S9-11), the HDS server releases the sharing of the PLD(S9-12).

Description

호스트 디비엠에스시스템에서 수행 환경을 설정하기 위한 운용 제어 명령어 구현 방법How to Implement Operation Control Commands to Set Execution Environment in Host DMS System

본 발명은 호스트 DBMS시스템에서 수행 환경을 설정하기 위한 운용 제어 명령어 구현 방법에 관한 것으로, 특히 호스트 시스템을 사용하는 사용자가 자신의 호스트 시스템에서 CHILL/C로 작성된 교환기 응용프로그램을 교환기의 실행 환경과 유사한 시험 환경하에서 시험할 수 있도록 돕는, 호스트 DBMS시험기의 운용 제어 환경을 설정하기 위한 운용 제어 명령어의 구성과 그 구현 방안을 밝히도록 하는 호스트 DBMS시스템에서 수행 환경을 설정하기 위한 운용 제어 명령어 구현 방법에 관한 것이다.The present invention relates to a method for implementing operational control commands for setting an execution environment in a host DBMS system. In particular, a user who uses the host system may change a switch application written in CHILL / C in his host system, similar to that of an exchange. A method of implementing operational control commands for setting up an execution environment in a host DBMS system for identifying the configuration of the operational control commands for setting up an operational control environment of a host DBMS tester and helping to test the test environment. will be.

일반적으로, 교환기 프로그램은 사용자가 자신의 호스트 시스템을 이용하여 응용 프로그램을 작성한 후 그 실행 파일을 교환기에 로딩하여 수행하도록 되어 있다. 그러나 교환기는 개발된 응용 프로그램에 대하여 다양한 시험을 할 수 없는 제약을 가지고 있다. 이러한 문제점을 해결하기 위하여 개발된 시스템이 호스트 DBMS 시험기(HDS, Host DBMS Simulator)이다.In general, an exchange program is designed to allow a user to create an application program using his or her host system, and then load the executable file into the exchange. However, the exchange has the limitation that it cannot test various things about the developed application. The system developed to solve this problem is a host DBMS tester (HDS, Host DBMS Simulator).

1989년 한국전자통신연구원(ETRI)에서 최초의 호스트 DBMS를 개발하였다. 그리고 이름을 호스트 DBMS라고 하였다. 이는 라이브러리 형식으로 존재하였다. 이를 사용하기 위해서는 응용 프로그램을 컴파일할 때, 종래의 호스트 DBMS를 링크하여 단일화된 실행 파일을 만들어 실행 시켰다. 그러나 이러한 단일화된 실행 파일은 어느 일정한 시간에 자신의 기능을 시험할 수는 있으나 다중의 실행 파일을 동시에 실행할 수 없는 제약을 가지므로 다양한 시험을 할 수 없었다.In 1989, Korea Electronics and Telecommunications Research Institute (ETRI) developed the first host DBMS. The name is called host DBMS. It was in library format. In order to use this, when compiling an application program, the existing host DBMS is linked to create a single executable file and executed. However, these unified executables can test their function at any given time, but they cannot be tested because they have the limitation of not being able to execute multiple executables at the same time.

본 발명의 목적은 호스트 시스템을 사용하는 사용자가 자신의 호스트 시스템에서 CHILL/C로 작성된 교환기 응용프로그램을 교환기의 실행 환경과 유사한 시험 환경하에서 시험할 수 있도록 돕는, 호스트 DBMS시험기의 운용 제어 환경을 설정하기 위한 운용 제어 명령어의 구성과 그 구현 방안을 밝히도록 하는 호스트 DBMS시스템에서 수행 환경을 설정하기 위한 운용 제어 명령어 구현 방법을 제공함에 있다.An object of the present invention is to set up an operation control environment of a host DBMS tester, which enables a user using a host system to test an exchange application written in CHILL / C in his host system under a test environment similar to that of the exchange. The present invention provides a method of implementing the operation control command for setting the execution environment in the host DBMS system to reveal the configuration of the operation control command and its implementation plan.

이와같은 본 발명의 목적을 달성하기 위한 수단은 운용명령어가 자신의 PLD(Processor Load Data)를 HDS 서버에 등록하여 사용하기 위한 명령(hdb_connect)으로 판명되면, 해당 서버에서 서버가 실행 가능한지의 적합성을 확인한 후, 기존에 실행되고 있지 않은 새로운 요구로 판명되면, PLD를 로딩하고, 그 로딩된 PLD와 요구한 사용자간에 링크를 형성하여 요청한 사용자가 로딩된 데이터베이스인 PLD를 사용할 수 있도록 한 후, 그 처리 과정을 종료하는 제1 과정과, 운용명령어가 연결되어 사용중인 PLD와 그 사용권한을 중단하기 위한 명령(hdb_disconnect)으로 판명되면, 기존의 PLD 테이블을 검사하여 이미 사용하고 있던 PLD임이 확인되면, PLD를 언로딩하고, 사용자와 PLD간의 링크를 삭제하는 등의 데이터 구조를 변경한 후 , 그 수행을 종료하는 제2 과정과, 운용명령어가 자신의 PLD를 공유할 사용자에 대하여 접근 허용하는 명령(hdb_joint)으로 판명되면, 기존 PLD의 사용을 검사하고, 기 사용중인 PLD에 링크를 연결하여 하나의 PLD에 링크를 연결하고 있는 모든 사용자가 PLD를 사용할 수 있도록 만들어 준 후, 사용을 종료하는 제3 과정과, 운용명령어가 공유하던 사용자를 자신의 PLD로부터 접근을 해제시키는 명령(hdb_disjoint)으로 판명되면, 그 공유를 해지하고, 사용 중인 데이터 구조를 변경하여 공유를 해지한 후 종료하는 제4 과정으로 이루어진다.The means for achieving the object of the present invention is that if the operating command is registered as a command (hdb_connect) for registering and using its own processor load data (HDD) server to the HDS server, whether the server is executable on the server After checking, if it turns out to be a new request that is not already running, it loads the PLD, forms a link between the loaded PLD and the requesting user so that the requesting user can use the loaded database, the PLD, and then processes it. If the first step of terminating the process and the operation command are connected to the PLD being used and the command (hdb_disconnect) for discontinuing the permission are found, the PLD is checked by checking the existing PLD table. After changing the data structure, such as unloading the file, deleting the link between the user and the PLD, the second step of terminating the execution and the operation command If it turns out to be a command (hdb_joint) to allow access to users who will share their own PLDs, the PLD is checked by the use of existing PLDs, and all users who are linking to one PLD by linking to an existing PLD. After making it available, if it turns out to be the third process to terminate the use and the command (hdb_disjoint) to release the user shared by the operation command from its PLD, the sharing is terminated and the data structure in use. The fourth step of terminating and then ending the sharing by changing.

도 1은 호스트 DBMS 시험기(HDS)의 전체 구성도.1 is an overall configuration diagram of a host DBMS tester (HDS).

도 2는 라이브러리를 생성하기 위한 과정을 도시한 흐름도.2 is a flowchart illustrating a process for generating a library.

도 3은 운용 제어 명령어를 생성하기 위한 과정을 도시한 흐름도.3 is a flowchart illustrating a process for generating an operation control command.

도 4는 HDS 서버를 생성하기 위한 과정을 도시한 흐름도.4 is a flowchart illustrating a process for creating an HDS server.

도 5는 도 2, 3, 4도를 통해 생성된 라이브러리, 운용 제어 명령어, 그리고 서버가 통신하는 기본적인 형태를 제시한 도면.5 is a view showing the basic form that the library, the operation control command, and the server to communicate generated through FIGS. 2, 3 and 4;

도 6은 라이브러리와 운용 제어 명령어가 HDS서버에 도착하였을 때 처리 요구된 요구들이 처리되는 과정을 표현한 도면.FIG. 6 is a diagram illustrating a process of processing required requests when a library and an operation control command arrive at the HDS server.

도 7은 운용 제어 명령어에 관하여 기술한 도면.7 is a diagram describing operational control commands.

도 8은 HDS서버의 상세한 처리 흐름도.8 is a detailed processing flowchart of the HDS server.

도 9는 HDS서버에서 운용 제어 명령어를 수용하는 경우 처리 흐름도.9 is a processing flowchart when the HDS server accepts an operation control command.

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

1. 응용 CHILL/C 프로그램 2. 공유 메모리 및 메시지 큐1. Application CHILL / C program 2. Shared memory and message queue

3. HDBMS 서버 및 DBMS 커널 11. 컴파일러 및 EDMLP3. HDBMS Server and DBMS Kernel 11. Compiler and EDMLP

21. 응용실행파일 및 호스트 라이브러리 31. PLD21. Application Executables and Host Libraries

41. 운용제어명령 100. 사용자 파트41. Operation control command 100. User part

200. IPC 파트 300. HDS 서버 파트200.IPC part 300.HDS server part

본 발명은 호스트 시스템에서 DBMS 질의 처리어를 포함하는 다중의 교환기 실행 파일을 수행 시킬 수 있는 시험기의 구성을 제시하고 있으며, 이를 실현하기 위하여 다중 클라이언트와 다중 서버로 구성되어 있다. 클라이언트는 사용자로서, 실행파일 내부의 EDML(Embeded Data Manipulation Language)들과 운용 제어 명령어(Administration Commands)를 이용하여 서버에 접근한다.The present invention proposes a configuration of a tester that can execute multiple switch execution files including DBMS query processing words in a host system, and is configured with multiple clients and multiple servers to realize this. The client, as a user, accesses the server using Embedded Data Manipulation Languages (EDML) and Administration Commands inside the executable.

서버는 DBMS로써, 운용자의 요구를 받아 처리한다. 즉, 클라이언트 측은 두가지 형태를 가지고 서버와 연계 동작한다.The server is a DBMS, which processes the request from the operator. In other words, the client side has two types and works with the server.

첫번째 클라이언트는 사용자의 응용 프로그램인 컴파일된 실행 파일이다. 이는 주어진 호스트 라이브러리를 자신의 응용 프로그램에 링크하여 생성한 실행 파일로서, 내재된 질의 처리 언어(EDML)를 포함하고 있는 실행 블럭이다. 실행 블럭 내에는 여러 종류의 내장 질의어를 포함하고 있으며, 이들은 하나의 실행 블럭이 수행될 때 라이브러리를 통하여 동적으로 서버와 연동한다.The first client is a compiled executable that is your application. It is an executable file created by linking a given host library to its own application. It is an executable block containing the embedded query processing language (EDML). The execution block contains several kinds of built-in queries, which are linked to the server dynamically through the library when a single execution block is executed.

두번째 클라이언트는 서버의 환경을 설정하기 위해 UNIX 셀(Shell) 상에서 제공되는 운용 제어 명령어들이다. 즉, 사용자는 이 제어 명령어를 사용하여 PLD를 동적으로 로딩한 후, 첫번째 클라이언트로 설명된, 실행 파일을 수행시켜 질의 처리 결과를 확인 할 수 있다.The second client is the operational control commands provided on the UNIX shell to configure the server's environment. That is, the user can dynamically load the PLD using this control command, and then execute the executable file described as the first client to check the query processing result.

본 기술은 두번째인 운용 제어 명령어의 구성과 구현 방안을 다룬다. 본 발명을 설명하기 위하여 먼저 HDS시험기의 구조를 설명하며, 이를 기반으로 한 클라이언트 서버의 통신 방안을 소개하고, 클라이언트 서버 통신 중 두번째 클라이언트로 소개된 운용 제어 명령어를 중심으로 그 구조와 구현 기술을 다룰 것이다.This technique deals with the construction and implementation of the second operation control command. In order to explain the present invention, first, the structure of the HDS tester will be described, the communication method of the client server based on this will be introduced, and the structure and the implementation technology will be described with a focus on the operational control commands introduced as the second client of the client server communication. will be.

운용 제어 명령어는 HOST DBMS 시험기의 수행 환경을 사용자의 요구대로 설정 하기 위한 오프-라인(off-line)명령어이며, UNIX 셀(shell) 상에서 동작한다. 운용 제어 명령어는 현재 4가지가 구현되어 있으며, 사용자가 운용할 PLD를 HDS 서버에 등록, 삭제 하며, 해당 PLD 공유를 위한 PLD 쉐어링(Sharing) 명령어등을 제공한다. 추후, HDS 서버 정보 출력 등 시험기 사용이 진행되면서 그 필요에 따라 다양한 기능을 확장할 수 있도록 구현하였다.The operation control command is an off-line command for setting the execution environment of the HOST DBMS tester as required by the user, and runs on a UNIX shell. Currently, four operation control commands are implemented, and the PLD to be operated by the user is registered and deleted on the HDS server, and the PLD sharing command for sharing the corresponding PLD is provided. Later, as the use of tester such as HDS server information output progressed, it was implemented to expand various functions as needed.

확장하는 방법은 제시된 운용 제어 명령어의 구성과 같이 HDS서버와의 IPC 체계를 조정하여 주면 각각의 사용자의 요구를 HDS서버에 송신할 수 있다. HDS서버는 사용자의 요구 사항이 증가할 때 마다, 이를 처리하는 루틴을 삽입하여 주면 된다.The extension method can send the request of each user to the HDS server by adjusting the IPC system with the HDS server as the configuration of the operation control command. The HDS server inserts a routine to handle this whenever the user's requirements increase.

운용 제어 명령어는 시스템 내 공유 사용이 가능한 디렉토리 내에 두어 모든 사용자가 사용할 수 있다.Operational control commands can be placed in any shared directory in the system and used by all users.

이러한 운용 제어 명령어는 다음과 같다.These operational control commands are as follows.

% hdb_connect : 자신의 PLD를 HDS 서버에 등록하여 사용하기 위한 명령% hdb_connect: Command to register and use own PLD with HDS server

% hdb_disconnect : 연결되어 사용중인 PLD와 그 사용 권한을 중단하기 위한 명령% hdb_disconnect: Command to stop connected PLD and its permission

% hdb_joint : 자신의 PLD를 공유할 사용자에 대하여 접근 허용하는 명령% hdb_joint: Command to allow access to users who will share their PLD

% hdb_disjoint : 공유하던 사용자를 자신의 PLD로부터 접근을 해제시키는 명령% hdb_disjoint: Command to release shared user from own PLD

HOST DBMS에 로딩된 PLD를 사용하는 사용자는 서버 내에서 PLD의 소유자나 사용자중 하나로만 등록될 수 있다.A user using a PLD loaded on the HOST DBMS can only be registered as one of the owners or users of the PLD on the server.

- PLD 소유자 : PLD를 처음 서버에 등록한 사용자. 한 소유자는 타겟(target) 서버 내 한 PLD만을 가지며, 공유 사용자를 등록시키고, 등록 삭제시킬 수 있는 권한을 가진다.PLD Owner: The user who first registered the PLD on the server. An owner has only one PLD in the target server and has the authority to register and delete shared users.

- PLD 사용자 : 다른 사용자에 의해 소유자로 등록된 PLD를 공유하고자 하는 사용자. 한 사용자 역시 대상(target) 서버 내 한 PLD를 가진다.PLD user: A user who wants to share a PLD registered as an owner by another user. One user also has a PLD in the target server.

- OMP, CCCP00, CCCP01 : HDS 서버는 사용자의 요구에 따라 각 서브시스템으로 상정되는 OMP, CCCP00, CCCP01 등의 이름으로 다양하게 생성될 수 있다. 이러한 영문 이름은 각각의 HDS 서버를 상징하는 고유한 이름이다. 이들 각각은 실질적으로는 ATM 교환기의 한 서브 시스템을 상징한다.-OMP, CCCP00, CCCP01: HDS server can be created in various ways under the name of OMP, CCCP00, CCCP01, etc., which is assumed to each subsystem according to user's request. This English name is a unique name that symbolizes each HDS server. Each of these substantially represents a subsystem of an ATM switch.

다음은 운용 제어 명령어(Administration Command) 형식과 사용 방법을 예를 들어 설명한 것이다.The following is an example of how to use the Administration Command and how to use it.

% hdb_connect [target_name] [pld_name]% hdb_connect [target_name] [pld_name]

예) hdb_connect OMP P_O_pyhEx) hdb_connect OMP P_O_pyh

HDS OMP서버에 자신이 사용할 PLD인 P_O_pyh을 시스템 메모리에 로딩하고, 이 명령어를 사용하는 사용자를 등록 요구된 PLD의 소유자로서 등록한 후, 사용 권한을 받는다. hdb_connect는 기본적으로, 명령을 시행 시킨 사용자의 계정(account)을 서버에 등록하며, 등록 이후에는 자신의 실행 파일이 로딩된 PLD를 사용 할 수 있도록 하는 기능이다. 한 사용자는 대상 프로세서별로 하나의 PLD 만을 등록시킬 수 있다.Load P_O_pyh, which is the PLD to use on the HDS OMP server, in system memory, register the user who uses this command as the owner of the requested PLD, and receive permission to use it. hdb_connect basically registers the account of the user who executed the command on the server, and after registration, the user can use the PLD loaded with his executable file. One user can register only one PLD per target processor.

% hdb_disconnect [target_name] [pld_name]% hdb_disconnect [target_name] [pld_name]

예) hdb_disconnect OMP P_O_pyhEx) hdb_disconnect OMP P_O_pyh

HDS OMP서버에 등록하여 사용하였던 PLD인 P_O_pyh을 시스템 메모리로부터 다운 로딩하고, 소유자로 등록 되어 있던 PLD에 관한 정보를 모두 초기화 시킨다. 이때 주의할 사항은 hdb_joint 명령어를 사용하여 PLD를 공유하였던 모든 사용자는 이 명령어를 수행시키기 이전에 모두 연결 해지시켜야 한다.Download P_O_pyh, a PLD that has been registered and used in the HDS OMP server, from the system memory and initialize all information about the PLD registered as the owner. Note that all users who have shared the PLD using the hdb_joint command must disconnect before executing this command.

% hdb_joint [target_name] [pld_name] [sharing_user_account]% hdb_joint [target_name] [pld_name] [sharing_user_account]

예) hdb_joint OMP P_O_pyh yiyoonEx) hdb_joint OMP P_O_pyh yiyoon

HDS OMP서버에 소유자로 등록되어 사용하고 있는 PLD인 P_O_pyh을 yiyoon이라는 계정을 가진 사용자와 PLD를 공유하고자 하는 경우 사용하는 명령어이다. 사용자 yiyoon에게 사용 권한을 부여하는 주체는 P_O_pyh의 소유자가 된다. 이때 yiyoon은 일반 사용자(User)로 등록되고 소유자와 동일하게 P_O_pyh을 사용할 수 있다. yiyoon은 사용을 마친 후, P_O_pyh의 소유자에게 사용 완료를 알려주어 사용 권한을 제거하여야 한다. 소유자로 부터 공유(Joint) 사용자로 허락 받은 사용자는 자신이 만든 실행 블럭을 시행 시키기만 하면 된다.P_O_pyh, a PLD registered and used by the owner of the HDS OMP server, is used to share a PLD with a user with an yiyoon account. The principal granting permissions to user yiyoon becomes the owner of P_O_pyh. At this time, yiyoon is registered as a user and can use P_O_pyh as the owner. After yiyoon has finished using it, the owner of P_O_pyh should be notified of the completion of use and the permission should be removed. A user who has been granted as a joint user by the owner only needs to execute his execution block.

% hdb_disjoint [target_name] [pld_name] [sharing_user_account]% hdb_disjoint [target_name] [pld_name] [sharing_user_account]

예) hdb_disjoint OMP P_O_pyh yiyoonEx) hdb_disjoint OMP P_O_pyh yiyoon

HDS OMP서버에 사용자로 등록되어 사용하고 있던 yiyoon의 PLD P_O_pyh 에 대한 사용 권한을 제거하기 위한 명령어 이다. 사용을 마친 yiyoon은 PLD 소유자에게 통보하여 이 명령어를 수행하도록 알려야 한다.This command removes the authority to yiyoon's PLD P_O_pyh, which was registered as a user on the HDS OMP server. Once used, yiyoon should notify the PLD owner to inform them of this command.

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

도 1 은 본 발명의 실시예에 의한 호스트 DBMS 시험기(HDS)의 전체 구성도를 도시한 것이다.Figure 1 shows the overall configuration of a host DBMS tester (HDS) according to an embodiment of the present invention.

도 1 에 도시된 바와같이, 본 발명의 실시예를 설명하기 위한 호스트 DBMS 시험기는 다수의 응용 CHILL/C 프로그램(1)내에 내포되어 있는 EDML(Embedded Data Manipulation Language) 형태의 질의어를 CHILL/C 컴파일러가 인식할 수 있는 코드로 확장시킨 후, 그 확장된 코드를 컴파일링하는 EDMLP(Embedded Manipulation Language Processor) 및 컴파일러(11)와, 상기 컴파일러(11)를 거쳐서 생성된 실행파일인 응용실행파일 및 호스트 라이브러리(21)와, 데이터 베이스인 PLD(Processor Load Data)(31)와, 상기 PLD(31)를 서버에 로딩하고, 그 로딩된 PLD(31)에 사용권한을 부여하며, 공유를 허락하는 등의 일련의 서버실행 환경설정 작업을 실시하는 운용제어명령(41)을 구비한 수행가능한 A 주소공간인 사용자 파트(Address RANGE A-User Part)(100)와, 다수의 HDS(Host DBMS Simulator) 서버와 DBMS(Data Management System) 커널(3)을 구비한 수행가능한 C 주소공간인 HDS 서버 파트(Address RANGE C-HDS Server Part)(300)와, 공유 메모리 및 메시지 큐(2)를 구비하여 상기 사용자 파트와 HDS 서버파트의 통신을 제어하는 수행가능한 B 주소공간인 IPC(Inter Process Communication) 파트(Address RANGE B IPC Part)(200)로 구성된다.As illustrated in FIG. 1, the host DBMS tester for explaining an embodiment of the present invention includes a query word in the form of embedded data manipulation language (EDML) embedded in a plurality of application CHILL / C programs 1, and the CHILL / C compiler. After expanded to code that can be recognized by the EDMLP (Embedded Manipulation Language Processor) and the compiler (11) for compiling the extended code, and the executable executable file generated by the compiler 11 and the host The library 21, the processor load data (PLD) 31, which is a database, and the PLD 31 are loaded on a server, the user is given permission to use the loaded PLD 31, sharing is allowed, and the like. Address RANGE A-User Part (100), which is an executable A address space with operational control instructions (41) for executing a series of server execution configuration tasks, and a plurality of Host DBMS Simulator (HDS) servers. And Data Management System (DBMS) Kernel (3) An HDS server part 300, which is an executable C address space, and a shared memory and a message queue 2 are provided to control communication between the user part and the HDS server part. It consists of an Inter Process Communication (IPC) part (Address C) 200 which is a B address space.

이와같이 구성된 호스트 DBMS 시험기의 동작을 설명하면 다음과 같다.The operation of the host DBMS tester configured as described above is as follows.

IPC를 이용하여 서로 다른 주소 공간(Addressing Space)에서 동작하는 프로세스들 간의 통신 형태를 표현하고 있다.IPC is used to represent the form of communication between processes operating in different addressing spaces.

클라이언트는 첫째, 응용 실행 파일이고, 둘째, 데이터베이스를 동적으로 서버에 로딩하고, 로딩된 데이터베이스를 공유하기 위한 운용 제어 명령어들이다. 운용 제어 명령어를 이용하여 서버 측에 데이터베이스를 로딩한 후, 라이브러리를 링크하여 컴파일 한 응용 실행 파일들을 실행시킨다.The client is first, the application executable, and secondly, operational control commands for dynamically loading the database into the server and sharing the loaded database. After loading the database on the server side using the operation control command, execute the compiled application executable files by linking the library.

이때, 실행 파일은 제공되는 통신 환경을 이용하여 내재된 질의 요구어(EDML)들을 서버 측에 보내고, 그 결과를 수신함으로 상호 연동할 수 있는 구조를 가진다. 도면 1에서 보여준 호스트 DBMS 시험기는 다중 사용자의 실행 블럭들에 대한 다중 수행을 지원하기 위하여 다중 클라이언트 다중 서버 환경을 구축하였으며, 공유 메모리(Shared Memory)를 사용하여 대용량 데이터에 대한 송수신 기능을 제공한다.At this time, the executable file has a structure that can interoperate by sending an embedded query request word (EDML) to the server side by using the provided communication environment, and receives the result. The host DBMS tester shown in FIG. 1 establishes a multi-client multi-server environment to support multiple executions of execution blocks of multiple users, and provides a transmission / reception function for a large amount of data using a shared memory.

도 2는 라이브러리를 생성하기 위한 과정을 도시한 것이다.2 illustrates a process for generating a library.

S2-1 단계는 교환기 소프트웨어로써 교환기를 구동하기 위한 소프트웨어이다. 이 소프트웨어에는 데이터베이스를 사용하기 위한 질의 처리어가 사용될 수 있다. 이들은 S2-2 단계의 EDML에 대한 처리를 거친다. 이 과정을 거치면 CHILL/C 프로그램내에 내재 되어 있던 질의 EDML이 CHILL/C 프로그램으로 확장된다. 이 확장된 CHILL/C 프로그램은 S2-3 단계에서 CHILL/C 컴파일러에 의해 컴파일 된다.Step S2-1 is software for driving the exchange with the exchange software. The software can use query processing words to use the database. They are treated for EDML in step S2-2. This process extends the query EDML inherent in the CHILL / C program to the CHILL / C program. This extended CHILL / C program is compiled by the CHILL / C compiler in step S2-3.

이때, S2-5 단계로부터 S2-7단계를 거치면서 생성된 호스트 DBMS를 위한 라이브러리를 링크하여 S2-4 단계에서는 하나의 실행 파일을 생성한다. 이 도면은 라이브러리 루틴을 응용 프로그램에 링크하여 하나의 실행 파일을 생성하는 단계를 보여준다.At this time, by linking the library for the host DBMS generated through the step S2-7 to step S2-7 to create a single executable file in step S2-4. This figure shows the steps of linking library routines to an application to create an executable file.

도 3은 운용 제어 명령어의 생성 과정을 설명한 도면이다.3 is a diagram illustrating a generation process of an operation control command.

S3-1 단계에서 생성한 운용 제어 명령어 프로그램은 S3-2 단계에서 C 컴파일러를 거치면서 컴파일 된 후, 운용 제어 명령어 코드를 생성한다.The operation control instruction program generated in step S3-1 is compiled while going through the C compiler in step S3-2, and then generates operation control instruction code.

도 4는 HDS 서버를 생성하기 위한 과정을 도시한 것이다.4 shows a process for creating an HDS server.

호스트 DBMS시험기 서버는 S4-1단계에서 C 언어로 작성되며, 이는 S4-2단계에서 C 컴파일러에 의해 컴파일된다. 이때, S4-4단계에서는 실시간 DBMS인 DREAM-S(Distributed REAl-time database Management system Scalable)에서 사용되는 커널 프로그램이 S4-5단계에서 C 컴파일러에 의해 컴파일 된 후, S4-6단계에서 대상 호스트를 위한 DBMS커널 실행 파일이 된다.The host DBMS tester server is written in C language in step S4-1, which is compiled by the C compiler in step S4-2. At this time, in step S4-4, the kernel program used in the distributed real-time database management system scalable (DREAM-S), which is a real-time DBMS, is compiled by the C compiler in step S4-5, and then the target host is performed in step S4-6. DBMS kernel executable file.

이 커널은 S3-2단계에서 HDS 서버 프로그램에 링크되어 컴파일 된 후, S4-3단계에서 하나의 서버 실행 파일을 생성한다.This kernel is linked to the HDS server program in step S3-2, compiled, and then generates one server executable in step S4-3.

도 5는 도 2 내지 도 4도를 통해 생성된 라이브러리, 운용 제어 명령어, 그리고 HDS서버가 통신하는 기본적인 형태를 제시한 도면이다.FIG. 5 is a diagram illustrating a basic form in which a library, an operation control command, and an HDS server, generated through FIGS. 2 to 4, communicate.

5-1은 도 2에서 설명된 내용을 통하여 생성된 사용자 프로그램의 실행 파일이고, 5-4는 도 3에서 설명한 운용 제어 명령어들의 실행 파일들이다. 5-3은 도 4 에서 설명된 내용을 통하여 생성된 호스트 DBMS서버의 실행 파일이다.5-1 is an executable file of a user program generated through the contents described with reference to FIG. 2, and 5-4 are executable files of operation control instructions described with reference to FIG. 3. 5-3 is an executable file of the host DBMS server generated through the contents described with reference to FIG. 4.

5-1은 사용자 프로그램과 호스트 DBMS 라이브러리가 결합되어 있으며, 5-4에서는 HDS서버와 통신할 수 있는 형태를 가지고 있다. 5-3에서는 HDS 서버와 커널, 그리고 운용 중 로딩될 데이터베이스 들로 구성된다. 이들은 5-2의 UNIX IPC에 의하여 상호 통신한다. 이때 사용되는 UNIX IPC 기법은 메시지 큐, 공유 메모리, 그리고 세마포이다. 또한 이들 사이에 발생할 수 있는 장애를 처리하기 위하여 시그널을 사용하였다.In 5-1, user program and host DBMS library are combined. In 5-4, it can communicate with HDS server. 5-3 consists of the HDS server, kernel, and databases to be loaded during production. They communicate with each other by 5-2 UNIX IPC. The UNIX IPC techniques used are message queues, shared memory, and semaphores. In addition, signals were used to deal with possible disturbances between them.

도 6은 라이브러리를 통해 HDS서버에 처리 요구된 서비스를 처리하는 과정을 표현한 도면이다.6 is a diagram illustrating a process of processing a service requested to an HDS server through a library.

S6-1 단계에서는 HDS 서버 운용자는 HDS시험기를 시작 시킨다. 교환기는 여러 개의 서브 시스템으로 구성되어 있다. 예를 들어, ETRI의 Hanbit/ACE ATM 교환기는 서브 시스템인 OMP, CCCP00, CCCP01 등 사용 용도가 다른 서브 시스템으로 구성된다. 하나의 HDS 서버는 하나의 교환기 서브 시스템을 상징한다. 그러므로 동일한 서버가 한 개 이상 수행될 수 없다. 그러나 다른 서브 시스템을 상징하는 HDS서버는 수행될 수 있다.In step S6-1, the HDS server operator starts the HDS tester. The exchange consists of several subsystems. For example, ETRI's Hanbit / ACE ATM exchange consists of subsystems with different uses, such as OMP, CCCP00, and CCCP01. One HDS server represents one exchange subsystem. Therefore, more than one server cannot run on the same server. However, the HDS server, which represents another subsystem, can be run.

결과적으로, HDS서버는 여러 개 수행될 수 있으나, 각 서브 시스템 별로 하나씩 수행되는 것이다. HDS서버가 수행을 시작한 후, S6-2 단계에서는 HDS서버의 수행을 위한 초기화가 시작된다. 초기화에는 시스템 데이터 구조의 설정, IPC초기화, 각종 변수 설정 등이 수행되고, 모든 설정이 완료되면, 마지막으로 HDS 서버 데몬이 수행되어 사용자로부터 접수된 서비스를 수용하기 위한 준비 작업을 한다.As a result, several HDS servers can be executed, but one for each subsystem. After the HDS server starts running, in step S6-2, initialization for running the HDS server starts. Initialization is performed by setting up a system data structure, initializing IPC, setting various variables, and when all settings are completed, finally, an HDS server daemon is executed to prepare for accommodating a service received from a user.

S6-3 단계에서는 HDS서버에 처리를 요청한 사용자 요구가 수신된 경우이다. 이들의 요구는 S6-4 단계에서 요구를 분석하여 이것이 운용 환경 설정을 위한 운용 제어 명령어(Administration Commands)이면, 6-5의 운용명령어 처리 루틴을 수행하고, S6-6 단계에서 서버의 환경을 설정한 후, 다시 S6-3 단계를 수행한다.In step S6-3, a user request for processing is received from the HDS server. Their request is analyzed in step S6-4, and if it is Administration Commands for setting up the operation environment, perform the operation command processing routine of 6-5, and configure the server environment in step S6-6. After that, perform step S6-3 again.

만약, S6-4 단계의 분석 결과가 사용자 질의 처리 요구이면, S6-7 단계에서 질의 처리를 실시하고, S6-8 단계에서 호스트 DBMS를 호출한 후, 처리를 마치고 S6-3 단계으로 되돌아 간다. 만약 S6-4 단계의 분석 결과 통신 상에나 처리상에 오류가 확인되면, S6-9 단계에서 오류를 처리하고 S6-3 단계를 수행한다. 이처럼 서버는 연속적인 수행을 실시하며, 이들의 수행을 멈추고자 할 때에는 Cntl-C를 누르면 정상적으로 종료한다.If the analysis result of step S6-4 is a user query processing request, query processing is performed in step S6-7, the host DBMS is called in step S6-8, and the process returns to step S6-3. If an error is identified in communication or processing as a result of the analysis in step S6-4, the error is processed in step S6-9 and step S6-3 is performed. In this way, the server performs continuous execution. If you want to stop them, press Cntl-C to terminate normally.

도 7은 운용 제어 명령어 처리 요구에 관한 도면이다. 본 도면은 도 8과 연관되어 있다.Fig. 7 is a diagram related to an operation control command processing request. This figure is associated with FIG. 8.

본 도면은 질의 처리 등을 위한 데이터가 없으므로, 데이터의 변형이 없다는 특징을 가지며, 그러므로 공유 메모리를 사용하지 않는다. 운용 제어 명령어는 일반 명령어와 동일하게 UNIX Shell상에서 동작한다. 그들의 기능을 간략히 살펴 보면, HDS서버에 사용자가 원하는 데이터베이스를 동적으로 로딩하고, 데이터베이스를 로딩한 사용자에게 사용 권한을 부여하고, 사용자의 요구에 의하여 로딩된 데이터베이스에 대하여 사용 해지를 실시하며, 로딩된 데이터베이스에 대해 다중 사용자와의 공유를 허용하는 등의 HDS서버 운용 환경을 설정하는 과정을 수행한다.This figure is characterized in that there is no modification of data since there is no data for query processing or the like, and therefore, no shared memory is used. Operational control commands work in the UNIX Shell like regular commands. Briefly, their functions are dynamically loaded on the HDS server, the user who has loaded the database is given permission to use the database, and the database is loaded at the user's request. Process of setting HDS server operating environment such as allowing sharing with multiple users for database.

다음은 도 7에 대한 자세한 설명이다.The following is a detailed description of FIG.

S7-1 단계는 운용 제어 요구의 시작을 표현한다. S7-2 단계에서는 HDS서버와의 통신을 위한 통신 환경을 설정하는 단계이다. S7-3 단계에서는 메시지 큐를 이용하여 운용 제어 명령을 HDS서버로 송신한다. S7-4 단계에서는 송신된 정보에 대한 정상 여부를 판단하여 통신 이상으로 판명된 경우에는 S7-5 단계의 통신 오류 복구 과정을 거친 후, S7-7 단계에서 사용자에게 그 결과를 통보하고 S7-8 단계에서 수행을 마친다. S7-4 단계의 판단 결과 그 수행이 정상인 것으로 판명되면 수행을 계속한다.Step S7-1 represents the start of the operational control request. In step S7-2, a communication environment for communicating with the HDS server is set. In operation S7-3, the operation control command is transmitted to the HDS server using the message queue. In step S7-4, if it is determined that the transmitted information is normal and if it is determined that the communication is abnormal, the communication error recovery process of step S7-5 is performed, and the result is notified to the user in step S7-7, and S7-8. Complete the steps. If the determination of step S7-4 determines that the execution is normal, the execution continues.

처리 결과에 대한 응답은 S7-6 단계에서 수신되며, 이를 받은 사용자 측은 S7-7 단계에서 운용 제어 명령어에 대한 HDS서버에서의 수행 결과를 사용자에게 알린 후, S7-8 단계에서 종료한다.The response to the processing result is received in step S7-6, and the user side informs the result of the execution of the HDS server for the operation control command in step S7-7, and then ends in step S7-8.

도 8은 클라이언트 측인 라이브러리와 운용 제어 명령어와 연동되는 HDS서버의 처리 흐름도이다.8 is a flowchart illustrating an HDS server interworking with a library on the client side and an operation control command.

본 도에서 설명하는 모든 처리는 각각의 클라이언트 요구에 대하여 세마포를 이용하여 서버 내에서의 독립 수행을 보장 받는다. S8-1 단계와 S8-2 단계는 서버의 시작과정을 거친 후 S8-3 단계에서 클라이언트 측으로부터의 요구를 수용한다. S8-4 단계에서는 수신된 요구에 대하여 정상 여부를 판단한 후, 비 정상으로 판명될 경우에는 S8-5 단계에서 통신 상태나, 데이터 처리 불능 등의 사유를 요청한 클라이언트에게 송부한다. 그리고, S8-3 단계를 다시 수행한다.All processes described in this figure are guaranteed to be performed independently in the server using semaphores for each client request. Steps S8-1 and S8-2 receive the request from the client in step S8-3 after the server starts. In step S8-4, it is determined whether or not the received request is normal, and if it is found to be abnormal, in step S8-5, it is sent to the client who requested the reason for the communication status or the inability to process data. Then, perform step S8-3 again.

S8-4 단계의 수행 결과가 정상으로 판명되면, S8-6 단계에서는 해당 요청이 운용 제어 명령어 인지 질의 처리 요구 명령인지를 구분하여 운용 제어 명령어이면, S8-7 단계에서 운용 제어 명령어를 처리하는 기능을 수행하고 이 결과가 S8-8 단계에서 정상으로 판명되면, HDS 서버측의 수행 재개를 S8-9 단계를 통하여 클라이언트 측에 알리고 S8-3 단계를 수행하며, 비정상으로 판명되면, S8-10 단계에서 오류를 복구한 후, S8-3 단계를 실시한다.If the execution result of step S8-4 is found to be normal, in step S8-6, if the request is an operation control command or a query processing request command, the operation control command is classified. If the result is found to be normal in the step S8-8, the execution of the HDS server side is notified to the client through the step S8-9, and the step S8-3 is performed. If it is found abnormal, the step S8-10 After recovering from the error, perform steps S8-3.

S8-6 단계의 판단 결과 질의 처리 명령어 이면, 이는 수신된 공유 메모리의 정보를 변경해야 함으로 S8-11 단계에서 공유 메모리 형식을 HDS 커널에서 처리 가능한 형식으로 변경한 후, S8-13 단계에서 HDS 커널을 수행하게 된다. 커널의 수행을 마친 수행 결과는 S8-12 단계에서 다시 클라이언트에게 송신하기 위한 공유 메모리 송신 형식으로 변경한 후, S8-14 단계에서 질의 처리 결과를 라이브러리 클라이언트 측에 송부한다.If the determination result of step S8-6 is a query processing instruction, it is necessary to change the information of the received shared memory. Therefore, in step S8-11, the shared memory format is changed to a format that can be processed by the HDS kernel, and in step S8-13, the HDS kernel Will be performed. After completing the execution of the kernel, the execution result is changed to the shared memory transmission format for transmission back to the client in step S8-12, and the query processing result is sent to the library client in step S8-14.

이를 받은 라이브러리 클라이언트는 자신이 수신한 결과에 대한 확인 응답을 보내며, 이는 S8-15 단계에서 수신된다. 이 결과가 S8-16 단계에서 정상으로 판명되면, HDS 서버측의 수행 재개를 S8-17 단계를 통하여 클라이언트 측에 알리고 다시 S8-3 단계를 수행하며, 비정상으로 판명되면, S8-10 단계에서 오류를 복구한 후, 다시 S8-3 단계를 수행한다.Receiving this, the library client sends an acknowledgment of the received result, which is received in step S8-15. If the result is found to be normal in the step S8-16, the execution of the HDS server side is notified to the client through the step S8-17, and the step S8-3 is performed again. After recovering, perform step S8-3 again.

도 9는 HDS서버 상에서 처리되는 운용 제어 명령어의 처리 과정을 나타낸 도면이다. 도 8의 S8-7 단계를 자세히 설명한 것이다.9 is a diagram illustrating a process of an operation control command processed on an HDS server. Step S8-7 of FIG. 8 will be described in detail.

S9-1 단계에서 시작된 처리는 S9-2 단계에서 hdb_connect로 판명되면, 해당 서버에서 서버가 실행 가능한지의 적합성을 확인한 후, 기존에 실행되고 있지 않은 새로운 요구로 판명되면, S9-3 단계에서 PLD를 로딩하고, S9-4 단계에서 로딩된 PLD와 요구한 사용자간에 링크를 형성하여 요청한 사용자가 로딩된 데이터베이스인 PLD를 사용할 수 있도록한 후, S9-14 단계에서 그 처리 과정을 종료한다.If the process started in step S9-1 is found to be hdb_connect in step S9-2, the server checks the suitability of the server for execution, and if it is determined that it is a new request that is not already running, the PLD is removed in step S9-3. After loading, a link is formed between the PLD loaded in step S9-4 and the requesting user so that the requesting user can use the PLD, which is the loaded database, and the process ends in step S9-14.

만약, S9-5 단계에서 hdb_disconnect로 판명되면, 기존의 S9-6 단계에서 기존의 PLD테이블을 검사하여 이미 사용하고 있던 PLD임이 확인되면, PLD를 언로딩하고, S9-7 단계에서 사용자와 PLD간의 링크를 삭제하는 등의 데이터 구조를 변경한 후 , 그 수행을 종료한다. S9-8 단계에서 hdb_joint라고 판명되면, S9-9 단계에서 기존 PLD의 사용을 검사하고, S9-10 단계에서는 기 사용중인 PLD에 링크를 연결하여 하나의 PLD에 링크를 연결하고 있는 모든 사용자가 PLD를 사용할 수 있도록 만들어 준 후, S9-14 단계에서 사용을 종료한다.If it turns out to be hdb_disconnect in step S9-5, if the existing PLD table is checked in step S9-6 and it is determined that the PLD has already been used, the PLD is unloaded. After changing the data structure such as deleting a link, the execution ends. If in step S9-8 it is determined to be hdb_joint, in step S9-9 it checks the use of the existing PLD, and in step S9-10, all users connecting the link to one PLD are connected to the PLD in use. After making it available, stop using it in step S9-14.

S9-11 단계에서 요구한 명령어가 hdb_disjoint로 판명되면, S9-12 단계에서 그 공유를 해지하고, S9-13 단계에서 사용 중인 데이터 구조를 변경하여 공유를 해지한 후 S9-14 단계에서 종료한다.If the command requested in step S9-11 is found to be hdb_disjoint, the sharing is terminated in step S9-12, the sharing is terminated by changing the data structure being used in step S9-13, and then ends in step S9-14.

본 발명은 첫째, 교환기 응용 소프트웨어를 교환기 본체가 아닌 호스트 시스템 상에서 직접 시험할 수 있는 시험기를 제공하였다.The present invention firstly provides a tester that can test the switch application software directly on the host system rather than the switch body.

둘째, 교환기는 로딩된 응용 소프트웨어의 실행 블럭을 동시에 여러 사용자가 연관성을 가진 시험을 할 수 없는 자원 사용상의 제한이라는 문제점을 호스트상에서 동일하게 수행할 수 있도록 함으로 해결하였다.Second, the exchange solved the same problem on the host by limiting the use of resources in which execution blocks of loaded application software cannot be simultaneously tested by multiple users.

셋째, 교환기에서, 한 사용자가 시험하는 경우에도 하나의 통합 수행 환경인 패키지 형식을 이루고 있으므로 새로운 기능들을 추가, 변경하거나 기존 기능과의 연관성이 있는 경우에는 시험을 할 수 없는 어려움을 가지고 있었으나 본 시험기에서 제공하는 운용 제어 명령어를 제공함으로 이 문제를 해결하였다.Third, in the exchange, even if one user tests, the package forms a single integrated execution environment, so it is difficult to test when adding or changing new functions or if they are related to existing functions. This problem is solved by providing the operation control command provided by.

넷째는 운용 제어 명령어의 기능으로 동적으로 HDS 서버에 데이터베이스인 PLD를 로딩할 수 있는 기능을 제공한다.Fourth, as a function of operation control command, it provides a function to dynamically load a database PLD into the HDS server.

다섯째는 이를 공유할 수 있는 기능을 제공한다. 이러한 기능을 통하여 동시에 다중 사용자가 한 시스템 내에서 응용 프로그램을 수행 시킬 수가 있도록 구성하였다.Fifth, it provides the ability to share this. Through this function, multiple users can execute application programs in one system at the same time.

Claims (1)

운용명령어가 자신의 PLD를 HDS 서버에 등록하여 사용하기 위한 명령(hdb_connect)으로 판명되면, 해당 서버에서 서버가 실행 가능한지의 적합성을 확인한 후, 기존에 실행되고 있지 않은 새로운 요구로 판명되면, PLD를 로딩하고, 그 로딩된 PLD와 요구한 사용자간에 링크를 형성하여 요청한 사용자가 로딩된 데이터베이스인 PLD를 사용할 수 있도록 한 후, 그 처리 과정을 종료하는 제1 과정과;If the operation command turns out to be a command (hdb_connect) for registering and using its own PLD on the HDS server, the server checks the suitability of the server for execution, and if it is found to be a new request that is not already executed, A first step of loading, forming a link between the loaded PLD and the requesting user so that the requesting user can use the loaded PLD, and then terminating the processing; 운용명령어가 연결되어 사용중인 PLD와 그 사용권한을 중단하기 위한 명령(hdb_disconnect)으로 판명되면, 기존의 PLD 테이블을 검사하여 이미 사용하고 있던 PLD임이 확인되면, PLD를 언로딩하고, 사용자와 PLD간의 링크를 삭제하는 등의 데이터 구조를 변경한 후, 그 수행을 종료하는 제2 과정과;If the operation command is connected and found to be in use (hdb_disconnect) to stop the use of the PLD and the authority to use it, the existing PLD table is checked to confirm that the PLD is already in use, and the PLD is unloaded. A second step of changing the data structure such as deleting a link and ending the execution of the link; 운용명령어가 자신의 PLD를 공유할 사용자에 대하여 접근 허용하는 명령(hdb_joint)으로 판명되면, 기존 PLD의 사용을 검사하고, 기 사용중인 PLD에 링크를 연결하여 하나의 PLD에 링크를 연결하고 있는 모든 사용자가 PLD를 사용할 수 있도록 만들어 준 후, 사용을 종료하는 제3 과정과;If the operation command turns out to be a command (hdb_joint) that allows access to the users who will share their PLDs, then all of the links that link to one PLD are examined by checking the use of the existing PLD and linking it to an existing PLD. Making a PLD available to a user and terminating the use of the PLD; 운용명령어가 공유하던 사용자를 자신의 PLD로부터 접근을 해제시키는 명령(hdb_disjoint)으로 판명되면, 그 공유를 해지하고, 사용 중인 데이터 구조를 변경하여 공유를 해지한 후 종료하는 제4 과정으로 이루어지는 것을 특징으로 하는 호스트 DBMS시스템에서 수행 환경을 설정하기 위한 운용 제어 명령어 구현 방법.When the operation command is found to be a command (hdb_disjoint) for releasing a user who has been shared from his / her PLD, the fourth step of terminating the sharing and terminating the sharing by changing the data structure in use is completed. Implementation control command implementation method for setting execution environment in host DBMS system.
KR1019970071653A 1997-12-22 1997-12-22 An implementation method of administration commands to establish execution environment in host dbms simulator KR100258067B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970071653A KR100258067B1 (en) 1997-12-22 1997-12-22 An implementation method of administration commands to establish execution environment in host dbms simulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970071653A KR100258067B1 (en) 1997-12-22 1997-12-22 An implementation method of administration commands to establish execution environment in host dbms simulator

Publications (2)

Publication Number Publication Date
KR19990052204A KR19990052204A (en) 1999-07-05
KR100258067B1 true KR100258067B1 (en) 2000-06-01

Family

ID=19528103

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970071653A KR100258067B1 (en) 1997-12-22 1997-12-22 An implementation method of administration commands to establish execution environment in host dbms simulator

Country Status (1)

Country Link
KR (1) KR100258067B1 (en)

Also Published As

Publication number Publication date
KR19990052204A (en) 1999-07-05

Similar Documents

Publication Publication Date Title
EP0660234B1 (en) Method and system for executing code remotely
EP1027796B1 (en) Distributed web application server
AU746391B2 (en) Method and system for facilitating distributed software development in a distribution unaware manner
EP1027795B1 (en) Method and apparatus for implementing an extensible authentication mechanism in a web application server
US6466965B1 (en) Centralized affinity maintenance in a workload managed client/server data processing system
US5832483A (en) Distributed control interface for managing the interoperability and concurrency of agents and resources in a real-time environment
US5115505A (en) Controlled dynamic load balancing for a multiprocessor system
JPH08263355A (en) System and method for multilevel token management for distributed file system
US20040138847A1 (en) Stress testing at low cost through parallel execution of unit tests
EP0871134A2 (en) Accessing database information
AU5680894A (en) Interception system and method including user interface
KR100258067B1 (en) An implementation method of administration commands to establish execution environment in host dbms simulator
KR100258083B1 (en) Host dbms simulator and simulation method thereof
KR100319747B1 (en) Method for processing manu-driven administration commands using tool interating administration commands
Gray et al. The IceT environment for parallel and distributed computing
KR19990052562A (en) Hardware Design Data Management Method and Storage Structure in Distributed Environment Using Mixed Sharing Model
JP2693460B2 (en) Distributed network system
Ramamritham et al. Privilege transfer and revocation in a port-based system
Gesmann et al. A remote cooperation system supporting interoperability in heterogeneous environments
Engelberg et al. Considerations on command and response language features for a network of heterogeneous autonomous computers
KR940007835B1 (en) Chill code generation method for transaction processing on data base management system
CN112560053A (en) Production environment data protection method and device, computer equipment and storage medium
JPS63233445A (en) Local addition system for internal file name
Bohn et al. Hierarchical Chubby: A Scalable, Distributed Locking Service
Wilson et al. Development of a Prototype Distributed System Based on the Communication Systems Architecture (CSA)

Legal Events

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

Payment date: 20040302

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee