KR100386346B1 - Method and apparatus for transmitting data - Google Patents

Method and apparatus for transmitting data Download PDF

Info

Publication number
KR100386346B1
KR100386346B1 KR10-2001-0049998A KR20010049998A KR100386346B1 KR 100386346 B1 KR100386346 B1 KR 100386346B1 KR 20010049998 A KR20010049998 A KR 20010049998A KR 100386346 B1 KR100386346 B1 KR 100386346B1
Authority
KR
South Korea
Prior art keywords
buffer
data
recording
read
manager
Prior art date
Application number
KR10-2001-0049998A
Other languages
Korean (ko)
Other versions
KR20030016084A (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-2001-0049998A priority Critical patent/KR100386346B1/en
Publication of KR20030016084A publication Critical patent/KR20030016084A/en
Application granted granted Critical
Publication of KR100386346B1 publication Critical patent/KR100386346B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/30Flow control; Congestion control in combination with information about buffer occupancy at either end or at transit nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements

Landscapes

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

Abstract

웹서버가 실시간으로 입력되는 소정의 데이터를 버퍼에 순차적으로 저장하고, 그 버퍼에 저장된 데이터를 실시간으로 클라이언트에게 제공한다.The web server sequentially stores predetermined data input in real time in a buffer, and provides data stored in the buffer to the client in real time.

기록버퍼 관리자가 데이터 버퍼블록의 버퍼들 중에서 데이터의 기록용으로 확보된 버퍼의 수를 설정된 임계치 이상으로 확보하고, 상기 기록버퍼 관리자가 버퍼를 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 확보된 버퍼들 중에서 하나의 버퍼를 선택하여 기록버퍼 관리자에게 제공하며, 데이터가 입력될 경우에 상기 기록버퍼 관리자가 데이터 기록용으로 확보한 버퍼들 중에서 기록버퍼모듈이 하나의 버퍼를 선택하여 데이터를 기록하고 데이터의 기록이 완료된 버퍼를 데이터의 독출용으로 설정하며, 클라이언트가 인터넷을 통해 데이터의 전송을 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 관리하는 버퍼에서 독출버퍼모듈이 데이터를 독출하여 클라이언트에게 전송한다.The write buffer manager secures the number of buffers reserved for data recording among the buffers of the data buffer block above a predetermined threshold, and when the write buffer manager requests a buffer, the read buffer manager is reserved for reading data. One buffer is selected from the buffers and provided to the recording buffer manager. When data is input, the recording buffer module selects one buffer from among the buffers reserved by the recording buffer manager for data recording, and records the data. The buffer for which data has been recorded is set for reading data, and when a client requests data transmission through the Internet, the reading buffer module reads data from the buffer managed by the reading buffer manager for reading data, and sends it to the client. send.

Description

데이터 전송방법 및 전송장치{Method and apparatus for transmitting data}Data transmission method and transmission device {Method and apparatus for transmitting data}

본 발명은 실시간으로 입력되는 소정의 데이터를 복수의 버퍼에 저장하면서 실시간으로 복수의 클라이언트들에게 전송하는 데이터 전송방법 및 전송장치에 관한 것이다.The present invention relates to a data transmission method and apparatus for transmitting a predetermined data input in real time in a plurality of buffers and transmitting the same to a plurality of clients in real time.

통신기술 및 컴퓨터 분야의 급격한 발전과 더불어 컴퓨터 통신 및 인터넷 통신이 현대인에게는 정보 습득과 교류의 장으로서 하나의 필수적인 수단이 되었으며, 그 기능 및 역할이 폭발적으로 증대되고 있는 추세이다.Along with the rapid development of communication technology and computer field, computer communication and internet communication have become an essential means of information acquisition and exchange for modern people, and its functions and roles are explosively increasing.

이러한 인터넷은 흔히 IP 제공자라고 지칭되는 정보제공자들과 특정 서버들이 접속되어 있는 인터넷망에 인터넷 가입자들이 연결하여 이루어지는 것으로서 특정 웹서버가 개설하고 있는 웹사이트에 인터넷 가입자가 컴퓨터 등으로 접속한 후 해당 사이트상의 정보 혹은 서비스를 활용하는 것이다.This Internet is made by connecting Internet subscribers to Internet providers, which are commonly referred to as IP providers, and to specific servers. To use information or services on the internet.

상기 웹서버는 클라이언트가 인터넷을 통해 접속하여 소정의 데이터를 요청할 경우에 해당 데이터를 클라이언트에게 전송하게 된다.The web server transmits the data to the client when the client requests the predetermined data by accessing the Internet.

클라이언트가 요청하는 소정의 데이터를 클라이언트에게 전송하기 위하여 종래에는 미리 데이터 베이스에 소정의 데이터를 저장하여 두고, 클라이언트의 요청에 따라 독출하여 전송하고 있다.In order to transmit the predetermined data requested by the client to the client, the predetermined data is stored in the database in advance, and is read and transmitted according to the client's request.

그러므로 데이터를 전송하는데 많은 시간이 소요되고, 또한 실시간으로 발생하는 데이터들을 실시간으로 클라이언트에게 전송하지 못하였다.Therefore, it takes a lot of time to transmit the data, and also failed to transmit the data occurring in real time to the client in real time.

본 발명의 목적은 실시간으로 입력되는 소정의 데이터를 버퍼에 순차적으로 저장하고, 그 버퍼에 저장된 데이터를 실시간으로 클라이언트에게 제공하는 데이터 전송방법 및 전송장치를 제공하는데 있다.SUMMARY OF THE INVENTION An object of the present invention is to provide a data transmission method and apparatus for sequentially storing predetermined data input in real time in a buffer and providing the data stored in the buffer to a client in real time.

이러한 목적을 달성하기 위한 본 발명의 데이터 전송방법은, 기록버퍼 관리자가 데이터 버퍼블록의 버퍼들 중에서 데이터의 기록용으로 확보된 버퍼의 수를 설정된 임계치 이상으로 확보하고, 상기 기록버퍼 관리자가 버퍼를 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 확보된 버퍼들 중에서 하나의 버퍼를 선택하여 기록버퍼 관리자에게 제공하며, 데이터가 입력될 경우에 상기 기록버퍼 관리자가 데이터 기록용으로 확보한 버퍼들 중에서 기록버퍼모듈이 하나의 버퍼를 선택하여 데이터를 기록하고 데이터의 기록이 완료된 버퍼를 데이터의 독출용으로 설정하며, 클라이언트가 인터넷을 통해 데이터의 전송을 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 관리하는 버퍼에서 독출버퍼모듈이 데이터를 독출하여 클라이언트에게 전송한다.In the data transmission method of the present invention for achieving the above object, the recording buffer manager ensures that the number of buffers reserved for data recording among the buffers of the data buffer block is greater than or equal to a predetermined threshold, and the recording buffer manager When requested, the read buffer manager selects one of the buffers reserved for reading data and provides the buffer to the write buffer manager. When data is input, the read buffer manager selects one buffer from among the buffers reserved for data recording. The recording buffer module selects one buffer to record the data, sets the completed buffer for data reading, and when the client requests data transmission through the Internet, the reading buffer manager reads the data. Read buffer module reads data from the managed buffer to client It transmits.

그리고 기록버퍼 관리자가 데이터 기록용으로 확보된 버퍼의 수가 임계치 이하인지를 판단하고, 판단 결과 데이터 기록용으로 확보된 버퍼의 수가 임계치 이하일 경우에 기록버퍼 관리자가 독출버퍼 관리자에게 버퍼를 요청하며, 기록버퍼 관리자의 요청에 따라 독출버퍼 관리자로부터 버퍼의 제공 응답이 입력되는지를 판단하며, 버퍼의 제공 응답이 입력되지 않을 경우에 데이터 기록용으로 남아 있는 버퍼의 유무를 판단하여 남아 있는 버퍼가 없을 경우에 기록중지를 표시하며, 독출버퍼 관리자가 버퍼의 제공 응답이 있을 경우에 독출버퍼 관리자가 제공하는 버퍼를 기록버퍼 관리자가 데이터 기록용으로 확보하고 기록중지 표시가 있을 경우에 기록중지 표시를 제거한다.The recording buffer manager determines whether the number of buffers reserved for data recording is less than or equal to the threshold value, and if the number of buffers reserved for data recording is less than or equal to the threshold value, the recording buffer manager requests a buffer from the reading buffer manager for recording. In response to the request of the buffer manager, it is determined whether a buffer providing response is input from the read buffer manager.In the case where no buffer providing response is input, it is determined whether there is a buffer remaining for data recording. When the read buffer manager responds to the provision of the buffer, the recording buffer manager reserves the buffer for data recording and removes the recording stop indication when there is a recording stop indication.

또한 독출버퍼 관리자가 기록버퍼 관리자로부터 버퍼를 요청하는 메시지가 입력되는지를 판단하고, 버퍼의 요청이 입력될 경우에 독출버퍼 관리자가 독출용으로 가장 오래 전에 확보된 버퍼를 선택하며, 선택한 버퍼를 현재 독출버퍼모듈이 사용중인지를 판단하고 사용중일 경우에 제한 시간이 경과되는지를 판단하며, 상기 선택한 버퍼를 독출버퍼모듈이 사용하지 않거나 또는 제한 시간이 경과될 경우에 그 선택한 버퍼를 독출버퍼 관리자가 독출버퍼 리스트에서 제거하여 데이터를 독출하지 못하도록 하고 상기 기록버퍼 관리자의 요청에 응답하여 상기 확보한 버퍼를 제공한다.In addition, the read buffer manager determines whether a message for requesting a buffer from the write buffer manager is input, and when a request for a buffer is input, the read buffer manager selects the oldest buffer secured for reading, and selects the selected buffer. It is determined whether the read buffer module is in use and whether the time limit has elapsed when it is in use. If the read buffer module does not use the selected buffer or the time limit elapses, the read buffer manager reads the selected buffer. The buffer is removed from the buffer list so that data cannot be read and the reserved buffer is provided in response to a request of the recording buffer manager.

기록버퍼모듈이 현재 기록중지가 표시되어 있는지를 판단하는 기록중지가 표시되어 있지 않을 경우에 기록할 데이터의 유무를 판단하고, 판단 결과 기록할 데이터가 있을 경우에 상기 기록버퍼 관리자가 확보한 버퍼들 중에서 데이터를 기록하지 않은 가장 오래된 버퍼를 기록버퍼모듈이 선택하며, 선택한 버퍼에 기록버퍼모듈이 데이터를 저장한 후 기록버퍼모듈이 데이터를 저장한 버퍼를 독출버퍼 관리자가 관리하게 한다.If the recording buffer module does not indicate whether the recording stop is currently displayed, it is determined whether there is data to be recorded, and if there is data to be recorded, the buffers secured by the recording buffer manager Among them, the recording buffer module selects the oldest buffer that has not recorded data, and the recording buffer module stores the data in the selected buffer, and then the reading buffer manager manages the buffer in which the data is stored.

독출버퍼모듈이 클라이언트로부터 인터넷을 통해 데이터의 전송을 요청하는지의 여부를 판단하고, 판단 결과 데이터의 전송 요청이 있을 경우에 상기 독출버퍼 관리자가 확보한 버퍼들 중에서 독출버퍼모듈이 데이터를 독출할 버퍼 즉, 데이터의 최초 전송일 경우에 가장 오래 전에 데이터를 저장한 버퍼를 선택하고 최초 전송이 아닐 경우에 바로 전에 선택하여 데이터를 전송한 버퍼의 다음 버퍼를 선택하며, 선택한 버퍼에서 독출버퍼모듈이 데이터를 독출하여 인터넷을 통해 클라이언트에게 전송한다.It is determined whether the read buffer module requests transmission of data from the client through the Internet, and if the read buffer module requests a data transmission request, the buffer to which the read buffer module reads data from among the buffers secured by the read buffer manager. That is, in case of the first transmission of data, select the buffer which saved the longest data and select the next buffer after the data transmission by selecting just before the data transmission. Read it and send it to the client via the Internet.

그리고 본 발명의 데이터 전송장치는 데이터 소스가 데이터를 발생하고, 데이터 소스가 발생하는 데이터를 데이터 처리부가 처리하여 출력하며, 데이터 처리부의 출력 데이터를 웹서버가 데이터버퍼블록의 복수의 버퍼에 저장하고 클라이언트의 요청에 따라 상기 버퍼에 저장된 데이터를 독출하여 인터넷을 통해 클라이언트에 제공한다. 상기 웹서버는, 기록버퍼 관리자가 상기 복수의 버퍼들 중에서 상기 데이터 처리부가 출력하는 데이터를 저장할 버퍼를 관리하고, 독출버퍼 관리자가 상기 복수의 버퍼에 저장된 데이터의 독출을 관리하고 상기 기록버퍼 관리자의 요청에 따라 데이터를 기록할 버퍼를 기록버퍼 관리자에게 제공하며, 기록버퍼모듈이 상기 데이터 처리부가 출력하는 데이터를 상기 기록버퍼 관리자가 확보한 버퍼에 저장하며, 클라이언트의 데이터 전송 요청이 있을 경우에 독출버퍼 관리자가 확보한 버퍼에서 독출버퍼모듈이 데이터를 독출하여 클라이언트에게 전송한다.In the data transmission apparatus of the present invention, the data source generates data, the data processing unit processes and outputs the data generated by the data source, and the web server stores the output data in the plurality of buffers of the data buffer block. At the request of the client, the data stored in the buffer is read and provided to the client through the Internet. The web server may include: a recording buffer manager managing a buffer to store data output from the data processing unit among the plurality of buffers; a reading buffer manager managing reading of data stored in the plurality of buffers; Provides a buffer for recording data to the recording buffer manager according to the request, and the recording buffer module stores the data output from the data processing unit in the buffer secured by the recording buffer manager, and reads it when there is a request for data transmission from the client. The read buffer module reads data from the buffer obtained by the buffer manager and sends it to the client.

도 1은 본 발명의 전송장치의 구성을 보인 도면이고,1 is a view showing the configuration of a transmission apparatus of the present invention,

도 2는 본 발명의 전송방법에 따른 기록버퍼 관리자의 동작을 보인 신호흐름도이며,2 is a signal flow diagram showing the operation of the recording buffer manager according to the transmission method of the present invention,

도 3은 본 발명의 전송방법에 따른 독출버퍼 관리자의 동작을 보인 신호흐름도이며,3 is a signal flow diagram showing the operation of the read buffer manager according to the transmission method of the present invention,

도 4는 본 발명의 전송방법에 따른 기록버퍼모듈의 동작을 보인 신호흐름도이며,4 is a signal flow diagram showing the operation of the recording buffer module according to the transmission method of the present invention,

도 5는 본 발명의 전송방법에 따른 독출버퍼모듈의 동작을 보인 신호흐름도이다.5 is a signal flow diagram showing the operation of the read buffer module according to the transmission method of the present invention.

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

100 : 복수의 클라이언트 단말기 110 : 인터넷100: a plurality of client terminals 110: the Internet

120 : 웹서버 121 : 기록버퍼 관리자120: web server 121: record buffer manager

123 : 독출버퍼 관리자 125 : 기록버퍼모듈123: read buffer manager 125: recording buffer module

127 : 독출버퍼모듈 130 : 데이터 소스127: read buffer module 130: data source

140 : 데이터 처리부 150 : 데이터 버퍼블록140: data processing unit 150: data buffer block

151 : 복수의 버퍼151: multiple buffers

이하, 첨부된 도면을 참조하여 본 발명의 데이터 전송방법 및 전송장치를 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail the data transmission method and transmission apparatus of the present invention.

도 1은 본 발명의 전송장치의 구성을 보인 도면이다.1 is a view showing the configuration of a transmission apparatus of the present invention.

여기서, 소정의 전송제어 프로토콜/인터넷 프로토콜(Transmission Control Protocol; 이하, TCP/IP라 칭함)을 기반으로 하는 데이터 통신 네트워크인 인터넷이고, 부호 120은 상기 인터넷(100)을 통해 소정의 정보를 제공받는 복수의 클라이언트 단말기이며, 부호 140은 상기 클라이언트 단말기(120)가 상기 인터넷(100)을 통해 접속하고 그 클라이언트 단말기(120)가 요청하는 소정의 데이터를 제공하는 웹서버이다.Here, the Internet is a data communication network based on a predetermined transmission control protocol / Internet protocol (hereinafter, referred to as TCP / IP), and the reference numeral 120 denotes receiving the predetermined information through the Internet 100. A plurality of client terminals, denoted by reference numeral 140, are web servers for which the client terminal 120 connects through the Internet 100 and provides predetermined data requested by the client terminal 120.

부호 130은 비디오 카메라 등과 같이 소정의 음성 및 영상 데이터를 발생하는 데이터 소스이고, 부호 140은 상기 데이터 소스(130)가 발생한 소정의 데이터를 처리하여 상기 웹서버(120)로 출력하는 데이터 처리부이다.Reference numeral 130 is a data source that generates predetermined audio and video data, such as a video camera, and reference numeral 140 is a data processor that processes and outputs predetermined data generated by the data source 130 to the web server 120.

부호 150은 복수의 버퍼(151)를 구비하는 데이터 버퍼블록으로서 상기 데이터 처리부(140)가 출력하는 소정의 데이터를 상기 웹서버(120)의 제어에 따라 버퍼(151)에 선택적으로 저장하고 출력한다.Reference numeral 150 is a data buffer block including a plurality of buffers 151, and selectively stores and outputs predetermined data output from the data processing unit 140 in the buffer 151 under the control of the web server 120. .

상기 웹서버(120)는, 기록버퍼 관리자(121), 독출버퍼 관리자(123), 기록버퍼모듈(125) 및 독출버퍼모듈(127)을 구비한다. 상기 기록버퍼 관리자(121)는, 상기 데이터 버퍼블록(150)에 구비된 복수의 버퍼(151)들 중에서 상기 데이터 처리부(140)가 출력하는 데이터를 저장할 버퍼(151)들을 관리하고, 상기 독출버퍼 관리자(123)는 상기 복수의 버퍼(151)에 저장된 데이터의 독출을 관리함과 아울러 상기 기록버퍼 관리자(121)의 요청에 따라 데이터를 기록할 버퍼(151)들을 확보하여 제공한다. 상기 기록버퍼모듈(125)은 상기 데이터 처리부(140)가 출력하는 데이터를 상기 기록버퍼 관리자(121)가 확보한 기록용 버퍼(151)에 저장하고, 상기 독출버퍼모듈(127)은 클라이언트의 데이터 전송 요청이 있을 경우에 상기 독출버퍼 관리자(123)가 관리하는 독출용 버퍼(151)에서 데이터를 독출하여 전송한다.The web server 120 includes a recording buffer manager 121, a reading buffer manager 123, a recording buffer module 125, and a reading buffer module 127. The write buffer manager 121 manages buffers 151 to store data output from the data processor 140 among a plurality of buffers 151 provided in the data buffer block 150, and the read buffer The manager 123 manages the reading of the data stored in the plurality of buffers 151 and secures and provides the buffers 151 for recording the data at the request of the recording buffer manager 121. The recording buffer module 125 stores the data output from the data processing unit 140 in the recording buffer 151 secured by the recording buffer manager 121, and the read buffer module 127 stores data of the client. When there is a request for transmission, data is read and transmitted from the read buffer 151 managed by the read buffer manager 123.

이러한 구성을 가지는 본 발명의 전송장치는 데이터 소스(130)가 실시간으로 소정의 데이터를 발생한다. 예를 들면, 상기 데이터 소스(130)는 디지털 카메라로서 소정의 피사체를 촬영하여 영상신호와 음성신호를 출력한다. 상기 데이터 소스(130)가 출력하는 소정의 데이터는 데이터 처리부(140)에 입력되어 처리된 후 웹서버(120)로 입력된다.In the transmission apparatus of the present invention having such a configuration, the data source 130 generates predetermined data in real time. For example, the data source 130 photographs a predetermined subject as a digital camera and outputs a video signal and an audio signal. The predetermined data output from the data source 130 is input to the data processor 140, processed, and then input to the web server 120.

한편, 웹서버(120)는 기록버퍼 관리자(121)가 데이터 버퍼블록(150)의 복수의 버퍼(151)들 중에서 데이터를 기록하기 위하여 확보한 버퍼(151)의 수를 판단하고, 확보한 버퍼(151)의 수가 임계치 이하일 경우에 독출버퍼 관리자(123)에게 데이터 기록용으로 사용할 버퍼(151)를 요청한다. 독출버퍼 관리자(123)는 상기 기록버퍼 관리자(121)의 요청에 따라 데이터 버퍼블록(150)의 복수의 버퍼(151)들 중에서 데이터의 독출이 완료된 버퍼(151)를 판단하고, 그 데이터의 독출이 완료된 버퍼(151)를 기록버퍼 관리자(121)에게 제공하여 기록버퍼 관리자(121)가 항상 임계치 이상의 버퍼(151)를 데이터 기록용으로 확보한다.Meanwhile, the web server 120 determines the number of buffers 151 secured by the recording buffer manager 121 to record data among the plurality of buffers 151 of the data buffer block 150, and the obtained buffers. When the number of the 151s is less than or equal to the threshold, the read buffer manager 123 requests the buffer 151 to be used for data recording. The read buffer manager 123 determines, from the plurality of buffers 151 of the data buffer block 150, the buffer 151 in which data is read out according to the request of the write buffer manager 121, and reads the data. The completed buffer 151 is provided to the recording buffer manager 121 so that the recording buffer manager 121 always secures the buffer 151 above the threshold for data recording.

그리고 기록버퍼모듈(125)은 상기 기록버퍼 관리자(121)가 확보한 버퍼(151)를 확인하고, 그 확보한 버퍼(151)에 상기 데이터 처리부(140)에서 처리된 소정의 데이터를 저장한다.The recording buffer module 125 checks the buffer 151 secured by the recording buffer manager 121, and stores the predetermined data processed by the data processing unit 140 in the secured buffer 151.

이와 같은 상태에서 클라이언트 단말기(100)가 인터넷(110)을 통해 웹서버(120)에 접속하여 데이터 버퍼블록(150)의 버퍼(151)에 저장된 소정의 데이터의 전송을 요청할 경우에 웹서버(120)의 독출버퍼모듈(127)은 데이터 버퍼블록(150)의 버퍼(151)들 중에서 데이터를 독출할 버퍼(151)를 판단하고, 그 판단한 버퍼(151)에 저장된 소정의 데이터를 독출한 후 인터넷(110)을 통해 클라이언트 단말기(100)로 전송한다.In this state, the client terminal 100 accesses the web server 120 through the Internet 110 and requests the transmission of predetermined data stored in the buffer 151 of the data buffer block 150. Read buffer module 127 determines a buffer 151 to read data from among buffers 151 of the data buffer block 150, reads predetermined data stored in the determined buffer 151, and then accesses the Internet. Transmit to the client terminal 100 through 110.

도 2는 본 발명의 전송방법에 따른 기록버퍼 관리자의 동작을 보인 신호흐름도이다. 이에 도시된 바와 같이 기록버퍼 관리자(121)는 단계(200)에서 기록버퍼 리스트에 확보된 버퍼(151)들 즉, 데이터의 기록을 위하여 확보된 버퍼(151)의 수가 미리 설정된 임계치 이하인지를 판단한다. 상기 단계(200)의 판단 결과 데이터 기록용으로 확보된 버퍼(151)의 수가 임계치 이하가 아닐 경우에 버퍼(151)의 수가 미리 설정된 임계치 이하인지를 판단하는 동작을 반복 수행한다.2 is a signal flow diagram showing the operation of the recording buffer manager according to the transmission method of the present invention. As shown in the drawing, the recording buffer manager 121 determines whether the number of buffers 151 secured in the recording buffer list in step 200, that is, the number of buffers 151 secured for recording data is less than or equal to a preset threshold. do. As a result of the determination of step 200, if the number of buffers 151 reserved for data recording is not less than or equal to a threshold, the operation of determining whether the number of buffers 151 is less than or equal to a preset threshold is repeated.

그리고 상기 단계(200)의 판단 결과 확보한 버퍼(151)의 수가 미리 설정된 임계치 이하일 경우에 기록버퍼 관리자(121)는 단계(202)에서 독출버퍼 관리자(123)에게 독출버퍼 리스트의 버퍼(151)들 즉, 독출버퍼 관리자(123)가 데이터의 독출을 위하여 확보한 버퍼(151)들 중에서 하나의 버퍼(151)를 요청하는 메시지를 발생한다.When the number of buffers 151 secured as a result of the determination of step 200 is less than or equal to a preset threshold, the recording buffer manager 121 transmits the read buffer list buffer 151 to the read buffer manager 123 in step 202. That is, the read buffer manager 123 generates a message requesting one buffer 151 among the buffers 151 secured for reading data.

다음 단계(204)에서는 기록버퍼 관리자(121)가 상기 버퍼(151)의 요청 메시지에 대한 응답이 독출버퍼 관리자(123)로부터 입력되는지를 판단하고, 버퍼(151)의 요청 메시지에 따른 응답이 입력되지 않을 경우에 단계(206)에서 데이터 기록용으로 남아 있는 버퍼(151)의 수를 판단하여 데이터 기록용으로 남아 있는 버퍼(151)가 없을 경우에 기록 중지를 표시한 후 단계(204)로 복귀하여 기록버퍼관리자(121)가 상기 버퍼(151)의 요청 메시지에 대한 응답이 독출버퍼 관리자(123)로부터 입력되는지를 판단한다.In the next step 204, the recording buffer manager 121 determines whether a response to the request message of the buffer 151 is input from the read buffer manager 123, and the response according to the request message of the buffer 151 is input. If not, the number of buffers 151 remaining for data recording is determined in step 206. If no buffer 151 remains for data recording, the recording stop is indicated, and then the process returns to step 204. The recording buffer manager 121 determines whether a response to the request message of the buffer 151 is input from the read buffer manager 123.

이와 같은 상태에서 상기 단계(204)에서 상기 버퍼(151)의 요청 메시지에 대한 응답이 독출버퍼 관리자(123)로부터 입력될 경우에 기록버퍼 관리자(121)는 먼저 단계(208)에서 기록버퍼 리스트에 대한 독점권을 확보한다.In this state, when the response to the request message of the buffer 151 is input from the read buffer manager 123 in the step 204, the recording buffer manager 121 first enters the recording buffer list in step 208. Secure monopoly rights.

이와 같이 기록버퍼 관리자(121)는 기록버퍼 리스트에 대한 독점권을 확보한 상태에서 단계(210)에서 상기 독출버퍼 관리자(123)로부터 응답 받은 버퍼(151)를 기록버퍼 리스트에 추가로 등재하고, 단계(212)에서 기록버퍼(151)의 시작과 끝을 변경하며, 단계(214)에서 기록버퍼 리스트의 연결관계를 수정하며, 단계(216)에서 상기 확보한 기록버퍼 리스트에 대한 독점권을 반납한 후 단계(218)에서 현재 기록중지가 표시되어 있을 경우에 그 기록중지 표시를 제거하고, 단계(200)로 복귀한다.As described above, the recording buffer manager 121 additionally registers the buffer 151 received from the read buffer manager 123 in the recording buffer list in step 210 while securing the exclusive right to the recording buffer list. After changing the start and end of the recording buffer 151 in step 212, modifying the connection relationship of the recording buffer list in step 214, after returning the exclusive right to the obtained recording buffer list in step 216 If the current recording stop is displayed in step 218, the recording stop indication is removed, and the flow returns to step 200. FIG.

도 3은 본 발명의 전송방법에 따른 독출버퍼 관리자의 동작을 보인 신호흐름도이다. 이에 도시된 바와 같이 독출버퍼 관리자(123)는 단계(300)에서 기록버퍼 관리자(121)로부터 버퍼(151)를 요청하는 메시지가 입력되는지의 여부를 확인한다.3 is a signal flow diagram showing the operation of the read buffer manager according to the transmission method of the present invention. As shown in the drawing, the read buffer manager 123 checks whether or not a message for requesting the buffer 151 is input from the write buffer manager 121 in step 300.

상기 단계(300)에서 기록버퍼 관리자(121)로부터 버퍼(151)를 요청하는 메시지가 입력될 경우에 독출버퍼 관리자(123)는 단계(302)에서 데이터의 독출용으로 확보된 버퍼(151)들 중에서 가장 오래 전에 데이터가 기록된 버퍼(151)를 선택한다.When a message for requesting the buffer 151 from the recording buffer manager 121 is input in step 300, the read buffer manager 123 performs buffers 151 secured for reading data in step 302. The buffer 151 in which data is recorded the longest time is selected.

다음 단계(304)에서는 독출버퍼 관리자(123)가 상기 선택한 버퍼(151)를 독출버퍼모듈(127)이 앞으로 사용하지 않도록 설정하고, 단계(306)에서 상기 선택한 버퍼(151)를 현재 독출버퍼모듈(127)이 사용하고 있는지의 여부를 판단한다.In the next step 304, the read buffer manager 123 sets the selected buffer 151 so that the read buffer module 127 does not use it in the future, and in step 306, the read buffer module 151 currently reads the buffer module. It is determined whether or not 127 is using.

상기 단계(306)의 판단 결과 독출버퍼모듈(127)이 현재 사용하고 있는 버퍼(151)일 경우에 독출버퍼 관리자(123)는 단계(308)에서 미리 제한된 시간이 경과되는지를 판단하고, 설정된 제한시간이 경과되지 않았을 경우에 상기 단계(306)로 복귀하여 독출버퍼모듈(127)이 상기 선택한 버퍼(151)를 계속 사용하고 있는지를 판단한다.When the read buffer module 127 is the buffer 151 currently used as a result of the determination of step 306, the read buffer manager 123 determines whether a limited time elapses in advance in step 308, and sets a limit. If the time has not elapsed, the process returns to step 306 to determine whether the read buffer module 127 continues to use the selected buffer 151.

그리고 상기 단계(306)의 판단 결과 상기 독출버퍼모듈(127)이 현재 사용하고 있는 버퍼(151)가 아니거나 또는 상기 단계(308)에서 설정된 시간이 경과되어도 상기 선택한 버퍼(151)를 독출버퍼모듈(127)이 계속 사용할 경우에 독출버퍼 관리자(123)는 단계(310)에서 독출버퍼 리스트에 대한 독점권을 확보한다.The read buffer module 151 reads the selected buffer 151 even if the read buffer module 127 is not the buffer 151 currently being used or the time set in the step 308 has elapsed. If 127 continues to use, the read buffer manager 123 secures the exclusive right to the read buffer list in step 310.

이와 같이 하여 독출버퍼 리스트에 대한 독점권을 확보한 상태에서 독출버퍼 관리자(123)는 단계(312)에서 독출버퍼의 시작과 끝을 변경하고, 단계(314)에서 상기 선택한 버퍼를 독출버퍼 리스트에서 제거하고, 기록버퍼 관리자(121)에게 빌려준다. 다음 단계(316)에서는 상기 버퍼(151)를 기록버퍼 관리자(121)에게 빌려줌에 따라 독출버퍼 리스트의 연결관계를 수정하고, 단계(318)에서 상기 확보한 독출버퍼 리스트에 대한 독점권을 반납한 후 단계(320)에서 기록버퍼 관리자(121)의 버퍼 요청 메시지에 따른 응답을 수행한다.In this way, in the state of securing the exclusive right to the read buffer list, the read buffer manager 123 changes the start and end of the read buffer in step 312, and removes the selected buffer from the read buffer list in step 314. And lends to the recording buffer manager 121. In the next step 316, the buffer 151 is lent to the recording buffer manager 121, so that the connection relation of the read buffer list is corrected, and in step 318, the exclusive right to the obtained read buffer list is returned. In step 320, a response according to the buffer request message of the recording buffer manager 121 is performed.

이와 같이 독출버퍼 관리자(123)가 기록버퍼 관리자(121)의 버퍼 요청 메시지에 따른 응답을 수행함에 따라 기록버퍼 관리자(121)는 상기한 바와 같이단계(208∼218)를 수행하여 항상 임계치 이상의 버퍼(151)를 데이터의 기록용으로 확보하게 된다.As the read buffer manager 123 performs a response according to the buffer request message of the write buffer manager 121, the write buffer manager 121 performs steps 208 to 218 as described above to always provide a buffer at or above a threshold. 151 is reserved for recording data.

도 4는 본 발명의 전송방법에 따른 기록버퍼모듈의 동작을 보인 신호흐름도이다. 이에 도시된 바와 같이 기록버퍼모듈(125)은 데이터 기록용으로 확보된 버퍼(151)에 소정의 데이터 즉, 데이터 처리부(140)로부터 입력되는 데이터를 기록할 경우에 먼저 단계(400)에서 기록중지가 표시되어 있는지를 판단하고, 기록중지가 표시되어 있을 경우에 기록중지가 해제될 때까지 대기한다.Figure 4 is a signal flow diagram showing the operation of the recording buffer module according to the transmission method of the present invention. As shown in the drawing, the recording buffer module 125 stops recording in step 400 when recording predetermined data, that is, data input from the data processing unit 140, into the buffer 151 secured for data recording. Is judged, and if the recording stop is displayed, it waits until the recording stop is released.

그리고 상기 단계(400)에서 기록중지가 표시되어 있지 않을 경우에 기록버퍼모듈(125)은 단계(402)에서 기록버퍼 리스트에 등재된 버퍼(151)들 중에서 가장 오래된 버퍼(151)를 선택하고, 그 선택한 버퍼(151)에 단계(404)에서 소정의 데이터 즉, 데이터 처리부(140)로부터 입력되는 데이터를 저장한다.If the recording stop is not displayed in the step 400, the recording buffer module 125 selects the oldest buffer 151 among the buffers 151 listed in the recording buffer list in step 402, The selected buffer 151 stores the predetermined data in step 404, that is, data input from the data processing unit 140.

이와 같이 하여 버퍼(151)에 데이터의 기록이 완료되면, 기록버퍼모듈(125)은 단계(406)에서는 기록버퍼 리스트의 시작과 끝의 지점을 변경할 수 있는 독점권을 확보하고, 독점권을 확보한 상태에서 기록버퍼모듈(125)은 단계(408)에서 상기 기록버퍼 리스트의 시작과 끝의 지점을 변경한다. 즉, 상기 데이터를 기록한 버퍼(151)를 제외하고, 기록버퍼 리스트에 남아 있는 버퍼(151)들의 순서를 변경한다. 다음 단계(410)에서는 기록버퍼 리스트의 연결관계를 수정하고, 단계(412)에서 기록버퍼 리스트의 시작과 끝의 지점을 변경할 수 있는 독점권을 반납한다.When data is recorded in the buffer 151 in this way, the recording buffer module 125 secures the exclusive right to change the start and end points of the recording buffer list in step 406, and secures the exclusive right. In step 408, the write buffer module 125 changes the points of the start and end of the write buffer list. That is, the order of the buffers 151 remaining in the recording buffer list is changed except for the buffer 151 in which the data is recorded. In the next step 410, the connection relationship of the recording buffer list is modified, and in step 412, the exclusive right for changing the starting and ending points of the recording buffer list is returned.

그리고 단계(414)에서는 독출버퍼 리스트의 시작과 끝의 지점을 변경할 수 있는 독점권을 확보하고, 독점권을 확보한 상태에서 기록버퍼모듈(125)은단계(416)에서 상기 데이터의 저장에 따라 독출버퍼 리스트의 시작과 끝의 지점을 변경하며, 단계(418)에서 독출버퍼 리스트의 연결관계를 수정한 후 단계(420)에서 독출버퍼 리스트의 시작과 끝의 지점을 변경할 수 있는 독점권을 반납한다.In step 414, an exclusive right to change the start and end points of the read buffer list is secured, and while the exclusive right is secured, the write buffer module 125 reads the read buffer according to the storage of the data in step 416. The start and end points of the list are changed, and in step 418, the connection relationship of the read buffer list is modified, and in step 420, the exclusive right to change the start and end points of the read buffer list is returned.

도 5는 본 발명의 전송방법에 따른 독출버퍼모듈의 동작을 보인 신호흐름도이다. 이에 도시된 바와 같이 독출버퍼모듈(127)은 단계(500)에서 클라이언트로부터 데이터의 전송요청이 있는지를 판단한다. 단계(500)의 판단 결과 데이터의 전송요청이 있을 경우에 독출버퍼모듈(127)은 단계(502)에서 독출버퍼 리스트에 등재된 버퍼(151)들 중에서 데이터를 독출할 버퍼(151)를 선택한다. 즉, 독출버퍼모듈(127)은 단계(502)에서 클라이언트에게 최초로 데이터를 전송할 경우에 독출버퍼 리스트의 버퍼(151)들 중에서 가장 오래된 버퍼(151)를 선택하고, 클라이언트에게 최초로 데이터를 전송하는 것이 아닐 경우에는 바로 전에 선택한 버퍼의 다음 버퍼를 선택한다.5 is a signal flow diagram showing the operation of the read buffer module according to the transmission method of the present invention. As shown, the read buffer module 127 determines whether there is a request for data transmission from the client in step 500. When the data transmission request is made as a result of the determination of step 500, the read buffer module 127 selects a buffer 151 to read data from among the buffers 151 listed in the read buffer list in step 502. . That is, the read buffer module 127 selects the oldest buffer 151 among the buffers 151 of the read buffer list when the data is first transmitted to the client in step 502, and transmits the data to the client for the first time. If not, the next buffer of the previous buffer is selected.

이와 같이 하여 데이터를 독출한 버퍼(151)가 선택되면, 독출버퍼모듈(127)은 단계(504)에서 그 선택한 버퍼(151)가 독출버퍼 리스트에 등재된 버퍼(151)들 중에서 끝에 위치한 버퍼(151)인지를 판단하고, 끝에 위치한 버퍼(151)일 경우에 단계(506)에서 그 버퍼(506)가 독출금지 표시된 버퍼(151)인지를 판단하여 독출금지표시가 되어 있을 경우에 독출금지표시가 해제될 때까지 대기한다.When the buffer 151 that reads data is selected in this way, the read buffer module 127 determines in step 504 that the selected buffer 151 is located at the end of the buffers 151 listed in the read buffer list. 151, and if it is the buffer 151 located at the end, it is determined in step 506 whether the buffer 506 is the read-blocked buffer 151. Wait until the hour is released.

그리고 상기 단계(504)에서 독출버퍼 리스트의 끝이 아니거나 또는 단계(506)에서 독출금지표시가 되어 있지 않을 경우에 독출버퍼모듈(127)은 상기 선택한 버퍼(151)로부터 소정의 데이터를 독출하고, 인터넷(110)을 통해 해당 클라이언트 단말기(100)로 전송한다.If the read buffer list is not the end of the read buffer list in step 504 or if the read inhibit indication is not indicated in step 506, the read buffer module 127 reads predetermined data from the selected buffer 151. And transmits to the corresponding client terminal 100 through the Internet 110.

이상에서와 같이 본 발명은 실시간으로 입력되는 소정의 데이터를 복수의 버퍼에 저장하고, 그 저장한 데이터를 클라이언트의 요청에 따라 독출하여 전송하는 것으로서 소정의 데이터를 실시간으로 전송할 수 있다.As described above, the present invention stores predetermined data input in real time in a plurality of buffers, and reads the stored data according to a client's request, and transmits the predetermined data in real time.

Claims (7)

기록버퍼 관리자가 데이터 버퍼블록의 버퍼들 중에서 데이터의 기록용으로 확보된 버퍼의 수를 설정된 임계치 이상으로 확보하는 제 1 과정;A first step of, by the recording buffer manager, securing the number of buffers reserved for recording data among the buffers of the data buffer block above a set threshold; 상기 기록버퍼 관리자가 버퍼를 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 확보된 버퍼들 중에서 하나의 버퍼를 선택하여 기록버퍼 관리자에게 제공하는 제 2 과정;A second step of, when the write buffer manager requests a buffer, the read buffer manager selects one of the buffers reserved for reading data and provides the buffer to the write buffer manager; 데이터가 입력될 경우에 상기 기록버퍼 관리자가 데이터 기록용으로 확보한 버퍼들 중에서 기록버퍼모듈이 하나의 버퍼를 선택하여 데이터를 기록하고 데이터의 기록이 완료된 버퍼를 데이터의 독출용으로 설정하는 제 3 과정; 및A third buffer in which the recording buffer module selects one buffer from among the buffers reserved by the recording buffer manager for data recording when data is input, records the data, and sets a buffer in which data recording is completed for reading data; process; And 클라이언트가 인터넷을 통해 데이터의 전송을 요청할 경우에 독출버퍼 관리자가 데이터의 독출용으로 관리하는 버퍼에서 독출버퍼모듈이 데이터를 독출하여 클라이언트에게 전송하는 제 4 과정으로 이루어짐을 특징으로 하는 데이터 전송방법.And a fourth process in which the read buffer module reads the data from the buffer managed by the read buffer manager for reading the data and transmits the data to the client when the client requests the data to be transmitted through the Internet. 제 1 항에 있어서, 상기 제 1 과정은;The method of claim 1, wherein the first process comprises; 기록버퍼 관리자가 데이터 기록용으로 확보된 버퍼의 수가 임계치 이하인지를 판단하는 제 11 과정;An eleventh step of the recording buffer manager determining whether the number of buffers reserved for data recording is less than or equal to the threshold; 상기 제 11 과정에서 판단 결과 데이터 기록용으로 확보된 버퍼의 수가 임계치 이하일 경우에 기록버퍼 관리자가 독출버퍼 관리자에게 버퍼를 요청하는 제 12과정;A twelfth step of requesting, by the recording buffer manager, the buffer from the read buffer manager when the number of buffers reserved for recording data is less than or equal to a threshold as a result of the determination in step 11; 상기 제 12 과정에서 기록버퍼 관리자의 요청에 따라 독출버퍼 관리자로부터 버퍼의 제공 응답이 입력되는지를 판단하는 제 13 과정;A thirteenth step of determining whether a buffer providing response is input from a read buffer manager in response to a request of the recording buffer manager in the twelfth step; 상기 제 13 과정에서 버퍼의 제공 응답이 입력되지 않을 경우에 데이터 기록용으로 남아 있는 버퍼의 유무를 판단하여 남아 있는 버퍼가 없을 경우에 기록중지를 표시하는 제 14 과정; 및A fourteenth step of determining whether there is a buffer remaining for data recording when a buffer providing response is not input in the thirteenth step, and displaying recording stop when there is no remaining buffer; And 상기 제 13 과정에서 독출버퍼 관리자가 버퍼의 제공 응답이 있을 경우에 독출버퍼 관리자가 제공하는 버퍼를 기록버퍼 관리자가 데이터 기록용으로 확보하고 기록중지 표시가 있을 경우에 기록중지 표시를 제거하는 제 14 과정으로 이루어짐을 특징으로 하는 데이터 전송방법.In the thirteenth step, when the read buffer manager responds to the buffer provision, the buffer provided by the read buffer manager is reserved for data recording, and the recording stop indication is removed when there is a recording stop indication. Data transmission method, characterized in that made in the process. 제 1 항에 있어서, 상기 제 2 과정은;The method of claim 1, wherein the second process comprises: 독출버퍼 관리자가 기록버퍼 관리자로부터 버퍼를 요청하는 메시지가 입력되는지를 판단하는 제 21 과정;A twenty-first step of the read buffer manager determining whether a message for requesting a buffer from the write buffer manager is input; 상기 제 21 과정에서 버퍼의 요청이 입력될 경우에 독출버퍼 관리자가 독출용으로 가장 오래 전에 확보된 버퍼를 선택하는 제 22 과정;A twenty-second step of selecting, by the read buffer manager, the longest secured buffer for reading when the buffer request is input in the twenty-first step; 상기 제 22 과정에서 선택한 버퍼를 현재 독출버퍼모듈이 사용중인지를 판단하고 사용중일 경우에 제한 시간이 경과되는지를 판단하는 제 23 과정; 및A twenty-third step of determining whether the read buffer module is currently using the buffer selected in the twenty-second step and determining whether the time limit elapses when the buffer is being used; And 상기 제 23 과정에서 상기 선택한 버퍼를 독출버퍼모듈이 사용하지 않거나 또는 제한 시간이 경과될 경우에 그 선택한 버퍼를 독출버퍼 관리자가 독출버퍼 리스트에서 제거하여 데이터를 독출하지 못하도록 하고 상기 기록버퍼 관리자의 요청에 응답하여 상기 확보한 버퍼를 제공하는 제 24 과정으로 이루어짐을 특징으로 하는 데이터 전송방법.If the read buffer module does not use the selected buffer in the twenty-third step or the time limit elapses, the read buffer manager removes the selected buffer from the read buffer list to prevent data from being read and is requested by the write buffer manager. And a twenty-fourth process of providing the reserved buffer in response to the response. 제 1 항에 있어서, 상기 제 3 과정은;The method of claim 1, wherein the third process comprises: 기록버퍼모듈이 현재 기록중지가 표시되어 있는지를 판단하는 기록중지가 표시되어 있지 않을 경우에 기록할 데이터의 유무를 판단하는 제 31 과정;A thirty-first step of determining whether there is data to be recorded when the recording buffer module does not display whether to stop the recording buffer module; 상기 제 31 과정에서 기록할 데이터가 있을 경우에 상기 기록버퍼 관리자가 확보한 버퍼들 중에서 데이터를 기록하지 않은 가장 오래된 버퍼를 기록버퍼모듈이 선택하는 제 32 과정;A thirty-second step of selecting, by the recording buffer module, the oldest buffer in which data is not recorded among buffers secured by the recording buffer manager when there is data to be recorded in the thirty-first step; 상기 제 32 과정에서 선택한 버퍼에 기록버퍼모듈이 데이터를 저장하는 제 33 과정; 및A thirty-third step in which the recording buffer module stores data in the buffer selected in the thirty-second step; And 상기 제 33 과정에서 기록버퍼모듈이 데이터를 저장한 버퍼를 독출버퍼 관리자가 관리하게 하는 제 34 과정으로 이루어짐을 특징으로 하는 데이터 전송방법.And a thirty-fourth step of causing the read buffer manager to manage the buffer in which the recording buffer module stores the data in the thirty-third step. 제 1 항에 있어서, 상기 제 4 과정은;The method of claim 1, wherein the fourth process comprises; 독출버퍼모듈이 클라이언트로부터 인터넷을 통해 데이터의 전송을 요청하는지의 여부를 판단하는 제 41 과정;A forty-first step of determining whether the read buffer module requests data transmission from the client through the Internet; 상기 제 41 과정에서 데이터의 전송 요청이 있을 경우에 상기 독출버퍼 관리자가 확보한 버퍼들 중에서 독출버퍼모듈이 데이터를 독출할 버퍼를 선택하는 제42 과정; 및A 42nd step of selecting, from the buffers secured by the read buffer manager, the read buffer module to read the data when there is a request for data transmission in step 41; And 상기 제 42 과정에서 선택한 버퍼에서 독출버퍼모듈이 데이터를 독출하여 인터넷을 통해 클라이언트에게 전송하는 제 43 과정으로 이루어짐을 특징으로 하는 데이터 전송방법.And a read process buffer module 43 reads the data from the buffer selected in step 42 and transmits the data to the client through the Internet. 제 5 항에 있어서, 상기 제 42 과정은;The method of claim 5, wherein the 42nd process is performed; 데이터의 최초 전송일 경우에 가장 오래 전에 데이터를 저장한 버퍼를 선택하고 최초 전송이 아닐 경우에 바로 전에 선택하여 데이터를 전송한 버퍼의 다음 버퍼를 선택하는 것을 특징으로 하는 데이터 전송방법.A data transmission method comprising selecting a buffer in which data is stored longest in the case of initial transmission of data, and selecting a buffer next to the buffer in which data is transmitted by selecting immediately before the data transmission. 데이터를 발생하는 데이터 소스;A data source for generating data; 상기 데이터 소스가 발생하는 데이터를 처리하는 데이터 처리부;A data processor for processing data generated by the data source; 복수의 버퍼를 구비하여 데이터를 저장 및 출력하는 데이터버퍼블록; 및A data buffer block having a plurality of buffers to store and output data; And 상기 데이터 처리부의 출력 데이터를 상기 데이터버퍼블록의 복수의 버퍼에 저장하고 클라이언트의 요청에 따라 상기 버퍼에 저장된 데이터를 독출하여 인터넷을 통해 클라이언트에 제공하는 웹서버로 구성되고,A web server storing output data of the data processing unit in a plurality of buffers of the data buffer block and reading data stored in the buffer according to a client's request and providing the data to the client through the Internet, 상기 웹서버는;The web server; 상기 복수의 버퍼들 중에서 상기 데이터 처리부가 출력하는 데이터를 저장할 버퍼를 관리는 기록버퍼 관리자;A recording buffer manager for managing a buffer to store data output from the data processing unit among the plurality of buffers; 상기 복수의 버퍼에 저장된 데이터의 독출을 관리하고 상기 기록버퍼 관리자의 요청에 따라 데이터를 기록할 버퍼를 기록버퍼 관리자에게 제공하는 독출버퍼 관리자;A read buffer manager that manages reading of data stored in the plurality of buffers and provides a buffer for recording data to a recording buffer manager according to a request of the recording buffer manager; 상기 데이터 처리부가 출력하는 데이터를 상기 기록버퍼 관리자가 확보한 버퍼에 저장하는 기록버퍼모듈; 및A recording buffer module for storing data output by the data processing unit in a buffer secured by the recording buffer manager; And 클라이언트의 데이터 전송 요청이 있을 경우에 독출버퍼 관리자가 확보한 버퍼에서 데이터를 독출하여 클라이언트에게 전송하는 독출버퍼모듈로 구성됨을 특징으로 하는 데이터 전송장치.And a read buffer module configured to read data from the buffer secured by the read buffer manager and transmit the data to the client when a data transmission request from the client is received.
KR10-2001-0049998A 2001-08-20 2001-08-20 Method and apparatus for transmitting data KR100386346B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0049998A KR100386346B1 (en) 2001-08-20 2001-08-20 Method and apparatus for transmitting data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0049998A KR100386346B1 (en) 2001-08-20 2001-08-20 Method and apparatus for transmitting data

Publications (2)

Publication Number Publication Date
KR20030016084A KR20030016084A (en) 2003-02-26
KR100386346B1 true KR100386346B1 (en) 2003-06-09

Family

ID=27719813

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0049998A KR100386346B1 (en) 2001-08-20 2001-08-20 Method and apparatus for transmitting data

Country Status (1)

Country Link
KR (1) KR100386346B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101868268B1 (en) 2017-02-01 2018-06-15 신연철 Cutter assembly of lawn mower having four lines

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10293738A (en) * 1997-04-18 1998-11-04 Nec Corp Stream reproduction control system, data read system and machine readable recording medium recording program
KR19990047340A (en) * 1997-12-03 1999-07-05 정선종 Session inquiry and information sharing system using identifier of session cache and global cache server and method
JPH11341057A (en) * 1998-05-25 1999-12-10 Nec Corp Data transmitter and data transmitting method
KR20000054740A (en) * 2000-06-21 2000-09-05 김행곤 Method for network information management using real information manager and resource registry under the web
KR20010066370A (en) * 1999-12-31 2001-07-11 구자홍 Multi Media Service System Using Virtual Server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10293738A (en) * 1997-04-18 1998-11-04 Nec Corp Stream reproduction control system, data read system and machine readable recording medium recording program
KR19990047340A (en) * 1997-12-03 1999-07-05 정선종 Session inquiry and information sharing system using identifier of session cache and global cache server and method
JPH11341057A (en) * 1998-05-25 1999-12-10 Nec Corp Data transmitter and data transmitting method
KR20010066370A (en) * 1999-12-31 2001-07-11 구자홍 Multi Media Service System Using Virtual Server
KR20000054740A (en) * 2000-06-21 2000-09-05 김행곤 Method for network information management using real information manager and resource registry under the web

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101868268B1 (en) 2017-02-01 2018-06-15 신연철 Cutter assembly of lawn mower having four lines

Also Published As

Publication number Publication date
KR20030016084A (en) 2003-02-26

Similar Documents

Publication Publication Date Title
US6742023B1 (en) Use-sensitive distribution of data files between users
EP1811747B1 (en) Method and apparatus for storing and restoring state information of remote user interface
US20060010201A1 (en) Method and computer program product for establishing real-time communications between networked computers
US20050010639A1 (en) Network meeting system
JPH11346238A (en) Response time measurement system
CN110311855B (en) User message processing method and device, electronic equipment and storage medium
US20240323458A1 (en) Video playback method and apparatus, device, and readable storage medium
EP0801488A2 (en) Information transfer method and apparatus
US20080151749A1 (en) Communication system, server, communication terminal and communication method
US20020083130A1 (en) Method and system for referring to data over network
CN107948234A (en) The processing method and processing device of data
CN113139123A (en) Resource recommendation method, device, server and storage medium
KR100386346B1 (en) Method and apparatus for transmitting data
JP3817313B2 (en) Camera control apparatus and method
CN115426317A (en) Data transmission rate control method and device and electronic equipment
JP5734416B2 (en) Network traffic analysis method, network traffic analysis device, computer program
US8615548B1 (en) System and method for deferred data downloading
JP2003030034A (en) Method, device, for providing contents, contents provision program and recording medium in which contents provision program is recorded
CN111400327B (en) Data synchronization method and device, electronic equipment and storage medium
CN114785770A (en) Mirror layer file sending method and device, electronic equipment and computer readable medium
JP2003099413A (en) Distributed processing system
CN113163261B (en) Decryption pushing method, device, equipment and storage medium of encrypted video
CN117729253B (en) Chat scene reproduction method, system, storage medium and electronic equipment
KR20020002955A (en) Moving picture service method using mobile terminal
JPH11312167A (en) Data distribution method, its system and medium with data distribution program recorded therein

Legal Events

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

Payment date: 20080716

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee