KR100817250B1 - Data transfer method and the system, and the store device which records a method - Google Patents

Data transfer method and the system, and the store device which records a method Download PDF

Info

Publication number
KR100817250B1
KR100817250B1 KR1020060012968A KR20060012968A KR100817250B1 KR 100817250 B1 KR100817250 B1 KR 100817250B1 KR 1020060012968 A KR1020060012968 A KR 1020060012968A KR 20060012968 A KR20060012968 A KR 20060012968A KR 100817250 B1 KR100817250 B1 KR 100817250B1
Authority
KR
South Korea
Prior art keywords
data
temporary
memory
uploading
distributed processing
Prior art date
Application number
KR1020060012968A
Other languages
Korean (ko)
Other versions
KR20070081206A (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 KR1020060012968A priority Critical patent/KR100817250B1/en
Publication of KR20070081206A publication Critical patent/KR20070081206A/en
Application granted granted Critical
Publication of KR100817250B1 publication Critical patent/KR100817250B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/183Provision of network file services by network file servers, e.g. by using NFS, CIFS
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/184Distributed file systems implemented as replicated file system

Abstract

본 발명은 분산처리를 이용한 데이터 업로딩 방법 및 시스템, 그리고 그 방법이 기록된 기록매체에 관한 것이다.The present invention relates to a data uploading method and system using distributed processing, and a recording medium on which the method is recorded.

더욱 상세하게는 인터넷을 통하여 데이터를 업로딩 하는 방법 및 시스템에 있어서, (a) 업로딩하고자 하는 데이터를 읽어들여 메모리에 저장하는 단계와, (b) 상기 데이터를 분할한 후 각각의 임시파일로 생성하여 캐쉬에 저장하고, 분할이 완료된 각각의 임시파일을 임시 메모리로 전송하여 저장하는 단계와, (c) 상기 임시 메모리에 저장된 각각의 임시파일을 읽어들여 분산처리하여 인터넷으로 전송하는 단계를 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 방법이 제공되고,More specifically, in a method and system for uploading data via the Internet, (a) reading data to be uploaded and storing it in a memory, (b) dividing the data and generating each temporary file Storing in the cache, transmitting and storing each temporary file having been divided into a temporary memory, and (c) reading and distributing each temporary file stored in the temporary memory and transferring the temporary file to the Internet. A data uploading method using distributed processing is provided,

사용자가 업로딩하고자 하는 다양한 데이터를 자체 데이타베이스에 저장하고, 상기 사용자의 선택에 의해 다양한 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버에 상기 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공하는 사용자단말기 및 상기 사용자단말기와 연동되어 상기 사용자의 선택에 의해 분산처리되어 자동 업로딩 된 데이터를 이용하여 인터넷 판매 또는 홍보 등을 수행하는 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버를 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 시스템이 제공되고, A user that stores a variety of data that the user wants to upload in its own database, and provides a program for automatically uploading and managing the data by distributing the data to web servers of various shopping mall companies or content companies by the user's selection. Data uploading using distributed processing including a web server of a shopping mall company or a content company that performs internet sales or promotion using data automatically distributed and processed by the user's selection in conjunction with a terminal and the user terminal. System is provided,

(a) 업로딩하고자 하는 데이터를 읽어들여 메모리에 저장하는 기능과, (b) 업로딩하고자 하는 데이터를 읽어들여 임시 메모리에 적재하고, 상기 데이터를 일정한 크기의 용량에 따라 분할하는 기능과, (c) 상기 분할된 데이터를 각각의 임시 파일로 생성한 후, 상기 분할된 각각의 임시파일을 분산처리를 위한 임시메모리로 전송하는 기능과, (d) 상기 임시 메모리에 저장된 각각의 임시파일을 읽어들이고, 상기 각각의 임시파일을 복제하여 분산처리를 위한 자식모듈을 각각의 임시파일의 갯수 만큼 생성한 후 순서를 조절하는 기능 및 (e) 상기 각각의 임시파일의 갯수 만큼 생성된 자식모듈을 이용하여 상기 임시파일들의 속도와 완급을 조절하여 네트워크로 전송하는 기능을 실현시키기 위한 프로그램을 기록한 기록매체를 제공한다. (a) reading the data to be uploaded and storing it in the memory, (b) reading the data to be uploaded and loading it into the temporary memory, and dividing the data according to a predetermined size of capacity, and (c) Generating the divided data into respective temporary files, and then transferring each of the divided temporary files to a temporary memory for distributed processing, (d) reading each temporary file stored in the temporary memory, Duplicate each temporary file to generate a child module for distributed processing as many as the number of temporary files, and then adjust the order; and (e) using the child modules generated as many as the number of temporary files as described above. Provides a recording medium that records a program for realizing the function of controlling the speed and completion of temporary files and transmitting them to the network.

분산처리, 쓰레드, 임시파일, 캐쉬, 업로딩 Distributed Processing, Threads, Temporary Files, Cache, Uploading

Description

분산처리를 이용한 데이터 업로딩 방법 및 시스템, 그리고 그 방법이 기록된 기록매체{Data transfer method and the system, and the store device which records a method}Data transfer method and the system, and the store device which records a method}

도 1은 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 데이터 업로딩 시스템의 개략적인 구성을 나타내는 도면이다.1 is a view showing a schematic configuration of a data uploading system using distributed processing according to an embodiment of the present invention.

도 2는 본 발명에 따른 프로그램 중 파일캐쉬처리부의 세부 블럭구성을 나타내는 도면이다.2 is a block diagram showing the detailed block configuration of the file cache processing unit of the program according to the present invention.

도 3은 본 발명에 따른 프로그램 중 분산처리부의 세부 블럭구성을 나타내는 도면이다.3 is a block diagram illustrating the detailed block configuration of the distributed processing unit in the program according to the present invention.

도 4는 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 데이터 분할 방법을 나타내는 도면이다. 4 is a diagram illustrating a data partitioning method using distributed processing according to an exemplary embodiment of the present invention.

도 5는 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 분산처리 방법을 타나내는 도면이다. 5 is a view showing a dispersion processing method using the dispersion treatment according to an embodiment of the present invention.

*** 도면의 주요부분에 대한 부호의 설명 ****** Explanation of symbols for main parts of drawing ***

100 : 메인서버 200 : 네트워크100: main server 200: network

300 : 사용자단말기 310 : 분산처리메인 모듈300: user terminal 310: distributed processing main module

315 : 쓰레드분할 모듈 320 : 쓰레드제어 모듈315: thread division module 320: thread control module

325 : 쓰레드싱크 모듈 330 : 복제된 분산처리 모듈325: thread sink module 330: replicated distributed processing module

340 : 메모리큐 345 : 파일분할 모듈340: memory queue 345: file division module

350 : 임시파일생성모듈 355 : 분산처리 모듈350: temporary file generation module 355: distributed processing module

400 : 웹서버(쇼핑몰 또는 콘텐츠)400: Web server (shopping mall or content)

본 발명은 분산처리를 이용한 데이터 업로딩 방법 및 시스템, 그리고 그 방법이 기록된 기록매체에 관한 것이다.The present invention relates to a data uploading method and system using distributed processing, and a recording medium on which the method is recorded.

더욱 상세하게는 사용자가 사용자단말기를 이용하여 인터넷에 상품정보 또는 콘텐츠정보 등 다양한 대용량의 데이터를 업로딩할 때 상기 업로딩하고자 하는 데이터를 분할한 후 분산처리를 통하여 인터넷에 연결된 1개 이상의 웹서버에 빠르게 업로딩할 수 있는 분산처리를 이용한 데이터 업로딩 방법 및 시스템, 그리고 그 방법이 기록된 기록매체에 관한 것이다. More specifically, when a user uploads a large amount of data such as product information or content information to the Internet using a user terminal, the data to be uploaded is divided and distributed to one or more web servers connected to the Internet through distributed processing. A data uploading method and system using distributed processing which can be uploaded, and a recording medium on which the method is recorded.

일반적으로 컴퓨터를 이용한 인터넷 등의 통신서비스를 통한 인터넷 환경에서 사용자는 자신의 컴퓨터 또는 특정 웹서버의 회원으로 등록한 후, 상기 웹서버에서 제공하는 솔루션을 이용하여 문자, 음성, 이미지, 동영상 등 다양한 포멧의 데이터를 전송하고 있다. In general, in an Internet environment through a communication service such as the Internet using a computer, a user registers as a member of his or her computer or a specific web server, and then uses various solutions such as text, voice, image, and video using the solution provided by the web server. Is transferring data.

이러한 인터넷에서 데이터의 전송으로 가장 많이 사용하는 방식이 패킷교환방식이다. 패킷이란 원래 우체국에서 취급하는 "소포"를 말하는데, 화물을 적당한 크기로 분할해서 행선지를 표시하는 꼬리표를 붙인 형태이다. 인터넷 통신망에서 말하는 패킷이란, 데이터와 호 제어신호가 포함된 2진수, 즉 비트 그룹을 말하는데, 특히 패킷 교환방식에서 데이터를 전송할 때에는 패킷이라는 기본전송 단위로 데이터를 분해하여 전송한 후, 다시 원래의 데이터로 재조립하여 처리한다.The most widely used method of data transmission in the Internet is packet switching. A packet is a "packet" originally handled by a post office, which is divided into pieces of appropriate size and tagged with a destination label. A packet in the Internet communication network refers to a binary number, or group of bits, containing data and call control signals. In particular, when transmitting data in a packet-switched system, the packet is decomposed into a basic transmission unit called a packet, and then transmitted again. Reassemble into data and process.

전자우편이나 html파일, gif파일, 기타 어떤 종류의 파일이라도, 이것을 인터넷을 통해 한장소에서 다른 장소로 보내려 할때, TCP/IP의 TCP계층은 이 파일을 전송하기에 효율적인 크기로 자르게 된다. 분할된 각 패킷들에는 각각 별도의 번호가 붙여지고 목적지의 인터넷 주소가 포함되며, 각 패킷들은 인터넷을 통해 서로 다른 경로를 통해 전송될 수 있다. 보내어진 패킷들이 모두 도착하면, TCP계층의 수신부에서 패킷들을 원래의 파일로 다시 재조립하게 된다. When you send an email, html file, gif file, or any other kind of file over the Internet from one place to another, the TCP layer of TCP / IP is cut to an efficient size for sending this file. Each divided packet is assigned a separate number and includes the destination Internet address, and each packet can be transmitted through a different path through the Internet. When all sent packets arrive, the TCP layer's receiver reassembles the packets back into the original file.

한편, 의류, 식품, 화장품 등 다양한 쇼핑몰 업체나 뮤직, 영화, 동영상 등의 다양한 콘텐츠 업체에 상품정보 또는 콘텐츠정보를 판매하고자 하는 판매자나 입점업체들은 상기 상품정보나 콘텐츠정보를 상기 쇼핑몰 업체나 콘텐츠 업체의 웹서버에 업로딩하기 위해 인터넷을 이용하고 있다.On the other hand, sellers or shoppers who want to sell product information or content information to various shopping mall companies such as clothing, food, cosmetics, and various content companies such as music, movies, and videos may use the product information or content information for the shopping mall companies or content companies. I'm using the Internet to upload to a web server.

하지만, 인터넷의 기반체계로 인한 전송속도가 많이 좋아짐에도 불구하고, 상기 판매자나 입점업체들은 다수의 쇼핑몰서버나 콘텐츠업체의 웹서버에 판매하고자하는 상품정보나 콘텐츠정보를 업로딩할 경우, 많은 대용량의 상품정보나 대용량의 콘텐츠정보로 인하여 전송속도가 떨어지는 문제점이 있었다. However, despite the improvement of the transmission speed due to the Internet infrastructure, the sellers and shoppers upload a lot of large-capacity or product information to sell to a web server of a number of shopping mall servers or contents companies. There was a problem that the transmission speed is lowered due to product information or a large amount of content information.

본 발명은 상술한 바와 같은 문제점을 해결하기 위하여 안출된 것으로, 사용자가 사용자단말기를 이용하여 인터넷에 상품정보 또는 콘텐츠정보 등 다양한 대용량의 데이터를 업로딩할 때 상기 업로딩하고자 하는 데이터를 분할한 후 분산처리를 통하여 인터넷에 연결된 1개 이상의 웹서버에 빠르게 업로딩할 수 있는 분산처리를 이용한 데이터 업로딩 방법 및 시스템, 그리고 그 방법이 기록된 기록매체에 관한 것이다. The present invention has been made to solve the problems described above, when the user uploads various large-capacity data such as product information or content information to the Internet using a user terminal, the data to be uploaded is divided and then distributed processing The present invention relates to a data uploading method and system using a distributed process that can be uploaded to at least one web server connected to the Internet through the Internet, and a recording medium on which the method is recorded.

다른 목적으로는, 상기 업로딩하고자 하는 데이터를 분할한 후 분산처리를 통하여 인터넷에 자동으로 업로딩할 수 있는 방법이 기록된 기록매체를 제공하는 데 있다.Another object of the present invention is to provide a recording medium on which a method for automatically uploading data to the Internet through a distributed process after dividing the data to be uploaded is recorded.

상술한 바와 같은 목적은, 인터넷을 통하여 데이터를 업로딩 하는 시스템과 방법, 그리고 그 방법을 기록한 기록매체에 있어서, 사용자가 업로딩하고자 하는 다양한 데이터를 자체 데이타베이스에 저장하고, 상기 사용자의 선택에 의해 다양한 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버에 상기 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공하는 사용자단말기 및 상기 사용자단말기와 연동되어 상기 사용자의 선택에 의해 분산처리되어 자동 업로딩 된 데이터를 이용하여 인터넷 판매 또는 홍보 등을 수행하는 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버를 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 시스템이 제공되고, As described above, a system and method for uploading data through the Internet, and a recording medium recording the method, store various data to be uploaded by the user in its own database, A user terminal that provides a program for distributing the data to a web server of a shopping mall company or a content company to automatically upload and manage the data and the user terminal that is linked to the user terminal and distributed and automatically uploaded by the user's selection. There is provided a data uploading system using a distributed process including a web server of a shopping mall company or a content company that performs Internet sales or promotions,

(a) 업로딩하고자 하는 데이터를 읽어들여 메모리에 저장하는 단계와, (b) 상기 데이터를 분할한 후 각각의 임시파일로 생성하여 캐쉬에 저장하고, 분할이 완료된 각각의 임시파일을 임시 메모리로 전송하여 저장하는 단계와, (c) 상기 임시 메모리에 저장된 각각의 임시파일을 읽어들여 분산처리하여 인터넷으로 전송하는 단계를 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 방법이 제공되고, (a) reading the data to be uploaded and storing it in a memory, and (b) dividing the data, creating each temporary file, storing the data in a cache, and transferring each temporary file having been partitioned to the temporary memory. And (c) reading and distributing each temporary file stored in the temporary memory and transmitting the data to the Internet, wherein the data uploading method using the distributed processing is provided.

(a) 업로딩하고자 하는 데이터를 읽어들여 메모리에 저장하는 기능과, (b) 업로딩하고자 하는 데이터를 읽어들여 임시 메모리에 적재하고, 상기 데이터를 일정한 크기의 용량에 따라 분할하는 기능과, (c) 상기 분할된 데이터를 각각의 임시파일로 생성한 후, 상기 분할된 각각의 임시파일을 분산처리를 위한 임시메모리로 전송하는 기능과, (d) 상기 임시 메모리에 저장된 각각의 임시파일을 읽어들이고, 상기 각각의 임시파일을 복제하여 분산처리를 위한 자식모듈을 각각의 임시파일의 갯수 만큼 생성한 후 순서를 조절하는 기능 및 (e) 상기 각각의 임시파일의 갯수 만큼 생성된 자식모듈을 이용하여 상기 임시파일들의 속도와 완급을 조절하여 네트워크로 전송하는 기능을 실현시키기 위한 프로그램을 기록한 기록매체를 제공함으로써 달성된다. (a) reading the data to be uploaded and storing it in the memory, (b) reading the data to be uploaded and loading it into the temporary memory, and dividing the data according to a predetermined size of capacity, and (c) Generating the divided data into respective temporary files, and then transferring each of the divided temporary files to a temporary memory for distributed processing, (d) reading each temporary file stored in the temporary memory, Duplicate each temporary file to generate a child module for distributed processing as many as the number of temporary files, and then adjust the order; and (e) using the child modules generated as many as the number of temporary files as described above. This is achieved by providing a recording medium that records a program for realizing the function of controlling the speed and completion of temporary files and transmitting them to the network.

먼저, 본 발명에 사용되는 용어중 "쓰레드"는 하나의 프로세스 내에 여러 개의 수행경로(자식프로세스)가 존재하고 이를 동시에 수행하는 것을 의미하는 것으 로, 하나의 프로세스가 자식프로세스를 이용하여 동시에 두가지 이상의 작업을 수행하는 데 활용되는 것을 의미한다.First of all, the term "thread" used in the present invention means that a plurality of execution paths (child processes) exist in one process and are executed at the same time. One process uses two or more child processes at the same time. It is meant to be used to perform a task.

이하 도면을 참조하여 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 데이터 업로딩 방법 및 시스템을 더욱 구체적으로 설명한다. Hereinafter, a data uploading method and system using distributed processing according to an exemplary embodiment of the present invention will be described in more detail with reference to the accompanying drawings.

도 1은 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 데이터 업로딩 시스템의 개략적인 구성을 나타내는 도면이다. 도 1을 참조하여 더욱 상세하게 설명하면, 1 is a view showing a schematic configuration of a data uploading system using distributed processing according to an embodiment of the present invention. In more detail with reference to Figure 1,

본 발명의 시스템은 사용자단말기(300), 네트워크(200), 메인서버(100), 웹서버(400) 등으로 구성된다.The system of the present invention is composed of a user terminal 300, a network 200, a main server 100, a web server 400 and the like.

상기 사용자단말기(300)는 사용자가 업로딩하고자 하는 다양한 데이터를 자체 데이타베이스에 저장하고, 상기 사용자의 선택에 의해 다양한 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버에 상기 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공한다. The user terminal 300 may store various data that the user wants to upload in its own database, and automatically upload and manage the data by distributing the data to web servers of various shopping mall companies or content companies by the user's selection. Provide a program to make it work.

물론, 상기 메인서버(100)에도 상기 사용자가 사용자단말기(300)로 접속한 후 업로딩하고자 하는 다양한 데이터를 전송받아 사용자별 또는 업체별 등으로 구분하여 데이타베이스에 저장하고, 상기 사용자의 선택에 따라 의류, 음식, 악세사리, 장난감, 건강식품, 화장품 등의 다양한 쇼핑몰 업체 또는 뮤직, 영화, 동영상 등의 콘텐츠 업체의 웹서버에 상기 저장된 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공한다.Of course, the main server 100 is also connected to the user terminal 300, the user receives a variety of data to be uploaded and stored in a database divided by the user or company, etc., according to the user's selection In the web server of various shopping mall companies such as food, accessories, toys, health food, cosmetics, or content companies such as music, movies, and videos, the stored data is distributed and automatically uploaded and managed.

상기 웹서버(400)는 다양한 제품을 인터넷으로 판매하는 쇼핑몰업체의 서버이거나 뮤직, 영화, 동영상 등의 다양한 콘텐츠를 제공하는 업체의 서버로써, 상기 사용자단말기와 연동되어 상기 사용자의 선택에 의해 분산처리되어 자동 업로딩된 데이터를 이용하여 인터넷 판매 또는 홍보 등을 수행한다. The web server 400 is a server of a shopping mall company that sells various products on the Internet, or a server of a company that provides various contents such as music, movies, and videos. The web server 400 is linked to the user terminal and distributed by the user's selection. Internet sales or promotions are performed using the automatically uploaded data.

상기 사용자단말기(300) 또는 메인서버(100)에 탑재되는 프로그램은 상기 데이터를 분할 및 분산처리한 후 네트워크를 이용하여 상기 웹서버(400)로 전송하는 전반적인 기능을 제어하는 제어부(도시안됨)와, 업로딩하고자 하는 데이터를 1개 이상의 임시화일로 분할하여 메모리에 저장하는 파일캐쉬처리부 및 상기 메모리에 저장된 1개 이상의 임시화일을 복제 후 분산처리하여 전송하는 분산처리부를 더 포함하여 이루어지는 것을 특징이다. The program mounted on the user terminal 300 or the main server 100 is a control unit (not shown) for controlling the overall function of transmitting the data to the web server 400 using the network after partitioning and distributing the data; It further comprises a file cache processing unit for dividing the data to be uploaded into one or more temporary files stored in the memory and a distributed processing unit for copying and transmitting the one or more temporary files stored in the memory after distribution.

도 2는 본 발명에 따른 프로그램 중 파일캐쉬처리부의 세부 블럭구성을 나타내는 도면이다. 도 3은 본 발명에 따른 프로그램 중 분산처리부의 세부 블럭구성을 나타내는 도면이다. 도 2 및 도 3을 참조하여 더욱 상세하게 설명하면, 2 is a block diagram showing the detailed block configuration of the file cache processing unit of the program according to the present invention. 3 is a block diagram illustrating the detailed block configuration of the distributed processing unit in the program according to the present invention. 2 and 3 will be described in more detail.

도 2에 도시된 바와 같이 본 발명인 상기 파일캐쉬처리부는 메모리(360), 메모리큐(340), 파일분할 모듈(345), 임시파일생성 모듈(350), 분산처리 모듈(355)를 더 포함하여 구성된다.As shown in FIG. 2, the file cache processor of the present invention further includes a memory 360, a memory queue 340, a file division module 345, a temporary file generation module 350, and a distributed processing module 355. It is composed.

상기 메모리(360)는 상기 사용자단말기(300)기인 경우는 하드디스크나 이동 식메모리 등을 포함하며, 상기 메인서버(100)인 경우는 내장형 메모리이거나 별도의 외장형 메모리 등을 포함하는 것으로, 상기 사용자의 선택에 의해 업로딩하고자 하는 다양한 뮤직, 영화, 동영상 등의 콘텐츠 정보 또는 쇼핑몰을 통해 판매하고자 하는 의류, 음식, 화장품, 건강식품, 악세사리 등의 상품정보를 저장하고 있다. The memory 360 includes a hard disk or a removable memory in the case of the user terminal 300, and an internal memory or a separate external memory in the case of the main server 100. Content information such as various music, movies, and videos to be uploaded or clothing, food, cosmetics, health food, and accessories to be sold through the shopping mall are stored by selection of the information.

상기 메모리큐(340)는 상기 메모리(360)에서 저장된 다양한 콘텐츠 정보 또는 상품정보 중 업로딩하고자 하는 데이터를 상기 사용자가 선택하게 되면 그 데이터를 검색 및 추출하여 복사하여 전송하기 위한 임시 적재 또는 저장하는 기능을 수행한다. The memory queue 340 is a function of temporarily loading or storing data to be searched, extracted, copied, and transmitted when the user selects data to be uploaded from various content information or product information stored in the memory 360. Do this.

상기 파일분할 모듈(345)는 상기 메모리큐(340)에 저장된 콘텐츠 정보 또는 상품정보의 데이터를 인터넷의 쇼핑몰 또는 콘텐츠의 웹서버(400)에 전송하기 위해 용량에 따라 분할하는 기능을 수행하는데 콘텐츠 정보 또는 상품정보의 데이터를 용량에 따라 2~16사이의 조각까지 분할하여 전송하기 쉬운면서 빠르도록 하는 것을 특징으로 하고 있다.The file division module 345 performs a function of dividing the content information or the product information data stored in the memory queue 340 according to the capacity to transmit the data of the content information or the product information to the shopping mall or the web server 400 of the content. Alternatively, the data of the product information can be divided into pieces between 2 and 16 according to their capacity, so that they can be easily transmitted and fast.

상기 임시파일생성모듈(350)은 상기 파일분할 모듈(345)에서 용량에 따라 분할된 데이터를 각각의 임시파일로 생성하는 기능을 수행한다.The temporary file generation module 350 performs a function of generating the data divided according to the capacity in the file division module 345 into each temporary file.

상기 분산처리 모듈(355)은 상기 분할되어 새로 생성된 각각의 임시파일을 인터넷으로 전송하기 위하여 분산처리를 위한 별도의 저장공간인 메모리로 전송하는 기능을 수행한다. The distributed processing module 355 performs a function of transmitting the divided newly created temporary files to a memory which is a separate storage space for distributed processing in order to transmit them to the Internet.

도 3에 도시된 바와 같이 본 발명의 분산처리부는 분산처리메인 모듈(310), 메모리(335), 쓰레드분할 모듈(315), 쓰레드싱크 모듈(325), 쓰레드 제어모듈(320), 복제된 분산처리 모듈(330) 등을 더 포함하여 구성된다.As shown in FIG. 3, the distributed processing unit of the present invention includes a distributed processing main module 310, a memory 335, a thread splitting module 315, a thread sinking module 325, a thread control module 320, and a duplicated distribution. It further comprises a processing module 330 and the like.

상기 메모리(335)는 상기 파일캐쉬부에서 분할된 각각의 임시파일을 전송받아 임시로 저장하는 역할을 한다.The memory 335 receives and temporarily stores each temporary file divided by the file cache unit.

상기 분산처리메인 모듈(310)은 상기 메모리(335)에 저장된 상기 각각의 임시파일을 읽어들여 분산처리하기 위한 데이터로 저장한다.The distributed processing main module 310 reads the temporary files stored in the memory 335 and stores them as data for distributed processing.

상기 쓰레드분할 모듈(315)은 상기 각각의 임시파일의 데이터 중 1개 데이터씩 자신을 복제하여 분산처리를 위한 자식모듈을 생성하여 업로딩을 담당하도록 처리하는 기능을 수행한다.The thread division module 315 performs a function of replicating itself by one of the data of each temporary file and generating a child module for distributed processing to handle uploading.

상기 쓰레드싱크 모듈(325)은 상기 분할된 각각의 자식모듈이 상기 데이터를 인터넷으로 업로딩하기 위해 중복 처리되거나 앞서 처리되지 않도록 순서를 조절하는 기능을 수행한다. The thread sync module 325 performs a function of adjusting the order so that each divided child module is not duplicated or previously processed to upload the data to the Internet.

상기 쓰레드제어 모듈(320)은 상기 분할된 각 자식모듈의 생성과 소멸을 제어하고, 상기 데이터를 웹서버에서 수신할 수 있도록 속도와 완급을 조절하는 기능을 수행한다. The thread control module 320 controls the generation and destruction of each divided child module and adjusts speed and completion so that the data can be received by the web server.

상기 복제된 분산처리 모듈(330)은 상기 쓰레드분할 모듈(315)에 의해 생성되어 1개 데이터의 업로딩을 담당한 후 처리종료를 통보한 후 소멸하는 기능을 수행한다. The replicated distributed processing module 330 is generated by the thread splitting module 315 to perform uploading of one piece of data and to notify the completion of processing, and then extinguish.

이하에서, 상기와 같이 구성된 데이터 업로딩 시스템을 이용하여 데이터를 분할한 후 분산처리를 이용하여 인터넷으로 업로딩하는 방법을 더욱 구체적으로 설명한다.Hereinafter, a method of dividing data using the data uploading system configured as described above and uploading to the Internet using distributed processing will be described in more detail.

도 4는 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 데이터 분할 방법을 나타내는 도면이다. 도 5는 본 발명의 바람직한 일 실시예에 따른 분산처리를 이용한 분산처리 방법을 타나내는 도면이다. 도 4 및 도 5를 참조하여 더욱 상세하게 설명하면,4 is a diagram illustrating a data partitioning method using distributed processing according to an exemplary embodiment of the present invention. 5 is a view showing a dispersion processing method using the dispersion treatment according to an embodiment of the present invention. In more detail with reference to Figures 4 and 5,

먼저, 다양한 쇼핑몰 업체나 콘텐츠 업체에 상품정보나 콘텐츠 정보를 업로딩하고자하는 사용자는 사용자단말기나 메인서버를 이용해서 상기 상품정보나 콘텐츠 정보를 업로딩할 수 있는데, 본 발명의 실시예에서는 메인서버를 이용하는 것으로 한다. First, a user who wants to upload product information or content information to various shopping mall companies or content companies can upload the product information or content information using a user terminal or a main server. In an embodiment of the present invention, a main server is used. Shall be.

상기 사용자는 상기 사용자단말기를 이용하여 상품정보나 콘텐츠 정보를 메인서버의 데이타베이스에 저장하고 있다가, 상기 의류, 식품, 화장품 등의 다양한 쇼핑몰 업체나 뮤직, 영화, 동영상 등의 콘텐츠 업체의 웹서버에 상기 상품정보나 콘텐츠 정보를 업로딩하고자 한다면, 상기 메인서버에 접속하여 기 저장된 상품정보나 콘텐츠 정보 중 업로딩 하고자 하는 데이터를 1개 이상 선택하게된다.The user stores the product information or the content information in the database of the main server using the user terminal, and then the web server of various shopping mall companies such as clothing, food, cosmetics, or content companies such as music, movies, and videos. If the product information or content information is to be uploaded to the main server, at least one data to be uploaded is selected from among pre-stored product information and content information.

상기 메인서버는 메인서버의 데이터베이스에서 선택된 순서에 따라 순차적으로 각 원본데이터를 읽어들여(S402), 원본데이터의 내용에 이상이 없는가를 판단 후(S404), 이상이 없으면 그 원본데이터를 메모리큐(340)에 선택된 원본데이터의 순서에 맞게 적재 및 저장하게 된다(S406), The main server reads each original data sequentially according to the order selected in the database of the main server (S402), and after determining whether there is an error in the contents of the original data (S404), if there is no error, the original data is stored in a memory queue ( Load and store according to the order of the original data selected in 340 (S406),

상기 메모리큐(406)에 저장된 원본데이터는 인터넷을 통하여 웹서버(400)로 전송하기전 1개 이상의 임시파일로 분할되게 되는데, 최초 적재 및 저장된 1개의 원본데이터부터 분할을 하기 시작한다.The original data stored in the memory queue 406 is divided into one or more temporary files before being transmitted to the web server 400 through the Internet. The first data stored in the memory queue 406 is first divided and stored.

먼저, 상기 분할하고자 하는 원본데이터가 기존에 분할된 같은 파일이 존재하는가를 판단하게 되는데, 기존에 동일하게 분할된 파일이 존재하게 되면(S408), 상기 원본데이터는 별도의 분할과정을 거칠필요없이 기존의 분할된 파일을 분산처리를 위한 메모리로 출력하게 된다(S420).First, it is determined whether the same file in which the original data to be split is previously divided exists. When the same file is previously split (S408), the original data does not need to go through a separate division process. The existing divided file is output to the memory for distributed processing (S420).

만약, 기존에 동일하게 분할된 파일이 없다면(S408), 파일분할 모듈(345)을 가동시켜 상기 원본데이터를 분할하게 되는데(S410), 상기 원본데이터를 분할할 경우 저장 및 적재할 메모리가 충분한가를 판단하여 충분하지 않다면(S412) 원본데이터를 분할하지 않고 그대로 분산처리를 위한 메모리로 출력하게 되고(S422), If there is no previously divided file (S408), the file division module 345 is operated to divide the original data (S410). If the determination is not sufficient (S412) without dividing the original data is output to the memory for distributed processing as it is (S422),

상기 원본데이터를 분할할 경우 저장 및 적재할 메모리가 충분하다면(S412), 상기 원본데이터를 분할하기 시작하는데, 분할은 데이터의 용량(예를 들어, 1024KB 단위로 분할)에 따라 2~16개의 임시데이터로 분할하게 되고, 해당 네트워크 및 웹서버의 파일시스템에 따라 최적화되어 상기 원본데이터가 분할된다(S414).If there is enough memory to store and load when dividing the original data (S412), the original data is started to be divided, and the partitioning is 2 to 16 temporary pieces depending on the capacity of the data (for example, divided into 1024 KB units). The data is divided into data, optimized according to the file system of the network and the web server, and the original data is divided (S414).

상기 단계에서 분할된 임시데이터들은 분할 데이터 합계가 원본데이터와 일치하지 않으면(S416), 원본데이터를 그대로 분산처리를 위한 메모리로 출력하게 되고(S422), 원본데이터와 일치되면(S416), 임시파일생성 모듈(350)에 의해 상기 분할된 임시데이터들은 각각의 임시파일로 생성되게 되고, 동시에 분할된 임시파일을 차후 사용할 수 있도록 하기 위해 별도의 메모리(예를 들어, 캐쉬에 적재)에 적재 및 저장하게 된다(S418). If the temporary data divided in the above step does not match the original data divided (S416), the original data is output to the memory for distributed processing as it is (S422), if the original data (S416), the temporary file The temporary data divided by the generation module 350 are generated as respective temporary files, and loaded and stored in a separate memory (for example, loaded in a cache) so that the divided temporary files can be used later. (S418).

상기 단계에서 생성된 각각의 임시파일들은 분산처리 모듈(355)에 의해 분산처리를 위한 메모리로 출력하게 된다(S420).Each temporary file generated in the above step is output to the memory for distributed processing by the distributed processing module 355 (S420).

이하에서는, 상기와 같이 생성된 임시파일을 분산처리하여 인터넷으로 전송하는 방법을 더욱 상세하게 설명한다. Hereinafter, a method of distributing the temporary file generated as described above and transmitting it to the Internet will be described in more detail.

상기 단계에서 1개의 원본데이터를 분할하여 생성된 각각의 임시파일은(S502) 분산처리메인 모듈(310)에 의해 총 개수 확인 및 데이터 무결성 검사를 받게되고(S504), 내용에 이상이 있으면(S506), 문제 표시 후 재시도를 하게되고(S508), 내용에 이상이 없으면(S506), 상기 각각의 임시파일은 분산처리를 위한 메모리큐(335)에 적재 및 저장되게 된다(S510). Each temporary file generated by dividing one original data in the step (S502) is subjected to the total number check and data integrity check by the distributed processing main module 310 (S504), if there is an error in the content (S506) When the problem is displayed, retrying is performed (S508). If there is no problem (S506), each temporary file is loaded and stored in the memory queue 335 for distributed processing (S510).

상기 메모리큐(335)에 저장된 임시파일은 분산처리가 가능한가를 판단하게 되는데(S512), 임시파일 개수가 1개 이하일 경우는 분산처리를 할 필요없이 바로 인터넷을 통하여 상기 1개 이하인 임시파일을 전송하여 상품이나 콘텐츠를 해당 쇼핑몰이나 콘텐츠 업체에 등록하게 된다(S524). It is determined whether the temporary files stored in the memory queue 335 can be distributed (S512). If the number of temporary files is one or less, the temporary files having one or less are transmitted directly through the Internet without the need for distributed processing. The product or the content is registered in the shopping mall or the content company (S524).

물론, 상기 분산처리가 가능한가를 판단하기 위한 임시파일 개수가 10개 또는 필요에 따라 변할 수 있음은 당연하고, 또한 네트워크 및 해당 웹서버의 시스템에 따라 달라질 수 있음은 자명하다.Of course, it is obvious that the number of temporary files for determining whether the distributed processing is possible may be changed to 10 or as necessary, and may also vary depending on a network and a system of a corresponding web server.

만약, 임시파일 개수가 1개 이상일 경우는(S512), 쓰레드분할 모듈(315)을 가동시켜 상기 각각의 임시파일을 복제하여 인터넷으로 전송하기 위한 복제된 분산처리 모듈(330)인 쓰레드(자식모듈 또는 자식프로세스)를 생성하게 되는데, 현재 생성된 쓰레드가 있는가를 먼저 판단하고(S516), 없다면 바로 새로운 분산처리를 위한 쓰레드를 생성하게 된다(S522).If the number of temporary files is one or more (S512), a thread (child module) which is a distributed distributed processing module 330 for copying each temporary file and transmitting it to the Internet by operating the thread division module 315. Or a child process), and first determine whether there is a currently created thread (S516), and if not, create a thread for a new distributed processing (S522).

또한, 현재 생성된 쓰레드가 있다면, 생성된 쓰레드의 총 개수가 지정한 개수(예를 들어, 10개)를 넘어가는가를 판단하여 미만일 때는 잠시 대기 후 재시도를 하여 쓰레드분할 모듈(315)을 다시 가동하게 된다(S520).In addition, if there are currently created threads, it is determined whether the total number of created threads exceeds the specified number (for example, 10), and if less, wait for a while and retry the thread splitting module 315 again. It is made (S520).

생성된 쓰레드의 총 개수가 지정한 개수(예를 들어, 10개)를 넘어가게 되면(S518), 쓰레드싱크 모듈(325)에 의해 복제된 분산처리 모듈(330)인 쓰레드를 중복처리되거나 앞서 처리되지 않도록 순서가 조절되고(S522), 그에 따라 해당 상품정보나 콘텐츠 정보를 인터넷으로 전송하게 된다(S524). If the total number of created threads exceeds the specified number (for example, 10) (S518), the threads that are distributed processing modules 330 replicated by the thread sync module 325 are not duplicated or processed earlier. The order is adjusted so as to avoid the step (S522), thereby transmitting the corresponding product information or content information to the Internet (S524).

상기와 같이 대용량의 상품정보나 콘텐츠정보를 1개이상의 임시파일로 분할하고, 분할된 다수개의 임시파일을 분산처리를 이용하여 인터넷으로 전송함으로써 상품정보나 콘텐츠정보를 더욱 빠르게 전송할 수가 있는 것이다.As described above, by dividing a large amount of product information or content information into one or more temporary files, and transmitting the divided plurality of temporary files to the Internet through distributed processing, product information and content information can be transmitted more quickly.

이상에서 본 발명의 바람직한 일 실시예를 설명하였으나, 본 발명은 다양한 변화와 변경 및 균등물을 사용할 수 있고, 상기 실시예를 적절히 변형하여 동일하게 응용할 수 있음이 명확하다. 따라서 상기 기재 내용은 하기 특허청구범위의 한 계에 의해 정해지는 본 발명의 범위를 한정하는 것이 아니다.Although one preferred embodiment of the present invention has been described above, it is clear that the present invention may use various changes, modifications, and equivalents, and may be applied in the same manner by appropriately modifying the embodiment. Accordingly, the above description does not limit the scope of the invention as defined by the limits of the following claims.

상술한 바와 같이 본 발명인 분산처리를 이용한 데이터 업로딩 방법 및 시스템은, 사용자가 사용자단말기를 이용하여 인터넷에 상품정보 또는 콘텐츠정보 등 다양한 대용량의 데이터를 분할한 후 분산처리를 통하여 인터넷에 연결된 1개 이상의 쇼핑몰서버나 콘텐츠서버에 더욱 빠르게 업로딩할 수 있는 효과가 있다. As described above, the data uploading method and system using the distributed processing of the present invention, after the user divides a large amount of data, such as product information or content information on the Internet using a user terminal, one or more connected to the Internet through the distributed processing There is an effect that can be uploaded to the shopping mall server or content server more quickly.

Claims (11)

인터넷으로 연결된 사용자단말기 또는 메인서버 및 콘텐츠 업체의 웹서버를 이용하여 데이터를 업로딩 하는 방법에 있어서,In a method of uploading data using a user terminal or main server connected to the Internet and a web server of a content company, (a) 업로딩하고자 하는 데이터를 읽어들여 사용자단말기 또는 메인서버의 메모리에 저장하는 단계;(a) reading data to be uploaded and storing it in a memory of a user terminal or a main server; (b) 상기 데이터를 분할한 후 각각의 임시파일로 생성하여 사용자단말기 또는 메인서버의 캐쉬에 저장하고, 분할이 완료된 각각의 임시파일을 사용자단말기 또는 메인서버의 임시 메모리로 전송하여 저장하는 단계;(b) dividing the data, generating each temporary file and storing the temporary file in a cache of a user terminal or a main server, and transferring each temporary file of the splitting to a temporary memory of the user terminal or a main server; (c) 상기 사용자단말기 또는 메이서버의 임시 메모리에 저장된 각각의 임시파일을 읽어들여 분산처리하여 인터넷을 통해 해당 웹서버로 전송하는 단계; 를 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 방법.(c) reading and distributing each temporary file stored in a temporary memory of the user terminal or may server and transmitting the distributed temporary file to a corresponding web server through the Internet; Data uploading method using a distributed process comprising a. 제 1 항에 있어서, 상기 (b)단계는The method of claim 1, wherein step (b) (b-1) 업로딩하고자 하는 데이터를 사용자단말기로부터 읽어들여 사용자단말기 또는 메인서버의 메모리에 적재하는 단계;(b-1) reading data to be uploaded from the user terminal and loading the data into a memory of the user terminal or the main server; (b-2) 상기 데이터를 일정한 크기의 용량에 따라 분할하는 단계;(b-2) dividing the data according to a predetermined size of capacity; (b-3) 상기 분할된 데이터를 각각의 임시파일로 생성하는 단계; 및 (b-3) generating the divided data into respective temporary files; And (b-4) 상기 분할된 각각의 임시파일을 분산처리를 위한 사용자단말기 또는 메인서버의 메모리로 전송하는 단계; 를 더 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 방법.(b-4) transmitting the divided temporary files to a memory of a user terminal or a main server for distributed processing; Data uploading method using a distributed process further comprises. 제 2 항에 있어서, 상기 (b-2)단계에서The method of claim 2, wherein in step (b-2) 상기 업로딩하고자 하는 데이터를 용량에 따라 2조각 내지 16조각까지 분할하는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 방법.The data uploading method using distributed processing, wherein the data to be uploaded is divided into 2 to 16 pieces according to capacity. 제 1 항에 있어서, 상기 (c)단계는The method of claim 1, wherein step (c) (c-1) 상기 사용자단말기 또는 메인서버의 메모리에 저장된 각각의 임시파일을 읽어들이는 단계;(c-1) reading each temporary file stored in the memory of the user terminal or the main server; (c-2) 상기 각각의 임시파일을 복제하여 분산처리를 위한 자식모듈을 각각의 임시파일의 갯수 만큼 생성한 후 순서를 조절하는 단계; 및(c-2) copying the temporary files, generating child modules for distributed processing as many as the number of temporary files, and then adjusting the order; And (c-3) 상기 각각의 임시파일의 갯수 만큼 생성된 자식모듈을 이용하여 상기 임시파일들을 콘텐츠 업체의 웹서버로 전송하는 단계; 를 더 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 방법.(c-3) transmitting the temporary files to a web server of a content company by using a child module generated as many as the number of temporary files; Data uploading method using a distributed process further comprises. 인터넷으로 연결된 사용자단말기 또는 메인서버 및 콘텐츠 업체의 웹서버를 이용하여 데이터를 업로딩 하는 시스템에 있어서,In a system for uploading data using a user terminal or main server connected to the Internet and a web server of a content company, 사용자가 업로딩하고자 하는 다양한 데이터를 자체 데이타베이스에 저장하고, 상기 사용자의 선택에 의해 다양한 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버에 상기 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공하는 사용자단말기; 및A user that stores a variety of data that the user wants to upload in its own database, and provides a program for automatically uploading and managing the data by distributing the data to web servers of various shopping mall companies or content companies by the user's selection. terminal; And 상기 사용자단말기와 연동되어 상기 사용자의 선택에 의해 분산처리되어 자동 업로딩 된 데이터를 이용하여 인터넷 판매 또는 홍보 등을 수행하는 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버; 를 포함하여 이루어지는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 시스템.A web server of a shopping mall company or a content company linked to the user terminal to perform internet sales or promotion using data uploaded and distributed by the user's selection; Data uploading system using distributed processing, characterized in that comprises a. 인터넷으로 연결된 사용자단말기 또는 메인서버 및 콘텐츠 업체의 웹서버를 이용하여 데이터를 업로딩 하는 시스템에 있어서,In a system for uploading data using a user terminal or main server connected to the Internet and a web server of a content company, 사용자가 사용자단말기로 접속한 후 다양한 데이터를 데이타베이스에 저장하고, 상기 사용자의 선택에 의해 다양한 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버에 상기 데이터를 분산처리하여 자동 업로딩하며 관리할 수 있도록 하는 프로그램을 제공하는 메인서버; 및After the user connects to the user terminal and stores a variety of data in the database, and by the user's choice to provide a program that can automatically upload and manage the data distributed to the web server of various shopping mall companies or content companies Main server; And 상기 메인서버와 연동되어 상기 사용자의 선택에 의해 분산처리되어 자동 업로딩 된 데이터를 이용하여 인터넷 판매 또는 홍보 등을 수행하는 쇼핑몰 업체 또는 콘텐츠 업체의 웹서버; 를 포함하여 이루어지는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 시스템.A web server of a shopping mall company or a content company interworking with the main server to perform internet sales or promotions using data automatically distributed and processed by the user's selection; Data uploading system using distributed processing, characterized in that comprises a. 제 5 항 또는 제 6 항에 있어서, 상기 프로그램은7. The method of claim 5 or 6, wherein the program is 상기 데이터를 분할 및 분산처리한 후 네트워크를 이용하여 상기 웹서버로 전송하는 제어부;A controller which divides and distributes the data and transmits the data to the web server through a network; 업로딩하고자 하는 데이터를 1개 이상의 임시화일로 분할하여 메모리에 저장하는 파일캐쉬처리부; 및A file cache processor for dividing data to be uploaded into one or more temporary files and storing the data in a memory; And 상기 메모리에 저장된 1개 이상의 임시화일을 복제 후 분산처리하여 전송하는 분산처리부; 를 더 포함하여 이루어지는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 시스템. A distribution processing unit for distributing and transmitting one or more temporary files stored in the memory after copying; Data uploading system using a distributed process, characterized in that further comprises. 제 7 항에 있어서, 상기 파일캐쉬처리부는The method of claim 7, wherein the file cache processing unit 사용자의 선택에 의한 다양한 데이터를 저장하고 있는 메모리;A memory storing various data according to a user's selection; 상기 메모리에서 업로딩하고자 하는 데이터를 선택하여 검색 및 추출하여 적재 또는 저장하는 메모리큐;A memory queue for selecting, retrieving, extracting, loading or storing data to be uploaded from the memory; 상기 메모리큐에 저장된 데이터를 용량에 따라 분할하는 파일분할 모듈;A file division module for dividing data stored in the memory queue according to capacity; 상기 분할된 파일을 각각의 임시파일로 생성하는 임시파일생성 모듈; 및A temporary file generation module for generating the divided file as each temporary file; And 상기 분할된 각 임시파일을 분산처리를 위한 메모리로 전송하는 분산처리 모듈; 을 더 포함하여 이루어지는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 시스템. A distributed processing module for transmitting the divided temporary files to a memory for distributed processing; Data uploading system using a distributed process, characterized in that further comprises. 제 7 항에 있어서, The method of claim 7, wherein 데이터를 용량에 따라 2~16사이의 조각까지 분할하는 것을 특징으로 하는 분산처리를 이용한 데이터 업로딩 시스템.A data uploading system using distributed processing, characterized by dividing the data into pieces between 2 and 16 according to capacity. 제 7 항에 있어서, 상기 분산처리부는 The method of claim 7, wherein the dispersion processing unit 상기 분할된 각 임시파일을 저장하는 메모리;A memory for storing each divided temporary file; 상기 각 임시파일을 읽어들여 분산처리하기 위한 데이터로 저장하는 분산처리메인 모듈;A distributed processing main module which reads the temporary files and stores the temporary files as data for distributed processing; 상기 데이터 중 1개 데이터씩 자신을 복제하여 분산처리를 위한 자식모듈을 생성하여 업로딩을 담당하도록 처리하는 쓰레드분할 모듈;A thread splitting module for replicating itself by one of the data and generating a child module for distributed processing to handle uploading; 상기 분할된 각 자식모듈이 중복 처리되거나 앞서 처리되지 않도록 순서를 조절하는 쓰레드싱크 모듈;A thread sink module for adjusting the order so that the divided child modules are not duplicated or processed in advance; 상기 분할된 각 자식모듈의 생성과 소멸을 제어하고, 상기 데이터를 웹서버에서 수신할 수 있도록 속도와 완급을 조절하는 쓰레드제어 모듈; 및A thread control module for controlling generation and destruction of each divided child module and adjusting speed and completion to receive the data from a web server; And 상기 쓰레드분할 모듈에 의해 생성되어 1개 데이터의 업로딩을 담당한 후 처리종료를 통보한 후 소멸하는 자식모듈인 복제된 분산처리 모듈; 을 더 포함하여 이루어지는 분산처리를 이용한 데이터 업로딩 시스템. A distributed distributed processing module which is a child module generated by the thread division module and responsible for uploading one data, and then destroyed after notifying the end of processing; Data uploading system using a distributed process that further comprises. 인터넷으로 연결된 사용자단말기 또는 메인서버 및 콘텐츠 업체의 웹서버를 이용하여 데이터를 업로딩 하는 방법과 시스템에 있어서,In the method and system for uploading data using a user terminal or main server connected to the Internet and a web server of a content company, (a) 업로딩하고자 하는 데이터를 읽어들여 메모리에 저장하는 기능;(a) reading data to be uploaded and storing it in a memory; (b) 업로딩하고자 하는 데이터를 읽어들여 임시 메모리에 적재하고, 상기 데이터를 일정한 크기의 용량에 따라 분할하는 기능;(b) reading data to be uploaded, loading the data into temporary memory, and dividing the data according to a predetermined size; (c) 상기 분할된 데이터를 각각의 임시파일로 생성한 후, 상기 분할된 각각의 임시파일을 분산처리를 위한 임시메모리로 전송하는 기능; (c) generating the divided data into respective temporary files and then transferring each of the divided temporary files to a temporary memory for distributed processing; (d) 상기 임시 메모리에 저장된 각각의 임시파일을 읽어들이고, 상기 각각의 임시파일을 복제하여 분산처리를 위한 자식모듈을 각각의 임시파일의 갯수 만큼 생성한 후 순서를 조절하는 기능; 및(d) reading each temporary file stored in the temporary memory, duplicating each temporary file, generating a child module for distributed processing by the number of each temporary file, and adjusting the order; And (e) 상기 각각의 임시파일의 갯수 만큼 생성된 자식모듈을 이용하여 상기 임시파일들의 속도와 완급을 조절하여 네트워크로 전송하는 기능; 을 실현시키기 위한 프로그램을 기록한 기록매체로서, 컴퓨터에 의해 처리가능한 것을 특징으로 하는 기록매체. (e) a function of controlling the speed and completion of the temporary files and transmitting them to a network by using child modules generated as many as the number of temporary files; A recording medium having recorded thereon a program for realizing the same, wherein the recording medium can be processed by a computer.
KR1020060012968A 2006-02-10 2006-02-10 Data transfer method and the system, and the store device which records a method KR100817250B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060012968A KR100817250B1 (en) 2006-02-10 2006-02-10 Data transfer method and the system, and the store device which records a method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060012968A KR100817250B1 (en) 2006-02-10 2006-02-10 Data transfer method and the system, and the store device which records a method

Publications (2)

Publication Number Publication Date
KR20070081206A KR20070081206A (en) 2007-08-16
KR100817250B1 true KR100817250B1 (en) 2008-03-27

Family

ID=38611167

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060012968A KR100817250B1 (en) 2006-02-10 2006-02-10 Data transfer method and the system, and the store device which records a method

Country Status (1)

Country Link
KR (1) KR100817250B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101374533B1 (en) * 2013-04-17 2014-03-14 주식회사 엔써티 High performance replication system and backup system for mass storage data, method of the same
KR102158856B1 (en) * 2018-06-29 2020-09-23 주식회사 케이티 Remote computing system and remote computing method
KR102132877B1 (en) * 2019-01-25 2020-07-10 주식회사 리얼타임테크 Method for distributed processing of text logdata in distributed database system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050109848A (en) * 2004-05-17 2005-11-22 주식회사 이노티브 System for transmitting and converting image

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050109848A (en) * 2004-05-17 2005-11-22 주식회사 이노티브 System for transmitting and converting image

Also Published As

Publication number Publication date
KR20070081206A (en) 2007-08-16

Similar Documents

Publication Publication Date Title
US10491523B2 (en) Load distribution in data networks
CN111736775B (en) Multi-source storage method, device, computer system and storage medium
KR101028639B1 (en) Managed object replication and delivery
CN101106498B (en) Content management method and apparatus
Wang et al. Turning the postal system into a generic digital communication mechanism
KR20120072907A (en) Distribution storage system of distributively storing objects based on position of plural data nodes, position-based object distributive storing method thereof, and computer-readable recording medium
JP6219800B2 (en) Multi-track video content service method and system for providing multi-track video content
CN102549557A (en) Singular, collective and automated creation of a media guide for online content
JP2008533816A5 (en)
RU2004101048A (en) INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING METHOD, CONTENT DISTRIBUTION DEVICE, CONTENT DISTRIBUTION METHOD AND COMPUTER PROGRAM
JPH09322123A (en) Multimedia information transfer system
CN101676915A (en) System and method for managing a personalized universal catalog of media items
CN105407128A (en) Interest keep alives at intermediate routers in a ccn
CN101741884A (en) Distributed storage method and device
US11575773B2 (en) Request processing in a content delivery framework
US20130166770A1 (en) Methods of transmitting and receiving a media information file for http streaming
KR100817250B1 (en) Data transfer method and the system, and the store device which records a method
CN110309215A (en) A kind of data processing method, system and metadata updates method, system
WO2014066114A2 (en) Book thinning
US8903885B2 (en) Information communication system, node device, information processing method and computer-readable storage medium
CN101689191A (en) The system and method for process information or data on computers
JP2010503063A (en) Method and apparatus for multi-format data exchange
WO2008041422A1 (en) Terminal device in content distribution system, its information processing method, and recording medium containing program
CN101415029B (en) Method and apparatus for distributing files
JP5979987B2 (en) Information processing apparatus, control method thereof, and program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
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: 20130103

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20140312

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20150212

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20160304

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20170320

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20180320

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20190320

Year of fee payment: 12

FPAY Annual fee payment

Payment date: 20200302

Year of fee payment: 13