KR20040008552A - Software Module Initializing Management System - Google Patents

Software Module Initializing Management System Download PDF

Info

Publication number
KR20040008552A
KR20040008552A KR1020020042192A KR20020042192A KR20040008552A KR 20040008552 A KR20040008552 A KR 20040008552A KR 1020020042192 A KR1020020042192 A KR 1020020042192A KR 20020042192 A KR20020042192 A KR 20020042192A KR 20040008552 A KR20040008552 A KR 20040008552A
Authority
KR
South Korea
Prior art keywords
initialization
module
database
event
software
Prior art date
Application number
KR1020020042192A
Other languages
Korean (ko)
Other versions
KR100489681B1 (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-0042192A priority Critical patent/KR100489681B1/en
Publication of KR20040008552A publication Critical patent/KR20040008552A/en
Application granted granted Critical
Publication of KR100489681B1 publication Critical patent/KR100489681B1/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: A software module initialization management system is provided to register an initialization function and an event of each module within a software at a database, and to collectively perform the initialization process. CONSTITUTION: The system comprises a module registration module(110), an initialization function registration module(111), an initialization event registration module(112), a database(113) and a controller(101). The module registration module(110) receives data on a module(200), e.g., a name, for a software initialization, stores the received data at the database(113), generates an ID for the registered module(200), and allocates the ID to the corresponding module(200). The initialization function registration module(111) registers an initialization function for the registered module(200) at the database(113). The initialization event registration module(112) registers an initialization event for the registered module(200) at the database(113).

Description

소프트웨어 모듈의 초기화 관리 시스템 {Software Module Initializing Management System}Software Module Initializing Management System

본 발명은 소프트웨어 내의 각 모듈들을 등록하고 등록된 각 모듈들의 초기화와 관련된 초기화 함수 및 관련 이벤트들을 데이터 베이스에 저장/등록한 뒤, 초기화가 시작되면 데이터 베이스에 저장된 각 개별 모듈들의 초기화 함수 및 필요한 관련 이벤트들을 호출하여 초기화를 수행할 수 있도록 하는 소프트웨어 모듈의 초기화 관리 시스템에 관한 것이다.The present invention registers each module in the software and stores / registers an initialization function and related events related to the initialization of each registered module in the database, and when initialization is started, the initialization function and necessary related events of each individual module stored in the database are started. It relates to an initialization management system of a software module that allows to perform the initialization by calling them.

일반적으로, 소프트웨어는 그 관리, 유지 보수 및 업그레이드 등의 편의를 위하여 각각 일정 단위 기능을 수행하는 다수의 모듈들이 상호 연관되도록 조합되어 구성된다.In general, the software is configured by combining a plurality of modules each performing a certain unit function for the purpose of convenience of management, maintenance and upgrade.

따라서, 이러한 소프트웨어의 초기화 시에는 각각의 모듈들을 초기화시켜 주어야 하며, 통상 소프트웨어에 속하는 모듈은 자체적으로 초기화 가능하기도 하지만 다른 모듈들과 이벤트를 주고받으며 초기화하게 된다.Therefore, when initializing such software, each module must be initialized. Usually, a module belonging to the software can be initialized by itself, but it is initialized by exchanging events with other modules.

그런데, 과거의 소프트웨어의 경우 비교적 소수의 모듈들로만 구성되므로 각 모듈의 개발 및 이들을 조합하여 소프트웨어를 구성하는데 한 두 명의 소프트웨어 기술자만으로도 충분히 가능하였으며, 초기화 과정도 비교적 상호 연관적이지 않아 초기화 과정이 그리 복잡하지 않은 관계로 특별히 초기화 관리에 신경을 쓰지 않아도 되었다.However, in the past, since the software consists of a relatively small number of modules, only one or two software technicians are sufficient to develop each module and configure the software by combining them, and the initialization process is not so correlated that the initialization process is complicated. You didn't have to care about initialization.

그러나, 최근 들어 개발되는 소프트웨어들은 그 기능이 이전보다 월등히 향상되고 그에 따라 들어가는 모듈들도 기하급수적으로 불어나서 과거처럼 한 두 명의 소프트웨어 기술자만으로 이들을 관리한다는 것은 불가능한 일이 되어 버려 수많은 기술자가 각기 하나 또는 소수의 모듈들을 관리하게 되었다.However, in recent years, the software that is developed is greatly improved than before, and the modules that enter accordingly grow exponentially, and it is impossible to manage them with only one or two software technicians as in the past. You have managed a few modules.

따라서, 소프트웨어의 초기화 관리 개념이 없는 종래에는 소프트웨어를 이루는 다수의, 상호 의존적인 모듈들의 초기화 과정을 이루어 내기 힘들게 되어 버렸으며, 특히 각 모듈의 기능 변경 및 새로운 모듈의 추가가 이루어지면 전체 초기화 과정을 처음부터 모두 다시 수정하여야 하는 과정이 불가피하게 되는 문제점이 발생하게 된다.Therefore, it is difficult to achieve the initialization process of a plurality of interdependent modules constituting the software in the prior art without the concept of initialization management of the software. Especially, when the function of each module is changed and the addition of a new module is made, There is a problem that the process that must be modified again from the beginning is inevitable.

본 발명은 이러한 문제점들을 해결하기 위하여 창안된 것으로, 소프트웨어 내의 모듈들의 초기화 함수 및 이벤트들을 미리 등록하고 데이터 베이스화 한 뒤 이를 통하여 일괄적으로 초기화를 수행할 수 있는 소프트웨어의 모듈 초기화 관리 시스템을 제공하는데 그 목적이 있다.The present invention was devised to solve these problems, and provides a module initialization management system of software that can register and initialize the initialization functions and events of the modules in the software in advance and perform the initialization in a batch. There is a purpose.

도 1은 본 발명의 바람직한 실시예에 따른 소프트웨어의 모듈 초기화 관리 시스템의 구성을 나타내는 블록도이고,1 is a block diagram showing the configuration of a module initialization management system of software according to a preferred embodiment of the present invention;

도 2는 본 발명의 바람직한 실시예에 따른 소프트웨어 모듈의 초기화 관리 시스템의 동작 방법의 흐름을 나타내는 흐름도이다.2 is a flowchart illustrating a method of operating an initialization management system of a software module according to an exemplary embodiment of the present invention.

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

100 : 소프트웨어 모듈의 초기화 관리 시스템100: initial management system of the software module

101 : 제어부101: control unit

110 : 모듈 등록부110: module register

111 : 초기화 함수 등록부111: initialization function register

112 : 초기화 이벤트 등록부112: initialization event register

113 : 데이터 베이스113: Database

200 : 모듈200: module

이와 같은 목적을 달성하기 위하여 본 발명은, 소프트웨어 내의 각 모듈들의 초기화 관리를 위한 시스템에 있어서, 데이터 베이스와, 소프트웨어 내의 각 모듈들의 기본적인 등록 정보를 입력받고 그에 따른 고유 코드를 각 모듈에 할당한 뒤 그 정보를 데이터 베이스에 저장하는 기능을 수행하는 모듈 등록부와, 모듈 등록부에 의하여 등록된 각 모듈들의 초기화 함수를 입력받아 데이터 베이스에 저장/등록하는 기능을 수행하는 초기화 함수 등록부와, 모듈 등록부에 의하여 등록된 각 모듈들의 초기화에 필요한 이벤트들을 입력받아 데이터 베이스에 저장/등록하는 기능을 수행하는 초기화 이벤트 등록부와, 상술한 각 부와 데이터 베이스 상호간의 동작 및 데이터 흐름을 전체적으로 제어하는 기능을 수행하며 초기화가 실행되면 데이터 베이스에 등록되어 있는 각 모듈들의 초기화에 필요한 이벤트 및 함수를 데이터 베이스로부터 호출하여 초기화를 진행시키는 기능을 수행하는 제어부로 구성된다.In order to achieve the above object, the present invention, in the system for the initialization management of each module in the software, after receiving the database and basic registration information of each module in the software and assigns a unique code accordingly accordingly A module register which performs a function of storing the information in a database, an initialization function register which performs a function of receiving and storing / registering an initialization function of each module registered by the module register in a database, and a module register Initialization event registration unit that receives the necessary events for initialization of each registered module and stores / registers in the database, and performs the function of totally controlling the operation and data flow between each of the above-mentioned parts and the database, and initialization. Is executed in the database, etc. Calling an event and a function required for the initialization of each module from the database and is configured to control to perform a function to proceed to the initialization.

또한, 상기 초기화 이벤트 등록 부에 등록되는 각 모듈의 이벤트 등록 정보 항목은, 이벤트 아이디와, 초기화를 위하여 필요한 이벤트를 발생시키는 모듈 아이디와, 자신의 이벤트를 필요로 하는 모듈의 아이디 및 상기 이벤트들을 발생할 횟수 항목 등으로 이루어진다.The event registration information item of each module registered in the initialization event registration unit may include an event ID, a module ID for generating an event necessary for initialization, an ID of a module requiring its own event, and the events. Number of items.

이하, 본 발명이 속하는 분야에 통상의 지식을 지닌 자가 본 발명을 용이하게 실시할 수 있도록 본 발명의 바람직한 실시 예를 첨부된 도면을 참조하여 상세히 설명한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention.

또한, 이해의 편의를 위하여 비록 다른 도면에 속하더라도 동일한 구성 요소에는 동일한 부호를 부여하였음을 주의하여야 한다.In addition, it should be noted that the same reference numerals are given to the same components, although belonging to different drawings for convenience of understanding.

도 1은 본 발명의 바람직한 실시 예에 따른 소프트웨어의 모듈 초기화 관리 시스템의 구성을 나타내는 블록 도이다.1 is a block diagram showing the configuration of a module initialization management system of software according to a preferred embodiment of the present invention.

도시된 바와 같이, 본 발명의 바람직한 실시 예에 따른 소프트웨어의 모듈 초기화 관리 시스템(100)은 모듈 등록부(110)와, 초기화 함수 등록부(111)와, 초기화 이벤트 등록부(112)와, 데이터 베이스(113) 및 제어부(101)로 구성된다.As shown, the module initialization management system 100 of the software according to the preferred embodiment of the present invention includes a module register 110, an initialization function register 111, an initialization event register 112, a database 113 ) And the control unit 101.

모듈 등록부(110)는 관리자로부터 소프트웨어 초기화를 위한 모듈(200)의 이름 등의 등록 정보를 입력받아 데이터 베이스(113)에 저장 등록하고, 그에 따라 고유 코드 즉, 아이디(ID)를 생성하여 해당 모듈(200)에 부여하는 기능을 수행한다.The module registration unit 110 receives registration information such as the name of the module 200 for initializing the software from an administrator, stores the registration information in the database 113, and generates a unique code, that is, an ID (ID) according to the corresponding module. Perform the function given to (200).

초기화 함수 등록부(111)는 모듈 등록부(110)에 의하여 등록된 각 모듈(200)의 초기화 함수를 관리자로부터 입력받아 데이터 베이스(113)에 저장, 등록하는 기능을 수행한다.The initialization function registration unit 111 receives an initialization function of each module 200 registered by the module registration unit 110 from an administrator, and stores and registers the initialization function in the database 113.

초기화 이벤트 등록부(112)는 등록된 모듈(200)들의 초기화를 위한 이벤트를 관리자로부터 입력받은 뒤에 데이터 베이스(113)에 저장, 등록하는 기능을 수행한다.The initialization event register 112 performs a function of storing and registering in the database 113 after receiving an event for initialization of registered modules 200 from an administrator.

소프트웨어 내의 모듈(200)들이 초기화를 수행하기 위해서는 각 모듈(200)들이 상호 복합적으로 연계되게 되므로, 하나의 모듈(200)은 초기화 시에 자신이 아닌 다른 모듈(200)의 초기화 이벤트가 필요할 수도 있을 것이며, 반대로 다른 모듈(200)의 초기화 시에 자신의 이벤트가 영향을 미칠 수도 있을 것이다.In order to perform initialization of the modules 200 in the software, since each module 200 is complexly connected with each other, one module 200 may require an initialization event of another module 200 other than itself at the time of initialization. On the contrary, their event may affect the initialization of the other module 200.

따라서, 상기 초기화 이벤트 등록부(112)에 등록되는 이벤트는 해당 모듈(200)이 초기화 시에 발생시키는 이벤트와, 초기화 시에 필요한 이벤트라고 할 수 있다.Therefore, the event registered in the initialization event registration unit 112 may be referred to as an event generated by the module 200 at initialization and an event required at initialization.

이때, 상기 초기화 이벤트 등록부(112)에 등록되는 이벤트 등록 정보 항목으로는 이벤트 아이디와, 초기화를 위하여 필요한 이벤트를 발생시키는 모듈 아이디와, 자신의 이벤트를 필요로 하는 모듈의 아이디와, 상기 이벤트들을 발생할 횟수항목으로 구성되며, 이들은 이벤트 등록부를 통하여 입력된 뒤에 데이터 베이스(113)에 저장되어 등록되게 된다.In this case, the event registration information items registered in the initialization event registration unit 112 include an event ID, a module ID for generating an event required for initialization, an ID of a module requiring its own event, and occurrence of the events. It is composed of a number of items, they are input through the event registration unit is stored and registered in the database 113.

한편, 독립적으로 초기화가 가능한 모듈(200)들은 독립적인 초기화가 가능하므로 초기화에 필요한 자체 함수와 이벤트만을 등록하면 다른 모듈(200)들의 초기화 여부에는 관계없이 신속한 초기화 수행이 가능하게 될 것이다.On the other hand, since the modules 200 that can be initialized independently can be initialized independently, only initializing their own functions and events required for initialization will enable rapid initialization regardless of the initialization of other modules 200.

제어부(101)는 상술한 모듈 등록부(110)와, 초기화 함수 등록부(111)와, 초기화 이벤트 등록부(112) 및 데이터 베이스(113) 상호간의 동작 및 데이터 흐름을 전체적으로 제어하는 기능을 수행하며, 관리자에 의하여 초기화가 시작되면 데이터 베이스(113)에 등록되어 있는 각 모듈(200)들의 초기화에 필요한 이벤트 및 함수를 데이터 베이스(113)로부터 호출하여 실행시켜 초기화를 진행한다.The controller 101 performs a function of controlling overall operations and data flows between the above-described module register 110, the initialization function register 111, the initialization event register 112, and the database 113. When the initialization is initiated by calling the event and function necessary for the initialization of each module 200 registered in the database 113 from the database 113 to execute the initialization.

도 2는 본 발명의 바람직한 실시예에 따른 소프트웨어 모듈의 초기화 관리 시스템의 동작 방법의 흐름을 나타내는 흐름도이다.2 is a flowchart illustrating a method of operating an initialization management system of a software module according to an exemplary embodiment of the present invention.

먼저, 모듈 등록부(110)는 관리자로부터 초기화가 필요한 모듈(200)들의 이름을 입력받고 그에 따른 고유 코드를 부여한 뒤, 데이터 베이스(113)에 저장, 등록한다(S1).First, the module registration unit 110 receives the names of the modules 200 that need to be initialized from the administrator, assigns them unique codes, and stores and registers them in the database 113 (S1).

이어서, 초기화 함수 등록 모듈(111)과 초기화 이벤트 등록 모듈은(112) 초기화에 해당 모듈(200)의 초기화 함수 및 이벤트 등록 정보 항목을 등록한다(S2).Subsequently, the initialization function registration module 111 and the initialization event registration module 112 register the initialization function and the event registration information item of the corresponding module 200 at initialization (S2).

이때, 이벤트 등록 정보 항목은 앞서 언급했듯이, 해당 모듈(200)의 초기화에 관련된 이벤트 아이디와, 이들 중 초기화를 위하여 필요한 이벤트를 발생시키는 모듈 아이디와, 자신의 이벤트를 필요로 하는 모듈의 아이디와, 상기 이벤트들을발생할 횟수 항목으로 구성된다.In this case, as described above, the event registration information item includes an event ID related to initialization of the module 200, a module ID for generating an event necessary for initialization, an ID of a module requiring its own event, It is composed of the number of times to generate the events.

상술한 데이터 베이스(113) 등록 과정이 종료되고 각 모듈(200)들의 초기화가 시작되면(S3), 제어부(101)는 먼저 각 모듈(200)에 초기화의 시작을 알리고, 각 모듈(200)들은 그에 따라 자체적으로 수행 가능한 초기화를 먼저 실행한 뒤, 그 결과를 제어부(101)에 보고한다(S4).When the above-described process of registering the database 113 ends and initialization of each module 200 starts (S3), the controller 101 first notifies the start of initialization to each module 200, and the respective modules 200 Accordingly, after performing initialization that can be performed by itself, the result is reported to the controller 101 (S4).

이어서, 제어부(101)는 상기 초기화 함수 등록 모듈(111)과 초기화 이벤트 등록 모듈(112)에 의하여 등록된 초기화 함수 및 이벤트 중 각 모듈(200)의 초기화에 필요한 함수 및 이벤트를 호출하여 해당 각 모듈(200)의 초기화를 진행시킨다(S5).Subsequently, the controller 101 calls a function and an event required for initialization of each module 200 among the initialization functions and events registered by the initialization function registration module 111 and the initialization event registration module 112, and then calls the respective modules. The initialization of step 200 is performed (S5).

이러한 절차를 거쳐, 모든 모듈(200)의 초기화가 완료되게 되면, 각 모듈(200)은 자신들의 초기화가 정상적으로 완료되었음을 제어부(101)에 보고하고(S6), 제어부(101)는 모든 모듈(200)들이 초기화되었는지를 판단한 뒤(S7), 판단 결과 모든 모듈(200)들의 초기화가 정상적으로 이루어졌으면 정상적 초기화의 종료를 선언하여 소프트웨어를 사용할 수 있도록 한다(S8).Through this procedure, when the initialization of all the modules 200 is completed, each module 200 reports to the control unit 101 that their initialization has been completed normally (S6), the control unit 101 all modules 200 ) After determining whether they are initialized (S7), if the initialization of all the modules 200 is normally made as a result of the determination of the end of the normal initialization to use the software (S8).

한편, 이때 특정 모듈(200a)의 초기화가 정상적으로 수행되지 않았을 경우에는 해당 모듈(200a)에 관련하여 데이터 베이스(113)에 등록된 상기 모듈(200a)의 초기화 함수와 관련 이벤트들을 호출하여 재 시도하여 초기화를 종료시킨다(S9).Meanwhile, in this case, when the initialization of the specific module 200a is not normally performed, the initialization function and related events of the module 200a registered in the database 113 are called in relation to the module 200a to retry. The initialization is terminated (S9).

이상 본 발명의 바람직한 실시예에 대해 상세히 기술되었지만, 본 발명이 속하는 기술분야에 있어서 통상의 지식을 가진 사람이라면, 첨부된 청구 범위에 정의된 본 발명의 정신 및 범위를 벗어나지 않으면서 본 발명을 여러 가지로 변형 또는변경하여 실시할 수 있음을 알 수 있을 것이다. 따라서 본 발명의 앞으로의 실시예들의 변경은 본 발명의 기술을 벗어날 수 없을 것이다.Although the preferred embodiments of the present invention have been described in detail above, those skilled in the art will appreciate that the present invention may be modified without departing from the spirit and scope of the invention as defined in the appended claims. It will be appreciated that modifications or variations may be made. Therefore, changes in the future embodiments of the present invention will not be able to escape the technology of the present invention.

이상 설명한 바와 같이, 본 발명에 따르면 소프트웨어 내의 모듈들의 초기화 함수 및 이벤트들을 미리 등록하고 데이터 베이스화 한 뒤 이를 통하여 일괄적으로 초기화를 수행할 수 있게 되므로, 초기화 관리가 편리해지고 그에 따라 소프트웨어의 전체적 성능 향상을 가져올 수 있는 장점이 있다.As described above, according to the present invention, since the initialization functions and events of the modules in the software can be registered in advance and the database can be initialized in a batch, the initialization management can be facilitated, thereby improving the overall performance of the software. There is an advantage that can bring.

Claims (4)

소프트웨어 내의 각 모듈들의 초기화 관리를 위한 시스템에 있어서,In the system for the initialization management of each module in the software, 데이터 베이스;database; 상기 소프트웨어 내의 각 모듈들의 기본적인 등록 정보를 입력받고 그에 따른 고유 코드를 상기 각 모듈에 할당한 뒤, 그 정보를 상기 데이터 베이스에 저장하는 기능을 수행하는 모듈 등록부;A module registration unit configured to receive basic registration information of each module in the software, assign a unique code to each module, and store the information in the database; 상기 모듈 등록부에 의하여 등록된 상기 각 모듈들의 초기화 함수를 입력받아 상기 데이터 베이스에 저장, 등록하는 기능을 수행하는 초기화 함수 등록부;An initialization function registration unit that receives an initialization function of each module registered by the module registration unit and stores and registers the initialization function in the database; 상기 모듈 등록부에 의하여 등록된 상기 각 모듈들의 초기화에 필요한 이벤트들을 입력받아 상기 데이터 베이스에 저장, 등록하는 기능을 수행하는 초기화 이벤트 등록부;An initialization event registration unit configured to receive events required for initialization of each module registered by the module registration unit, and to store and register the events in the database; 상기 각 부와 데이터 베이스 상호간의 동작 및 데이터 흐름을 전체적으로 제어하는 기능을 수행하며, 초기화가 실행되면 상기 데이터 베이스에 등록되어 있는 각 모듈들의 초기화에 필요한 이벤트 및 함수를 상기 데이터 베이스로부터 호출하여 초기화를 진행시키는 기능을 수행하는 제어부를 포함하는 것을 특징으로 하는 소프트웨어 모듈의 초기화 관리 시스템.Functions to control the overall operation and data flow between each part and the database, and if the initialization is executed, call the events and functions necessary for the initialization of each module registered in the database from the database. And a control unit for performing a function of advancing. 제 1항에 있어서, 상기 초기화 이벤트 등록부에 등록되는 각 모듈의 이벤트등록 정보 항목은, 이벤트 아이디와, 초기화를 위하여 필요한 이벤트를 발생시키는 모듈 아이디와, 자신의 이벤트를 필요로 하는 모듈의 아이디 및 상기 이벤트들을 발생할 횟수 항목 중 적어도 어느 하나인 것을 특징으로 하는 소프트웨어 모듈의 초기화 관리 시스템.The method of claim 1, wherein the event registration information item of each module registered in the initialization event registration unit comprises: an event ID, a module ID for generating an event required for initialization, an ID of a module requiring its own event, and And at least one of the number of occurrences of the events. 제 1항에 있어서, 상기 제어부는 상기 각 모듈에 초기화의 시작을 통보하고 상기 각 모듈들은 초기화 수행이 완료되면 초기화 수행 결과를 상기 제어부에 보고하는 것을 특징으로 하는 소프트웨어 모듈의 초기화 관리 시스템.The system of claim 1, wherein the controller notifies the respective modules of the start of initialization, and when each module completes the initialization, reports the initialization result to the controller. 제 3항에 있어서, 상기 각 모듈들의 보고 결과 특정 모듈의 초기화가 정상적으로 이루어지지 않았을 경우, 상기 제어부는 상기 데이터 베이스에 등록된 상기 특정 모듈의 초기화 함수와 관련 이벤트들을 호출하여 재 초기화하는 것을 특징으로 하는 소프트웨어 모듈의 초기화 관리 시스템.4. The method of claim 3, wherein if the initialization of the specific module is not normally performed as a result of the reporting of the respective modules, the controller reinitializes by calling the initialization function and related events of the specific module registered in the database. Initialization management system of the software module.
KR10-2002-0042192A 2002-07-18 2002-07-18 Software Module Initializing Management System KR100489681B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2002-0042192A KR100489681B1 (en) 2002-07-18 2002-07-18 Software Module Initializing Management System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2002-0042192A KR100489681B1 (en) 2002-07-18 2002-07-18 Software Module Initializing Management System

Publications (2)

Publication Number Publication Date
KR20040008552A true KR20040008552A (en) 2004-01-31
KR100489681B1 KR100489681B1 (en) 2005-05-17

Family

ID=37317593

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2002-0042192A KR100489681B1 (en) 2002-07-18 2002-07-18 Software Module Initializing Management System

Country Status (1)

Country Link
KR (1) KR100489681B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100658918B1 (en) * 2004-03-29 2006-12-15 주식회사 팬택앤큐리텔 Apparatus and method for initialization of system global variables using block input/output command
KR100746035B1 (en) * 2006-03-07 2007-08-06 삼성전자주식회사 Apparatus and method for providing management using linear file system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62126451A (en) * 1985-11-27 1987-06-08 Mitsubishi Electric Corp Initial program load system for distributed processor
JPH09198243A (en) * 1996-01-19 1997-07-31 Matsushita Electric Ind Co Ltd Information processor
US6189145B1 (en) * 1997-05-28 2001-02-13 International Business Machines Corporation Concurrent patch to logical partition manager of a logically partitioned system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100658918B1 (en) * 2004-03-29 2006-12-15 주식회사 팬택앤큐리텔 Apparatus and method for initialization of system global variables using block input/output command
US8627267B2 (en) 2004-03-29 2014-01-07 Pantech Co., Ltd. Apparatus and method for initializing system global variables by using multiple load/store instructions
KR100746035B1 (en) * 2006-03-07 2007-08-06 삼성전자주식회사 Apparatus and method for providing management using linear file system

Also Published As

Publication number Publication date
KR100489681B1 (en) 2005-05-17

Similar Documents

Publication Publication Date Title
US7581047B2 (en) Usage of keyboard driver in extensible firmware interface for adding new hot keys at firmware level
US20080244589A1 (en) Task manager
US7111287B2 (en) Global processor resource assignment in an assembler
CN114780080A (en) Micro front end integration method, device and monitoring method
CA2126962C (en) Method for updating a system program in a switching equipment
CN115469833A (en) Method and device for implementing dynamic rule engine, electronic equipment and storage medium
CN111198892A (en) Information processing method, information processing device, electronic equipment and storage medium
CN112506559A (en) Gray scale publishing method and device based on gateway, electronic equipment and storage medium
KR100489681B1 (en) Software Module Initializing Management System
CN112529711B (en) Transaction processing method and device based on block chain virtual machine multiplexing
CN112132530B (en) Visual dynamic flow arranging method and system
US20230385048A1 (en) Predictive recycling of computer systems in a cloud environment
CN115952198A (en) Cloud cache database construction processing method and device based on finite-state machine
CN111241112A (en) Micro-service call supervision system and method for guaranteeing idempotent
CN100423492C (en) Management information base processing method
US5740359A (en) Program execution system having a plurality of program versions
US20060080636A1 (en) Method of building intelligent platform management interface firmware architecture
CN112367205B (en) Processing method and scheduling system for HTTP scheduling request
US20030163804A1 (en) Method for assuring compatibility and method for securing data within a distributed computer system
US20210173643A1 (en) Method, device, and program product for managing development job in development environment
CN113176916A (en) Gray scale publishing method, device, equipment and storage medium
US5455940A (en) Method for abnormal restart of a multiprocessor computer of a telecommunication switching system
EP1454230A1 (en) Telecommunications system architecture
CN114726911B (en) Routing parameter transfer method for distributed industrial robot online service arrangement
JP2001075933A (en) Distributed processing system

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
LAPS Lapse due to unpaid annual fee