KR20020022923A - Method for Database of a Load Balancing Equipment and Its System - Google Patents

Method for Database of a Load Balancing Equipment and Its System Download PDF

Info

Publication number
KR20020022923A
KR20020022923A KR1020000055491A KR20000055491A KR20020022923A KR 20020022923 A KR20020022923 A KR 20020022923A KR 1020000055491 A KR1020000055491 A KR 1020000055491A KR 20000055491 A KR20000055491 A KR 20000055491A KR 20020022923 A KR20020022923 A KR 20020022923A
Authority
KR
South Korea
Prior art keywords
identifier
information
connection
database
address
Prior art date
Application number
KR1020000055491A
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 KR1020000055491A priority Critical patent/KR20020022923A/en
Publication of KR20020022923A publication Critical patent/KR20020022923A/en

Links

Classifications

    • 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
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification

Abstract

PURPOSE: A method and a system for configuring a database of load balancing are provided to realize a high performance and high operation by configuring a database for managing the connection and session information of a load balancing in a proper way. CONSTITUTION: The identifier-address conversion module(11) plays a role of turning over the inputted identifier to a new information allocating space and turning over the previously set address of storage. The identifier combines and classifies the Internet address of the user connection, the connection information and the user information. The identifier-address conversion module returns a defined address value according to the information such as a define method of identifier, a number of real server, a size of storage, a unit size of group management, and so on by being operated with a combination of such as a hashing algorithm. An identifier information connection space(12) is classified by the classifier, stores the information of each connection and connection group and manages the connection to an information allocation space(13). The information allocation space manages the real storage as a buffer pool in order to efficiently manage the storage space. An identifier information recovery block(14) plays a role of recovering the identifier information according to the operation mode of database and the identifier-address conversion module.

Description

부하 분산장치의 데이터베이스 구성방법 및 그 시스템{Method for Database of a Load Balancing Equipment and Its System}Method for Database of a Load Balancing Equipment and Its System

여러대의 서버를 클러스터링 방법을 통해 연결함으로써 하나의 가상 서버에 할당하고, 이를통해 고성능, 고신뢰성을 얻고자 할 때, 여러대의 서버를 연결하기 위하여 흔히 부하 분산기가 사용된다.A load balancer is often used to connect multiple servers when assigning them to a single virtual server by connecting them to each other through a clustering method and gaining high performance and reliability.

본 발명은 도 7과 같은 부하분산기 내부에 세션 정보 또는 연결정보를 관리하기 위한 데이터베이스를 구성 방법 및 시스템에 관련된 기술분야에 해당된다.The present invention corresponds to the technical field related to a method and system for constructing a database for managing session information or connection information inside a load balancer as shown in FIG. 7.

도 6은 일반적인 부하분산기에서의 데이터베이스 구조의 예를 보여주고있다. 사용자의 연결요구에 따라 인터넷주소정보 등의 식별자로부터 데이터베이스의 할당공간을 찾아주거나 연결해주는 주소검색모듈을 통해 사용자 연결별로 할당서버 정보나 상태정보를 저장 또는 검색할 수 있는 구조로 되어 있다. 일반적으로 사용자 연결요구에 따라 각각의 정보 슬롯을 사용하게 되며 이는 수만-수백만 이상의 슬롯을 요구할 수 있으며, 이에 따라 매우 큰 저장공간를 필요로 하게 될 수 있다. 이 경우 부하분산기의 구축에 많은 비용이 소요되며, 검색속도가 낮아져서 성능저하의 주요한 요인이 될 수 있다. 고속 검색을 위해 식별자별 주소를 갖게하는 경우 더욱 큰 저장공간을 필요로 할 수 있는 문제를 수반하게 된다.6 shows an example of a database structure in a general load balancer. According to the user's connection request, through the address search module that finds or connects to the database's allocation space from identifiers such as Internet address information, the user can save or search the allocation server information or status information for each connection. In general, each information slot is used according to a user connection request, which may require tens of millions or more of slots, which may require a very large storage space. In this case, it is very costly to construct a load balancer, and the search speed is lowered, which can be a major factor in performance degradation. Having an address by identifier for fast retrieval involves a problem that may require more storage space.

본 발명은 부하분산기의 연결 정보 또는 세션 정보의 관리를 위한 데이터베이스를 부하분산기에 적절한 방식으로 구성함으로써, 기존의 고비용, 저성능의 문제를 해결하고, 고성능 및 고속 동작을 실현하기 위한 것이다.The present invention is to solve the existing problems of high cost, low performance and to realize high performance and high speed operation by configuring a database for managing connection information or session information of the load balancer in a manner suitable for the load balancer.

본 발명에서는 저장공간을 효율적으로 사용하고, 한정된 저장용량에 따른 한정된 연결관리의 문제를 해소하고, 고속동작을 실현하는 것을 목적으로 하고 있다.An object of the present invention is to efficiently use a storage space, to solve the problem of limited connection management according to a limited storage capacity, and to realize high speed operation.

본 발명에서 이루고자 하는 기술적 과제를 요약하면 다음과 같다.The technical problem to be achieved in the present invention is summarized as follows.

- 한정된 저장공간에서도 무한대의 연결관리 실현.-Unlimited connection management even in limited storage space.

- 한정된 저장공간을 여러배로 늘리는 효과를 실현함으로써 필요한 저장공간에 대한 요구사항을 대폭 축소-Significantly reduce the requirements for required storage space by realizing the effect of doubling the limited storage space

- 대용량 저장공간에서의 검색 속도 증대-Speed up searches in large storage spaces

- 저장공간을 100%활용할 수 있는 효율적인 저장공간 관리.-Efficient storage management that can utilize 100% of storage space.

도 1은 본 발명의 구성도1 is a block diagram of the present invention

도 2은 본 발명의 개별 군식별자 슬롯을 사용한 데이터베이스 구성도Figure 2 is a database configuration using the individual military identifier slot of the present invention

도 3은 본 발명의 군식별자 풀을 사용한 데이터베이스 구성도3 is a block diagram of a database using a military identifier pool of the present invention

도 4는 본 발명의 별도 정보 할당 풀을 사용한 데이터베이스 구성도4 is a configuration diagram of a database using a separate information allocation pool of the present invention.

도 5는 본 발명의 서버군에 따른 식별자할당 방식을 사용한 데이터 베이스 구성도5 is a configuration diagram of a database using an identifier allocation method according to the server group of the present invention.

도 6은 대용량 저장 장소를 사용한 기존의 데이터베이스 방식의 예6 is an example of a conventional database method using a mass storage location.

도 7은 본 발명의 적용 예7 is an application example of the present invention

< 도면의 주요부분에 대한 부호설명 ><Explanation of Signs of Major Parts of Drawings>

11: 식별자-주소 변환모듈 12: 식별자 정보 연결공간11: identifier-address translation module 12: identifier information connection space

13: 정보할당공간 14: 식별자 정보 복구 블럭13: Information allocation space 14: Identifier information recovery block

21: 식별자-주소 변환모듈 22: 개별 군식별자 슬롯 블록21: identifier-address translation module 22: individual military identifier slot block

23: 개별 군식별자 슬롯23: Individual military identifier slot

31: 식별자-주소 변환모듈 32: 군식별자 풀 블럭31: identifier-address translation module 32: military identifier pool block

41 : 식별자-주소 변환모듈41: identifier-address conversion module

42 : 군식별자관리 연결지정자 슬롯 블록42: military identifier management designator slot block

43: 정보할당 슬롯 풀 블록43: Information allocation slot pool block

51 : 식별자-주소 변환모듈 52 : 서버별 정보 슬롯 블록51: identifier-address translation module 52: server-specific information slot block

61: 주소검색모듈 62: 정보 슬롯 테이블 블록61: address search module 62: information slot table block

63: 정보 슬롯63: information slot

71: 부하분산기중앙처리장치 72: 서버 정보 데이터 베이스71: load balancer central processing unit 72: server information database

73: 연결정보 데이터베이스 74: 부하분산규칙 데이터베이스73: connection information database 74: load balancing rule database

본 발명에서 제안하고 있는 부하분산장치를 위한 데이터베이스 구성을 일반적으로 나타내면 도 1과 같다.A general configuration of a database for a load balancing device proposed by the present invention is shown in FIG. 1.

식별자-주소 변환모듈(11)은 식별자를 입력으로 받아 새로운 정보 할당 공간을 넘겨주거나, 이미 지정되어 있는 저장 장소의 주소를 넘겨주는 기능을 한다. 식별자는 사용자 연결의 인터넷주소, 연결정보, 사용자 정보등을 조합하여 구분된다. 식별자-주소 변환모듈(11)은 해슁알고리즘(hashing algorithm)과 같은 방법등을 조합하여 동작함으로써, 식별자의 정의방법, 실제서버의 수, 저장장소의 크기, 군관리 단위 크기 등의 정보에 따라 정해진 주소 값을 돌려주도록 구성한다. 식별자 정보연결공간(12)은 식별자에 따라 구분되어 각 연결 혹은 연결군의 정보를 저장하거나, 정보할당 공간으로의 연결을 관리한다. 정보할당공간(13)은 필요에 따라 별도로 구성할 수 있으며, 저장공간을 효율적으로 관리하기 위하여 실제 저장장소를 버퍼 풀 (buffer pool) 형태로 관리한다. 식별자 정보 복구 블록(14)은 식별자-주소 변환모듈 및 데이터 베이스 동작 모드에 따라 식별자 정보를 복구하는 기능을 담당한다.The identifier-address conversion module 11 receives an identifier as input and hands over a new information allocating space, or hands over an address of an already designated storage location. Identifiers are identified by combining the Internet address, connection information, and user information of the user connection. The identifier-address translation module 11 operates in combination with a method such as a hashing algorithm to determine the identifier, the number of actual servers, the size of the storage location, the size of the military management unit, and the like. Configure to return the address value. The identifier information connection space 12 is divided according to the identifier to store the information of each connection or group of connections, or manages the connection to the information allocation space. The information allocation space 13 can be configured separately as needed, and in order to efficiently manage the storage space, the actual storage place is managed in the form of a buffer pool. The identifier information recovery block 14 is responsible for recovering the identifier information according to the identifier-to-address conversion module and the database operation mode.

식별자 정보 복구 블록(14)은 다음의 두가지 동작 기능을 포함하여 구성한다.The identifier information recovery block 14 includes two operation functions as follows.

첫번째로 데이터베이스에서 사용자연결 식별자를 별도로 저장하지 않는 경우 부하분산장치는 실제서버로 데이터를 보낼 때, 데이터 패킷의 송신 주소를 실제 식별자 주소 정보를 사용하여 보내고, 실제서버의 처리 결과로 데이터 패킷이 전송되어, 송신 주소가 실제서버 주소로 설정되고, 수신 주소가 실제 식별자 주소로 되어 보내지면, 부하 분산기에서 이 데이터 패킷을 수신한후 송신 주소를 부하 분산기에 할당된 가상 주소로 변환한다. 실제 서버가 이 데이터 패킷을 바로 실제 사용자에게 전송하는 경우에는 이러한 동작을 일으키지 않도록 구성할 수 있다.First, if the user connection identifier is not stored in the database separately, the load balancer sends the data packet's sending address using the actual identifier address information when sending data to the real server, and sends the data packet as a result of the real server's processing. When the sender address is set to the real server address and the destination address is sent as the real identifier address, the load balancer receives this data packet and then converts the sender address to a virtual address assigned to the load balancer. If the real server sends this data packet directly to the real user, it can be configured not to cause this behavior.

두번째로, 데이터베이스에서 사용자연결 식별자를 별도를 저장하는 경우에는 부하분산기에서 데이터 패킷을 실제서버로 전송할 때 송신주소를 부하 분산기에 할당된 적당한 주소로 설정하여 전송하고, 실제서버에서 사용자쪽으로 데이터 패킷을 전송하며, 저장되어 있는 사용자연결 식별자를 사용하여 원래 송신주소 및 가상주소로 데이터 패킷을 환원시킨다. 사용자연결 식별자를 저장하는 경우에도 첫번째 경우 형태로 동작하도록 구성할 수 있다.Secondly, when the user connection identifier is stored separately in the database, when the data balancer sends the data packet to the real server, the sender sets the sender address to the appropriate address assigned to the load balancer and sends the data packet from the real server to the user. The data packet is transmitted to the original sender address and the virtual address using the stored user connection identifier. Even when storing the user connection identifier, it can be configured to operate in the first case form.

식별자-주소 변환모듈, 식별자 정보 연결공간, 정보 할당 공간의 내부구성 및 동작은 도2, 도3, 도4, 도 5에 나와 있는 방법으로 구성하거나, 이들을 조합하여 사용할 수 있다. 각각의 구성방법에 따라 식별자정보 복구 블록이 동작하도록 한다. 동작방법을 나열하면 아래와 같다.The internal structure and operation of the identifier-address translation module, the identifier information connection space, and the information allocation space may be configured by the methods shown in FIGS. 2, 3, 4, and 5, or a combination thereof. The identifier information recovery block operates according to each configuration method. The operation method is as follows.

1) 개별 군식별자 슬롯을 사용한 데이터베이스 구성방법 (도2)1) Database configuration method using individual military identifier slot (Fig. 2)

2) 군식별자 풀을 사용한 데이터베이스 구성방법 (도3)2) Database configuration method using military identifier pool (Figure 3)

3) 별도정보할당 풀을 사용한 데이터베이스 구성방법 (도4)3) Database configuration method using separate information allocation pool (Figure 4)

4) 서버군에 따른 식별자할당 방식을 사용한 데이터베이스 구성방법 (도5)4) Database configuration method using the identifier assignment method according to the server group (Fig. 5)

5) 1),2),3),4)를 조합한 데이터베이스 구성방법5) Database composition method combining 1), 2), 3), 4)

첫번째로 개별 군식별자 슬롯을 사용한 데이터베이스 구성방법은 도2에 도시되어 있다. 식별자-주소 변환모듈(21)은 식별자에 따라 개별 군식별자 슬롯(23)의 주소를 넘겨준다. 군식별자는 여러 개의 식별자를 하나의 군으로 관리하며, 상태정보를 조합하여 관리한다. 군식별자 슬롯들의 집합은 군식별자 슬롯 블록(22)으로 관리된다. 실제서버에서 돌아온 데이터 패킷은 도1의 식별자정보복구블럭(14)에 의해 환원되어 사용자로 보내어진다. 군식별자는 저장장소의 크기에 따라 적절해 제어될 수 있다.First, a method of constructing a database using individual military identifier slots is shown in FIG. The identifier-address translation module 21 passes the address of the individual group identifier slot 23 according to the identifier. The military identifier manages several identifiers in one group and manages combination of status information. The set of military identifier slots is managed by military identifier slot block 22. The data packet returned from the real server is returned by the identifier information recovery block 14 of FIG. 1 and sent to the user. Military identifiers can be controlled as appropriate depending on the size of the storage location.

두번째로 군식별자 풀을 사용한 데이터베이스 구성방법은 도3에 도시되어 있다. 식별자-주소 변환모듈(31)은 군식별자 슬롯을 사용한 방법과 유사한 형태로 사용자의 식별자에 따라 군식별자를 돌려준다. 군식별자 풀 블록(32)은 각 군식별자별로 여러 개의 정보할당 슬롯을 가지고 있다. 정보할당 슬롯은 개별군식별자 슬롯을 사용한 데이터베이스 방법에서의 개별 군식별자 슬롯과 같이 동작하지만, 유연하게 할당 및 사용해제가 가능하도록 한다. 다른 동작들은 개별군식별자 슬롯을 사용한 데이터베이스 방법을 적용할 수 있게 한다.Secondly, a method of constructing a database using a military identifier pool is shown in FIG. 3. The identifier-to-address conversion module 31 returns the military identifier according to the identifier of the user in a form similar to the method using the military identifier slot. The military identifier pool block 32 has several information allocation slots for each military identifier. The information allocation slots behave like individual group identifier slots in a database method using individual group identifier slots, but allow flexible allocation and use. Other operations allow the application of database methods using individual group identifier slots.

세번째로 별도정보할당풀을 사용한 데이터베이스 구성방법은 도4에 도시되어 있다. 이 방법은 군식별자 풀을 사용한 데이터베이스 구성방법에서 유연성을 향상시킨 방법으로 정보할당슬롯을 별도의 정보할당 슬롯 풀 블록(43)에 모아서 관리하는 방법이다. 군관리 식별자관리 연결지정자 슬롯 블록(42)은 정보할당슬롯대신 연결지정자를 갖게되며, 이를 통해 군관리 식별자관리 연결지정자 슬롯으로 연결된다.Third, a database configuration method using a separate information allocation pool is shown in FIG. This method is a method of managing flexibility by collecting information allocation slots in a separate information allocation slot pool block 43 as a method of improving flexibility in a database configuration method using a military identifier pool. The military management identifier management connector designator slot block 42 has a connection designator instead of an information allocation slot, and is connected to the military management identifier management connection designator slot.

네번째로 서버군에 따른 식별자할당방식을 사용한 데이터베이스 구성방법은 도 5에 도시되어 있다. 이 방법은 개별 군식별자 슬롯을 사용한 데이터베이스 구성 방법을 개량시킨 것으로 저장장소를 최소화한 것이다. 즉 실제 서버의 식별자를 군식별자로 사용하는 것이다. 이 방법은 각 방법과 병행하여 사용할 수 있다. 즉, 각 방법에서 저장장소가 한계에 도달한 경우 이 방법을 적용할 수 있도록 구성할 수 있다.Fourth, a method of configuring a database using an identifier allocation method according to a server group is illustrated in FIG. 5. This method is an improvement on the method of constructing a database using individual military identifier slots, which minimizes the storage location. In other words, the real server identifier is used as a military identifier. This method can be used in parallel with each method. In other words, each method can be configured to apply this method when the storage location reaches its limit.

1) 저장공간한계 해제: 한정된 저장공간에서도 무한대의 연결관리 실현.1) Clear storage space limit: realize unlimited connection management even in limited storage space.

2) 저장공간 확대사용: 한정된 저장공간을 여러배로 늘리는 효과를 실현함으로써 필요한 저장공간에 대한 요구사항을 대폭 축소2) Use of storage space expansion: Significantly reduce the requirements for storage space required by realizing the effect of doubling the limited storage space

3) 검색속도 증대: 대용량 저장공간에서의 검색 속도 증대3) Speed up search: Speed up search in large storage space

4) 효율적 저장장소 관리: 저장공간을 100%활용할 수 있는 효율적인 저장공간 관리.4) Efficient storage management: Efficient storage management that can utilize 100% of storage space.

5) 저비용: 필요한 저장공간을 줄임으로써 부하 분산기 구축 비용 절감.5) Low Cost: Reduces the cost of building a load balancer by reducing the required storage space.

6) 대용량화 확장성: 대용량의 연결을 관리할 수 있도록 하는 확장을 용이하게 함.6) Massive scalability: Facilitate the scalability to manage large connections.

Claims (2)

부하 분산기의 데이터베이스를 식별자-주소 변환모듈, 식별자 정보 연결 공간, 정보 할당 공간, 식별자 정보 복구 블록 등으로 구성하는 방법, 이를 관리하는 방법 및 그 시스템A method of configuring a load balancer database including an identifier-to-address translation module, an identifier information connection space, an information allocation space, an identifier information recovery block, a method of managing the same, and a system thereof 부하 분산기의 데이터베이스를 개별 군식별자 슬롯을 사용하거나, 군식별자 풀을 사용하거나, 별도 정보 할당 풀을 사용하거나, 서버군에 따른 식별자 할당 방식을 사용하거나, 이들을 조합함으로써 구성하는 방법 및 그 시스템.A method and system for configuring a load balancer's database by using individual military identifier slots, using a military identifier pool, using a separate pool of information allocation, using an identifier allocation scheme by server family, or a combination thereof.
KR1020000055491A 2000-09-21 2000-09-21 Method for Database of a Load Balancing Equipment and Its System KR20020022923A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000055491A KR20020022923A (en) 2000-09-21 2000-09-21 Method for Database of a Load Balancing Equipment and Its System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000055491A KR20020022923A (en) 2000-09-21 2000-09-21 Method for Database of a Load Balancing Equipment and Its System

Publications (1)

Publication Number Publication Date
KR20020022923A true KR20020022923A (en) 2002-03-28

Family

ID=19689746

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000055491A KR20020022923A (en) 2000-09-21 2000-09-21 Method for Database of a Load Balancing Equipment and Its System

Country Status (1)

Country Link
KR (1) KR20020022923A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05324581A (en) * 1992-05-22 1993-12-07 Hitachi Ltd Parallel many-body problem simulator and load distributing method in simulator concerned
US5774660A (en) * 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
KR20000000010A (en) * 1998-11-07 2000-01-15 김상돈 Load balancer and method of content-based policy routing thereby
US6070191A (en) * 1997-10-17 2000-05-30 Lucent Technologies Inc. Data distribution techniques for load-balanced fault-tolerant web access
US6119143A (en) * 1997-05-22 2000-09-12 International Business Machines Corporation Computer system and method for load balancing with selective control
KR20020006778A (en) * 2000-07-13 2002-01-26 이용주 Load balancer

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05324581A (en) * 1992-05-22 1993-12-07 Hitachi Ltd Parallel many-body problem simulator and load distributing method in simulator concerned
US5774660A (en) * 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
US6119143A (en) * 1997-05-22 2000-09-12 International Business Machines Corporation Computer system and method for load balancing with selective control
US6070191A (en) * 1997-10-17 2000-05-30 Lucent Technologies Inc. Data distribution techniques for load-balanced fault-tolerant web access
KR20000000010A (en) * 1998-11-07 2000-01-15 김상돈 Load balancer and method of content-based policy routing thereby
KR20020006778A (en) * 2000-07-13 2002-01-26 이용주 Load balancer

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
인터넷사이트(1999.06.27) *

Similar Documents

Publication Publication Date Title
US6377984B1 (en) Web crawler system using parallel queues for queing data sets having common address and concurrently downloading data associated with data set in each queue
US9628328B2 (en) Network controller with integrated resource management capability
US7103712B2 (en) iSCSI storage management method and management system
EP2745474B1 (en) Virtualization gateway between virtualized and non-virtualized networks
US10728335B2 (en) Data processing method, storage system, and switching device
WO2009055543A1 (en) Method, apparatus and computer program product implementing multi-tenancy for network monitoring tools using virtualization technology
CN104780088A (en) Service message transmission method and equipment
US10956501B2 (en) Network-wide, location-independent object identifiers for high-performance distributed graph databases
WO2004031975A1 (en) A translating switch and method
CN101827039B (en) Method and equipment for load sharing
CN100356752C (en) A method for utilizing network address resource
WO2019233061A1 (en) Routing resource control method and system for layer 3 switch
KR20050071673A (en) Efficiently supporting multiple native network protocol implementations in a single system
EP1372319A1 (en) Method and apparatus for facilitating the implementation of an IP link over an infiniband network
CN113672629B (en) Distributed network traffic retrieval method and device
CN1852145A (en) System and method for identifying authority using relative inquire
JP3598522B2 (en) Distributed database management device
JPH05241934A (en) Compute system
KR20020022923A (en) Method for Database of a Load Balancing Equipment and Its System
JP4021780B2 (en) Computer node, cluster system, cluster management method, cluster management program
CN100502365C (en) Interplate communicating method
CN102932485B (en) The querying method of server connection state and device
CN115987990A (en) Multi-cluster load balancing method and device, electronic equipment and storage medium
KR101578246B1 (en) Parallel Intra-Query Routing Algorithms for High Speed Sequence Analysis
JPH0318950A (en) Preparation system of composite data structure

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application