KR970007625A - How to Manage Multiple Application Processes - Google Patents

How to Manage Multiple Application Processes Download PDF

Info

Publication number
KR970007625A
KR970007625A KR1019950022176A KR19950022176A KR970007625A KR 970007625 A KR970007625 A KR 970007625A KR 1019950022176 A KR1019950022176 A KR 1019950022176A KR 19950022176 A KR19950022176 A KR 19950022176A KR 970007625 A KR970007625 A KR 970007625A
Authority
KR
South Korea
Prior art keywords
program
database
file
unique number
programs
Prior art date
Application number
KR1019950022176A
Other languages
Korean (ko)
Other versions
KR0164412B1 (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 KR1019950022176A priority Critical patent/KR0164412B1/en
Publication of KR970007625A publication Critical patent/KR970007625A/en
Application granted granted Critical
Publication of KR0164412B1 publication Critical patent/KR0164412B1/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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

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

본 발명은 여러 개의 응용 프로세스를 관리하는 방법에 관한 것으로서, 관리하고자 하는 프로그램을 프로그램 데이타 베이스에 등록하는 제1과정; 등록된 프로그램 중 적어도 하나 이상의 관리하고자 하는 프로그램을 프로세스로 생성하여 실행하는 제2과정; 상기 제2과정에서 실행되고 있는 프로세스가 실행 중에 비정상적으로 죽었을 경우, 죽은 프로세스와 죽은 프로세스에 관련된 프로세스를 복구처리하는 제3과정을 포함함을 특징으로 한다.The present invention relates to a method for managing a plurality of application processes, comprising: a first step of registering a program to be managed in a program database; A second step of generating and executing at least one program to be managed as a process from among registered programs; When the process running in the second process is abnormally dead during execution, it characterized in that it comprises a third process of recovering the dead process and processes related to the dead process.

본 발명에 의하면, 여러 개의 프로세스로 구성된 하나의 응용 소프트웨어에 대한 관리를 유닉스 운영체제의 초기화(init) 프로세스보다 효율적이며 안정적으로 할 수 있다.According to the present invention, it is possible to manage one application software composed of several processes more efficiently and stably than the initialization process of the Unix operating system.

Description

복수의 응용 프로세스 관리 방법How to Manage Multiple Application Processes

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음Since this is an open matter, no full text was included.

제1도는 응용 프로세스 관리기의 구성을 나타내는 블럭도, 제2도는 응용 프로세스 관리 방법을 도시한 흐름도, 제2A도는 프로그램 등록 과정을 도시한 흐름도, 제2B도는 프로세스 재시작부의 처리과정을 도시한 흐름도, 제2C도는 자식신호(SIGCLD) 처리부의 처리과정을 도시한 흐름도, 제2D도는 종료(kill) 프로세스부의 처리과정을 도시한 흐름도, 제2E도는 출생(spawm) 프로세스부의 처리과정을 도시한 흐름도, 제3도는 데이타 베이스에서 등록프로그램 삭제방법을 도시한 흐름도, 제4도는 데이타 베이스에서 등록프로그램 수정방법을 도시한 흐름도.1 is a block diagram showing the configuration of an application process manager, FIG. 2 is a flowchart showing a method of managing an application process, FIG. 2A is a flowchart showing a program registration process, FIG. 2B is a flowchart showing a process of a process restarting unit, and FIG. 2C is a flow chart showing the processing of the child signal (SIGCLD) processing unit, 2D is a flow chart showing the processing of the kill process unit, FIG. 2E is a flow chart showing the processing of the birth process unit, third 4 is a flowchart showing a method of deleting a registered program from a database, and FIG. 4 is a flowchart showing a method of modifying a registered program from a database.

Claims (14)

프로그램에 대한 정보를 저장하고 관리하는 프로그램 데이타 베이스에 관리하고자 하는 프로그램을 등록하는 제1과정; 상기 제1과정에서 등록된 프로그램 중 적어도 하나 이상의 관리하고자 하는 프로그램을 프로세스로 생성하여 실행하는 제2과정; 및 상기 제2과정에서 실행되고 있는 프로세스가 실행 중에 소프트웨어 에러등 비정상적으로 죽었을 경우, 죽은 프로세스 그리고 죽은 프로세스와 선후 관계를 맺으며 수행되는 프로세스들을 함께 복구하는 제3과정을 포함함을 특징으로 하는 응용 프로세스 관리 방법.Registering a program to be managed in a program database that stores and manages information about the program; A second step of generating and executing at least one or more programs to be managed as a process among the programs registered in the first step; And a third process of recovering together the dead process and the processes that are executed in a profound relationship with the dead process when the process executed in the second process is abnormally dead, such as a software error during execution. How to manage application processes. 제1항에 있어서, 상기 제1과정은 상기 프로그램 데이타 베이스에서 할당되지 않은 프로그램 고유번호(ID)를 찾아 등록하고자 하는 프로그램에 고유번호를 부여하는 과정; 상기 프로그램 데이타 베이스에서 필요로 하는 프로그램에 대한 정보를 받아들이는 과정; 및 상기 과정에서 받아들인 정보 값이 유효하면 프로그램 데이타 베이스에 저장하는 과정을 특징으로 하는 응용 프로세스 관리 방법.The method of claim 1, wherein the first process comprises: assigning a unique number to a program to find and register an unassigned program unique number (ID) in the program database; Receiving information about a program required by the program database; And storing the information value received in the process in a program database if valid. 제2항에 있어서, 상기 프로그램 데이타 베이스에서 필요로 하는 정보는 등록될 프로그램의 프로그램 고유번호(ID); 프로그램의 그룹에 대한 고유번호; 프로그램 이름; 프로그램 그룹 이름; 프로세스의 표준 입력을 대신하는 화일인 입력 간접 화일; 프로세스의 표준 출력을 대신하는 화일인 출력 간접 화일; 프로세스의 표준 에러를 대신하는 화일인 에러 간접 화일; 프로그램의 환경 세팅을 위한 변수와 값으로 된 환경; 실제적으로 프로그램이 수행되어질 명령; 프로세스가 종료되었을 경우 프로그램 관리기의 동작 형태를 나타내는 동작 형태; 프로그램 관리기가 프로세스를 죽일 때 사용되는 종료신호(killing singal); 그룹으로 묶여진 프로그램들 중에서 마스터가 되는 프로그램을 표시하는 마스터 프로그램 플래그; 및 프로그램 그룹내에서 우선 순위가 뒤인 프로그램들의 리스트를 나타내는 자식 프로그래 리스트로 구성됨을 특징으로 하는 응용 프로세스 관리 방법.The method of claim 2, wherein the information required by the program database comprises: a program unique number (ID) of a program to be registered; Unique number for a group of programs; Program name; Program group name; An input indirect file, which is a file that replaces the standard input of the process; An output indirect file, which is a file that replaces the standard output of the process; An error indirect file, which is a file that replaces the standard error of the process; Environment with variables and values for setting the environment of the program; Instructions that are actually executed by the program; An operation type indicating an operation type of the program manager when the process is terminated; A killing singal used by the program manager to kill the process; A master program flag indicating a program to be a master among the programs grouped in a group; And a child program list representing a list of programs having a lower priority in the program group. 제1항에 있어서, 상기 제2과정은 시작하고자 하는 프로그램의 범위를 받아들이는 제11과정; 상기 제11과정에서 받아들인 프로그램이 만일 하나의 프로그램일 경우, 프로그램 고유번호(ID)를 가지고 관련된 자식 프로세스를 다 죽이고 나서 프로세스를 생성(fork)하여 실행(exec)시키는 제12과정; 상기 제11과정에서 받아들인 프로그램이 만일 프로그램의 그룹일 경우, 등록된 프로그램의 데이타 베이스에서 그룹의 첫번째 시작 프로그램(마스터 프로그램)을 찾아 마스터 프로그램 고유번호(ID)를 가지고 관련된 자식 프로세스를 다 죽이고 나서, 프로그램 그룹내의 프로그램 수행 순서대로 프로세스를 생성하여 실행시키는 제13과정; 및 상기 제11과정에서 받아들인 프로그램이 만일 데이타 베이스에 등록된 모든 프로그램일 경우, 데이타 베이스에서 마스터 프로그램이 존재하지 않을 때까지 제13과정을 수행하는 제14과정을 특징으로 하는 응용 프로세스 관리 방법.The method of claim 1, wherein the second process comprises: an eleventh process of accepting a range of programs to be started; If the program accepted in step 11 is one program, killing all the child processes associated with the program unique number (ID) and then forking and executing the process (exec); If the program accepted in the step 11 is a group of programs, the first start program (master program) of the group is found in the database of the registered program, and the master program unique number (ID) is killed and all related child processes are killed. A process of generating and executing the processes in the order of program execution in the program group; And step 14, if the program accepted in step 11 is all programs registered in the database, step 13 until the master program does not exist in the database. 제1항에 있어서, 상기 제3과정은 죽은 프로세스의 고유번호(ID)를 얻어 데이타 베이스에서 관련된 프로그램을 찾는 과정; 프로그램 고유번호, 프로세스 고유번호, 죽은 원인, 시간등을 가지고 기록 화일에 기록하는 과정; 및 프로그램 고유번호(ID)를 가지고 자식 프로세스를 죽이고 나서, 프로세스를 생성하여 실행시키는 과정들을 관련된 자식 프로세스 수만큼 반복해서 수행함을 특징으로 하는 응용 프로세스 관리 방법.The method of claim 1, wherein the third process comprises: finding a related program in a database by obtaining an ID of a dead process; Recording in a recording file with a program identification number, a process identification number, a cause of death, and a time; And killing the child process with a program unique number (ID), and then repeatedly performing the processes of creating and executing the process by the number of related child processes. 응용 프로세스 관리시 프로그램 데이타 베이스에 등록된 프로그램을 삭제하는 방법에 있어서, 삭제하고자 하는 프로그램의 범위를 받아들이는 과정; 프로그램 데이타 베이스에서 상기 입력된 범위에 해당되는 프로그램을 찾는 과정; 삭제할 프로그램을 선택하는 과정; 상기 과정에서 선택한 프로그램의 각 정보영역을 디스플레이 하는 과정; 및 프로그램 데이타 베이스에서 프로그램을 삭제하는 과정을 포함함을 특징으로 하는 등록 프로그램 데이타 베이스의 등록된 프로그램 삭제 방법.A method of deleting a program registered in a program database in managing an application process, the method comprising: accepting a range of a program to be deleted; Finding a program corresponding to the input range in a program database; Selecting a program to delete; Displaying each information area of the program selected in the above step; And deleting the program from the program database. 응용 프로세스 관리시 등록 과정에서 등록된 프로그램에 대한 정보를 프로그램 데이타 베이스에서 수정하는 방법에 있어서, 수정하고자 하는 프로그램의 범위를 받아들이는 과정; 프로그램 데이타 베이스에서 상기 입력된 범위에 해당되는 프로그램을 찾는 과정; 수정할 프로그램을 선택하는 과정; 수정할 정보영역을 선택하여 정보영역의 값을 입력하는 과정; 및 입력된 정보영역의 값을 프로그램 데이타 베이스에 저장하는 과정을 포함함을 특징으로 하는 등록 프로그램 데이타 베이스의 프로그램 수정 방법.A method of modifying information about a program registered in a registration process in application program management in a program database, the method comprising: accepting a range of programs to be modified; Finding a program corresponding to the input range in a program database; Selecting a program to modify; Selecting an information area to be modified and inputting a value of the information area; And storing a value of the input information area in a program database. 응용 프로세스 관리시 등록 과정에서 등록된 프로그램을 프로그램 데이타 베이스에서 검색하는 방법에 있어서, 검색하고자 하는 프로그램의 범위를 받아들이는 과정; 프로그램 데이타 베이스에서 상기 입력된 범위에 해당되는 프로그램을 찾는 과정; 및 상기 과정에서 찾은 프로그램의 각 정보영역을 디스플레이하는 과정을 포함함을 특징으로 하는 등록 프로그램 데이타 베이스의 프로그램 검색 방법.A method for retrieving a program registered in a registration process in a program database during application process management, the method comprising: receiving a range of programs to be searched; Finding a program corresponding to the input range in a program database; And displaying each information area of the program found in the above process. 제14항에 있어서, 검색하고자 하는 프로그램의 범위는 프로그램, 프로그램 그룹, 프로그램 전체의 세가지 경우로 나누어짐을 특징으로 하는 등록 프로그램 데이타 베이스의 프로그램 검색 방법.15. The method of claim 14, wherein a range of programs to be searched is divided into three cases: a program, a program group, and an entire program. 응용 프로세스 관리시 관리작업을 종료하기 위해 관리하던 프로그램 정보를 백업하는 방법에 있어서, 프로그램 정보를 저장하고 있던 백업용 저장화일이 존재하면 삭제하는 과정; 프로그램 정보를 저장하고 있는 저장화일을 백업용 저장화일로 바꾸는 과정; 및 프로그램 데이타 베이스에 저장된 프로그램들의 각 정보영역의 정보를 저장화일에 저장하는 과정을 포함함을 특징으로 하는 관리작업 종료시 프로그램 데이타 베이스의 프로그램 백업 방법.What is claimed is: 1. A method of backing up program information that has been managed to end a management task in managing an application process, the method comprising: deleting if there is a backup file for storing program information; Converting a storage file storing program information into a backup file; And storing the information of each information area of the programs stored in the program database in a storage file. 응용 프로세스 관리시 프로세스의 상태를 표시하는 방법에 있어서, 디스플레이할 프로그램의 범위를 받아들이는 과정; 상기 과정에서 받아들인 프로그램에 대하여 프로그램 데이타 베이스에서 현재 수행중인 프로세스에 대한 프로세스 고유번호(ID)를 얻는 과정; 상기 과정에서 얻어진 프로세스 고유번호에 대해서 프로세스 상태를 얻는 과정; 및 화면에 각 프로세스의 상태를 디스플레이하는 과정을 포함함을 특징으로 하는 프로세스 상태 표시 방법.CLAIMS What is claimed is: 1. A method of displaying a state of a process in managing an application process, the method comprising: accepting a range of programs to be displayed; Obtaining a process unique number (ID) for a process currently running in a program database for a program accepted in the above process; Obtaining a process status with respect to the process unique number obtained in the above process; And displaying the status of each process on the screen. 응용 프로세스 관리시 실행 중인 프로세스를 강제로 중단시키는 방법에 있어서, 중단시킬 프로그램의 범위(프로그램 고유번호(ID), 그룹 고유번호, 프로그램 전체)를 받아들이는 과정; 범위가 프로그램이면, 죽은 프로세스의 재실행 여부를 표시하는 출생(spawn) 플래그를 ‘재실행 아님’으로 표시하고 선택된 프로그램 고유번호를 가진 프로세스에게 종료신호(killing signal)을 보내어 프로세스 죽이는 과정; 범위가 프로그램 그룹이면, 데이타 베이스에서 프로그램 그룹에서 처음 시작하는 프로그램(마스터 프로그램)을 찾아 죽은 프로세스의 재실행 여부를 표시하는 출생(spawn) 플래그를 ‘재실행 아님’으로 표시하고 관련된 자식 프로세스들의 수행 순서의 역순으로 자식 프로세스를 죽이는 과정; 범위가 프로그램 전체이면 상기 프로그램 그룹에서 수행하는 과정을 마스터 프로그램이 없을 때까지 반복하는 과정; 및 종료시킨 모든 프로세스가 실제적으로 종료될 때까지 기다리는 과정을 포함함을 특징으로 하는 실행 중인 프로세스를 강제로 중단시키는 방법.A method of forcibly terminating a running process in managing an application process, the method comprising: accepting a range of a program to be stopped (program unique number (ID), group unique number, entire program); If the range is a program, killing the process by indicating a spawn flag indicating whether to re-run the dead process as 'not relaunching' and sending a killing signal to a process having the selected program unique number; If the scope is a program group, the database finds the first program (master program) that starts in the program group (marks a non-replay) with the birth flag indicating whether to re-run the dead process and the sequence of execution of the related child processes. Killing child processes in reverse order; Repeating the process performed by the program group until there is no master program if the range is the entire program; And waiting for all terminated processes to actually terminate. 응용 프로세스를 관리할 때에 데이타 베이스에 등록된 프로그램 중 관리 대상에 속하지 않는 프로세스를 관리하는 방법에 있어서, 관리하고자 하는 프로그램을 폴링 방식으로 관리하기 위해 프로그램의 폴링모드를 세팅하는 과정; 폴링을 하기 위해 운영체제에게 일정시간마다 신호를 보내어, 프로세스의 생사를 검사하게 하고, 프로세스가 살아 있으면 그대로 두고, 프로세스가 죽었으면 다시 살리는 함수인 알람(alarm)을 준비하는 과정; 폴링할 프로그램을 받아들여 폴링모드가 오프이면, 폴링을 하기 위해 프로세스의 고유번호(ID)를 받아 들이는 과정; 상기 과정의 프로세스 고유번호에 해당하는 프로세스가 살아 있으면 데이타 베이스에서 프로세스 고유번호를 저장한 후, 상기 알람(alarm) 함수가 작동되어 있지 않고 있으면 알람(alarm)을 작동시켜 프로세스를 관리하는 과정; 및 상기 과정에서 폴링할 프로그램의 폴링모드가 온(ON)이면, 데이타 베이스에서 해당 프로세스 고유번호를 제거하고, 폴링 모드가 온인 프로그램이 없으면 작동중인 알람(alarm)을 중지시키는 과정을 포함함을 특징으로 하는 데이타 베이스에 등록된 프로그램 중 관리 대상에 속하지 않는 프로세스를 관리 하는 방법.A method for managing a process not belonging to a management target among programs registered in a database when managing an application process, the method comprising: setting a polling mode of a program to manage a program to be managed in a polling manner; Sending a signal to the operating system at regular intervals for polling to check the process for life and death, leaving the process alive, and preparing an alarm, which is a function to restore the process if it dies; Accepting a program to be polled and if the polling mode is off, accepting a process's unique number (ID) to poll; Storing a process unique number in a database if a process corresponding to the process unique number of the process is alive and managing the process by operating an alarm if the alarm function is not activated; And if the polling mode of the program to be polled is ON, removing the process unique number from the database, and if there is no program with the polling mode on, stopping the alarm in operation. How to manage processes not belonging to the management among the programs registered in the database. 응용 프로세스를 관리할 때에 응용 프로세스의 로그 사항을 기록하는 장소를 지정하는 방법에 있어서, 현재의 로그 모드의 종류를 화면에 보여주는 과정; 새로운 로그 모드를 받아들이는 과정; 로그 모드가 메세지 큐이면 메세지 큐 고유번호를 받아들여 메세지 큐를 만들고, 로그 모드가 화일이면 화일이름을 받아들여 화일을 오픈하는 과정; 이전의 로그 모드가 닫힌다는 정보를 가지고 등재기(logger)를 호출하는 과정; 이전의 로그 모드가 화일이었다면 화일을 닫는 과정; 로그 모드를 새로운 로그 모드로 세팅하는 과정; 새로운 로그 모드가 오픈되었다는 정보를 가지고 등재기(logger)를 호출하는 과정; 새로운 로그 모드에 대한 정보를 특정 화일에 기록하는 과정을 포함함을 특징으로 하는 프로세스 기록 저장 장소 지정 방법.Claims [1] A method of designating a place to record log information of an application process when managing an application process, the method comprising: displaying a current type of log mode on a screen; Accepting a new log mode; Creating a message queue by accepting a message queue unique number if the log mode is a message queue, and opening a file by accepting a file name if the log mode is a file; Calling a logger with information that the previous log mode is closed; Closing the file if the previous log mode was a file; Setting the log mode to the new log mode; Calling a logger with information that a new log mode has been opened; A method of storing a process record storage location, comprising recording information about a new log mode to a specific file. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: The disclosure is based on the initial application.
KR1019950022176A 1995-07-25 1995-07-25 Method of management of multiple application program KR0164412B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019950022176A KR0164412B1 (en) 1995-07-25 1995-07-25 Method of management of multiple application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019950022176A KR0164412B1 (en) 1995-07-25 1995-07-25 Method of management of multiple application program

Publications (2)

Publication Number Publication Date
KR970007625A true KR970007625A (en) 1997-02-21
KR0164412B1 KR0164412B1 (en) 1999-01-15

Family

ID=19421589

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950022176A KR0164412B1 (en) 1995-07-25 1995-07-25 Method of management of multiple application program

Country Status (1)

Country Link
KR (1) KR0164412B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010064807A (en) * 1999-12-18 2001-07-11 이계철 Dynamic controlling and automatic regenerating apparatus for abnormally terminated processes and method for using it
KR100445889B1 (en) * 2001-10-10 2004-08-25 엘지전자 주식회사 Method of Managing Status of Processes in the ATM Exchange System
KR100462988B1 (en) * 2000-11-24 2004-12-23 엘지전자 주식회사 Method for managing multi process in computer system
KR100898650B1 (en) * 2004-09-23 2009-05-22 인텔 코오퍼레이션 Vectoring process-kill errors to an application program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010064807A (en) * 1999-12-18 2001-07-11 이계철 Dynamic controlling and automatic regenerating apparatus for abnormally terminated processes and method for using it
KR100462988B1 (en) * 2000-11-24 2004-12-23 엘지전자 주식회사 Method for managing multi process in computer system
KR100445889B1 (en) * 2001-10-10 2004-08-25 엘지전자 주식회사 Method of Managing Status of Processes in the ATM Exchange System
KR100898650B1 (en) * 2004-09-23 2009-05-22 인텔 코오퍼레이션 Vectoring process-kill errors to an application program

Also Published As

Publication number Publication date
KR0164412B1 (en) 1999-01-15

Similar Documents

Publication Publication Date Title
KR100550758B1 (en) A method and system for managing configuration changes in a data processing system
CN108710532B (en) Dependency realization method, device, equipment and storage medium of cross-dispatching platform
JPH1049414A (en) Device and method for version management
CN111639101B (en) Method, device and system for correlating rule engine system of internet of things and storage medium
CN112365157A (en) Intelligent dispatching method, device, equipment and storage medium
CN112817710A (en) Timed task processing method, timed task processing system, computer equipment and computer storage medium
CN114064213A (en) Kubernets container environment-based rapid arranging service method and system
US8472034B2 (en) Job control device, job control file, job control method, and job control program
KR970007625A (en) How to Manage Multiple Application Processes
KR100300899B1 (en) Parallel data processing system and method of controlling such a system
KR900018831A (en) How to Boot and Configure a Data Processing System and Systems With It
CN112328602A (en) Method, device and equipment for writing data into Kafka
CN111274208B (en) Method and device for locking file
CN111752838A (en) Question checking method and device, server and storage medium
CN114661569B (en) Dynamic buried point acquisition method for user behavior data
CN115271889A (en) Intelligent label automatic linkage generation method, device, equipment and storage medium
CN112000492B (en) Public number user tag management system and method
JP2014191568A (en) Operation system
CN116737798B (en) Time series label split storage method and system for preventing alarm jitter
US20030018683A1 (en) Method, system and program for deleting work flow item
JPH10240591A (en) Method for computer load decentralization at sql procedure execution time
CN116501376B (en) Decoupling method, system and device based on configuration instant trigger task
EP1380939A1 (en) Version management for software object associations
CN114706723A (en) Population multidimensional information early warning method and system
CN117971527A (en) Application system degradation method, device, computer equipment and storage medium

Legal Events

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

Payment date: 20070830

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee