KR20010073689A - Method for starting a process through message queue - Google Patents
Method for starting a process through message queue Download PDFInfo
- Publication number
- KR20010073689A KR20010073689A KR1020000002469A KR20000002469A KR20010073689A KR 20010073689 A KR20010073689 A KR 20010073689A KR 1020000002469 A KR1020000002469 A KR 1020000002469A KR 20000002469 A KR20000002469 A KR 20000002469A KR 20010073689 A KR20010073689 A KR 20010073689A
- Authority
- KR
- South Korea
- Prior art keywords
- maker
- starting
- supervisor
- message queue
- case
- Prior art date
Links
Classifications
-
- F—MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
- F02—COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
- F02M—SUPPLYING COMBUSTION ENGINES IN GENERAL WITH COMBUSTIBLE MIXTURES OR CONSTITUENTS THEREOF
- F02M35/00—Combustion-air cleaners, air intakes, intake silencers, or induction systems specially adapted for, or arranged on, internal-combustion engines
- F02M35/02—Air cleaners
- F02M35/0201—Housings; Casings; Frame constructions; Lids; Manufacturing or assembling thereof
-
- F—MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
- F02—COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
- F02M—SUPPLYING COMBUSTION ENGINES IN GENERAL WITH COMBUSTIBLE MIXTURES OR CONSTITUENTS THEREOF
- F02M35/00—Combustion-air cleaners, air intakes, intake silencers, or induction systems specially adapted for, or arranged on, internal-combustion engines
- F02M35/02—Air cleaners
- F02M35/024—Air cleaners using filters, e.g. moistened
- F02M35/02416—Fixing, mounting, supporting or arranging filter elements; Filter element cartridges
Landscapes
- Engineering & Computer Science (AREA)
- Chemical & Material Sciences (AREA)
- Combustion & Propulsion (AREA)
- Mechanical Engineering (AREA)
- General Engineering & Computer Science (AREA)
- Manufacturing & Machinery (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
본 발명은 브랜치 프로세서에서 제공하는 NRIF 모듈의 메세지 큐를 이용하여 프로세스 기동명령을 송신함으로써, NT 및 UNIX 모두에서 구현 및 호환가능한 메시지 큐를 이용한 프로세스 기동방법에 관한 것이다.The present invention relates to a process starting method using a message queue implemented and compatible in both NT and UNIX by transmitting a process start command using the message queue of the NRIF module provided by the branch processor.
도1은 종래의 브랜치 프로세서(BP : Branch Processor)의 내부 소프트웨어 구성을 도시한 것으로서, 이하 도2의 흐름도를 참조하여 종래의 프로세스 기동방법에 대해 설명하면 다음과 같다.FIG. 1 illustrates an internal software configuration of a conventional branch processor (BP), which will be described below with reference to a flowchart of FIG. 2.
시스템 메니지먼트 프로세서(SMP : System Management Processor)는 SMPMOD(System Management Processor Mode)가 SMPSCP(System Management Processor System Control Process)(2)를 기동시키고(S10), SMPSCP(2)는 기동정보 파일(1)의 저장내용을 참조하여 SMPPRO(System Management Processor Process)(3)를 기동시키며(S11), SMPSCP(2)에 의해 기동된 SMPPRO(3)는 SMP 각 프로세스의 프로세스 기동요구를 받아 프로세스(Process)(4)를 기동하고, 그에 대한 감시처리를 행한다(S12).The System Management Processor (SMP) has a System Management Processor Mode (SMPMOD) to start the System Management Processor System Control Process (SMPSCP) 2 (S10), and the SMPSCP 2 is configured to execute the startup information file (1). The SMPPRO (System Management Processor Process) 3 is started with reference to the stored contents (S11), and the SMPPRO (3) started by the SMPSCP (2) receives a process start request of each SMP process and the process (4) ), And a monitoring process thereof is performed (S12).
SMPPRO(3)가 대기(wait)상태에서 이벤트(Event) 발생하여(S20) SMPSCP(2)로 부터 시그널(signal) 형태의 메세지(기동명령)를 수신하면(S21), 차일드 프로세스(Child Process)를 생성하여 프로세스를 기동하고(S22), SMPPRO(3)가SM_CRRET(System Management_Create Return)를 호출하여 쉐어드 메모리(Shared Memory)로 기동완료 정보를 송신한다(S23). 또한 메세지 큐(Message Queue)에 이벤트 플래그(Event Flag)된 시점을 SMPSCP(2)에 알려줘서 SMPSCP(2)로 하여금 다음 시그널을 SMPPRO(3)에 송신하여 다음 프로세스를 기동시키도록 한다.When the SMPPRO 3 generates an event in the wait state (S20) and receives a signal (start command) in the form of a signal from the SMPSCP (2) (S21), the child process And SMPPRO (3) invokes SM_CRRET (System Management_Create Return) to transmit startup completion information to shared memory (S23). It also notifies the SMPSCP 2 when the event flag has been flagged in the Message Queue, which causes the SMPSCP 2 to send the next signal to the SMPPRO 3 to start the next process.
상기와 같이 이루어지는 종래의 프로세스 기동방법에 있어서는, SMPPRO가 SMPSCP로 부터 시그널 형태로 기동명령을 수신하는데, 이는 NT 환경하에서는 시그널 송수신 기능이 없으므로 이러한 방법은 UNIX 환경하에서만 구현가능하고 이로 인해 NT 환경하에서는 호환이 안되는 문제점이 있었다.In the conventional process starting method as described above, the SMPPRO receives the start command in the form of a signal from the SMPSCP. This method can be implemented only in the UNIX environment because there is no signal transmitting / receiving function in the NT environment. There was an incompatible problem.
또한, 종래의 프로세스 기동방법에서는 그 구현방법이 너무 복잡하여 새로운 사이트에 적용이 어렵고 불필요한 부분이 많은 문제점이 있었다.In addition, in the conventional process startup method, the implementation method is too complicated to be applied to a new site, and there are many problems.
따라서, 본 발명은 상기와 같은 문제점을 해결하기 위하여 창작된 것으로서, 시그널 형태가 아닌 메세지 큐로 프로세스 기동명령을 송신함으로써, NT 및 UNIX 모두에서 구현가능한 메시지 큐를 이용한 프로세스 기동방법을 제공하는 데 그 목적이 있는 것이다.Accordingly, an object of the present invention is to provide a method for starting a process using a message queue that can be implemented in both NT and UNIX by transmitting a process start command to a message queue instead of a signal form. Is there.
도1은 종래의 브랜치 프로세서(BP : Branch Processor)의 내부 소프트웨어 구성을 도시한 것이고,1 shows an internal software configuration of a conventional branch processor (BP),
도2는 도1의 구성으로 부터 이루어지는 프로세스 기동방법의 흐름도를 도시한 것이고,FIG. 2 shows a flowchart of a process starting method made up of the configuration of FIG.
도3은 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법이 구현된 브랜치 프로세서의 내부 소프트웨어 구성 및 이의 기능을 개략적으로 도시한 것이고,FIG. 3 schematically illustrates an internal software configuration of a branch processor and a function thereof in which a process for starting a process using a message queue according to the present invention is implemented.
도4는 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법의 바람직한 일 실시예의 흐름을 도시한 것이고,Figure 4 shows the flow of a preferred embodiment of a process for starting a process using a message queue according to the present invention,
도5는 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법이 구현된 브랜치 프로세서의 내부 소프트웨어 구성 및 이의 다른 기능을 도시한 것이다.5 is a block diagram illustrating an internal software configuration of a branch processor in which a process activation method using a message queue according to the present invention is implemented, and other functions thereof.
※ 도면의 주요부분에 대한 부호의 설명※ Explanation of code for main part of drawing
1 : 기동정보 파일1: Startup information file
2 : SMPSCP(System Management Processor System Control Process)2: System Management Processor System Control Process (SMPSCP)
3 : SMPPRO(System Management Processor Process)3: SMPPRO (System Management Processor Process)
4 : 프로세스(Process) 10 : 프로세스 감시자(Supervisor)4: Process 10: Process Supervisor
20 : 프로세스 생성자(Process Maker)20: Process Maker
상기와 같은 목적을 달성하기 위한 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법은, 브랜치 프로세서의 내부 프로세스 감시자(Supervisor)가, 프로세스를 생성 및 기동하는 상기 브랜치 프로세서 내부 프로세스 생성자(Process Maker)를 기동시키는 제 1단계; 상기 프로세스 생성자가 정상기동된 경우, 프로세스 기동명령을 메세지 큐(Message Queue)를 통해 상기 프로세스 생성자로 송신하는 제 2단계; 및 상기 프로세스 기동명령에 관한 메세지를 수신하여, 이를 처리 및 수행하는 제 3단계를 포함하여 이루어지는 것에 특징이 있는 것이다.In order to achieve the above object, a method of starting a process using a message queue according to the present invention includes: a branch processor internal process supervisor of a branch processor activates the branch processor internal process maker that creates and starts a process; First step to make; A second step of transmitting a process start command to the process creator through a message queue when the process creator is normally started; And a third step of receiving, processing, and performing a message relating to the process start command.
이하, 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법의 일 실시예에 대해, 첨부된 도면에 의거하여 상세히 설명한다.Hereinafter, an embodiment of a process starting method using a message queue according to the present invention will be described in detail with reference to the accompanying drawings.
도3은 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법이 구현된 브랜치 프로세서의 내부 소프트웨어 구성 및 이의 기능을 개략적으로 도시한 것으로서, 브랜치 프로세서의 내부 NRIF(New Relay Interface) 모듈의 메세지 큐를 통해 프로세스 기동명령(Command) 등을 송신하는 프로세스 감시자(Supervisor)(10)와, 상기 메세지 큐를 통해 송신되는 명령을 수신하여 수신된 명령에 따라 해당 프로세스를 기동하는 프로세스 생성자(Process Maker)(20)를 포함하여 구성되어 있다.FIG. 3 schematically illustrates an internal software configuration of a branch processor and a function thereof, in which a method for starting a process using a message queue according to the present invention is implemented. A process supervisor 10 for transmitting a command and the like, and a process maker 20 for receiving a command transmitted through the message queue and starting a corresponding process according to the received command. It is configured to include.
도4는 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법의 바람직한 일 실시예의 동작흐름을 도시한 것으로서, 이하에서는 도3의 스프트웨어 구성을 참조하여 본 발명에 따른 도4의 프로세스 기동방법에 대해 상세히 설명한다.4 is a flowchart illustrating a preferred embodiment of a process activation method using a message queue according to the present invention. Hereinafter, the process activation method of FIG. 4 according to the present invention will be described in detail with reference to the software configuration of FIG. do.
먼저, 브랜치 프로세서의 시스템 메니지먼트 프로세서(SMP)는 NRIF 모듈을초기화하는데(S30), 즉 NRIF 통신자원을 설정하고 NRIF를 위한 초기값을 설정하며, 타이머를 설정한다.First, the system management processor (SMP) of the branch processor initializes the NRIF module (S30), that is, sets an NRIF communication resource, sets an initial value for the NRIF, and sets a timer.
이와 같은 상태에서 상기 프로세스 감시자(10)는 NRIF 모듈의 메세지 큐를 통해 상기 프로세스 생성자(20)를 기동시키는 명령을 상기 프로세스 생성자(20)로 송신하고, 이에 따라 상기 프로세스 생성자(20)는 상기 프로세스 감시자(10)가 송신한 명령을 수신하여 이를 처리함으로써, 기동된다(S31).In this state, the process monitor 10 transmits a command to the process creator 20 to activate the process generator 20 through the message queue of the NRIF module, and thus the process creator 20 transmits the process. The monitor 10 receives a command sent from the monitor 10 and processes it, thereby starting (S31).
상기 프로세스 감시자(10)는 상기 프로세스 생성자(20)의 상태를 확인하여(S32) 상기 프로세스 생성자(20)가 정상적으로 기동되었는지를 확인하고, 정상적으로 기동된 경우에는(S40) 상기 프로세스 감시자(10)는 'Config'에서 지정한 첫번째 프로세스를 기동하도록 하는 명령을 상기 프로세스 생성자(20)로 송신한 다음(S41), 상기 명령 송신이 성공적으로 이루어지면(S50) 상기 프로세스 감시자(10)는 메세지 수신대기 상태가 되고(S51), 또한 설정된 타이머에 근거하여 주기적으로 상기 프로세스 생성자(20)의 상태를 감시 확인하게 된다(S60).The process monitor 10 checks the state of the process generator 20 (S32) to check whether the process generator 20 is normally started, and when the process monitor 10 is normally started (S40), the process monitor 10 After transmitting a command to start the first process specified in 'Config' to the process creator 20 (S41), if the command transmission is successful (S50), the process monitor 10 is in a state of receiving a message. In operation S51, the controller 20 periodically monitors and checks the state of the process generator 20 based on the set timer.
상기 프로세스 생성자(20)는 상기 프로세스 감시자(10)로 부터 수신한 명령을 해당 프로세스에 송신하여 해당 프로세스를 기동시키고, 상기 프로세스 감시자(10)가 메세지 수신대기 상태에서 상기 프로세스 생성자(20)로 부터 NRIF 모듈의 메세지 큐를 통해 수신되는 프로세스 기동완료에 관한 메세지와 시스템 메니지먼트로 부터 수신되는 메세지를 처리하고(S52), 다음으로 기동될 프로세스에 대해서도 전술한 과정을 수행하게 된다(S53).The process generator 20 transmits a command received from the process monitor 10 to the process to start the process, and the process monitor 10 from the process generator 20 in a message reception wait state. The process related to the process start completion received through the message queue of the NRIF module and the message received from the system management are processed (S52), and the above-described process is performed for the next process to be started (S53).
만약 상기의 실시예에서 상기 프로세스 생성자(20)가 정상적으로 기동완료되지 않은 경우에는, 상기 프로세스 감시자(10)는 프로그램 또는 시스템 장애발생으로 판단하여 비정상 종료(ABEND) 처리하며(S42), 상기 주기적인 감시 확인결과(S60) 상기 프로세스 생성자(20)의 이상종료를 검출하면(S61) 상기 프로세스 감시자(10)는 전술한 바와 같이 메세지 큐를 이용한 기동명령을 상기 프로세스 생성자(20)로 재송신하여 도5에 도시된 바와 같이 상기 프로세스 생성자(20)에 대한 재기동 동작 및 이후의 과정을 수행하게 된다(S62).If the process generator 20 is not normally started in the above embodiment, the process monitor 10 determines that a program or system failure has occurred and processes abnormal termination (ABEND) (S42). Monitoring confirmation result (S60) When the abnormal end of the process generator 20 is detected (S61), as described above, the process monitor 10 retransmits the start command using the message queue to the process generator 20 and FIG. As shown in FIG. 6, a restart operation for the process generator 20 and subsequent processes are performed (S62).
상기와 같이 이루어지는 본 발명에 따른 메시지 큐를 이용한 프로세스 기동방법은, 시그널 형태의 프로세스 기동방식을 메세지 큐를 이용한 프로세스 기동방식으로 절환함으로써, NT 및 UNIX 모두에서 호환이 이루어지도록 하고, 이로 인해 어떠한 소스(Source), 어떠한 환경에서나 적용이 용이한 효과가 있으며, 또한 시스템 업그레이드(Upgrade)가 용이하고 사용자의 요구사항에 쉽게 대응할 수 있는 효과가 있는 유용한 발명인 것이다.The process starting method using the message queue according to the present invention made as described above is compatible with both NT and UNIX by switching the signal starting method to the process starting method using the message queue, so that any source (Source), it is a useful invention that can be easily applied in any environment, and also has the effect of easy system upgrade and easy response to user requirements.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000002469A KR100622185B1 (en) | 2000-01-19 | 2000-01-19 | Method for starting a process through message queue |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000002469A KR100622185B1 (en) | 2000-01-19 | 2000-01-19 | Method for starting a process through message queue |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20010073689A true KR20010073689A (en) | 2001-08-01 |
KR100622185B1 KR100622185B1 (en) | 2006-09-07 |
Family
ID=19639742
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020000002469A KR100622185B1 (en) | 2000-01-19 | 2000-01-19 | Method for starting a process through message queue |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100622185B1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100436137B1 (en) * | 2000-11-24 | 2004-06-14 | 엘지전자 주식회사 | Method for managing multi process in computer system |
KR100958188B1 (en) * | 2003-02-21 | 2010-05-14 | 엘지엔시스(주) | Communication method |
-
2000
- 2000-01-19 KR KR1020000002469A patent/KR100622185B1/en not_active IP Right Cessation
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100436137B1 (en) * | 2000-11-24 | 2004-06-14 | 엘지전자 주식회사 | Method for managing multi process in computer system |
KR100958188B1 (en) * | 2003-02-21 | 2010-05-14 | 엘지엔시스(주) | Communication method |
Also Published As
Publication number | Publication date |
---|---|
KR100622185B1 (en) | 2006-09-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1877918B1 (en) | System and method for scheduling device management | |
JP2687860B2 (en) | System start / stop control system for distributed processing system | |
JPH0576654B2 (en) | ||
KR20010062749A (en) | Remote power management system of information processing apparatus or the like | |
EP3407187B1 (en) | Optical line terminal, and method for upgrading master device and slave device | |
WO1998043390A2 (en) | Interface for interfacing client programs with network devices in a telecommunications network | |
WO2012041239A1 (en) | System and method for input tool invocation and proxy device | |
KR100622185B1 (en) | Method for starting a process through message queue | |
CN110620695B (en) | Data processing method and related equipment | |
JP3515839B2 (en) | Communication system between computer systems | |
CN111615819A (en) | Method and device for transmitting data | |
US5475816A (en) | Reply monitor for a network of microprocessor-based systems | |
JPH06250886A (en) | Remote supervisory method for computer system and remote computer managing system | |
JPH08329006A (en) | Fault information system | |
JP2003298624A (en) | Communication path securing method in service control application execution program | |
US6286112B1 (en) | Method and mechanism for providing a non-stop, fault-tolerant telecommunications system | |
KR100595089B1 (en) | Financial terminal remote management apparatus and method | |
CN116450182A (en) | Update method of automatic flow robot, computer equipment and storage medium | |
JP2712389B2 (en) | Communication control processor | |
KR100440443B1 (en) | A method and apparatus for automatic execution and seamless use of diagnostic monitor for user equipments | |
JPH09198334A (en) | Fault managing method for data transmission system | |
JP2604174Y2 (en) | Communication control device | |
KR100506279B1 (en) | How to manage interrupts in a private exchange system | |
CN102325053A (en) | Control method and device of physical signal during router network access | |
JP2005260460A (en) | Program update method of key telephone set and key telephone system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
N231 | Notification of change of applicant | ||
A201 | Request for examination | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20120710 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20130620 Year of fee payment: 8 |
|
LAPS | Lapse due to unpaid annual fee |