KR101594715B1 - Application system of steel process middleware for realtime debugging - Google Patents

Application system of steel process middleware for realtime debugging Download PDF

Info

Publication number
KR101594715B1
KR101594715B1 KR1020140187623A KR20140187623A KR101594715B1 KR 101594715 B1 KR101594715 B1 KR 101594715B1 KR 1020140187623 A KR1020140187623 A KR 1020140187623A KR 20140187623 A KR20140187623 A KR 20140187623A KR 101594715 B1 KR101594715 B1 KR 101594715B1
Authority
KR
South Korea
Prior art keywords
heartbeat
middleware
task
manager
application
Prior art date
Application number
KR1020140187623A
Other languages
Korean (ko)
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 KR1020140187623A priority Critical patent/KR101594715B1/en
Application granted granted Critical
Publication of KR101594715B1 publication Critical patent/KR101594715B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

According to an embodiment of the present invention, a steel processing middleware application system includes: an application process including an application program interface (API) execution manager which generates an API launcher for a middleware service task request, a debugger linking manager checking whether a debugger is linked or not, and a heartbeat process manager transmitting task information; and a heartbeat process which receives the task information and transmits a heartbeat signal to the middleware according to the task information.

Description

실시간 디버깅을 위한 철강 공정 미들웨어의 어플리케이션 시스템 {APPLICATION SYSTEM OF STEEL PROCESS MIDDLEWARE FOR REALTIME DEBUGGING}[0001] APPLICATION SYSTEM OF STEEL PROCESS MIDDLEWARE FOR REALTIME DEBUGGING [0002]

본 발명은 실시간 디버깅을 위한 철강 공정 미들웨어의 어플리케이션 시스템 에 관한 것이다.
The present invention relates to an application system of a steel process middleware for real-time debugging.

철강 공정 제어 작업에서 미들웨어의 역할은 태스크의 요청을 받아 태스크 간의 통신이나 공정 제어에 관련된 정보의 저장 및 참조 등의 작업을 수행하고, 현재 수행중인 태스크를 관리하는 것이다. The role of middleware in the steel process control work is to manage the tasks currently performed by performing tasks such as storing and referencing information related to communication or process control between tasks in response to a task request.

일반적으로 철강 공정 미들웨어는 수많은 태스크의 생성/삭제가 반복적으로 수행되고, 새로운 서비스가 추가되는 경우 추가된 새로운 서비스의 기능이 미들웨어에 추가되어야 하는 특징을 가지고 있다. 이러한 특징으로 인하여 철강 공정 미들웨어는 유동적인 상황에 맞추어 태스크 자원 할당을 효율적으로 수행하여 미들웨어가 실행되는 시스템의 자원을 효율적으로 관리하여 실행되는 시스템의 전체적인 성능을 높일 수 있어야 한다.In general, steel process middleware has the feature that the creation and deletion of a large number of tasks are repeatedly performed, and when a new service is added, a new service function added to the middleware is added. Because of this feature, steel process middleware should be able to efficiently allocate task resources according to the dynamic situation, efficiently manage the resources of the system in which middleware is executed, and increase the overall performance of the executed system.

이를 위해, 태스크의 요청을 철강 공정 미들웨어로 전달하고 서비스 요구를 위한 API(Application Programming Interface)를 제공하는 어플리케이션 프로세스(Application Process)는 각 태스크의 정상동작을 하트비트(HeartBeat) 시그널을 송신하여 철강 공정 미들웨어에 알릴 수 있다.To this end, an application process that delivers a task request to a steel process middleware and provides an API (Application Programming Interface) for a service request sends a heartbeat signal to the normal operation of each task, Middleware can be notified.

만약, 철강 공정 미들웨어가 어플리케이션 프로세스로부터 정상동작의 알림을 받지 못한 경우 어플리케이션 프로세스의 동작에 오류가 있는 것으로 판단하여 해당 어플리케이션 프로세스를 위한 자원을 회수 할 수 있다.If the steel process middleware does not receive a notification of normal operation from the application process, it is determined that there is an error in the operation of the application process, and the resource for the application process can be recovered.

다만, 어플리케이션 프로세스의 디버깅(Debugging)시에는 어플리케이션 프로세스의 모든 쓰레드가 동작 정지될 수 있으므로, 철강 공정 미들웨어는 어플리케이션 프로세스의 동작에 오류가 있는 것으로 판단하여 각 태스크에 제공되는 서비스가 거부될 수 있는 문제점이 있다.
However, when debugging an application process, all the threads of the application process may be stopped, so that the steel process middleware determines that there is an error in the operation of the application process, so that the service provided to each task may be rejected .

한국 공개특허공보 KR 10-2010-0076840Korean Patent Publication No. 10-2010-0076840

디버깅 중에 철강 공정 미들웨어에 하트비트 시그널을 전송하여 실기간 디버깅이 가능한 어플리케이션 시스템이 요구된다.
An application system capable of real-time debugging by transmitting a heartbeat signal to a steel process middleware during debugging is required.

본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템은 태스크의 미들웨어 서비스 요구를 위해 API(Application Programming Interface) 실행기를 생성하는 API 실행 관리자, 디버거의 연동여부를 확인하는 디버거 연동 관리자, 및 태스크 정보를 송신하는 하트비트 프로세스 관리자를 포함하는 응용 프로세스; 및 상기 태스크 정보를 수신하고 상기 태스크 정보에 따라 미들웨어에 하트비트 시그널을 전송하는 하트비트 프로세스를 포함할 수 있다.
The application system of the steel process middleware according to an embodiment of the present invention includes an API execution manager for generating an API (Application Programming Interface) executor for requesting a middleware service of a task, a debugger interface manager for checking whether a debugger is interlocked, An application process including a heartbeat process manager that sends a heartbeat process; And a heartbeat process of receiving the task information and transmitting a heartbeat signal to the middleware according to the task information.

본 발명의 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템은 디버깅 중에 철강 공정 미들웨어에 하트비트 시그널을 전송하여 실기간 디버깅이 가능하다.
The application system of the steel process middleware according to the embodiment of the present invention is capable of debugging in real time by transmitting a heartbeat signal to the steel process middleware during debugging.

도 1은 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템을 간략하게 나타내는 블록도이다.
도 2는 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템을 나타내는 블록도이다.
도 3은 본 발명의 일 실시예에 따른 태스크 등록 처리 절차를 나타내는 흐름도이다.
1 is a block diagram briefly showing an application system of a steel process middleware according to an embodiment of the present invention.
2 is a block diagram illustrating an application system of a steel process middleware according to an embodiment of the present invention.
3 is a flowchart illustrating a task registration processing procedure according to an embodiment of the present invention.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시 형태들을 설명한다.Hereinafter, preferred embodiments of the present invention will be described with reference to the accompanying drawings.

그러나, 본 발명의 실시형태는 여러 가지 다른 형태로 변형될 수 있으며, 본 발명의 범위가 이하 설명하는 실시 형태로 한정되는 것은 아니다. 또한, 본 발명의 실시형태는 당해 기술분야에서 평균적인 지식을 가진 자에게 본 발명을 더욱 완전하게 설명하기 위해서 제공되는 것이다. 본 발명의 다양한 실시예는 서로 다르지만 상호 배타적일 필요는 없음이 이해되어야 한다. 예를 들어, 여기에 기재되어 있는 특정 형상, 구조 및 특성은 일 실시예에 관련하여 본 발명의 정신 및 범위를 벗어나지 않으면서 다른 실시예로 구현될 수 있다.However, the embodiments of the present invention can be modified into various other forms, and the scope of the present invention is not limited to the embodiments described below. Further, the embodiments of the present invention are provided to more fully explain the present invention to those skilled in the art. It should be understood that the various embodiments of the present invention are different, but need not be mutually exclusive. For example, certain features, structures, and characteristics described herein may be implemented in other embodiments without departing from the spirit and scope of the invention in connection with an embodiment.

또한, 어떤 구성 요소를 '포함'한다는 것은, 특별히 반대되는 기재가 없는 한 다른 구성 요소를 제외하는 것이 아니라 다른 구성 요소를 더 포함할 수 있다는 것을 의미한다.Also, to "include" an element means that it may include other elements, rather than excluding other elements, unless specifically stated otherwise.

본 실시예에서 사용되는 '~부' 또는 '~관리자'라는 용어는 소프트웨어 또는 FPGA(field-programmable gate array) 또는 ASIC과 같은 하드웨어 구성요소를 의미하며, '~부' 또는 '~관리자'는 어떤 역할들을 수행한다. 그렇지만 '~부' 또는 '~관리자'는 소프트웨어 또는 하드웨어에 한정되는 의미는 아니다. '~부' 또는 '~관리자'는 어드레싱할 수 있는 저장 매체에 있도록 구성될 수도 있고 하나 또는 그 이상의 프로세서들을 재생시키도록 구성될 수도 있다. 따라서, 일 예로서 '~부' 또는 '~관리자'는 소프트웨어 구성요소들, 객체지향 소프트웨어 구성요소들, 클래스 구성요소들 및 태스크 구성요소들과 같은 구성요소들과, 프로세스들, 함수들, 속성들, 프로시저들, 서브루틴들, 프로그램 코드의 세그먼트들, 드라이버들, 펌웨어, 마이크로코드, 회로, 데이터, 데이터베이스, 데이터 구조들, 테이블들, 어레이들, 및 변수들을 포함한다. 구성요소들과 '~부' 또는 '~관리자'들 안에서 제공되는 기능은 더 작은 수의 구성요소들 및 '~부' 또는 '~관리자'들로 결합되거나 추가적인 구성요소들과 '~부' 또는 '~관리자'들로 더 분리될 수 있다. 뿐만 아니라, 구성요소들 및 '~부' 또는 '~관리자'들은 디바이스 또는 시스템 내의 하나 또는 그 이상의 CPU들을 재생시키도록 구현될 수도 있다.
The term '~' or '~ manager' used in the present embodiment means a hardware component such as a software or a field-programmable gate array (FPGA) or an ASIC, and '~' Perform roles. However, '~' or '~ manager' is not meant to be limited to software or hardware. The 'to' or 'manager' may be configured to reside on an addressable storage medium and may be configured to play one or more processors. Thus, by way of example, 'to' or 'to' may refer to components such as software components, object-oriented software components, class components and task components, and processes, Routines, routines, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables. Or " administrators " may be combined with a smaller number of elements and with " parts " or " Can be further divided into '~ administrators'. In addition, components and 'to' or 'administrators' may be implemented to play one or more CPUs in a device or system.

도 1은 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템을 간략하게 나타내는 블록도이다.1 is a block diagram briefly showing an application system of a steel process middleware according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템은 어플리케이션 프로세스(100) 및 하트비트 프로세스(200)를 포함할 수 있다.Referring to FIG. 1, an application system of a steel processing middleware according to an embodiment of the present invention may include an application process 100 and a heartbeat process 200.

상기 어플리케이션 프로세스(100)는 철강 공정 미들웨어(300)의 서비스를 제공받기 위해 태스크에 의해 호출되는 프로그래밍 함수의 집합을 포함하는 프로세스이다.The application process 100 is a process that includes a set of programming functions called by a task to receive services of the steel processing middleware 300.

상기 어플리케이션 프로세스(100)는 철강 공정 미들웨어(300)에 미들웨어 서비스를 요청하고 미들웨어 서비스를 제공받을 수 있다.The application process 100 may request a middleware service to the steel process middleware 300 and receive a middleware service.

상기 하트비트 프로세스(200)는 어플리케이션 프로세스(100)의 지시에 따라 생성될 수 있고, 상기 어플리케이션 프로세스(100)가 송신하는 태스크 정보를 수신하여 상기 태스크 정보에 따라 하트비트 시그널을 상기 철강 공정 미들웨어(300)에 송신할 수 있다.The heartbeat process 200 may be generated according to an instruction of the application process 100 and may receive task information transmitted by the application process 100 and send a heartbeat signal to the steel process middleware 300).

이에 따라, 디버거(Debugger)에 의한 어플리케이션 프로세스(100)의 실시간 디버깅 중에 하트비트 시그널 송신이 중단되어 철강 공정 미들웨어(300)에 의해 제공되는 미들웨어 서비스가 중단되는 문제점을 방지할 수 있다. Accordingly, it is possible to prevent the heartbeat signal transmission from being interrupted during the real-time debugging of the application process 100 by the debugger, thereby interrupting the middleware service provided by the steel process middleware 300.

또한, 상기 하트비트 프로세스(200)는 어플리케이션 프로세스(100)를 감시하여 어플리케이션 프로세스(100)의 동작에 오류가 발생한 경우 하트비트 시그널 송신을 중단할 수 있으므로, 상기 철강 공정 미들웨어(300)가 해당 어플리케이션 프로세스(100)에 서비스를 제공하기 위해 할당한 자원을 회수할 수 있다.
In addition, since the heartbeat process 200 monitors the application process 100 and stops sending a heartbeat signal when an error occurs in the operation of the application process 100, And reclaim resources allocated to service the process 100.

도 2는 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템을 나타내는 블록도이다.2 is a block diagram illustrating an application system of a steel process middleware according to an embodiment of the present invention.

도 2를 참조하면, 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템은 어플리케이션 프로세스(100) 및 하트비트 프로세스(200)를 포함할 수 있다.Referring to FIG. 2, an application system of a steel processing middleware according to an embodiment of the present invention may include an application process 100 and a heartbeat process 200.

상기 어플리케이션 프로세스(100)는 API 실행 관리자(130), 디버거 연동 관리자(140), 및 하트비트 프로세스 관리자(150)를 포함할 수 있다.The application process 100 may include an API execution manager 130, a debugger interworking manager 140, and a heartbeat process manager 150.

상기 API 실행 관리자(130)는 태스크(110)의 미들웨어 서비스 요구를 위해 API(Application Programming Interface) 실행기를 생성할 수 있고, 상기 API 실행기는 태스크(110)에 대응하는 API(120)를 실행할 수 있다.The API execution manager 130 may generate an API (Application Programming Interface) executor for the middleware service request of the task 110 and the API executor may execute the API 120 corresponding to the task 110 .

도 1에는 하나의 태스크(110)를 포함하는 것으로 도시하였으나, 상기 어플리케이션 프로세스(100)는 복수의 태스크를 포함할 수 있다.Although FIG. 1 illustrates a single task 110, the application process 100 may include a plurality of tasks.

상기 디버거 연동 관리자(140)는 디버거의 연동여부를 확인하고, 디버거의 연동여부를 상기 API 실행 관리자(130)에 알릴 수 있다.The debugger interworking manager 140 may check whether the debugger is interlocked and notify the API execution manager 130 whether the debugger is interlocked.

상기 하트비트 프로세스 관리자(150)는 하트비트 시그널의 전송을 위한 설정을 포함하는 하트비트 설정문서(170)에 따라 태스크 이벤트 송신 채널(151)을 통해 태스크 정보를 상기 하트비트 프로세스(200)에 송신할 수 있다.The heartbeat process manager 150 transmits task information to the heartbeat process 200 through a task event transmission channel 151 according to a heartbeat setting document 170 including a setting for transmission of a heartbeat signal can do.

여기서, 상기 태스크 정보는 태스크 번호, 하트비트 수신 채널 정보(예컨대 해당 태스크가 서비스를 요청하는 미들웨어가 존재하는 서버의 IP주소 및 수신포트 등)를 포함할 수 있고, 태스크 등록, 종료, 어플리케이션 프로세스 종료에 대한 정보를 포함하는 태스크 이벤트 정보를 포함할 수 있다.The task information may include a task number, heartbeat reception channel information (for example, an IP address of a server in which the task is requested and a receiving port, etc.), and may include task registration, termination, application process termination And task event information including information about the task event information.

또한, 상기 API 실행 관리자(130)는 디버거 연동 관리자(140)의 디버거 연동여부 확인에 따라 디버거의 연동을 확인시에 상기 하트비트 프로세스 관리자(150)를 통해 상기 하트비트 프로세스(200)를 생성하도록 지시할 수 있다.The API execution manager 130 generates the heartbeat process 200 through the heartbeat process manager 150 when the debugger interworking manager 140 confirms whether the debugger is interlocked with the debugger, You can tell.

반대로, 상기 API 실행 관리자(130)는 디버거의 비연동을 확인시에 태스크(110)의 하트비트 시그널을 철강 공정 미들웨어(300)에 전송하는 제1 하트비트 송신부(160)의 생성을 지시할 수 있다.The API execution manager 130 may instruct generation of the first heartbeat transmission unit 160 that transmits the heartbeat signal of the task 110 to the steel process middleware 300 when the debugger is not interlocked have.

이에 따라, 실시간 디버거(Debugger)에 의한 어플리케이션 프로세스(100)의 실시간 디버깅 중에는 하트비트 프로세스(200)에 의한 하트비트 시그널 전송이 이루어지고, 실시간 디버깅 중이 아닌 경우에는 제1 하트비트 송신부(160)에 의한 하트비트 시그널 전송이 이루어질 수 있다.Accordingly, during the real-time debugging of the application process 100 by the real-time debugger, the heartbeat signal is transmitted by the heartbeat process 200, and when not in real-time debugging, the first heartbeat transmitter 160 A heartbeat signal transmission can be made.

이 때, 상기 제1 하트비트 송신부(160)는 하트비트 시그널의 전송을 위한 설정을 포함하는 하트비트 설정문서(170)에 따라 제1 하트비트 통신채널(161)을 통해 하트비트 시그널을 전송 할 수 있다.At this time, the first heartbeat transmission unit 160 transmits a heartbeat signal through the first heartbeat communication channel 161 according to the heartbeat setting document 170 including the setting for transmission of the heartbeat signal .

상기 제1 하트비트 통신채널(161) 및 이하 서술되는 송신/수신채널과 통신채널은 IPC(Inter Processor Communication), TCP(Transmission Control Protocol, UDP(User Datagram Protocol) 등의 통신 메커니즘을 사용하여 구현될 수 있다.
The first heartbeat communication channel 161 and the transmission / reception channel and communication channel described below are implemented using a communication mechanism such as Inter Processor Communication (IPC), Transmission Control Protocol (TCP), User Datagram Protocol (UDP) .

상기 하트비트 프로세스(200)는 태스크 정보 관리자(220), 태스크 이벤트 수신부(230), 제2 하트비트 송신부(240), 태스크 정보 접근 조정부(250)을 포함할 수 있다.The heartbeat process 200 may include a task information manager 220, a task event receiver 230, a second heartbeat transmitter 240, and a task information access coordinator 250.

또한, 하트비트 프로세스(200)에 포함된 태스크 정보 관리자(220), 태스크 이벤트 수신부(230), 제2 하트비트 송신부(240), 및 태스크 정보 접근 조정부(250)를 생성/종료할 수 있는 하트비트 관리자(210)을 포함할 수 있다.In addition, a heart that can create / terminate the task information manager 220, the task event receiving unit 230, the second heartbeat transmitting unit 240, and the task information access adjusting unit 250 included in the heartbeat process 200 A bit manager 210, and the like.

상기 태스크 정보 관리자(220)는 상기 태스크 정보들(221 내지 22N)을 자료구조를 통해 유지 및 관리할 수 있다.The task information manager 220 can maintain and manage the task information 221 through 22N through a data structure.

상기 태스크 이벤트 수신부(230)는 상기 하트비트 프로세스 관리자(150)가 태스크 이벤트 송신채널(151)을 통해 송신하는 태스크 정보를 태스크 이벤트 수신채널(231)을 통해 수신할 수 있고, 상기 태스크 정보 관리자(220)에 상기 태스크 정보를 전달할 수 있다.The task event receiving unit 230 may receive task information transmitted by the heartbeat process manager 150 through the task event transmission channel 151 through the task event receiving channel 231, 220 to the task information.

또한, 상기 제2 하트비트 송신부(240)는 태스크 정보 관리자(220)가 포함하는 태스크 정보들(221 내지 22N)을 획득하여 각 태스크에 대응하는 하트비트 시그널을 제2 하트비트 통신채널(241)을 통해 전송할 수 있다.The second heartbeat transmission unit 240 acquires the task information 221 to 22N included in the task information manager 220 and transmits a heartbeat signal corresponding to each task to the second heartbeat communication channel 241, Lt; / RTI >

상기 태스크 정보 접근 조정부(250)는 상기 태스크 이벤트 수신부(230)와 상기 제2 하트비트 송신부(240)의 상기 태스크 정보 관리자(220)에 대한 접근을 조정할 수 있다.The task information access control unit 250 may adjust the access of the task event receiving unit 230 and the second heartbeat transmitting unit 240 to the task information manager 220.

또한, 상기 하트비트 프로세스(200)는 상기 어플리케이션 프로세스(100)의 정상 동작 여부를 주기적으로 확인하는 어플리케이션 프로세스 감시부(260)를 포함할 수 있다.In addition, the heartbeat process 200 may include an application process monitoring unit 260 for periodically checking whether the application process 100 is operating normally.

상기 어플리케이션 감시부(260)가 어플리케이션 프로세스(100)의 비정상 동작을 확인한 경우 상기 하트비트 프로세스(200)는 스스로 프로세스를 종료할 수 있다.When the application monitoring unit 260 confirms an abnormal operation of the application process 100, the heartbeat process 200 can terminate the process itself.

이에 따라, 어플리케이션 프로세스(100)에 오류가 발생하여 동작이 중단되는 경우 철강 공정 미들웨어(300)가 하트비트 시그널을 수신하여 상기 어플리케이션 프로세스(100)가 정상적으로 동작중인 것으로 판단하는 문제점이 방지 될 수 있다.
Accordingly, when an operation is interrupted due to an error in the application process 100, a problem that the steel process middleware 300 receives the heartbeat signal and determines that the application process 100 is operating normally can be prevented .

이하, 하트비트 시그널을 수신하는 철강 공정 미들웨어(300)의 동작을 설명하기로 한다.Hereinafter, the operation of the steel process middleware 300 receiving the heartbeat signal will be described.

다만, 하기의 철강 공정 미들웨어(300)의 동작에 대한 서술은 본 발명의 일 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템의 이해를 돕기 위함이며 본 발명의 실시 형태를 제한하기 위함이 아니다.However, the following description of the operation of the steel process middleware 300 is provided to assist the understanding of the application system of the steel process middleware according to the embodiment of the present invention, and is not intended to limit the embodiment of the present invention.

상기 하트비트 시그널은 철강 공정 미들웨어(300)의 하트비트 수신채널(311)을 통해 하트비트 수신부(310)로 수신될 수 있다.The heartbeat signal may be received by the heartbeat receiver 310 through the heartbeat receive channel 311 of the steelworking middleware 300.

또한, 하트비트 판단부(320)는 하트비트 시그널의 정상 수신 여부를 판단하고 서비스 자원 해제 관리자(330)는 하트비트 시그널의 정상 수신 여부의 판단 결과에 따라 서비스 자원 해제부(340)에 자원 회수를 지시할 수 있다.In addition, the heartbeat determination unit 320 determines whether or not the heartbeat signal is normally received. The service resource release manager 330 determines whether the heartbeat signal is normally received or not, .

이후, 상기 서비스 자원 해제부(340)는 태스크에 서비스를 제공하기 위해 해당 어플리케이션 프로세스(100)에 할당된 자원을 회수 할 수 있다.
Then, the service resource releasing unit 340 can retrieve resources allocated to the application process 100 in order to provide a service to the task.

도 3은 본 발명의 일 실시예에 따른 태스크 등록 처리 절차를 나타내는 흐름도이다.3 is a flowchart illustrating a task registration processing procedure according to an embodiment of the present invention.

본 발명의 일 실시에에 따른 태스크 등록 처리 절차는 어플리케이션 프로세스(100, 도2)의 태스크 등록 처리 절차(S100) 및 하트비트 프로세스(200, 도2)의 태스크 등록 처리 절차(S200)를 포함한다.The task registration processing procedure according to one embodiment of the present invention includes a task registration processing procedure S100 of the application process 100 (FIG. 2) and a task registration processing procedure S200 of the heartbeat process 200 (FIG. 2) .

본 발명의 일 실시예에 따른 태스크 등록 처리 절차는 태스크(110, 도2)의 시작으로 시작된다(S110).The task registration processing procedure according to an embodiment of the present invention starts with the start of the task 110 (FIG. 2) (S110).

이후, 태스크의 미들웨어 서비스 요구를 위해 태스크를 미들웨어에 등록하기 위한 API가 호출될 수 있고(S120), 어플리케이션 프로세스(100, 도2)는 상기 API 호출에 응답하여 API 실행관리자(130, 도2)를 통해 API 실행기를 상기 태스크에 할당할 수 있다(S130).The application process 100 (FIG. 2) may then call the API execution manager 130 (FIG. 2) in response to the API call, in order to request a task of the middleware service. An API launcher may be assigned to the task through step S130.

다음으로, 상기 태스크는 미들웨어에 등록 완료 될 수 있고(S140), 디버거 연동 관리자(140, 도2)는 디버거의 연동여부를 확인할 수 있다(S150).Next, the task can be registered in the middleware (S140), and the debugger interworking manager 140 (FIG. 2) can check whether the debugger is interlocked (S150).

디버거의 비연동을 확인시에 상기 API 실행 관리자는 제1 하트비트 송신부(160, 도2)를 생성할 수 있고(S160), 상기 제1 하트비트 송신부는 하트비트 시그널을 송신할 수 있다(S170).When confirming the non-operation of the debugger, the API execution manager can generate the first heartbeat transmission unit 160 (FIG. 2) (S160), and the first heartbeat transmission unit can transmit the heartbeat signal (S170 ).

반대로, 디버거의 연동을 확인시에 상기 API 실행 관리자는 하트비트 프로세스(200, 도2)의 생성을 지시할 수 있고(S180), 상기 하트비트 프로세스에 태스크 정보로써 태스크 등록 이벤트를 송신할 수 있다(S190).In contrast, when confirming the interworking of the debugger, the API execution manager can instruct the generation of the heartbeat process 200 (FIG. 2) (S180) and send the task registration event as the task information to the heartbeat process (S190).

상기 API 실행 관리자의 지시에 따라 상기 하트비트 프로세스가 생성(S210)된 후, 상기 하트비트 프로세스의 각 구성요소들이 실행될 수 있다(S220).After the heartbeat process is generated according to an instruction of the API execution manager (S210), each component of the heartbeat process may be executed (S220).

상기 하트비트 프로세스에 포함된 태스크 이벤트 수신부(230, 도2)는 태스크 이벤트 수신을 대기하고(S230), 태스크 등록 이벤트가 수신되면(S240), 상기 태스크 등록 이벤트를 포함하는 태스크 정보에 따라 하트비트 시그널을 송신할 수 있다(S250).The task event receiving unit 230 (FIG. 2) included in the heartbeat process waits for task event reception (S230). When a task registration event is received (S240), the task event receiving unit 230 A signal can be transmitted (S250).

한편, 상기 하트비트 프로세스에 포함된 어플리케이션 프로세스 감시부(260, 도2)는 어플리케이션 프로세스의 정상 동작 여부를 감시할 수 있다(S260).Meanwhile, the application process monitoring unit 260 (FIG. 2) included in the heartbeat process may monitor the normal operation of the application process (S260).

상기 어플리케이션 프로세스 감시부는 어플리케이션 프로세스의 정상 동작 여부를 주기적으로 확인하고(S270), 상기 어플리케이션 프로세스의 비정상 동작을 확인한 경우 하트비트 프로세스는 스스로 종료될 수 있다(S280). The application process monitoring unit periodically checks whether the application process normally operates (S270). If the application process monitoring unit confirms an abnormal operation of the application process, the heartbeat process can be terminated by itself (S280).

따라서, 본 발명의 실시예에 따른 철강 공정 미들웨어의 어플리케이션 시스템은 실시간 디버깅 중에 어플리케이션 프로세스 외부의 하트비트 프로세스를 생성하여 상기 하트비트 프로세스를 통해 철강 공정 미들웨어에 하트비트 시그널을 전송할 수 있다.Therefore, the application system of the steel process middleware according to the embodiment of the present invention can generate a heartbeat process outside the application process during real-time debugging and transmit the heartbeat signal to the steel process middleware through the heartbeat process.

이에 따라, 실시간 디버깅 중에도 철강 공정 미들웨어는 하트비트 시그널을 전송 받아 태스크에 제공하는 서비스를 위해 할당된 자원을 회수하지 않으므로, 철강 공정 조업의 중단 빈도가 낮아지고 개발 편의성이 증대될 수 있다.
Accordingly, even during real-time debugging, the steel process middleware does not collect the allocated resources for the service that receives the heartbeat signal and provides it to the task, so that the frequency of interruption of the steel process operation is lowered and the development convenience can be increased.

이상에서 설명한 본 발명은 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니고 후술하는 특허청구범위에 의해 한정되며, 본 발명의 구성은 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 그 구성을 다양하게 변경 및 개조할 수 있다는 것을 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 쉽게 알 수 있다.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are not intended to limit the invention to the particular forms disclosed. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

100: 어플리케이션 프로세스
110: 태스크
120: 응용 프로그래밍 인터페이스
130: API 실행 관리자
140: 디버거 연동 관리자
150: 하트비트 프로세스 관리자
160: 제1 하트비트 송신부
200: 하트비트 프로세스
220: 태스크 정보 관리자
230: 태스크 이벤트 수신부
240: 제2 하트비트 송신부
250: 태스크 정보 접근 조정부
260: 어플리케이션 프로세스 감시부
100: application process
110: Task
120: Application Programming Interface
130: API execution manager
140: Debugger Interworking Manager
150: Heartbeat Process Manager
160: First heartbeat transmission section
200: Heartbeat process
220: Task Information Manager
230: Task event receiver
240: second heartbeat transmitter
250: Task information access coordinator
260: Application Process Monitoring Unit

Claims (6)

태스크의 미들웨어 서비스 요구를 위해 API(Application Programming Interface) 실행기를 생성하는 API 실행 관리자, 디버거의 연동여부를 확인하는 디버거 연동 관리자, 및 태스크 정보를 송신하는 하트비트 프로세스 관리자를 포함하는 어플리케이션 프로세스; 및
상기 태스크 정보를 수신하고 상기 태스크 정보에 따라 미들웨어에 하트비트 시그널을 전송하는 하트비트 프로세스를 포함하고,
상기 하트비트 프로세스는
태스크 정보를 자료구조를 통해 유지 및 관리하는 태스크 정보 관리자;
상기 태스크 정보를 수신하는 태스크 이벤트 수신부;
상기 태스크 정보에 따라 미들웨어에 하트비트 시그널을 송신하는 제2 하트비트 송신부; 및
상기 태스크 이벤트 수신부와 제2 하트비트 송신부의 상기 태스크 정보 관리자 접근을 조정하는 태스크 정보 접근 조정부
를 포함하는 철강 공정 미들웨어의 어플리케이션 시스템.
An API execution manager for generating an API (Application Programming Interface) executor for requesting a middleware service of a task, a debugger interworking manager for checking whether a debugger is interlocked, and a heartbeat process manager for sending task information; And
And a heartbeat process for receiving the task information and transmitting a heartbeat signal to the middleware according to the task information,
The heartbeat process
Task information manager which maintains and manages task information through data structure;
A task event receiving unit for receiving the task information;
A second heartbeat transmitter for transmitting a heartbeat signal to the middleware according to the task information; And
A task information access control unit for adjusting the task information manager access of the task event receiving unit and the second heartbeat transmitting unit,
The application system of the steelworking middleware includes:
제1항에 있어서, 상기 API 실행 관리자는
디버거의 연동을 확인시에 상기 하트비트 프로세스 관리자를 통해 상기 하트비트 프로세스의 생성을 지시하는 철강 공정 미들웨어의 어플리케이션 시스템
2. The system according to claim 1, wherein the API execution manager
An application system of a steel process middleware for instructing creation of the heartbeat process through the heartbeat process manager upon confirming interworking of a debugger
제1항에 있어서, 상기 API 실행 관리자는
디버거의 비연동을 확인시에 태스크의 하트비트 시그널을 미들웨어에 전송하는 제1 하트비트 송신부의 생성을 지시하는 철강 공정 미들웨어의 어플리케이션 시스템.
2. The system according to claim 1, wherein the API execution manager
An application system of a steel process middleware for instructing generation of a first heartbeat transmission unit for transmitting a heartbeat signal of a task to a middleware when confirming a non-operation of a debugger.
삭제delete 제1항에 있어서, 상기 하트비트 프로세스는
상기 어플리케이션 프로세스의 정상 동작 여부를 주기적으로 확인하는 어플리케이션 프로세스 감시부를 포함하는 철강 공정 미들웨어의 어플리케이션 시스템.
The method of claim 1, wherein the heartbeat process
And an application process monitoring unit periodically checking whether the application process is normally operated.
제5항에 있어서, 상기 하트비트 프로세스는
상기 어플리케이션 프로세스 감시부가 상기 어플리케이션 프로세스의 비정상 동작을 확인한 경우 스스로 프로세스를 종료하는 철강 공정 미들웨어의 어플리케이션 시스템.
6. The method of claim 5, wherein the heartbeat process
And the application process monitoring unit terminates the process by itself if it confirms an abnormal operation of the application process.
KR1020140187623A 2014-12-23 2014-12-23 Application system of steel process middleware for realtime debugging KR101594715B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140187623A KR101594715B1 (en) 2014-12-23 2014-12-23 Application system of steel process middleware for realtime debugging

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140187623A KR101594715B1 (en) 2014-12-23 2014-12-23 Application system of steel process middleware for realtime debugging

Publications (1)

Publication Number Publication Date
KR101594715B1 true KR101594715B1 (en) 2016-02-29

Family

ID=55448485

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140187623A KR101594715B1 (en) 2014-12-23 2014-12-23 Application system of steel process middleware for realtime debugging

Country Status (1)

Country Link
KR (1) KR101594715B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113805859A (en) * 2021-08-20 2021-12-17 浪潮金融信息技术有限公司 Method, system and medium for designing middleware of smart screen

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100076840A (en) 2008-12-26 2010-07-06 주식회사 포스코 Middleware for controling steel process and method for providing service in the middleware
KR101271821B1 (en) * 2011-12-23 2013-06-07 주식회사 포스코 Steel process middleware application error analysis system and error analysis method using the same

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100076840A (en) 2008-12-26 2010-07-06 주식회사 포스코 Middleware for controling steel process and method for providing service in the middleware
KR101271821B1 (en) * 2011-12-23 2013-06-07 주식회사 포스코 Steel process middleware application error analysis system and error analysis method using the same

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
‘PosFrame 기반 응용 S/W를 위한 디버깅 지원 기술 설계’, 제어로봇시스템학회, 2014 제29회 ICROS 학술대회(2014.05.)* *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113805859A (en) * 2021-08-20 2021-12-17 浪潮金融信息技术有限公司 Method, system and medium for designing middleware of smart screen
CN113805859B (en) * 2021-08-20 2024-05-10 浪潮金融信息技术有限公司 Intelligent screen middleware design method, system and medium

Similar Documents

Publication Publication Date Title
US10958543B2 (en) Monitoring wireless access point events
EP3490224A1 (en) Data synchronization method and system
WO2019001074A1 (en) Remote process calling method and apparatus, and computer device
CN110636128A (en) Data synchronization method, system, electronic equipment and storage medium
US9934018B2 (en) Artifact deployment
JP4571216B2 (en) Device management system and set value setting method in the system
US20130160006A1 (en) Apparatus and method for controlling sensor data in cloud system
KR101594715B1 (en) Application system of steel process middleware for realtime debugging
CN106301820B (en) Upgrading method and device based on network connection service
EP3672203A1 (en) Distribution method for distributed data computing, device, server and storage medium
JP6311417B2 (en) Wireless communication apparatus, wireless communication method, and wireless communication program
JP2012059193A (en) Monitoring control system, monitoring control method used therefor, and monitoring control method
CN111615819B (en) Method and device for transmitting data
JP6176247B2 (en) Communication maintenance system, terminal device, communication maintenance method, and connection maintenance program
KR101696101B1 (en) Task server and middleware server of steel process middleware service development system
US20160026668A1 (en) Data transmission service switch system and method
CN105743673B (en) Northbound interface and method for processing notification message
TW201537378A (en) Computer devices and security management device communicationally-connected to the same
JP2016005092A (en) Communication address management system, building management system, and communication address management program
EP4307587A1 (en) Discontinuous reception processing method and apparatus, terminal device, and storage medium
TWI509456B (en) Computer devices and security management device communicationally-connected to the same
CN117493024B (en) Multi-process heterogeneous program migration method, storage medium and electronic equipment
CN110380937B (en) Network testing method and device applied to electronic equipment
CN113010237B (en) Data interaction method, system, electronic equipment and storage medium
KR102459687B1 (en) APPARATUS AND METHOD FOR CONTROLLING OF VoIP TERMINAL, AND COMPUTER READABLE MEDIUM STORING THE SAME

Legal Events

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

Payment date: 20190207

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20200204

Year of fee payment: 5