KR20030069597A - Event management system for load balancing in distributed system and method thereof - Google Patents

Event management system for load balancing in distributed system and method thereof Download PDF

Info

Publication number
KR20030069597A
KR20030069597A KR1020020009479A KR20020009479A KR20030069597A KR 20030069597 A KR20030069597 A KR 20030069597A KR 1020020009479 A KR1020020009479 A KR 1020020009479A KR 20020009479 A KR20020009479 A KR 20020009479A KR 20030069597 A KR20030069597 A KR 20030069597A
Authority
KR
South Korea
Prior art keywords
event
pattern
consumer
information
load
Prior art date
Application number
KR1020020009479A
Other languages
Korean (ko)
Other versions
KR100459535B1 (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-0009479A priority Critical patent/KR100459535B1/en
Publication of KR20030069597A publication Critical patent/KR20030069597A/en
Application granted granted Critical
Publication of KR100459535B1 publication Critical patent/KR100459535B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE: A system for managing an event for minimizing a load in a distributed processing system and a method thereof are provided to reduce a network load and execute a transmission rapidly by selecting events only wanted by an event consumer and transmitting the events from an event provider directly. CONSTITUTION: A registration unit(110) registers a name of an event and a pattern conditional expression of the event from event providers. A condition search unit(130) searches event names received from event consumers and a pattern conditional expression of an event. An information transmission unit(150) transmits information with respect to an event provider who satisfies the event conditional expression searched in the condition search unit(130) to the event consumer. A storage(120) stores the event providers, event names received from the event consumers, and the event pattern conditional expression. A complex event creation unit(140) creates a complex event pattern corresponded to information received from the event consumer.

Description

분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템 및 그 방법 {Event management system for load balancing in distributed system and method thereof}Event management system for load minimization in distributed processing system and method thereof

본 발명은 물리적으로 떨어져 있는 이벤트소비자와 이벤트관리자간에 이벤트를 전송하는 이벤트관리분야에 관한 것으로, 특히 광범위한 지역에 분산되어 수많은 종류의 이벤트가 발생하고 그러한 이벤트를 소비자에게 전달하는 대규모 분산시스템에 적합한 이벤트관리시스템 및 그 방법에 관한 것이다.The present invention relates to the field of event management for transmitting events between physically separated event consumers and event managers, and is particularly suitable for large-scale distributed systems in which a large number of events occur in a wide area and deliver such events to consumers. A management system and method thereof are provided.

대부분의 분산 처리 시스템에서는 이벤트의 공급을 담당하는 공급자와 이벤트의 소비를 담당하는 소비자가 있고 이들을 연결해주는 이벤트 서버가 있으며 공급자와 소비자 사이에 전달되어지는 이벤트의 수는 한정되어있다. 그러나 광범위한 지역에 분산된 대규모 분산 시스템에서는 이벤트 공급자와 이벤트 소비자 사이에 제공되고 소비되는 이벤트의 수는 무한히 발생 가능하며 네트워크 및 이벤트 서버의 성능은 유한하므로 무한히 제공되고 소비되는 이벤트의 처리를 할 수 없다.In most distributed processing systems, there is a supplier responsible for supplying events, a consumer responsible for consuming events, an event server connecting them, and the number of events delivered between the provider and the consumer is limited. However, in a large distributed system distributed over a wide area, the number of events provided and consumed between event providers and event consumers can occur indefinitely, and the performance of networks and event servers is finite, so they cannot process infinitely provided and consumed events. .

본 발명이 이루고자 하는 기술적 과제는, 상기 문제점들을 해결하기 위해 이벤트소비자가 원하는 이벤트만을 선별하여 이벤트공급자로부터 직접 전송함으로써 네트워크부하 및 전송의 신속성을 가지도록 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템 및 그 방법을 제공하는데 있다.The technical problem to be solved by the present invention, event management to minimize the load in the distributed processing system to have the network load and the speed of transmission by selecting only the desired event consumers directly sent from the event provider to solve the problems It is to provide a system and a method thereof.

본 발명이 이루고자 하는 다른 기술적 과제는, 상기 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 있다.Another object of the present invention is to provide a computer-readable recording medium having recorded thereon a program for executing the method on a computer.

도 1은 본 발명에 따른 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템의 블록도를 나타낸다.1 is a block diagram of an event management system for minimizing load in a distributed processing system according to the present invention.

도 2는 본 발명에 따른 단일 이벤트 패턴에 대한 이벤트 전달 흐름을 나타내는 도면이다.2 is a diagram illustrating an event delivery flow for a single event pattern according to the present invention.

도 3은 본 발명에 따른 복합 이벤트 패턴에 대한 이벤트 전달 흐름을 나타내는 도면이다.3 is a diagram illustrating an event delivery flow for a complex event pattern according to the present invention.

상기의 과제를 이루기 위한 본 발명에 따른 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템은, 광범위한 지역에 분산되어 있는 이벤트공급자들로부터 이벤트를 공급받고 그 이벤트를 이벤트소비자들에게 제공하는 이벤트서버를 구비하는 분산처리시스템에서, 상기 이벤트서버는 상기 이벤트공급업자들로부터 이벤트의 이름 및 상기 이벤트의 패턴조건식을 등록하는 등록부;상기 이벤트소비자들로부터 수신한 이벤트 이름 및 이벤트의 패턴조건식을 검색하는 조건검색부;상기 조건검색부에서 검색한 상기 이벤트조건식을 만족하는 이벤트공급업자에 대한 정보를 상기 이벤트소비자에게 전달하는 정보전달부를 포함한다.The event management system for minimizing the load in the distributed processing system according to the present invention for achieving the above object is provided with an event server that receives events from event providers distributed in a wide area and provides the events to event consumers. In the distributed processing system, the event server registers the event name and the pattern condition expression of the event from the event providers; Conditional search for searching the event name and the pattern condition expression received from the event consumers The information retrieval unit may include an information delivery unit configured to transmit information about an event provider that satisfies the event conditional expression retrieved by the condition retrieval unit to the event consumer.

상기의 과제를 이루기 위한 본 발명에 따른 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법은, (a) 이벤트의 이름 및 이벤트 생성패턴을 등록하는 단계;(b) 이벤트소비자로부터 이벤트 이름 및 요구 패턴조건식을 수신하는 단계;(c) 상기 이벤트소비자로부터 수신한 정보를 상기 (a)단계에서 등록된 이벤트의 정보에서 검색하는 단계;(d) 상기 (c)단계에서 검색한 정보를 상기 이벤트소비자에게 전송하는 단계를 포함한다.The event management method for minimizing the load in the distributed processing system according to the present invention for achieving the above object, (a) registering the event name and event generation pattern; (b) the event name and request pattern from the event consumer Receiving a conditional expression; (c) retrieving the information received from the event consumer from information of the event registered in step (a); (d) retrieving the information retrieved in step (c) to the event consumer. Transmitting.

상기의 과제를 이루기 위한 본 발명에 따른 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법은, (a) 이벤트의 이름 및 이벤트 생성패턴을 등록하는 단계;(b) 이벤트소비자로부터 이벤트 이름 및 요구 패턴조건식을 수신하는 단계;(c) 상기 이벤트소비자로부터 수신한 정보에 해당하는 복합 이벤트 패턴을 생성하는 단계;(d) 상기 복합 이벤트 패턴에 해당하는 이벤트를 검색하는 단계;(e) 상기 검색된 이벤트를 상기 이벤트소비자에게 전송하는 단계를 포함한다.The event management method for minimizing the load in the distributed processing system according to the present invention for achieving the above object, (a) registering the event name and event generation pattern; (b) the event name and request pattern from the event consumer Receiving a conditional expression; (c) generating a complex event pattern corresponding to the information received from the event consumer; (d) searching for an event corresponding to the complex event pattern; (e) searching for the event Transmitting to the event consumer.

이하에서, 첨부된 도면을 참조하여 본 발명의 바람직한 실시 예에 대하여 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail a preferred embodiment of the present invention.

도 1은 본 발명에 따른 이벤트 관리시스템(100)의 전체 구성도로서, 이벤트공급자(170) 또는 이벤트소비자(160)는 관심 있는 이벤트를 등록부(110)를 통해서 등록한다. 여기서, 이벤트소비자(160) 또는 이벤트공급자(170)는 복수 개의 컴퓨터 단말기로 이루어 질 수 있다.1 is an overall configuration diagram of the event management system 100 according to the present invention, the event provider 170 or the event consumer 160 registers the event of interest through the registration unit 110. Here, the event consumer 160 or the event provider 170 may be composed of a plurality of computer terminals.

이벤트공급자(170)는 발생하는 이벤트의 이름 및 구체적인 패턴을 등록부(110)에 등록하고, 실시간으로 발생하는 이벤트를 전송한다. 이벤트소비자(160)는 관심 있는 이벤트 및 패턴 조건식을 등록부(110)에 등록하면 패턴 조건식을 만족하는 이벤트만을 전달받을 수 있다. 여기서, 패턴조건식은 이벤트소비자가 관심 있는 이벤트의 내용을 정의하여 데이터의 특정필드에 이벤트의 특징을 나타내는 것이다.저장부(120)에서는 이벤트공급자(170)에 의하여 등록된 이벤트의 이름 및 패턴 조건식을 저장하며, 조건검색부(130)에서는 저장부(120)에서 이벤트소비자로부터 수신한 이벤트 이름 및 이벤트 패턴조건식을 검색하여 상기 이벤트소비자가 원하는 이벤트를 추출한다. 정보전달부(150)는 조건검색부(130)에서 검색된 이벤트를 공급하는 이벤트공급자(170)의 주소(URL)를 포함하는 정보를 상기 이벤트소비자에게 전달한다. 이렇게 됨으로써 이벤트공급자(170) 및 이벤트소비자(160)간에는 직접적인 이벤트의 전달이 이루어진다.The event provider 170 registers the name and specific pattern of the event that occurs in the register 110 and transmits the event that occurs in real time. The event consumer 160 may receive only an event that satisfies the pattern condition expression when the event and pattern condition expression of interest are registered in the register 110. Here, the pattern condition expression defines the content of the event that the event consumer is interested in and indicates the characteristics of the event in a specific field of data. The storage 120 stores the name and pattern condition expression of the event registered by the event provider 170. The condition search unit 130 retrieves the event name and the event pattern conditional expression received from the event consumer in the storage unit 120 and extracts the event desired by the event consumer. The information delivery unit 150 transmits information including the address (URL) of the event provider 170 supplying the event retrieved by the condition search unit 130 to the event consumer. By doing so, the event is directly delivered between the event provider 170 and the event consumer 160.

복합이벤트생성부(140)는 이벤트소비자(160)로부터 수신한 정보에 해당하는 복합 이벤트 패턴을 생성하여 이벤트소비자가 원하는 이벤트를 이벤트공급자(170)가 공급할 수 있도록 한다.The complex event generation unit 140 generates a complex event pattern corresponding to the information received from the event consumer 160 so that the event provider 170 can supply an event desired by the event consumer.

도 2는 본 발명이 적용되는 단일 이벤트 패턴에 대한 이벤트 전달 프로세스 흐름도로서, 단일 이벤트 패턴은 단일 종류의 이벤트에 대하여 필요충분 조건을 수식화한 조건문으로써 해당 종류의 이벤트들 중에서 조건이 맞는 것들만이 선택되어 이벤트 소비자에게 보내지게 된다.FIG. 2 is a flow chart of an event delivery process for a single event pattern to which the present invention is applied, and the single event pattern is a conditional sentence formulating sufficient and sufficient conditions for a single type of event. Will be sent to the event consumer.

이 때 이벤트 필터링 및 전달 프로세스는 다음과 같이 최적화되어 있다. 이벤트공급자(170)는 이벤트 네임 및 생성 패턴을 해당 이벤트관리시스템의 등록부(110)에 등록한다(210단계). 이벤트소비자(160)로부터 관심 있는 이벤트 및 요구 패턴 조건식을 수신(220단계)하여 등록/저장하고 저장부(120)의 데이터베이스를 검색하여 이벤트 네임 및 패턴 조건식을 비교하여 가능성 있는 이벤트를 추출(230단계)한다. 이벤트소비자(160)가 입력한 이벤트 이름 및 패턴조건식에 해당하는 이벤트를 이벤트소비자(160)에게 전송(240단계)한다.The event filtering and delivery process is optimized as follows. The event provider 170 registers the event name and the generation pattern in the register 110 of the corresponding event management system (step 210). Receive the event and request pattern conditional expression of interest from the event consumer 160 (step 220), register / store and search the database of the storage unit 120 to compare the event name and the pattern conditional expression to extract the probable event (step 230). )do. The event corresponding to the event name and pattern condition expression input by the event consumer 160 is transmitted to the event consumer 160 (step 240).

도 3은 본 발명이 적용되는 복합 이벤트 패턴에 대한 이벤트 전달 프로세스 흐름도로서, 복합 이벤트 패턴은 여러 종류의 이벤트들 사이에서 관심 있는 부분들이 특정 조건을 만족하여야 하는 것을 표현한 것으로서 이러한 조건을 만족하는 이벤트들을 변형하여 새로운 이벤트를 생성하여 그것을 이벤트 소비자에 전송하도록 한 것이다.FIG. 3 is a flow chart of an event delivery process for a composite event pattern to which the present invention is applied. The composite event pattern represents events of interest among various types of events that must satisfy specific conditions. We modified it to create a new event and send it to the event consumer.

이벤트 필터링 및 전달 프로세스는 다음과 같이 최적화되어 있다. 등록부(110)는 이벤트공급자(170)로부터 수신한 이벤트 네임 및 생성패턴을 등록(310단계)하고 이벤트소비자(160)로부터는 이벤트 네임 및 패턴조건식을 수신하여 등록(320단계)한다. 복합이벤트생성부(140)는 이벤트소비자(160)로부터 수신한 정보로부터 복합이벤트 패턴을 생성(330단계)한다.The event filtering and delivery process is optimized as follows. The registration unit 110 registers the event name and the generation pattern received from the event provider 170 (step 310) and receives and registers the event name and the pattern condition expression from the event consumer 160 (step 320). The complex event generation unit 140 generates a complex event pattern from the information received from the event consumer 160 (step 330).

네트워크 또는 시스템의 로드 밸런싱(load balancing)을 고려하여 복수의 이벤트공급자(170) 중에서 마스터 이벤트공급자를 선정(340단계)하고 생성한 복합 이벤트 패턴을 전송(350단계)하고 이때 이벤트공급자(170)에 대한 전체 구성원 리스트도 함께 전송한다. 마스터 이벤트공급자는 패턴을 계산하기 위한 최소한의 정보를 기타의 이벤트공급자로부터 수시로 수신하고 패턴을 계산하여 통과되는 이벤트들이 존재하는 경우에 해당 이벤트만을 기타 이벤트공급자에게 전송하도록 하여 이러한 이벤트의 내용을 편집하여 새로운 이벤트를 생성(360단계)하여 이벤트소비자(160)에게 직접 전송한다(370단계).In consideration of load balancing of a network or a system, a master event provider is selected from the plurality of event providers 170 (step 340) and the generated complex event pattern is transmitted (step 350). Send a complete list of members. The master event provider receives the minimum information for calculating the pattern from other event providers from time to time, and calculates the pattern and sends only the event to other event providers when there are events that are passed. A new event is generated (step 360) and directly transmitted to the event consumer 160 (step 370).

본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 하드디스크, 플로피디스크, 플래쉬 메모리, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드로서 저장되고 실행될 수 있다.The invention can also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, hard disk, floppy disk, flash memory, optical data storage device, and also carrier waves (for example, transmission over the Internet). It also includes the implementation in the form of. The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.

이상에서 설명한 바와 같이, 본 발명에 의하면, 광범위한 지역에 분산되어 수많은 종류의 이벤트가 발생하고 그러한 이벤트를 소비자에게 전달해야 하는 대규모 분산 시스템에 있어서 이벤트 소비자가 원하는 이벤트만을 이벤트 서버가 분별하여 이벤트 공급자로부터 직접 이벤트 소비자에게 전달하게 함으로써 이벤트 서버의 부하를 줄이고 이벤트의 전달 경로를 줄임으로써 네트워크 부하를 줄여 이벤트 공급자로부터 발생하는 많은 종류의 이벤트를 이벤트 소비자에게 신속하게 전달 및 처리를 할 수 있도록 하는데 효과가 있다.As described above, according to the present invention, in a large-scale distributed system in which a large number of events occur in a wide area and must deliver such events to a consumer, the event server sorts only the events desired by the event consumer from the event provider. By directing the event to the event consumer, it reduces the load on the event server and reduces the path of event delivery, thereby reducing the network load so that many types of events from the event provider can be delivered and processed quickly to the event consumer. .

Claims (16)

광범위한 지역에 분산되어 있는 이벤트공급자들로부터 이벤트를 공급받고 그 이벤트를 이벤트소비자들에게 제공하는 이벤트서버를 구비하는 분산처리시스템에서,In a distributed processing system having an event server that receives events from event providers distributed in a wide area and provides the events to event consumers, 상기 이벤트서버는The event server 상기 이벤트공급업자들로부터 이벤트의 이름 및 상기 이벤트의 패턴조건식을 등록하는 등록부;A register that registers an event name and a pattern conditional expression of the event from the event providers; 상기 이벤트소비자들로부터 수신한 이벤트 이름 및 이벤트의 패턴조건식을 검색하는 조건검색부; 및A condition search unit for searching for an event name and a pattern condition expression of the event received from the event consumers; And 상기 조건검색부에서 검색한 상기 이벤트조건식을 만족하는 이벤트공급업자에 대한 정보를 상기 이벤트소비자에게 전달하는 정보전달부를 포함하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.And an information transfer unit for transmitting information about an event supplier that satisfies the event conditional expression searched by the condition search unit to the event consumer. 제 1항에 있어서,The method of claim 1, 상기 이벤트공급업장들 및 상기 이벤트소비자들로부터 수신한 이벤트의 이름 및 이벤트 패턴조건식을 저장하는 저장부를 더 포함하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.And a storage unit for storing a name and an event pattern conditional expression of the event received from the event supply businesses and the event consumers. 제 1항에 있어서,The method of claim 1, 상기 패턴조건식은 이벤트소비자가 관심있는 이벤트의 내용을 정의하여 데이터의 특정필드에 상기 이벤트의 특징을 나타내는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.The pattern condition expression minimizes the load in the distributed processing system, characterized in that the event consumer defines the content of the event of interest to represent the characteristics of the event in a specific field of data. 제 1항에 있어서, 상기 조건검색부는The method of claim 1, wherein the condition search unit 상기 등록부에서 등록된 이벤트들로부터 상기 이벤트소비자로부터 수신한 이벤트 이름 및 이벤트 패턴조건식을 검색하여 상기 이벤트소비자가 원하는 이벤트를 추출하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.The event management system to minimize the load in the distributed processing system, characterized in that for retrieving the event name and event pattern conditional expression received from the event consumer from the events registered in the registration unit. 제 1항에 있어서, 상기 정보전달부는According to claim 1, wherein the information transfer unit 상기 조건검색부에서 검색된 이벤트를 공급하는 이벤트공급자에 대한 주소를 포함하는 정보를 상기 이벤트소비자에게 전달하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.Event management system for minimizing the load in the distributed processing system, characterized in that for transmitting to the event consumer information including the address of the event provider for supplying the event retrieved from the condition search unit. 제 1항에 있어서,The method of claim 1, 상기 이벤트소비자로부터 수신한 정보에 해당하는 복합 이벤트 패턴을 생성하는 복합이벤트생성부를 더 포함하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리시스템.And a complex event generator for generating a complex event pattern corresponding to the information received from the event consumer. (a) 이벤트의 이름 및 이벤트 생성패턴을 등록하는 단계;(a) registering a name of the event and an event generation pattern; (b) 이벤트소비자로부터 이벤트 이름 및 요구 패턴조건식을 수신하는 단계;(b) receiving an event name and a request pattern conditional expression from the event consumer; (c) 상기 이벤트소비자로부터 수신한 정보를 상기 (a)단계에서 등록된 이벤트의 정보에서 검색하는 단계; 및(c) retrieving information received from the event consumer from the information of the event registered in the step (a); And (d) 상기 (c)단계에서 검색한 정보를 상기 이벤트소비자에게 전송하는 단계를 포함하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.(d) transmitting the information retrieved in the step (c) to the event consumer, minimizing the load in the distributed processing system. 제 7항에 있어서, 상기 (a)단계는The method of claim 7, wherein step (a) 상기 이벤트의 이름 및 제공하고자 하는 이벤트의 내용정보를 등록하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.Event management method for minimizing the load in the distributed processing system, characterized in that for registering the name of the event and the content information of the event to provide. 제 7항에 있어서, 상기 (b)단계는The method of claim 7, wherein step (b) 상기 이벤트소비자가 제공받기를 원하는 이벤트에 대한 이름 및 상기 이벤트를 조건식의 형태로 표현한 정보를 수신하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.Event management method for minimizing the load in the distributed processing system, characterized in that for receiving the name of the event that the event consumer wants to be provided and information representing the event in the form of a conditional expression. 제 7항에 있어서, 상기 (c)단계는The method of claim 7, wherein step (c) 상기 (a)단계에서 등록된 정보 및 상기 (b)단계에서 수신한 정보를 비교하여 유사이벤트를 추출하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.The event management method of minimizing the load in the distributed processing system, characterized in that to extract similar events by comparing the information registered in the step (a) and the information received in the step (b). 제 7항에 있어서, 상기 (d)단계는The method of claim 7, wherein step (d) 상기 이벤트소비자에게 상기 이벤트소비자가 요구하는 이벤트의 정보에 해당하는 인터넷상의 주소를 전송하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.The event management method of minimizing the load in the distributed processing system, characterized in that for transmitting the address on the Internet corresponding to the information of the event requested by the event consumer to the event consumer. 제 7항에 있어서,The method of claim 7, wherein (b1) 상기 (b)단계 이후에 상기 이벤트소비자로부터 수신한 정보에서 복합이벤트패턴을 생성하는 단계를 더 포함하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.and (b1) generating a complex event pattern from the information received from the event consumer after step (b). 제 12항에 있어서, 상기 (c)단계는The method of claim 12, wherein step (c) 상기 이벤트소비자로부터 수신한 정보를 상기 복합이벤트패턴에서 검색하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.And minimizing the load in the distributed processing system, wherein the information received from the event consumer is searched for in the complex event pattern. 제 12항에 있어서, 상기 (b1)단계는The method of claim 12, wherein step (b1) 상기 (a)단계에서 등록된 이벤트들 중에서 상기 이벤트소비자가 요청하는 패턴조건식을 만족하는 이벤트를 생성하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.The event management method of minimizing the load in the distributed processing system, characterized in that for generating an event that satisfies the pattern condition expression requested by the event consumer among the events registered in the step (a). 제 12항에 있어서, 상기 (b1)단계는The method of claim 12, wherein step (b1) 이벤트공급자들로부터 이벤트의 패턴을 계산하기 위한 소정의 정보량을 실시간으로 수신하고 상기 복합 이벤트 패턴에 해당하는 이벤트를 생성하는 것을 특징으로 하는 분산처리시스템내에서 부하를 최소화하는 이벤트관리방법.Receiving a predetermined amount of information for calculating the pattern of the event from the event providers in real time and generating an event corresponding to the complex event pattern minimizes the load in the distributed processing system. 제 7항 내지 제 15항 중 어느 한 항의 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체.A computer-readable recording medium having recorded thereon a program for executing the method of any one of claims 7 to 15 on a computer.
KR10-2002-0009479A 2002-02-22 2002-02-22 Event management system for load balancing in distributed system and method thereof KR100459535B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2002-0009479A KR100459535B1 (en) 2002-02-22 2002-02-22 Event management system for load balancing in distributed system and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2002-0009479A KR100459535B1 (en) 2002-02-22 2002-02-22 Event management system for load balancing in distributed system and method thereof

Publications (2)

Publication Number Publication Date
KR20030069597A true KR20030069597A (en) 2003-08-27
KR100459535B1 KR100459535B1 (en) 2004-12-04

Family

ID=32222223

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2002-0009479A KR100459535B1 (en) 2002-02-22 2002-02-22 Event management system for load balancing in distributed system and method thereof

Country Status (1)

Country Link
KR (1) KR100459535B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100805182B1 (en) * 2005-08-01 2008-02-21 후지쯔 가부시끼가이샤 System and method for executing job step, and computer product
KR100811433B1 (en) * 2007-09-14 2008-03-07 주식회사 엘지씨엔에스 Complex event processing system and complex event processing method
KR100868323B1 (en) * 2006-11-30 2008-11-11 성균관대학교산학협력단 Event Filtering System and Method Thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010105546A (en) * 2000-05-15 2001-11-29 이영수 Real-time events posting and sharing method with very large scaled internet connection

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100805182B1 (en) * 2005-08-01 2008-02-21 후지쯔 가부시끼가이샤 System and method for executing job step, and computer product
KR100868323B1 (en) * 2006-11-30 2008-11-11 성균관대학교산학협력단 Event Filtering System and Method Thereof
KR100811433B1 (en) * 2007-09-14 2008-03-07 주식회사 엘지씨엔에스 Complex event processing system and complex event processing method

Also Published As

Publication number Publication date
KR100459535B1 (en) 2004-12-04

Similar Documents

Publication Publication Date Title
CN107330034B (en) Log analysis method and device, computer equipment and storage medium
CN103748573B (en) Method and system for reducing redirects
CN101796795B (en) Distributed system
US6260041B1 (en) Apparatus and method of implementing fast internet real-time search technology (first)
US8170900B2 (en) Supply chain discovery services
US20040039754A1 (en) Method and system for cataloging and managing the distribution of distributed digital assets
US20070276919A1 (en) Services for data access based on a data ownership directory in distributed system landscapes
US20030014483A1 (en) Dynamic networked content distribution
US20070094288A1 (en) Methods and systems for data processing
CN1983210A (en) Software traceability management method and apparatus
CN101192942A (en) Method for controlling retention of publications and publication/orderation agent
CN110321544B (en) Method and device for generating information
US20170147652A1 (en) Search servers, end devices, and search methods for use in a distributed network
CN107665237A (en) Data structure sorter, the distribution subscription system of unstructured data and method
CN116701330A (en) Logistics information sharing method, device, equipment and storage medium
CN107644017A (en) The querying method and device of journal file
CN111159590A (en) Serial connection method and device based on front-end and back-end service call links
CN117151045A (en) Report processing method and device based on block chain and computer equipment
KR100459535B1 (en) Event management system for load balancing in distributed system and method thereof
CN105574037A (en) Information processing method and device
US20080244518A1 (en) Telecom Business-Oriented Taxonomy for Reusable Services
US8255474B2 (en) Pruning method
JP5332488B2 (en) Map-based communication of multiple functional entities
US20030005098A1 (en) Method and apparatus for using dynamic grouping data to group attributes relating to computer systems
Aragao et al. Conflict resolution in web service federations

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
J201 Request for trial against refusal decision
AMND Amendment
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20081104

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee