KR20010028500A - Multi-Access Module And Method In TCP/IP Server/Client - Google Patents

Multi-Access Module And Method In TCP/IP Server/Client Download PDF

Info

Publication number
KR20010028500A
KR20010028500A KR1019990040769A KR19990040769A KR20010028500A KR 20010028500 A KR20010028500 A KR 20010028500A KR 1019990040769 A KR1019990040769 A KR 1019990040769A KR 19990040769 A KR19990040769 A KR 19990040769A KR 20010028500 A KR20010028500 A KR 20010028500A
Authority
KR
South Korea
Prior art keywords
link
connection
server
client
data
Prior art date
Application number
KR1019990040769A
Other languages
Korean (ko)
Other versions
KR100326278B1 (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 KR1019990040769A priority Critical patent/KR100326278B1/en
Publication of KR20010028500A publication Critical patent/KR20010028500A/en
Application granted granted Critical
Publication of KR100326278B1 publication Critical patent/KR100326278B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/24Multipath

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE: A multiple connection module of a TCP/IP server/client and a method are provided to prevent waste of system resources in the connection with relevant multiple server or multiple client by processing a connection with the multiple sever or the multiple client through each link. CONSTITUTION: A multiple server connection unit(10) of relevant client module watches a trial and a state of the connection with a server relevant to each link. Data collection processing unit(20) collects data inputted from each server through the multiple server connection unit(10), and transmits the data to an application processing unit(40). The data transmission processing unit(30) transmits the data received from the application processing unit(40) to relevant server through the multiple server connection unit(10).

Description

티씨피/아이피 서버/클라이언트의 다중 접속 모듈 및 방법{Multi-Access Module And Method In TCP/IP Server/Client}Multi-Access Module And Method In TCP / IP Server / Client}

본 발명은 TCP/IP 서버/클라이언트의 다중 접속 모듈 및 방법에 관한 것으로, 특히 TCP/IP 다중 접속을 위해 각 링크에 대한 다중 서버 또는 다중 클라이언트 접속 처리와, 해당 링크를 통한 데이터 수집 및 전송 처리를 제한된 프로세스에서 수행할 수 있도록 한 TCP/IP 서버/클라이언트의 다중 접속 모듈 및 방법에 관한 것이다.The present invention relates to multiple access modules and methods of a TCP / IP server / client, and in particular, to handle multiple server or multiple client connections for each link for TCP / IP multiple access, and to collect and transmit data over the link. A multi-access module and method of a TCP / IP server / client to perform in a limited process.

일반적으로, TCP/IP(Transmission Control Protocol/Internet Protocol) 프로토콜 처리를 수행하는 서버/클라이언트(Sever/Client)는 TCP/IP 접속부를 포함하는데, 해당 서버의 경우 클라이언트의 접속 요구시 자식(Child) 프로세스 또는 스레드(Thread)를 생성하여 각 클라이언트의 메시지를 처리하며, 해당 클라이언트의 경우 각 서버에 대해 별도의 클라이언트 프로세스를 생성하여 해당되는 서버의 메시지를 처리한다.In general, a server / client that performs transmission control protocol / internet protocol (TCP / IP) protocol processing includes a TCP / IP connection, which is a child process when a client requests a connection. Alternatively, a thread is created to process messages from each client, and the corresponding client creates a separate client process for each server to process messages from that server.

즉, 종래의 TCP/IP 서버/클라이언트는 클라이언트의 접속 여부를 감시하는 서버 접속 처리부(51)와, 해당 클라이언트가 접속되는 경우 서버 접속 처리부(51)에 의해 각 클라이언트별로 하나씩 생성되는 자식 프로세서 또는 스레드인 다수의 클라이언트 처리부와, 해당 클라이언트에서 서버와 접속하기 위한 프로세서로 해당 각 서버별로 하나씩 생성하는 다수의 클라이언트 프로세스로 구성된다.That is, the conventional TCP / IP server / client has a server connection processing unit 51 for monitoring whether a client is connected, and a child processor or thread generated for each client by the server connection processing unit 51 when the client is connected. It is composed of a plurality of client processing unit and a plurality of client processes to generate one for each server as a processor for connecting to the server from the client.

이와 같이 구성된 종래 TCP/IP 서버/클라이언트의 동작을 살펴보면, 먼저, 서버의 경우 해당 서버 접속 처리부(51)에서 외부 클라이언트의 접속을 감시하다가, 해당 클라이언트와 접속이 이루어지는 경우 해당 클라이언트를 처리해 주기 위한 자식 프로세스를 생성한 후, 해당 자식 프로세스를 통해 해당되는 클라이언트와의 메시지 처리를 수행하고, 동시에 다른 외부 클라이언트의 접속을 계속 감시하여 반복된 동작을 수행하게 된다.Referring to the operation of the conventional TCP / IP server / client configured as described above, in the case of the server, the server connection processing unit 51 monitors the connection of the external client, and when a connection is made with the client, the child for processing the client. After creating a process, the child process performs a message processing with the corresponding client, and simultaneously monitors the connection of another external client to perform the repeated operation.

그리고, 클라이언트의 경우 원하는 서버와 접속하기 위해 클라이언트 프로세스를 생성하여 해당 서버로의 접속을 시도한 후, 접속이 이루어지면 해당 서버와의 메시지 처리를 수행하게 되며, 이때, 각 서버별로 별도의 클라이언트 프로세스를 생성하게 된다.In the case of a client, a client process is created to connect to a desired server and attempts to connect to the server. When the connection is established, the client processes a message with the corresponding server. Will be created.

전술한 바와 같이, 종래의 TCP/IP 서버/클라이언트에서는 다수의 외부 클라이언트 또는 서버와의 접속 및 메시지 처리를 위해 별도의 프로세스가 필요하므로, 다수의 프로세스를 관리해야 하는 어려움이 있었고, 각 프로세스간 통신을 위한 자원이 낭비되는 문제점이 있었다.As described above, in the conventional TCP / IP server / client, since a separate process is required for accessing and processing messages with a plurality of external clients or servers, there is a difficulty in managing a plurality of processes, and communication between each process. There was a problem that resources for wasted.

본 발명은 전술한 바와 같은 문제점을 해결하기 위한 것으로 그 목적은, 응용 처리부와 분리된 제한된 프로세스 모듈인 TCP/IP 다중 접속 모듈을 이용하여 각 링크를 통한 다중 서버 또는 다중 클라이언트 접속 처리와 데이터 수집 및 전송 처리를 수행하도록 함으로써, 해당 다중 서버 또는 다중 클라이언트 접속시의 시스템 자원 낭비를 방지함과 동시에 각 링크에 대한 접속 및 관리와 해당 프로세스 모듈에 대한 관리를 용이하게 수행할 수 있도록 하는데 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and an object thereof is to use a TCP / IP multiple access module, which is a limited process module separate from an application processing unit, to collect and process data and multiple server or multiple client access through each link. By performing the transmission process, it is possible to prevent system resource wasted when connecting to the multiple server or multiple clients, and to easily perform the connection and management of each link and the management of the corresponding process module.

도 1의 (가)는 본 발명에 따른 TCP/IP 클라이언트의 다중 접속 모듈을 도시한 도면이고, (나)는 TCP/IP 서버의 다중 접속 모듈을 도시한 도면.1A is a diagram illustrating a multiple access module of a TCP / IP client according to the present invention, and (B) is a diagram illustrating a multiple access module of a TCP / IP server.

도 2는 본 발명에 따른 클라이언트 모듈의 다중 서버 접속 동작 순서도.2 is a flow diagram of a multi-server connection operation of a client module in accordance with the present invention.

도 3은 본 발명에 따른 클라이언트 모듈 및 서버 모듈의 데이터 전송 처리 동작 순서도.3 is a flowchart illustrating a data transmission processing operation of a client module and a server module according to the present invention.

도 4는 본 발명에 따른 서버 모듈의 다중 클라이언트 접속 및 데이터 수집 처리 동작 순서도.4 is a flow chart of multiple client access and data collection processing operations of a server module in accordance with the present invention.

도 5는 본 발명에 따른 TCP/IP 서버/클라이언트의 다중 접속 동작 절차도.5 is a flowchart illustrating a multiple access operation of a TCP / IP server / client according to the present invention.

* 도면의 주요 부분에 대한 부호의 설명 *Explanation of symbols on the main parts of the drawings

10 : 다중 서버 접속부 11 : 접속 제어부10: multiple server connection unit 11: access control unit

12 : 접속 감시부 20, 52 : 데이터 수집 처리부12: connection monitoring unit 20, 52: data collection processing unit

30, 60 : 데이터 전송 처리부 40, 70 : 응용 처리부30, 60: data transfer processing unit 40, 70: application processing unit

50 : 다중 클라이언트 접속부 51 : 접속 처리부50: multiple client connection unit 51: connection processing unit

상술한 바와 같은 목적을 달성하기 위한 본 발명의 특징은, 각 링크별로 해당되는 서버와의 접속을 시도하고, 접속된 각 링크를 통해 다중 서버에 대한 데이터 수집 및 전송 처리를 수행하는 클라이언트 모듈과; 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 처리하고, 접속된 각 링크를 통해 다중 클라이언트에 대한 데이터 수집 및 전송 처리를 수행하는 서버 모듈을 포함하는데 있다.A feature of the present invention for achieving the above object is a client module for attempting to connect to a server corresponding to each link, and performing data collection and transmission processing for multiple servers through each connected link; It includes a server module for processing a link connection to the client required to connect through each link, and performs data collection and transmission processing for multiple clients through each connected link.

여기서, 상기 클라이언트 모듈은 각 링크별로 해당되는 서버와의 접속 시도 및 접속 상태를 감시하는 다중 서버 접속부와; 각 서버로부터 상기 다중 서버 접속부를 통해 입력되는 데이터를 수집하여 패킷 형태로 해당되는 응용 처리부에 전달하는 데이터 수집 처리부와; 상기 응용 처리부로부터 전달되는 데이터를 상기 다중 서버 접속부를 통해 해당되는 서버 측으로 전송하는 데이터 전송 처리부를 포함하는 것을 특징으로 한다.Here, the client module includes a multi-server connection unit for monitoring a connection attempt and a connection state with a server corresponding to each link; A data collection processing unit for collecting data inputted through the multi-server connection unit from each server and transferring the data to a corresponding application processing unit in a packet form; And a data transmission processor for transmitting the data transmitted from the application processor to the corresponding server side through the multi-server connection unit.

그리고, 상기 다중 서버 접속부는 각 링크를 통해 서버와의 접속을 시도하되, 이벤트 플래그나 메시지 큐를 통해 각 링크의 접속 여부를 체크하여 접속 실패시 일정 주기로 접속을 재시도하는 접속 제어부와; 각 링크의 접속 상태를 감시하여 접속이 단절되거나 링크 시험 프로세스로부터 링크 장애가 보고되는 경우 상기 접속 제어부를 제어하여 링크 접속을 재시도하게 하는 접속 감시부를 더 포함하는 것을 특징으로 하며, 상기 데이터 전송 처리부는 응용 처리부로부터 전달되는 데이터를 해당되는 서버 측으로 전송하다가 발생하는 링크 장애나 예외 처리를 이벤트 플래그 또는 메시지 큐를 이용하여 상기 다중 서버 접속부로 보고하여 링크 접속을 재시도하게 하는 것을 특징으로 한다.The multi-server connection unit attempts to connect to the server through each link, but checks whether each link is connected through an event flag or a message queue, and attempts to reconnect at regular intervals when the connection fails. And a connection monitoring unit that monitors the connection state of each link and controls the connection control unit to retry the link connection when the connection is disconnected or a link failure is reported from the link test process. Link failure or exception processing that occurs while transmitting data transmitted from an application processing unit to a corresponding server side is reported to the multi-server connection unit by using an event flag or a message queue to retry the link connection.

한편, 상기 서버 모듈은 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 처리함과 동시에 각 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하는 다중 클라이언트 접속부와; 응용 처리부로부터 전달되는 데이터를 상기 다중 클라이언트 접속부를 통해 해당되는 클라이언트 측으로 전송하는 데이터 전송 처리부를 포함하는 것을 특징으로 하되, 상기 다중 클라이언트 접속부는 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 받아들여 새로운 소켓과 링크 정보를 구성하는 접속 처리부와; 상기 접속 처리부에 의해 접속된 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하여 패킷 형태로 응용 처리부에 전달하는 데이터 수집 처리부를 더 포함하는 것을 특징으로 한다.On the other hand, the server module comprises a multi-client connection unit for processing the link connection to the client that is requested to connect through each link and at the same time to collect data on the client side input through each link; And a data transmission processor for transmitting data transmitted from an application processor to the corresponding client side through the multi-client connection unit, wherein the multi-client connection unit accepts a link connection to a client requesting connection through each link. A connection processing unit for constructing new socket and link information; The method may further include a data collection processor configured to collect data of the client side input through the link connected by the connection processor and transmit the data to the application processor in the form of a packet.

본 발명의 다른 특징은, TCP/IP 서버/클라이언트의 다중 접속 방법에 있어서, 각 링크를 통해 서버와의 접속을 시도하여 다중 서버 접속을 수행하는 과정과; 접속 시도된 각 링크에 대한 소켓과 링크 정보를 구성하여 다중 클라이언트 접속을 수행하는 과정과; 접속된 각 링크를 통해 상대 서버 또는 클라이언트와의 데이터 전송 처리를 수행하는 과정을 포함하는데 있다.Another aspect of the present invention provides a TCP / IP server / client multiple access method, comprising: performing a multi-server connection by attempting connection with a server through each link; Constructing socket and link information for each link attempted to perform multiple client accesses; It includes the process of performing the data transmission process with the partner server or client through each connected link.

여기서, 상기 다중 서버 접속을 수행하는 과정은, 각 링크를 통해 서버와의 접속을 시도하는 단계와; 접속 시도된 링크의 접속 여부를 체크하여 접속 실패시 링크 접속을 재시도하는 단계와; 접속된 링크 상태를 감시하여 접속이 단절되거나 링크 장애가 보고되는지를 확인하는 단계와; 접속이 단절되거나 링크 장애가 보고된 링크에 대한 접속을 재시도하는 단계를 더 포함하는 것을 특징으로 하며, 상기 다중 클라이언트 접속을 수행하는 과정은, 선택문을 사용하여 각 링크를 통해 접속 시도된 클라이언트 접속 요구를 받아들여 해당되는 소켓과 링크 정보를 구성하는 단계와; 현재 접속된 각 링크를 통해 전송되는 클라이언트 데이터를 수집하는 단계와; 수집된 데이터를 패킷 형태로 구성하여 메시지 큐를 통해 응용 처리부에 전달하는 단계를 더 포함하는 것을 특징으로 한다.Here, the process of performing the multi-server connection may include: attempting to connect to the server through each link; Checking whether a connection attempted link is connected and retrying a link connection when the connection fails; Monitoring the connected link status to determine if the connection is down or a link failure is reported; The method may further include retrying a connection for a link in which a connection is disconnected or a link failure is reported. The process of performing the multi-client connection may include a client connection request attempted to connect through each link using a selection statement. Accepting and configuring corresponding socket and link information; Collecting client data transmitted over each currently connected link; The method may further include configuring the collected data in a packet form and transferring the collected data to an application processing unit through a message queue.

그리고, 상기 각 링크를 통해 데이터 전송 처리를 수행하는 과정은, 응용 처리부로부터 전달받은 데이터가 전송되어야 할 서버 또는 클라이언트와 접속된 링크가 활성화되어 있는지를 확인하는 단계와; 링크가 활성화되어 있는 경우 상기 데이터를 활성화된 링크를 통해 상대 서버 또는 클라이언트 측으로 전송하는 단계를 더 포함하는 것을 특징으로 하되, 상기 링크가 활성화되어 있는지를 확인하는 단계에서, 링크가 활성화되어 있지 않은 경우 기설정된 횟수만큼 링크 접속을 재시도하는 단계와; 재시도한 링크가 정상적으로 접속되는 경우 상기 데이터를 상대 서버 또는 클라이언트 측으로 전송하는 단계와; 재시도한 링크가 정상적으로 접속되지 않은 경우 상기 데이터를 폐기 처리하는 단계를 더 포함하는 것을 특징으로 한다.The process of performing data transmission through each link may include: checking whether a link connected to a server or a client to which data received from an application processor is to be transmitted is activated; If the link is activated, further comprising the step of transmitting the data to the partner server or the client side through the activated link, in the step of confirming whether the link is activated, if the link is not activated Retrying the link connection a predetermined number of times; Transmitting the data to the counterpart server or the client when the retry link is normally connected; And discarding the data if the retry link is not normally connected.

이하, 본 발명에 따른 실시예를 첨부한 도면을 참조하여 상세하게 설명하면 다음과 같다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

본 발명에 따른 TCP/IP 서버/클라이언트의 다중 접속 모듈은 첨부한 도면 도 1의 (가) 및 (나)에 도시한 바와 같이, 다중 서버 접속부(10), 데이터 수집 처리부(20), 데이터 전송 처리부(30) 및 응용 처리부(40)로 구성되는 클라이언트 모듈과, 다중 클라이언트 접속부(50), 데이터 전송 처리부(60) 및 응용 처리부(70)로 구성되는 서버 모듈을 포함하는데, 해당 응용 처리부(40, 70)는 TCP/IP 다중 접속 처리와는 무관한 처리를 수행한다.In the TCP / IP server / client multiple access module according to the present invention, as shown in (a) and (b) of FIG. 1, the multiple server connection unit 10, the data collection processing unit 20, and data transmission. The client module includes a processing unit 30 and an application processing unit 40, and a server module including a multiple client connection unit 50, a data transmission processing unit 60, and an application processing unit 70, and the application processing unit 40. (70) performs processing independent of TCP / IP multiple access processing.

해당 클라이언트 모듈의 다중 서버 접속부(10)는 각 링크별로 해당되는 서버와의 접속 시도 및 접속 상태를 감시하고, 데이터 수집 처리부(20)는 각 서버로부터 다중 서버 접속부(10)를 통해 입력되는 데이터를 수집하여 패킷 형태로 응용 처리부(40)로 전달하며, 데이터 전송 처리부(30)는 응용 처리부(40)로부터 전달되는 데이터를 다중 서버 접속부(10)를 통해 해당되는 서버 측으로 전송한다.The multi-server connection unit 10 of the client module monitors connection attempts and connection states with the corresponding server for each link, and the data collection processing unit 20 receives data input through the multi-server connection unit 10 from each server. The packet is collected and transmitted to the application processor 40 in the form of a packet, and the data transmission processor 30 transmits the data transmitted from the application processor 40 to the corresponding server through the multiple server connection unit 10.

여기서, 해당 다중 서버 접속부(10)는 각 링크를 통해 서버와의 접속을 시도하되, 이벤트 플래그나 메시지 큐를 통해 각 링크의 접속 여부를 체크하여 접속 실패시 일정 주기로 접속을 재시도하는 접속 제어부(11)와, 각 링크의 접속 상태를 감시하여 해당 접속이 단절되거나 링크 시험 프로세스로부터 링크 장애가 보고되는 경우 이를 접속 제어부(11)로 알려 접속을 재시도하게 하는 접속 감시부(12)를 더 포함한다.Here, the multi-server connection unit 10 attempts to connect to the server through each link, but checks whether each link is connected through an event flag or a message queue, and attempts to reconnect at a predetermined period when the connection fails. 11) and a connection monitoring unit 12 which monitors the connection state of each link and informs the connection control unit 11 of the case where the corresponding connection is disconnected or a link failure is reported from the link test process to retry the connection. .

그리고, 해당 데이터 전송 처리부(30)는 응용 처리부(40)로부터 전달되는 데이터를 해당되는 서버 측으로 전송하다가 발생하는 링크 장애나 예외(exception) 처리를 이벤트 플래그 또는 메시지 큐를 이용하여 다중 서버 접속부(10)의 접속 감시부(12)로 보고하여 접속을 재시도하게 한다.The data transmission processor 30 transmits the data transmitted from the application processor 40 to the corresponding server by using an event flag or a message queue to perform link failure or exception processing. Report to the connection monitoring unit 12 to retry the connection.

한편, 해당 서버 모듈의 다중 클라이언트 접속부(50)는 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 처리함과 동시에 각 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하며, 데이터 전송 처리부(60)는 응용 처리부(70)로부터 전달되는 데이터를 다중 클라이언트 접속부(50)를 통해 해당되는 클라이언트 측으로 전송한다.On the other hand, the multi-client connection unit 50 of the server module handles the link connection to the client that is requested to connect through each link and at the same time collects data on the client side input through each link, the data transmission processing unit 60 Transmits the data transmitted from the application processing unit 70 to the corresponding client side through the multi-client connection unit 50.

또한, 해당 다중 클라이언트 접속부(50)는 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 받아들여 새로운 소켓(Socket)과 링크 정보(해당 링크를 통해 접속된 클라이언트의 주소 정보와 TCP 접속 포트 정보 및 접속 상태 정보)를 구성하는 접속 처리부(51)와, 해당 접속 처리부(51)에 의해 접속 처리된 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하여 패킷 형태로 응용 처리부에 전달하는 데이터 수집 처리부(52)를 더 포함한다. 여기서, 첫번째 소켓은 서버의 액셉트(accept)용으로 사용되며, 다수의 서로 다른 포트로 서버를 구성하는 경우에는 액셉트용으로 사용되는 소켓을 다수개 구성해야 하고, 해당 액셉트된 소켓의 디스크립터(Descriptor)는 링크 정보에 저장되어 데이터 전송시에 참조된다.In addition, the multi-client connection unit 50 accepts a link connection to a client that is requested to connect through each link, and establishes a new socket and link information (address information of the client connected through the link, TCP connection port information, and the like. Connection processing unit 51 constituting connection state information), and a data collection processing unit 52 which collects data on the client side input through a link processed by the connection processing unit 51 and delivers the data to the application processing unit in the form of a packet. More). Here, the first socket is used for accepting a server, and when configuring a server with a plurality of different ports, a plurality of sockets used for accepting must be configured, and the descriptor of the accepted socket ( Descriptor) is stored in the link information and is referred to at the time of data transmission.

이와 같이 구성된 본 발명에 따른 TCP/IP 서버/클라이언트의 다중 접속 모듈에 의한 TCP/IP 다중 접속 동작을 설명하면 다음과 같다.The TCP / IP multiple access operation by the multiple access module of the TCP / IP server / client according to the present invention configured as described above is as follows.

첫째로, 해당 클라이이언트 모듈의 다중 서버 접속 동작을 첨부한 도면 도 2를 참조하여 설명하면, 해당 다중 서버 접속부(10)의 접속 제어부(11)에서 소정 링크를 통해 서버와의 접속을 시도한 후(스텝 S21), 이벤트 플래그나 메시지 큐를 이용하여 해당 링크의 접속 여부를 체크하게 되는데(스텝 S22), 이때, 해당 링크가 서버와 접속된 경우 이를 접속 감시부(12)로 보고하여 해당 링크 상태를 감시하게 하고(스텝 S24), 해당 링크가 서버와 접속되지 않은 경우 소정 주기마다 해당 링크를 통한 서버와의 접속을 재시도하게 된다(스텝 S23).First, referring to FIG. 2 to which the multi-server connection operation of the client module is attached, after the connection control unit 11 of the multi-server connection unit 10 attempts to connect to the server via a predetermined link ( Step S21), it is checked whether the corresponding link is connected using the event flag or the message queue (step S22). At this time, if the link is connected to the server, the link monitoring unit 12 reports the link status to the connection monitoring unit 12. If the link is not connected to the server, the connection with the server via the link is retried every predetermined period (step S24).

그리고, 현재 접속중인 링크가 접속 장애로 인해 접속이 단절되거나 링크 시험 프로세서로부터 링크 장애가 보고되는지를 확인하여(스텝 S25), 해당 링크의 접속이 단절되거나 링크 장애가 보고되는 경우 해당 다중 서버 접속부(10)의 접속 감시부(12)는 접속 제어부(11)를 제어하여 접속이 단절되거나 링크 장애가 보고된 링크에 대한 접속을 재시도한 후(스텝 S23), 해당 링크의 접속 여부를 체크하는 스텝 S22로 귀환하여 반복 동작을 수행하게 된다.Then, whether the current connection is disconnected due to a connection failure or a link failure is reported from the link test processor (step S25), when the connection of the corresponding link is disconnected or a link failure is reported, the corresponding multi-server connection 10 The connection monitoring unit 12 controls the connection control unit 11 to retry the connection to the link in which the connection is disconnected or a link failure is reported (step S23), and then returns to step S22 for checking whether the link is connected. The repetitive operation will be performed.

그런데, 스텝 S25에서 현재 접속중인 링크의 접속이 단절되지 않았거나 링크 장애가 보고되지 않는 경우 즉, 해당 링크가 정상적으로 활성화되어 있는 경우 해당 다중 서버 접속부(10)의 접속 제어부(11)는 스텝 S21로 귀환하여 반복 동작을 수행함으로써, 각 링크별로 서로 다른 서버를 접속하는 다중 서버 접속을 처리할 수 있게 된다.By the way, when the connection of the currently connected link is not disconnected or the link failure is not reported in step S25, that is, when the link is normally activated, the connection control unit 11 of the multi-server connection unit 10 returns to step S21. By performing an iterative operation, it is possible to process multiple server accesses connecting different servers for each link.

둘째로, 해당 클라이언트 모듈 및 서버 모듈의 데이터 전송 처리 동작을 첨부한 도면 도 3을 참조하여 설명하면 다음과 같다.Second, the data transmission processing operations of the client module and the server module will be described with reference to FIG. 3.

먼저, 각 모듈의 응용 처리부(40, 70)에서 소정 서버 또는 클라이언트로 전송하고자 하는 소정 데이터를 메시지 큐를 통해 데이터 전송 처리부(30, 60)로 전달하게 되면, 해당 데이터 전송 처리부(30, 60)는 전달받은 데이터가 전송되어야 할 서버 또는 클라이언트와 접속된 링크가 활성화되어 있는지 즉, 해당 링크에 대한 소켓이 정상적으로 구성되어 있는지를 확인하여(스텝 S31, S32), 해당 데이터가 전송되어야 할 링크가 활성화되어 있는 경우 해당 응용 처리부(40, 70)로부터 전달받은 데이터를 활성화된 링크를 통해 상대 서버 또는 클라이언트 측으로 전송하게 된다(스텝 S33).First, when the application processor 40 or 70 of each module transmits predetermined data to be transmitted to a predetermined server or client to the data transmission processor 30 or 60 through a message queue, the corresponding data transmission processor 30 or 60 is transmitted. Checks whether the link connected to the server or client to which the received data is to be transmitted is activated, i.e., if the socket for the link is properly configured (steps S31 and S32), the link to which the data should be transmitted is activated. If so, the data transmitted from the corresponding application processing unit 40, 70 is transmitted to the counterpart server or the client side through the activated link (step S33).

그런데, 스텝 S32에서 해당 데이터가 전송되어야 할 링크가 활성화되어 있지 않은 경우 해당 데이터 전송 처리부(30, 60)는 이를 다중 서버 접속부(10) 또는 다중 클라이언트 접속부(50)로 보고하여, 기설정된 횟수만큼 링크 접속을 재시도하도록 한다(스텝 S34).By the way, when the link to which the data is to be transmitted is not activated in step S32, the data transmission processing unit 30, 60 reports this to the multi-server connection unit 10 or the multi-client connection unit 50, a predetermined number of times. The link connection is retried (step S34).

이후, 해당 데이터 전송 처리부(30, 60)는 접속을 재시도한 링크가 정상적으로 접속되는지를 확인하여(스텝 S35), 해당 링크가 정상적으로 접속되는 경우 응용 처리부(40, 70)로부터 전달받은 데이터를 해당 링크를 통해 상대 서버 또는 클라이언트 측으로 전송하게 되고(스텝 S33), 해당 링크가 정상적으로 접속되지 않은 경우에는 응용 처리부(40, 70)로부터 전달받은 데이터를 폐기 처리하게 된다(스텝 S36).Thereafter, the data transmission processing unit 30, 60 checks whether the link which retries the connection is normally connected (step S35), and if the link is normally connected, the data received from the application processing unit 40, 70 is linked. The data is transmitted to the counterpart server or the client side via step S33. If the link is not normally connected, the data received from the application processing units 40 and 70 is discarded (step S36).

그리고, 해당 클라이언트 모듈의 데이터 전송 처리부(30)는 소정 링크를 통해 상대 서버 측으로 데이터를 전송하다가, 해당 링크에 장애가 발생하거나 소켓 사용중에 예외(exception) 처리가 발생하는 경우 이벤트 플래그 또는 메시지 큐를 이용하여 다중 서버 접속부(10)의 접속 제어부(11)로 이를 보고하여 해당 링크에 대한 접속을 재시도하도록 한다.The data transmission processor 30 of the client module transmits data to the counterpart server through a predetermined link, and uses an event flag or a message queue when an error occurs on the link or an exception occurs while the socket is in use. By reporting this to the connection control unit 11 of the multi-server connection unit 10 to retry the connection to the link.

셋째로, 해당 서버 모듈의 다중 클라이언트 접속 및 데이터 수집 처리 동작을 첨부한 도면 도 4를 참조하여 설명하면, 소정 링크를 통해 다중 클라이언트 접속부(50)로 클라이언트에 대한 접속 요구가 전달되면(스텝 S41), 해당 다중 클라이언트 접속부(50)의 접속 처리부(51)는 클라이언트로부터의 접속 요구를 받아들여 해당되는 소켓과 링크 정보를 구성하게 된다(스텝 S42).Third, with reference to the accompanying drawings of the multi-client connection and data collection processing operation of the server module, when a connection request to the client is transmitted to the multi-client connection unit 50 through a predetermined link (step S41). Then, the connection processing unit 51 of the multi-client connection unit 50 accepts the connection request from the client and configures the corresponding socket and link information (step S42).

그리고, 해당 다중 클라이언트 접속부(50)의 데이터 수집 처리부(52)는 현재 접속된 각 링크를 통해 해당되는 클라이언트로부터 전송되는 데이터를 수집한 후(스텝 S43), 각 링크별로 해당되는 패킷 형태로 구성하여 메시지 큐를 통해 응용 처리부(70)에 전달하게 되는데(스텝 S44), 이때, 해당 다중 클라이언트 접속부(50)는 선택(SELECT)문을 사용하여 각 링크를 통한 클라이어트의 접속 요구 처리와 데이터 수집 처리를 수행하게 된다.Then, the data collection processing unit 52 of the multi-client connection unit 50 collects data transmitted from the corresponding client through each link currently connected (step S43), and configures the packet form for each link. The message is transmitted to the application processing unit 70 through the message queue (step S44). At this time, the multi-client connection unit 50 uses a SELECT statement to perform client connection request processing and data collection processing through each link. Will be performed.

상술한 TCP/IP 서버/클라이언트의 다중 접속 동작을 첨부한 도면 도 5를 참조하여 설명하면 다음과 같다.Referring to Figure 5 attached to the multi-connection operation of the above-described TCP / IP server / client as follows.

먼저, 해당 서버의 다중 접속 모듈은 소정 링크를 통해 외부 클라이언트로부터의 접속 요구가 접속 처리부(51)로 입력되면, 해당 접속 처리부(51)에서 해당 링크에 대한 클라이언트 접속을 처리한 후, 해당 접속 처리 완료를 데이터 전송 처리부(60)로 보고하게 된다.First, when a connection request from an external client is input to the connection processing unit 51 through a predetermined link, the multiple connection module of the server processes the client connection to the link in the connection processing unit 51 and then performs the connection processing. The completion is reported to the data transfer processing unit 60.

그러면, 해당 데이터 전송 처리부(60)는 접속 처리부(51)에 의한 접속 처리 완료를 접속 요구한 외부 클라이언트로 보고하게 되고, 이에 따라, 해당 외부 클라이언트로부터 접속된 링크를 통해 데이터가 전송되면, 이를 데이터 수집 처리부(52)에서 수집하여 응용 처리부(70)를 통해 해당되는 처리를 수행하게 되고, 해당 응용 처리부(70)로부터의 데이터는 데이터 전송 처리부(60)에 의해 접속된 링크를 통해 외부 클라이언트로 전송된다.Then, the data transmission processing unit 60 reports the completion of the connection processing by the connection processing unit 51 to the external client requesting the connection. Accordingly, when data is transmitted through the link connected from the external client, the data is transmitted. The collection processing unit 52 collects and performs a corresponding process through the application processing unit 70, and the data from the application processing unit 70 is transmitted to an external client through a link connected by the data transmission processing unit 60. do.

다음으로, 해당 클라이언트의 다중 접속 모듈은 접속 제어부(11)에서 소정 링크를 통한 외부 서버로의 접속을 요구한 후, 해당 외부 서버로부터 접속 완료가 보고되면, 이를 데이터 수집 처리부(20) 및 데이터 전송 처리부(30)로 보고하게 된다.Next, the multi-access module of the client requests the connection to the external server through the predetermined link in the connection control unit 11, and when the completion of the connection is reported from the external server, the data collection processing unit 20 and data transmission Report to the processor 30.

이후, 해당 클라이언트의 응용 처리부(40)에서 소정 데이터를 외부 서버로 전달하고자 하는 경우 데이터 전송 처리부(30)에서 해당 응용 처리부(40)의 데이터를 접속된 링크를 통해 외부 서버로 전달하게 되고, 이에 따라, 해당 외부 서버로부터 전송되는 데이터는 데이터 수집 처리부(20)에 의해 수집되어 해당되는 응용 처리부(40)로 전달된다.Subsequently, when the application processor 40 of the client wishes to transmit predetermined data to the external server, the data transmission processor 30 transmits the data of the application processor 40 to the external server through the connected link. Accordingly, the data transmitted from the corresponding external server is collected by the data collection processing unit 20 and transferred to the corresponding application processing unit 40.

한편, 본 발명에서 데이터 수집 처리부(20, 52)에 의해 수집된 데이터는 메시지 처리부(도면에 도시되어 있지 않음)로 구성되는 별도의 프로세스로 전달되어 처리되며, 각 링크의 상태를 감시하기 위한 링크 상태 감시부(도면에 도시되어 있지 않음)가 하나의 프로세스로 구성되어 각 링크의 이상 유무를 판단하여 해당 클라이언트 모듈의 접속 제어부(11)로 보고함으로써, 해당 링크 접속을 재시도하거나 에러 처리 루틴을 수행하게 된다.On the other hand, in the present invention, the data collected by the data collection processing unit 20, 52 is transmitted and processed in a separate process consisting of a message processing unit (not shown in the figure), the link for monitoring the status of each link The status monitoring unit (not shown in the drawing) is composed of one process, and determines whether there is an abnormality in each link and reports it to the connection control unit 11 of the corresponding client module, thereby retrying the link connection or executing an error processing routine. Will be performed.

또한, 해당 링크는 비트 패턴으로 구성되어 있어 이중화 또는 다중화시에 동시에 다수의 서버 또는 클라이언트 측으로 데이터를 전송할 수 있으며, 각 모듈의 응용 처리부(40, 70)에서 함수 또는 전역변수를 이용하여 해당 링크 상태를 확인하여 처리하도록 설정할 수도 있다.In addition, since the link is composed of a bit pattern, data can be transmitted to multiple servers or clients at the same time in redundancy or multiplexing, and the link state is applied by using functions or global variables in the application processing units 40 and 70 of each module. You can also set to process by checking.

상술한 바와 같이, 본 발명에 따른 TCP/IP 서버/클라이언트는 응용 처리부(40, 70)와 분리된 TCP/IP 다중 접속 처리를 위한 모듈을 구성하여 해당 TCP/IP 다중 접속과 관련된 링크 접속 처리 및 관리를 수행함으로써, 제한된 프로세스 모듈에 의해 다중 서버 또는 다중 클라이언트의 접속을 수행할 수 있게 된다.As described above, the TCP / IP server / client according to the present invention constitutes a module for TCP / IP multiple access processing separated from the application processing units 40 and 70, thereby link link processing related to the corresponding TCP / IP multiple access and By performing management, it is possible to perform connections of multiple servers or multiple clients by limited process modules.

또한, 본 발명에 따른 실시예는 상술한 것으로 한정되지 않고, 본 발명과 관련하여 통상의 지식을 가진자에게 자명한 범위내에서 여러 가지의 대안, 수정 및 변경하여 실시할 수 있다.In addition, the embodiments according to the present invention are not limited to the above-described embodiments, and various alternatives, modifications, and changes can be made within the scope apparent to those skilled in the art.

이상과 같이, 본 발명은 응용 처리부와 분리된 제한된 프로세스 모듈인 TCP/IP 다중 접속 모듈을 이용하여 각 링크를 통한 다중 서버 또는 다중 클라이언트 접속 처리와 데이터 수집 및 전송 처리를 수행함으로써, 해당 다중 서버 또는 다중 클라이언트 접속시의 시스템 자원 낭비를 방지함과 동시에 각 링크에 대한 접속 및 관리와 해당 프로세스 모듈에 대한 관리를 용이하게 수행할 수 있게 된다.As described above, the present invention uses the TCP / IP multiple access module, which is a limited process module separate from the application processing unit, to perform multiple server or multiple client connection processing and data collection and transmission processing through each link, thereby providing the corresponding multiple server or In addition to preventing system resource wastage when connecting multiple clients, access and management of each link and management of corresponding process modules can be easily performed.

Claims (12)

각 링크별로 해당되는 서버와의 접속을 시도하고, 접속된 각 링크를 통해 다중 서버에 대한 데이터 수집 및 전송 처리를 수행하는 클라이언트 모듈과; 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 처리하고, 접속된 각 링크를 통해 다중 클라이언트에 대한 데이터 수집 및 전송 처리를 수행하는 서버 모듈을 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.A client module which attempts to connect to a corresponding server for each link and performs data collection and transmission processing for multiple servers through each connected link; A server module for processing a link connection to a client required to be connected through each link, and performing data collection and transmission processing for multiple clients through each connected link. Multiple access module. 제 1항에 있어서,The method of claim 1, 상기 클라이언트 모듈은, 각 링크별로 해당되는 서버와의 접속 시도 및 접속 상태를 감시하는 다중 서버 접속부와; 각 서버로부터 상기 다중 서버 접속부를 통해 입력되는 데이터를 수집하여 패킷 형태로 해당되는 응용 처리부에 전달하는 데이터 수집 처리부와; 상기 응용 처리부로부터 전달되는 데이터를 상기 다중 서버 접속부를 통해 해당되는 서버 측으로 전송하는 데이터 전송 처리부를 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.The client module includes: a multi-server connection unit for monitoring a connection attempt and a connection state with a server corresponding to each link; A data collection processing unit for collecting data inputted through the multi-server connection unit from each server and transferring the data to a corresponding application processing unit in a packet form; And a data transmission processor for transmitting the data transmitted from the application processor to the corresponding server side through the multiple server connection unit. 제 2항에 있어서,The method of claim 2, 상기 다중 서버 접속부는, 각 링크를 통해 서버와의 접속을 시도하되, 이벤트 플래그나 메시지 큐를 통해 각 링크의 접속 여부를 체크하여 접속 실패시 일정 주기로 접속을 재시도하는 접속 제어부와; 각 링크의 접속 상태를 감시하여 접속이 단절되거나 링크 시험 프로세스로부터 링크 장애가 보고되는 경우 상기 접속 제어부를 제어하여 링크 접속을 재시도하게 하는 접속 감시부를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.The multi-server connection unit may include: a connection control unit attempting to connect to a server through each link, and checking whether or not each link is connected through an event flag or a message queue and retrying a connection at a predetermined period when the connection fails; TCP / IP server / characterized in that it further comprises a connection monitoring unit for monitoring the connection state of each link to disconnect the connection or report a link failure from the link test process to control the connection control unit to retry the link connection. Multiple access modules on the client. 제 2항에 있어서,The method of claim 2, 상기 데이터 전송 처리부는, 응용 처리부로부터 전달되는 데이터를 해당되는 서버 측으로 전송하다가 발생하는 링크 장애나 예외 처리를 이벤트 플래그 또는 메시지 큐를 이용하여 상기 다중 서버 접속부로 보고하여 링크 접속을 재시도하게 하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.The data transmission processing unit may report link failure or exception processing occurring while transferring data transmitted from an application processing unit to a corresponding server side to the multi-server connection unit using an event flag or a message queue to retry the link connection. Featuring multiple access modules for TPC / IP server / client. 제 1항에 있어서,The method of claim 1, 상기 서버 모듈은, 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 처리함과 동시에 각 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하는 다중 클라이언트 접속부와; 응용 처리부로부터 전달되는 데이터를 상기 다중 클라이언트 접속부를 통해 해당되는 클라이언트 측으로 전송하는 데이터 전송 처리부를 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.The server module includes: a multi-client connection unit which processes a link connection to a client required to be connected through each link and collects data on the client side input through each link; And a data transmission processor for transmitting data transmitted from an application processor to a corresponding client side through the multi-client connection unit. 제 5항에 있어서,The method of claim 5, 상기 다중 클라이언트 접속부는, 각 링크를 통해 접속 요구되는 클라이언트에 대한 링크 접속을 받아들여 새로운 소켓과 링크 정보를 구성하는 접속 처리부와; 상기 접속 처리부에 의해 접속된 링크를 통해 입력되는 클라이언트 측의 데이터를 수집하여 패킷 형태로 응용 처리부에 전달하는 데이터 수집 처리부를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 모듈.The multi-client connection section includes: a connection processing section that accepts a link connection to a client requesting connection through each link and configures new socket and link information; And a data collection processing unit for collecting data of the client side input through the link connected by the connection processing unit and transferring the data to the application processing unit in the form of a packet. TCP/IP 서버/클라이언트의 다중 접속 방법에 있어서,In the TCP / IP server / client multiple connection method, 각 링크를 통해 서버와의 접속을 시도하여 다중 서버 접속을 수행하는 과정과; 접속 시도된 각 링크에 대한 소켓과 링크 정보를 구성하여 다중 클라이언트 접속을 수행하는 과정과; 접속된 각 링크를 통해 상대 서버 또는 클라이언트와의 데이터 전송 처리를 수행하는 과정을 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.Attempting to connect to a server through each link to perform a multi-server connection; Constructing socket and link information for each link attempted to perform multiple client accesses; A method of multiple access of a TPC / IP server / client comprising the step of performing data transmission processing with a counterpart server or a client through each connected link. 제 7항에 있어서,The method of claim 7, wherein 상기 링크 정보는, 해당 링크를 통해 접속된 클라이언트의 주소 정보와 TCP 접속 포트 정보와 접속 상태 정보 및 액셉트된 소켓의 디스크립터 정보를 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.The link information may include address information, TCP connection port information, connection state information, and descriptor information of an accepted socket connected to a client connected through a corresponding link. . 제 7항에 있어서,The method of claim 7, wherein 상기 다중 서버 접속을 수행하는 과정은, 각 링크를 통해 서버와의 접속을 시도하는 단계와; 접속 시도된 링크의 접속 여부를 체크하여 접속 실패시 링크 접속을 재시도하는 단계와; 접속된 링크 상태를 감시하여 접속이 단절되거나 링크 장애가 보고되는지를 확인하는 단계와; 접속이 단절되거나 링크 장애가 보고된 링크에 대한 접속을 재시도하는 단계를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.The performing of the multi-server connection may include: attempting to connect to a server through each link; Checking whether a connection attempted link is connected and retrying a link connection when the connection fails; Monitoring the connected link status to determine if the connection is down or a link failure is reported; And retrying the connection for the link in which the connection has been disconnected or a link failure has been reported. 제 7항에 있어서,The method of claim 7, wherein 상기 다중 클라이언트 접속을 수행하는 과정은, 선택문을 사용하여 각 링크를 통해 접속 시도된 클라이언트 접속 요구를 받아들여 해당되는 소켓과 링크 정보를 구성하는 단계와; 현재 접속된 각 링크를 통해 전송되는 클라이언트 데이터를 수집하는 단계와; 수집된 데이터를 패킷 형태로 구성하여 메시지 큐를 통해 응용 처리부에 전달하는 단계를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.The process of performing the multi-client connection may include receiving a client connection request attempted to connect through each link using a selection statement and configuring corresponding socket and link information; Collecting client data transmitted over each currently connected link; And configuring the collected data in the form of a packet and delivering the collected data to an application processing unit through a message queue. 제 7항에 있어서,The method of claim 7, wherein 상기 각 링크를 통해 데이터 전송 처리를 수행하는 과정은, 응용 처리부로부터 전달받은 데이터가 전송되어야 할 서버 또는 클라이언트와 접속된 링크가 활성화되어 있는지를 확인하는 단계와; 링크가 활성화되어 있는 경우 상기 데이터를 활성화된 링크를 통해 상대 서버 또는 클라이언트 측으로 전송하는 단계를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.The process of performing data transmission through each link may include: checking whether a link connected to a server or a client to which data transmitted from an application processor is to be transmitted is activated; And transmitting the data to the counterpart server or the client through the activated link when the link is activated. 제 11항에 있어서,The method of claim 11, 상기 링크가 활성화되어 있는지를 확인하는 단계에서, 링크가 활성화되어 있지 않은 경우 기설정된 횟수만큼 링크 접속을 재시도하는 단계와; 재시도한 링크가 정상적으로 접속되는 경우 상기 데이터를 상대 서버 또는 클라이언트 측으로 전송하는 단계와; 재시도한 링크가 정상적으로 접속되지 않은 경우 상기 데이터를 폐기 처리하는 단계를 더 포함하는 것을 특징으로 하는 티씨피/아이피 서버/클라이언트의 다중 접속 방법.Checking whether the link is activated, if the link is not activated, retrying a link connection a predetermined number of times; Transmitting the data to the counterpart server or the client when the retry link is normally connected; And discarding the data if the retry link is not normally connected.
KR1019990040769A 1999-09-21 1999-09-21 Multi-Access Module And Method In TCP/IP Server/Client KR100326278B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990040769A KR100326278B1 (en) 1999-09-21 1999-09-21 Multi-Access Module And Method In TCP/IP Server/Client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990040769A KR100326278B1 (en) 1999-09-21 1999-09-21 Multi-Access Module And Method In TCP/IP Server/Client

Publications (2)

Publication Number Publication Date
KR20010028500A true KR20010028500A (en) 2001-04-06
KR100326278B1 KR100326278B1 (en) 2002-03-08

Family

ID=19612520

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990040769A KR100326278B1 (en) 1999-09-21 1999-09-21 Multi-Access Module And Method In TCP/IP Server/Client

Country Status (1)

Country Link
KR (1) KR100326278B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100452505B1 (en) * 2001-08-31 2004-10-08 엘지전자 주식회사 Method for multi connection of socket in WLL system
WO2019231417A1 (en) * 2017-12-18 2019-12-05 Turkcell Teknoloji Arastirma Ve Gelistirme Anonim Sirketi A system optimizing use of client source for communication in data gathering services

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100452505B1 (en) * 2001-08-31 2004-10-08 엘지전자 주식회사 Method for multi connection of socket in WLL system
WO2019231417A1 (en) * 2017-12-18 2019-12-05 Turkcell Teknoloji Arastirma Ve Gelistirme Anonim Sirketi A system optimizing use of client source for communication in data gathering services

Also Published As

Publication number Publication date
KR100326278B1 (en) 2002-03-08

Similar Documents

Publication Publication Date Title
US9736234B2 (en) Routing of communications to one or more processors performing one or more services according to a load balancing function
US5109483A (en) Node initiating xid exchanges over an activated link including an exchange of sets of binding signals between nodes for establishing sessions
US7039916B2 (en) Data delivery system for adjusting assignment of connection requests to nodes based upon the tracked duration
US5961594A (en) Remote node maintenance and management method and system in communication networks using multiprotocol agents
JPH066362A (en) Message processing load distribution system for host system in lan
US6389129B1 (en) Interface for interfacing client programs with network devices in a telecommunications network
US20050273645A1 (en) Recovery from fallures in a computing environment
GB2285727A (en) Resolving conflicting topology network information in data communications networks
CN107528891B (en) Websocket-based automatic clustering method and system
JP2005513618A (en) System and method for using legacy servers in a reliable server pool
JP2000187645A (en) System and method for providing information
US20040003007A1 (en) Windows management instrument synchronized repository provider
JPH1185644A (en) System switching control method for redundancy system
KR100326278B1 (en) Multi-Access Module And Method In TCP/IP Server/Client
JP4673532B2 (en) Comprehensive alignment process in a multi-manager environment
JPH10116257A (en) Decentralized media processing server, and communication network using the same
RU2450305C1 (en) Software-hardware system for automating monitoring and control
CN105323088A (en) Springboard processing method and springboard processing device
KR19980050158A (en) Delivery protocol of communication processing system
KR970078204A (en) How to duplicate operation and maintenance interface devices
KR20050076406A (en) Management system and method for network element in telecommunication management network
JP2000183970A (en) Network system
CN100334557C (en) Method for selecting intermediate proxy node of cluster network
AU2003247694B2 (en) Windows management instrument synchronized repository provider
JPH1127296A (en) Network monitoring system

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130117

Year of fee payment: 12

FPAY Annual fee payment

Payment date: 20140115

Year of fee payment: 13

FPAY Annual fee payment

Payment date: 20150116

Year of fee payment: 14

FPAY Annual fee payment

Payment date: 20160112

Year of fee payment: 15

LAPS Lapse due to unpaid annual fee