JP2007018294A - File distribution system - Google Patents

File distribution system Download PDF

Info

Publication number
JP2007018294A
JP2007018294A JP2005199562A JP2005199562A JP2007018294A JP 2007018294 A JP2007018294 A JP 2007018294A JP 2005199562 A JP2005199562 A JP 2005199562A JP 2005199562 A JP2005199562 A JP 2005199562A JP 2007018294 A JP2007018294 A JP 2007018294A
Authority
JP
Japan
Prior art keywords
file
client
server
distribution
transfer
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
JP2005199562A
Other languages
Japanese (ja)
Inventor
Masao Kubota
賢雄 窪田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005199562A priority Critical patent/JP2007018294A/en
Publication of JP2007018294A publication Critical patent/JP2007018294A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a file distribution system capable of suitably improving distribution efficiency. <P>SOLUTION: A server 3 includes a server file transfer control part 33. A client 5 includes a client file transfer control part 53. The client 5 has a file transfer server function and transfers a distribution file in response to the request of another client 5. A file distribution managing part 32 of the server 3 manages a file distribution by transmitting a distribution instruction, which includes a transfer source to which each client should transmit a file transfer request as a request source, to a request source client. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムに関し、特に、短時間で効率よく配信を行う技術に関する。   The present invention relates to a file distribution system for distributing a distribution file from a server to a plurality of clients, and more particularly to a technique for efficiently distributing in a short time.

従来、ファイル配信システムは、FTPサーバ等のファイル転送サーバ機能によって実現されている。図15は、従来のファイル配信システムの例である。図15のファイル配信システム101では、サーバ103が、複数のクライアント105の各々とインターネット等のネットワークで接続されている。サーバ103が、ファイル転送サーバの機能を備えており、各クライアント105に配信ファイルを送信する。例えば、配信システム101が映像コンテンツであり、各クライアント105は、大型ディスプレイなどの映像表示装置を制御する表示制御装置である。   Conventionally, a file distribution system is realized by a file transfer server function such as an FTP server. FIG. 15 shows an example of a conventional file distribution system. In the file distribution system 101 of FIG. 15, a server 103 is connected to each of a plurality of clients 105 via a network such as the Internet. The server 103 has a file transfer server function, and transmits a distribution file to each client 105. For example, the distribution system 101 is video content, and each client 105 is a display control device that controls a video display device such as a large display.

図15に示されるように、従来のファイル配信システムでは、サーバ103が、同時配信数(同時接続数、例えば4本)のクライアント105を選択し、それらクライアント105に配信指示を送信する。配信指示を受信すると、クライアント105は、サーバ103から配信ファイルをダウンロードし、ダウンロード完了をサーバ103に通知する。このような動作が、全部のクライアント105への配信が完了するまで繰り返される。   As shown in FIG. 15, in the conventional file distribution system, the server 103 selects the number of clients 105 with the number of simultaneous distributions (the number of simultaneous connections, for example, four), and transmits a distribution instruction to these clients 105. When receiving the distribution instruction, the client 105 downloads the distribution file from the server 103 and notifies the server 103 of the download completion. Such an operation is repeated until distribution to all the clients 105 is completed.

図16は、2つのクライアント105a、105bを例にしたファイル転送動作を示している。この例では、同時配信数が1である。サーバ103が最初のクライアント105aに配信指示を送ると(Sa101)、クライアント105aがサーバ103にファイル転送要求のコマンド(GET)を送信する(Sa102)。サーバ103は、ファイル転送要求を受信すると、ファイル転送プロトコル(FTP)に従い、要求を送ったクライアント105aへのファイル転送を実施する(Sa103)。クライアント105aは、ファイル転送が終了すると、ファイル転送完了通知をサーバ103へ送信する(Sa104)。サーバ103は、ファイル転送完了通知を受信すると、次のクライアント105bを選択し、そして、同様の処理がサーバ103とクライアント105bの間で行われる(Sb101〜Sb104)。   FIG. 16 shows a file transfer operation taking two clients 105a and 105b as an example. In this example, the number of simultaneous distributions is 1. When the server 103 sends a delivery instruction to the first client 105a (Sa101), the client 105a sends a file transfer request command (GET) to the server 103 (Sa102). Upon receiving the file transfer request, the server 103 performs file transfer to the client 105a that sent the request according to the file transfer protocol (FTP) (Sa103). When the file transfer is completed, the client 105a transmits a file transfer completion notification to the server 103 (Sa104). When the server 103 receives the file transfer completion notification, the server 103 selects the next client 105b, and the same processing is performed between the server 103 and the client 105b (Sb101 to Sb104).

上記のファイル配信システムは、サーバ側を情報供給源とした一方的なファイル転送を行っている。より効率的なファイル配信を行う技術としては、キャッシュサーバが知られている。キャッシュサーバは、サーバからインターネット等を経由して入手したファイルを記憶し、そして、LAN等で接続された複数のクライアントにファイルを供給する。   The above file distribution system performs unilateral file transfer using the server side as an information supply source. A cache server is known as a technique for performing more efficient file distribution. The cache server stores a file obtained from the server via the Internet or the like, and supplies the file to a plurality of clients connected via a LAN or the like.

また、特許文献1に開示のファイル配信システムでは、ファイル配信の効率を向上するために、複数のクライアントが、アドホックネットワークのような自立分散型のダウンロードユーザネットワークを形成する。サーバは、配信ファイルを複数に分割して、ダウンロードユーザネットワークの複数のクライアントに振り分ける。複数のクライアントは、分割された配信ファイルを交換し、収集したファイルを結合して元のファイルを生成する。
特開2002−132613号公報(第4−7ページ、図1)
Further, in the file distribution system disclosed in Patent Document 1, in order to improve the efficiency of file distribution, a plurality of clients form an autonomous distributed download user network such as an ad hoc network. The server divides the distribution file into a plurality of files and distributes them to a plurality of clients in the download user network. The plurality of clients exchange the divided distribution files and combine the collected files to generate the original file.
JP 2002-132613 A (page 4-7, FIG. 1)

しかしながら、図15に示すような従来のファイル配信システムにおいては、情報提供源であるサーバからの一方向的なファイル配信を行っているために、サーバ側ネットワーク回線がボトルネックになり、配信効率を高めることが困難である。このような問題は、映像のような大規模配信において顕著になる。また、キャッシュサーバは、配信効率を向上できるものの、サーバ主導の配信を行うような場合には適さないことがある。例えば、多数のディスプレイ制御装置に対するファイル配信をサーバ主導で行うシステムには、キャッシュサーバが適さないことがある。また、特許文献1の技術も、配信効率を向上できるものの、アドホックのようなダウンロードユーザネットワークの形成が必要なので適用分野が限られており、また、サーバ主導の配信を行うような場合には適さないことがある。   However, in the conventional file distribution system as shown in FIG. 15, since the one-way file distribution from the server as the information providing source is performed, the server-side network line becomes a bottleneck, and the distribution efficiency is improved. It is difficult to increase. Such a problem becomes prominent in large-scale distribution such as video. In addition, although a cache server can improve distribution efficiency, it may not be suitable for server-driven distribution. For example, a cache server may not be suitable for a system in which file distribution to a large number of display control devices is led by a server. Although the technique of Patent Document 1 can also improve the distribution efficiency, the application field is limited because it is necessary to form a download user network such as ad hoc, and is suitable for the case where server-led distribution is performed. There may not be.

本発明は、従来の問題を解決するためになされたものであり、その目的は、配信効率を好適に向上できるファイル配信システムを提供することにある。   The present invention has been made to solve the conventional problems, and an object of the present invention is to provide a file distribution system capable of suitably improving distribution efficiency.

本発明のファイル配信システムは、サーバから複数のクライアントへ配信ファイルを配信する。このファイル配信システムにおいて、前記サーバは、前記配信ファイルを記憶するサーバファイル記憶部と、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するファイル配信管理部と、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じて前記サーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するサーバファイル転送制御部とを備え、前記クライアントは、前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信する配信処理部と、前記配信処理部が受信した配信ファイルを記憶するクライアントファイル記憶部と、前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じて前記クライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するクライアントファイル転送制御部とを備えている。   The file distribution system of the present invention distributes a distribution file from a server to a plurality of clients. In this file distribution system, the server requests a distribution instruction including a server file storage unit for storing the distribution file and a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client. In order to realize the functions of the file distribution management unit to be transmitted to the original client and the transfer source server, the request for the distribution file read from the server file storage unit in response to the file transfer request received from the request source client A server file transfer control unit that transfers the file to the original client, and in order for the client to realize the function of the request source client, the file is transferred to the transfer source server or the transfer source client included in the distribution instruction received from the server. Send a transfer request In order to realize the function of the distribution processing unit that receives the distribution file, the client file storage unit that stores the distribution file received by the distribution processing unit, and the transfer source client, from another client as the request source client A client file transfer control unit that transfers the distribution file read from the client file storage unit to the request source client in response to the received file transfer request.

この構成により、クライアントにファイル転送制御部が設けられる。すなわち、サーバだけでなくクライアントにもファイル転送サーバの機能が備えられる。クライアントが他のクライアントにファイルを転送するので、配信効率が向上する。また、サーバのファイル配信管理部は、転送元サーバまたは転送元クライアントを含む配信指示を各クライアントに送信する。これにより、サーバは、どの機器からどの機器へファイルを転送するかといったファイル転送の要求元と転送元の関係を制御することができ、ファイル配信を管理できる。このようにして、クライアントへのファイル配信を管理しつつ、配信効率を好適に向上できる。   With this configuration, the file transfer control unit is provided in the client. That is, not only the server but also the client is provided with the file transfer server function. Since the client transfers the file to other clients, the delivery efficiency is improved. Further, the file distribution management unit of the server transmits a distribution instruction including the transfer source server or the transfer source client to each client. As a result, the server can control the relationship between the file transfer request source and the transfer source, such as which device transfers the file from which device, and can manage file distribution. In this way, the distribution efficiency can be suitably improved while managing the file distribution to the client.

本発明のファイル配信システムにおいて、前記クライアントの前記配信処理部は、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントから配信ファイルを受信すると、ファイル転送完了通知を前記サーバに送信し、前記サーバの前記ファイル配信管理部は、前記複数のクライアントへの配信状態を記録した配信管理テーブルを記憶する配信管理テーブル記憶部と、各クライアントが前記要求元クライアントとしてファイル転送要求を送信すべき前記転送元サーバまたは前記転送元クライアントを決定する転送元決定部と、前記転送元決定部により決定された前記転送元サーバまたは前記転送元クライアントを含んだ配信指示を前記要求元クライアントに送信する配信指示送信部と、前記要求元クライアントから前記ファイル転送完了通知を受信する転送完了通知受信部と、前記ファイル転送完了通知が受信されると前記配信管理テーブルを更新する配信状態更新部とを備えている。   In the file delivery system of the present invention, when the delivery processing unit of the client receives a delivery file from the transfer source server or the transfer source client included in the delivery instruction received from the server, a file transfer completion notification is sent to the server. The file distribution management unit of the server transmits a distribution management table storage unit that stores a distribution management table that records distribution states to the plurality of clients, and each client transmits a file transfer request as the requesting client. A transfer source determination unit for determining the transfer source server or the transfer source client to be transmitted, and a distribution instruction including the transfer source server or the transfer source client determined by the transfer source determination unit is transmitted to the request source client The distribution instruction transmission unit to perform and the request source client It includes a transfer completion notification receiving unit that receives the file transfer completion notification, the delivery status updating unit that updates the distribution management table and the file transfer completion notification is received.

この構成により、要求元クライアントが転送元クライアントから配信ファイルを取得したときに、ファイル転送完了通知はサーバに送られる。サーバは、ファイル転送完了通知を収集して、配信管理テーブルを更新でき、クライアントへの配信状態を管理できる。   With this configuration, when the request source client acquires the distribution file from the transfer source client, a file transfer completion notification is sent to the server. The server can collect the file transfer completion notification, update the distribution management table, and manage the distribution status to the client.

また、本発明のファイル配信システムにおいて、前記サーバの前記ファイル配信管理部は、前記サーバおよび前記複数のクライアントの個々の組合せにおける通信効率データを記憶しており、前記通信効率データに基づき、前記通信効率に応じて各クライアントに対する前記転送元サーバまたは前記転送元クライアントを決定する。   In the file delivery system of the present invention, the file delivery management unit of the server stores communication efficiency data in each combination of the server and the plurality of clients, and the communication efficiency data is based on the communication efficiency data. The transfer source server or the transfer source client for each client is determined according to efficiency.

この構成により、配信効率データに基づいて通信効率が高くなるように転送元サーバまたは転送元クライアントを決定することにより、配信効率を向上できる。   With this configuration, it is possible to improve the distribution efficiency by determining the transfer source server or the transfer source client so that the communication efficiency becomes high based on the distribution efficiency data.

また、本発明のファイル配信システムにおいて、前記サーバの前記ファイル配信管理部は、前記サーバおよび前記クライアントの個々の同時接続数データを記憶しており、前記同時接続数データに基づき、前記同時接続数に応じて前記転送元サーバまたは前記転送元クライアントを決定する。   In the file distribution system of the present invention, the file distribution management unit of the server stores individual simultaneous connection number data of the server and the client, and the number of simultaneous connections is based on the simultaneous connection number data. The transfer source server or the transfer source client is determined according to.

この構成により、同時接続数データに基づいて同時接続数の範囲で転送元サーバまたは転送元クライアントを決定することにより、同時配信を活用して高い配信効率が得られる。   With this configuration, by determining the transfer source server or the transfer source client within the range of the simultaneous connection number based on the simultaneous connection number data, high distribution efficiency can be obtained by utilizing simultaneous distribution.

本発明の別の態様は、複数のクライアントへ配信ファイルを配信するファイル配信サーバ装置である。このファイル配信サーバ装置は、前記配信ファイルを記憶するサーバファイル記憶部と、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するファイル配信管理部と、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じて前記サーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するサーバファイル転送制御部とを備えている。この構成によっても、上述の利点が得られる。   Another aspect of the present invention is a file distribution server device that distributes a distribution file to a plurality of clients. The file distribution server device includes a server file storage unit for storing the distribution file, and a distribution instruction including a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client. In order to realize the functions of the file distribution management unit to be transmitted and the transfer source server, the distribution file read from the server file storage unit in response to the file transfer request received from the request source client is transmitted to the request source client. And a server file transfer control unit for transferring. This configuration also provides the above-described advantages.

本発明の別の態様は、サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムを構成するファイル配信クライアント装置である。このファイル配信クライアント装置は、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信することによりファイル配信の要求元クライアントの機能を実現する配信処理部と、前記配信処理部が受信した配信ファイルを記憶するクライアントファイル記憶部と、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じて前記クライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送することによりファイル配信の転送元クライアントの機能を実現するクライアントファイル転送制御部とを備えている。この構成によっても、上述の利点が得られる。   Another aspect of the present invention is a file distribution client device constituting a file distribution system that distributes a distribution file from a server to a plurality of clients. The file distribution client device functions as a request client of file distribution by receiving the distribution file by transmitting the file transfer request to the transfer source server or transfer source client included in the distribution instruction received from the server. A distribution processing unit for realizing the above, a client file storage unit for storing the distribution file received by the distribution processing unit, and the client file storage unit in response to the file transfer request received from another client as the request source client A client file transfer control unit that realizes the function of the transfer source client for file distribution by transferring the distribution file read from the request source client to the request source client. This configuration also provides the above-described advantages.

本発明の別の態様は、サーバから複数のクライアントへ配信ファイルを配信するファイル配信方法である。このファイル配信方法は、前記サーバから、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するステップと、前記クライアントが、前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信するステップと、前記サーバが、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じてサーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、前記クライアントが、前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じてクライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップとを有する。この構成によっても、上述の利点が得られる。   Another aspect of the present invention is a file delivery method for delivering a delivery file from a server to a plurality of clients. In this file distribution method, the server transmits a distribution instruction including a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client, and the client includes: Transmitting the file transfer request to the transfer source server or transfer source client included in the distribution instruction received from the server and receiving the distribution file in order to realize the function of the request source client; Transferring the distribution file read from a server file storage unit in response to the file transfer request received from the request source client to the request source client in order to realize the function of the transfer source server; The source client To realize the function, and a step of transferring the distribution file read from the client file storage unit in response to the file transfer request received from the other clients as the requesting client to the requesting client. This configuration also provides the above-described advantages.

本発明の別の態様は、サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムで実行されるプログラムである。このプログラムは、前記サーバから、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するステップと、前記クライアントが、前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信するステップと、前記サーバが、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じてサーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、前記クライアントが、前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じてクライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップとを前記ファイル配信システムに実行させる。この構成によっても、上述の利点が得られる。   Another aspect of the present invention is a program executed in a file distribution system that distributes a distribution file from a server to a plurality of clients. The program includes a step of transmitting, from the server, a distribution instruction including a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client, and the client sends the request to the request source client. In order to realize the function of the original client, transmitting the file transfer request to the transfer source server or the transfer source client included in the distribution instruction received from the server and receiving the distribution file; and Transferring the distribution file read from the server file storage unit in response to the file transfer request received from the request source client to realize the function of the transfer source server; and Source client function In order to realize, the file distribution system executes the step of transferring the distribution file read from the client file storage unit to the request source client in response to the file transfer request received from another client as the request source client. Let This configuration also provides the above-described advantages.

本発明は、サーバにはファイル転送制御部に加えて上述のファイル配信管理部を設け、クライアントには配信処理部に加えてファイル転送制御部を設けたことにより、ファイル配信をサーバで管理しつつ配信効率を好適に向上できるという効果を有するファイル配信システムを提供することができる。   In the present invention, the server is provided with the above-described file delivery management unit in addition to the file transfer control unit, and the client is provided with the file transfer control unit in addition to the delivery processing unit, so that the file delivery is managed by the server. It is possible to provide a file distribution system having an effect that distribution efficiency can be preferably improved.

以下、本発明の実施の形態に係るファイル配信システムについて、図面を用いて説明する。   Hereinafter, a file distribution system according to an embodiment of the present invention will be described with reference to the drawings.

本発明の実施の形態に係るファイル配信システムを図1に示す。図1において、ファイル配信システム1は、サーバ3と、複数のクライアント5a、5b、5c・・・を含み、これらコンピュータ機器はインターネット7で接続されている。   A file distribution system according to an embodiment of the present invention is shown in FIG. 1, a file distribution system 1 includes a server 3 and a plurality of clients 5 a, 5 b, 5 c..., And these computer devices are connected via the Internet 7.

本実施の形態では、配信ファイルとして映像コンテンツが配信される。クライアント5a、5b、5c・・・は、映像表示制御装置であって、それぞれ、表示装置9a、9b、9c・・・と接続されている。表示装置9a、9b、9c・・・は各種の場所に設置されてよく、種々のサイズを有してよい。以下、クライアント5a、5b、5c・・・を総称するときはクライアント5といい、表示装置9a、9b、9c・・・を総称するときは表示装置9という。   In the present embodiment, video content is distributed as a distribution file. The clients 5a, 5b, 5c,... Are video display control devices, which are connected to the display devices 9a, 9b, 9c,. The display devices 9a, 9b, 9c,... May be installed at various places and may have various sizes. Hereinafter, the clients 5a, 5b, 5c,... Are collectively referred to as the client 5, and the display devices 9a, 9b, 9c,.

図1に示されるように、本実施の形態のファイル配信システム1においては、サーバ3が、サーバファイル記憶部31と、ファイル配信管理部32と、サーバファイル転送制御部33とを備えている。一方、クライアント5は、配信処理部51と、クライアントファイル記憶部52と、クライアントファイル転送制御部53とを備えている。   As shown in FIG. 1, in the file distribution system 1 of the present embodiment, the server 3 includes a server file storage unit 31, a file distribution management unit 32, and a server file transfer control unit 33. On the other hand, the client 5 includes a distribution processing unit 51, a client file storage unit 52, and a client file transfer control unit 53.

サーバ3において、サーバファイル記憶部31は、クライアント5に配信すべき配信ファイルを記憶している。ファイル配信管理部32は、システム全体のファイル配信を管理する処理機能を持つ。サーバファイル転送制御部33は、ファイル転送サーバ機能を備えており、ファイル転送プロトコルを用いて配信ファイルを転送する。   In the server 3, the server file storage unit 31 stores a distribution file to be distributed to the client 5. The file delivery management unit 32 has a processing function for managing file delivery of the entire system. The server file transfer control unit 33 has a file transfer server function, and transfers a distribution file using a file transfer protocol.

一方、クライアント5において、配信処理部51は、ファイル転送プロトコルを用いてファイルを受信する機能を備えている。クライアントファイル記憶部52は、配信処理部51によって受信された配信ファイルを記憶する。クライアントファイル転送制御部53は、サーバ側のサーバファイル転送制御部33と同様に、ファイル転送サーバ機能を備え、ファイル転送プロトコルを用いてファイル転送を実行する。   On the other hand, in the client 5, the distribution processing unit 51 has a function of receiving a file using a file transfer protocol. The client file storage unit 52 stores the distribution file received by the distribution processing unit 51. Similar to the server file transfer control unit 33 on the server side, the client file transfer control unit 53 has a file transfer server function and executes file transfer using a file transfer protocol.

上記のように、本実施の形態ではクライアント5にクライアントファイル転送制御部53が備えられている。すなわち、サーバ3だけでなく、クライアント5がファイル転送サーバ機能を備えている。これにより、クライアント5間でもファイル転送が可能である。   As described above, in this embodiment, the client 5 is provided with the client file transfer control unit 53. That is, not only the server 3 but also the client 5 has a file transfer server function. As a result, file transfer between the clients 5 is also possible.

ここで、配信ファイルを転送する側を転送元といい、転送元にファイル転送を要求する側を要求元という(要求元は転送先でもある)。本実施の形態では、転送元には、サーバ3だけでなくクライアント5がなることができる。要求元には、クライアント5がなる。   Here, the side that transfers the distribution file is called the transfer source, and the side that requests the transfer of the file from the transfer source is called the request source (the request source is also the transfer destination). In the present embodiment, not only the server 3 but also the client 5 can be the transfer source. The request source is the client 5.

図1において、サーバ3のファイル配信管理部32は、上述したように、システム全体のファイル配信を管理する処理機能を持つ。ファイル配信の管理とは、どの機器からどの機器へファイルを転送するかといった転送元と要求元(すなわち転送先)との関係を制御することをいう。ファイル配信管理部3は、各クライアント5へ指示を出すことによりファイル配信を管理する。より詳細には、ファイル配信管理部32は、各クライアント5が要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を生成し、配信指示を要求元クライアントに送信する。これにより、ファイル配信管理部32は、どの機器がどの機器からファイルを受け取るといった配信全体の流れを管理できる。   In FIG. 1, the file delivery management unit 32 of the server 3 has a processing function for managing file delivery of the entire system as described above. File distribution management refers to controlling the relationship between a transfer source and a request source (that is, a transfer destination) such as which device transfers a file from which device. The file delivery management unit 3 manages file delivery by issuing an instruction to each client 5. More specifically, the file distribution management unit 32 generates a distribution instruction including a transfer source server or a transfer source client to which each client 5 should transmit a file transfer request as a request source client, and transmits the distribution instruction to the request source client. To do. Thereby, the file delivery management part 32 can manage the flow of the whole delivery that which apparatus receives a file from which apparatus.

図2および図3は、それぞれ、サーバ3およびクライアント5の構成を示している。図2において、サーバ3は、上述のサーバファイル記憶部31、ファイル配信管理部32およびサーバファイル転送制御部33に加えて、操作部34を備えている。   2 and 3 show the configurations of the server 3 and the client 5, respectively. In FIG. 2, the server 3 includes an operation unit 34 in addition to the server file storage unit 31, the file distribution management unit 32, and the server file transfer control unit 33 described above.

サーバファイル記憶部31は、前述したように、クライアント5に配信すべき配信ファイルを記憶している。多数の配信ファイルが記憶されていて、それらの中から選択された配信ファイルが配信される。   As described above, the server file storage unit 31 stores a distribution file to be distributed to the client 5. A large number of distribution files are stored, and a distribution file selected from them is distributed.

操作部34は、キーボード、ポインティングデバイス等の入力装置で構成されている。操作部34が操作されて、配信対象のファイルの選択が入力される。また、配信先のクライアント5の選択も入力される。   The operation unit 34 includes an input device such as a keyboard and a pointing device. The operation unit 34 is operated, and selection of a file to be distributed is input. In addition, the selection of the client 5 as the delivery destination is also input.

また、本実施の形態では、配信ファイルが映像コンテンツである。映像コンテンツが予め複数のクライアント5に配信され、予め定めた表示時間に表示される。そこで、表示時間のスケジュールも操作部34から入力され、映像コンテンツと共にクライアント5に配信されてよい。   In the present embodiment, the distribution file is video content. Video content is distributed to a plurality of clients 5 in advance and displayed at a predetermined display time. Therefore, a display time schedule may also be input from the operation unit 34 and distributed to the client 5 together with the video content.

ファイル配信管理部32は、転送元決定部321、配信指示送信部322、転送完了通知受信部323、配信状態更新部324および配信管理テーブル記憶部325を備えている。転送元決定部321は、各クライアント5が要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを決定する。配信指示送信部322は、転送元決定部321により決定された転送元サーバまたは転送元クライアントを含んだ配信指示を要求元クライアントに送信する。転送完了通知受信部323は、要求元クライアントからファイル転送完了通知を受信する。配信状態更新部324は、ファイル転送完了通知が受信されると配信管理テーブルの配信状態データを更新し、配信完了を記録する。   The file distribution management unit 32 includes a transfer source determination unit 321, a distribution instruction transmission unit 322, a transfer completion notification reception unit 323, a distribution state update unit 324, and a distribution management table storage unit 325. The transfer source determination unit 321 determines a transfer source server or a transfer source client to which each client 5 should transmit a file transfer request as a request source client. The distribution instruction transmission unit 322 transmits a distribution instruction including the transfer source server or the transfer source client determined by the transfer source determination unit 321 to the request source client. The transfer completion notification receiving unit 323 receives a file transfer completion notification from the request source client. When the file transfer completion notification is received, the distribution status update unit 324 updates the distribution status data in the distribution management table and records the distribution completion.

サーバファイル転送制御部33は、転送要求受信部331と転送処理部332とを備えている。転送要求受信部331は、要求元クライアントからファイル転送要求のコマンドを受信する。転送処理部332は、要求元クライアントへと、サーバファイル記憶部31の配信ファイルを送信する。   The server file transfer control unit 33 includes a transfer request receiving unit 331 and a transfer processing unit 332. The transfer request receiving unit 331 receives a file transfer request command from the request source client. The transfer processing unit 332 transmits the distribution file in the server file storage unit 31 to the request source client.

サーバファイル転送制御部33は、前述したように、ファイル転送サーバ機能を備えており、ファイル転送プロトコルを用いて要求元クライアントと通信し、配信ファイルを転送する。サーバファイル転送制御部33は、FTPサーバなどによって構成されてよい。サーバファイル転送制御部33は物理的にはファイル配信管理部32と分かれていてもよい。   As described above, the server file transfer control unit 33 has a file transfer server function, communicates with the requesting client using a file transfer protocol, and transfers the distribution file. The server file transfer control unit 33 may be configured by an FTP server or the like. The server file transfer control unit 33 may be physically separated from the file distribution management unit 32.

一方、図3のクライアント5において、配信処理部51は、転送指示受信部511、転送要求送信部512、ファイル受信処理部513および完了通知送信部514を備えている。転送指示受信部511は、サーバ3の配信指示送信部322から配信指示を受信する。転送要求送信部512は、配信指示に含まれる転送元サーバまたは転送元クライアントにファイル転送要求を送信する。ファイル受信処理部513は、転送元から配信ファイルを受信して、クライアントファイル記憶部52に格納する。完了通知送信部514は、ファイル転送完了通知をサーバ3に送信する。   On the other hand, in the client 5 of FIG. 3, the distribution processing unit 51 includes a transfer instruction receiving unit 511, a transfer request transmitting unit 512, a file receiving processing unit 513, and a completion notification transmitting unit 514. The transfer instruction receiving unit 511 receives a distribution instruction from the distribution instruction transmitting unit 322 of the server 3. The transfer request transmission unit 512 transmits a file transfer request to the transfer source server or transfer source client included in the distribution instruction. The file reception processing unit 513 receives the distribution file from the transfer source and stores it in the client file storage unit 52. The completion notification transmission unit 514 transmits a file transfer completion notification to the server 3.

配信処理部51は、ファイル転送プロトコルを用いて、転送元のサーバ3またはクライアント5から配信ファイルを受信する。配信処理部51は、FTPシステムのクライアントの構成を備えてよい。   The distribution processing unit 51 receives a distribution file from the transfer source server 3 or the client 5 using a file transfer protocol. The distribution processing unit 51 may have a configuration of a client of the FTP system.

また、クライアント5において、クライアントファイル転送制御部53は、転送要求受信部531と転送処理部532とを備えている。クライアントファイル転送制御部53の構成は、サーバ3のサーバファイル転送制御部33と同様でよい。すなわち、クライアントファイル転送制御部53は、FTPサーバ等のファイル転送サーバ機能によって実現されてよい。   In the client 5, the client file transfer control unit 53 includes a transfer request receiving unit 531 and a transfer processing unit 532. The configuration of the client file transfer control unit 53 may be the same as that of the server file transfer control unit 33 of the server 3. That is, the client file transfer control unit 53 may be realized by a file transfer server function such as an FTP server.

クライアント5は、さらに、スケジュール制御部54および表示制御部55を備えている。本実施の形態では、配信ファイルが映像コンテンツである。スケジュール制御部54は、配信ファイルの表示のスケジュールを制御する。配信ファイルと共にスケジュールデータ(表示開始時間等)が配信され、クライアントファイル記憶部52に記憶されている。スケジュール制御部54は、スケジュールデータに基づき、表示開始時間の到来を検知する。   The client 5 further includes a schedule control unit 54 and a display control unit 55. In the present embodiment, the distribution file is video content. The schedule control unit 54 controls the display schedule of the distribution file. Schedule data (display start time, etc.) is distributed together with the distribution file and stored in the client file storage unit 52. The schedule control unit 54 detects the arrival of the display start time based on the schedule data.

表示制御部55は、配信ファイルを表示装置9に表示させる処理を行う。スケジュール制御部54が表示開始時間の到来を表示制御部55に伝えると、表示制御部55が配信ファイルをクライアントファイル記憶部52から読み出し、表示装置9に表示させる。   The display control unit 55 performs processing for displaying the distribution file on the display device 9. When the schedule control unit 54 informs the display control unit 55 that the display start time has arrived, the display control unit 55 reads the distribution file from the client file storage unit 52 and causes the display device 9 to display it.

図4〜図6は、本実施の形態のファイル配信システム1によるファイル配信の動作を示している。説明を簡単にするために、まず、2つのクライアント5a、5bへの配信処理を例として説明する。この例では、サーバ3からクライアント5aへ配信ファイルが転送され、それから、クライアント5aからクライアント5bへ配信ファイルが転送される。図4では、2つのクライアントがCL5a、CL5bと表記され、サーバ3がSVRと表記されている。   4 to 6 show the file delivery operation by the file delivery system 1 of the present embodiment. In order to simplify the explanation, first, a delivery process to the two clients 5a and 5b will be described as an example. In this example, the distribution file is transferred from the server 3 to the client 5a, and then the distribution file is transferred from the client 5a to the client 5b. In FIG. 4, two clients are represented as CL5a and CL5b, and the server 3 is represented as SVR.

まず、サーバ3のファイル配信管理部32は、最初の配信対象のクライアント5aを選択する。そして、ファイル配信管理部32は、サーバ3自身を、クライアント5aがファイル転送要求を送信すべき転送元に決定する。ファイル配信管理部32は、転送元であるサーバ3を含む配信指示を生成し、クライアント5aに送信する(Sa1)。配信指示には、サーバ3のアドレスが付加されている。   First, the file delivery management unit 32 of the server 3 selects the first delivery target client 5a. Then, the file distribution management unit 32 determines the server 3 itself as a transfer source to which the client 5a should transmit a file transfer request. The file distribution management unit 32 generates a distribution instruction including the server 3 that is the transfer source, and transmits it to the client 5a (Sa1). The address of the server 3 is added to the distribution instruction.

クライアント5aの配信処理部51は、サーバ3から配信指示を受信し、配信指示に含まれたサーバ3のアドレスへ、ファイル転送要求のコマンド(GET)を送信する(Sa2)。   The distribution processing unit 51 of the client 5a receives the distribution instruction from the server 3, and transmits a file transfer request command (GET) to the address of the server 3 included in the distribution instruction (Sa2).

ファイル転送要求は、サーバ3のサーバファイル転送制御部33に受信される。サーバファイル転送制御部33は、ファイル転送要求に従って、要求元のクライアント5aへ、サーバファイル記憶部31から読み出した配信ファイルを転送する(Sa3)。   The file transfer request is received by the server file transfer control unit 33 of the server 3. In accordance with the file transfer request, the server file transfer control unit 33 transfers the distribution file read from the server file storage unit 31 to the requesting client 5a (Sa3).

転送された配信ファイルは、クライアント5aのクライアントファイル記憶部52に格納される。ファイル転送が終了すると、クライアント5aの配信処理部51は、ファイル転送完了通知をサーバ3に送信する(Sa4)。   The transferred distribution file is stored in the client file storage unit 52 of the client 5a. When the file transfer ends, the distribution processing unit 51 of the client 5a transmits a file transfer completion notification to the server 3 (Sa4).

サーバ3のファイル配信管理部32は、クライアント5aからファイル転送完了通知を受信すると、クライアント5aへの配信完了を記録する。ここでは、配信管理テーブル記憶部325の配信管理テーブルが更新される。さらに、ファイル配信管理部32は、次の配信対象のクライアント5bを選択する。そして、ファイル配信管理部32は、クライアント5aを、クライアント5bがファイル転送要求を送信すべき転送元クライアントに設定する。ファイル配信管理部32は、転送元のクライアント5aのアドレスを含む配信指示を生成し、クライアント5bに送信する(Sb1)。   When receiving the file transfer completion notification from the client 5a, the file distribution management unit 32 of the server 3 records the completion of distribution to the client 5a. Here, the distribution management table in the distribution management table storage unit 325 is updated. Further, the file distribution management unit 32 selects the next distribution target client 5b. Then, the file distribution management unit 32 sets the client 5a as a transfer source client to which the client 5b should transmit a file transfer request. The file distribution management unit 32 generates a distribution instruction including the address of the transfer source client 5a and transmits it to the client 5b (Sb1).

クライアント5bの配信処理部51は、サーバ3から受信した配信指示に含まれたクライアント5aのアドレスへ、ファイル転送要求のコマンドを送信する(Sb2)。   The distribution processing unit 51 of the client 5b transmits a file transfer request command to the address of the client 5a included in the distribution instruction received from the server 3 (Sb2).

ファイル転送要求は、クライアント5aのクライアントファイル転送制御部53に受信される。クライアントファイル転送制御部53は、ファイル転送要求に従って、要求元のクライアント5bへ、クライアントファイル記憶部52から読み出した配信ファイルを転送する(Sb3)。   The file transfer request is received by the client file transfer control unit 53 of the client 5a. In accordance with the file transfer request, the client file transfer control unit 53 transfers the distribution file read from the client file storage unit 52 to the requesting client 5b (Sb3).

ファイル転送が終了すると、クライアント5bの配信処理部51は、ファイル転送完了通知をサーバ3のファイル配信管理部32に送信する(Sb4)。ここで、ファイル転送完了通知は、転送元ではなくて、サーバ3に送られるので、サーバ3はファイル転送完了通知を収集して配信進行状況を管理できる。サーバ3のファイル配信管理部32は、クライアント5bへの配信完了を配信管理テーブルに記録する。   When the file transfer ends, the distribution processing unit 51 of the client 5b transmits a file transfer completion notification to the file distribution management unit 32 of the server 3 (Sb4). Here, since the file transfer completion notification is sent to the server 3 instead of the transfer source, the server 3 can collect the file transfer completion notification and manage the distribution progress. The file distribution management unit 32 of the server 3 records the completion of distribution to the client 5b in the distribution management table.

図7は、より多くのクライアント5へのファイル配信処理の例を示している。この例では、4つのクライアント5a〜5d(CL5a〜CL5d)が示されている。   FIG. 7 shows an example of file distribution processing to more clients 5. In this example, four clients 5a to 5d (CL5a to CL5d) are shown.

クライアント5aは、サーバ3から配信ファイルの転送を受ける。サーバ3が、サーバ3のアドレスを含む配信指示をクライアント5aに送り(Sa1)、クライアント5aがファイル転送要求をサーバ3に送り(Sa2)、サーバ3がクライアント5aにファイルを転送し(Sa3)、クライアント5aがサーバ3にファイル転送完了通知を送る(Sa4)。   The client 5a receives the transfer of the distribution file from the server 3. The server 3 sends a delivery instruction including the address of the server 3 to the client 5a (Sa1), the client 5a sends a file transfer request to the server 3 (Sa2), the server 3 transfers the file to the client 5a (Sa3), The client 5a sends a file transfer completion notification to the server 3 (Sa4).

クライアント5bは、クライアント5aから配信ファイルの転送を受ける。サーバ3が、クライアント5aのアドレスを含む配信指示をクライアント5bに送り(Sb1)、クライアント5bがファイル転送要求をクライアント5aに送り(Sb2)、クライアント5aがクライアント5bにファイルを転送し(Sb3)、クライアント5bがサーバ3にファイル転送完了通知を送る(Sb4)。ここまでのファイル転送動作は、図4〜図6と同様である。   The client 5b receives the transfer of the distribution file from the client 5a. The server 3 sends a delivery instruction including the address of the client 5a to the client 5b (Sb1), the client 5b sends a file transfer request to the client 5a (Sb2), the client 5a transfers the file to the client 5b (Sb3), The client 5b sends a file transfer completion notification to the server 3 (Sb4). The file transfer operation so far is the same as in FIGS.

次に、クライアント5cは、サーバ3から配信ファイルの転送を受ける。サーバ3が、サーバ3のアドレスを含む配信指示をクライアント5cに送り(Sc1)、クライアント5cがファイル転送要求をサーバ3に送り(Sc2)、サーバ3がクライアント5cにファイルを転送し(Sc3)、クライアント5cがサーバ3にファイル転送完了通知を送る(Sc4)。   Next, the client 5 c receives the transfer of the distribution file from the server 3. The server 3 sends a delivery instruction including the address of the server 3 to the client 5c (Sc1), the client 5c sends a file transfer request to the server 3 (Sc2), the server 3 transfers the file to the client 5c (Sc3), The client 5c sends a file transfer completion notification to the server 3 (Sc4).

クライアント5dは、クライアント5aから配信ファイルの転送を受ける。サーバ3が、クライアント5aのアドレスを含む配信指示をクライアント5dに送り(Sd1)、クライアント5dがファイル転送要求をクライアント5aに送り(Sd2)、クライアント5aがクライアント5dにファイルを転送し(Sd3)、クライアント5dがサーバ3にファイル転送完了通知を送る(Sd4)。   The client 5d receives the transfer of the distribution file from the client 5a. The server 3 sends a delivery instruction including the address of the client 5a to the client 5d (Sd1), the client 5d sends a file transfer request to the client 5a (Sd2), and the client 5a transfers the file to the client 5d (Sd3). The client 5d sends a file transfer completion notification to the server 3 (Sd4).

上記のファイル配信では、クライアント5bおよびクライアント5cがそれぞれクライアント5aおよびサーバ3から同時に配信ファイルを受信できるので、短時間により多くの配信を実行でき、したがって配信効率が向上する。   In the above file distribution, since the client 5b and the client 5c can simultaneously receive the distribution file from the client 5a and the server 3, respectively, more distribution can be executed in a short time, and thus the distribution efficiency is improved.

図8は、さらに多くのクライアント5への配信処理を示している。サーバ3は、ネットワークの状況を判断し、要求元(転送先)のクライアント5へ、転送元のサーバ3、または代理サーバとして機能する他のクライアント5を通知する配信指示を送る。各クライアント5は、サーバ3からの指示に従い、サーバ3または別のクライアント5からファイル転送を受ける。実際には、より多くの表示装置へ映像コンテンツを配信するために、図8より多くのクライアント5が備えられてよい。また、複数のサーバ3が設けられ、各サーバ3と複数のクライアント5の間でファイルが配信されてよい。例えば、1台のサーバ3が数百のクライアント5にファイルを配信する。さらに、数台のサーバ3を設けることにより、千台以上のクライアント5にファイルを配信できる。   FIG. 8 shows a distribution process to more clients 5. The server 3 determines the status of the network, and sends a distribution instruction for notifying the request source (transfer destination) client 5 to the transfer source server 3 or another client 5 functioning as a proxy server. Each client 5 receives a file transfer from the server 3 or another client 5 in accordance with an instruction from the server 3. In practice, more clients 5 than in FIG. 8 may be provided to distribute video content to more display devices. A plurality of servers 3 may be provided, and files may be distributed between each server 3 and the plurality of clients 5. For example, one server 3 distributes a file to hundreds of clients 5. Furthermore, by providing several servers 3, the file can be distributed to 1000 or more clients 5.

上記のように、本実施の形態のファイル配信システム1は、ファイル転送サーバ機能をクライアント5にも実装させ、センタ側のサーバ3からの指示によってクライアント5間でのファイル転送機能を実現している。各クライアント5へのファイル提供源の制御はサーバ3が一括して行うが、配信データは、クライアント5がサーバ3に代わって配信できる。   As described above, the file distribution system 1 according to the present embodiment also implements the file transfer function between the clients 5 by mounting the file transfer server function on the client 5 and by an instruction from the server 3 on the center side. . Although the server 3 collectively controls the file providing source to each client 5, the distribution data can be distributed by the client 5 on behalf of the server 3.

本実施の形態のように1台のサーバ3に多数のクライアント5がネットワーク経由で接続されるような大規模システムにおいては、ファイル配信を効率化するメリットは大きい。そして、ファイル配信をセンタ側だけに頼らず、一時的にクライアント5もサーバ化することによって、配信効率を飛躍的に高められる。   In a large-scale system in which a large number of clients 5 are connected to one server 3 via a network as in the present embodiment, the merit of improving file distribution efficiency is great. Then, the distribution efficiency can be dramatically increased by making the client 5 a server temporarily without relying only on the center side for file distribution.

また、本実施の形態では、サーバ3が転送元と要求元の関係を制御しており、したがって、従来のキャッシュサーバ方式と異なり、基本的にはセンタ側主導のプッシュ方式による配信が行われており、サーバ3の管理下で各クライアント5への配信が適切に行われる。   Further, in this embodiment, the server 3 controls the relationship between the transfer source and the request source. Therefore, unlike the conventional cache server method, the distribution is basically performed by the push method led by the center side. Therefore, distribution to each client 5 is appropriately performed under the management of the server 3.

図9は、配信管理部32で処理される配信管理テーブルの例を示している。図9の配信管理テーブルは、各クライアント5の接続状態関係の表で構成されている。配信管理テーブルは、クライアント一覧のデータであり、配信状態(完了/未完了)の管理に使用される。さらに、配信管理テーブルは、下記に説明するように、各クライアント5の転送能力の有無も記憶したクライアント一覧であり、各クライアント5の転送元を決定し制御する処理にも使用される。   FIG. 9 shows an example of a distribution management table processed by the distribution management unit 32. The distribution management table in FIG. 9 is composed of a connection state relationship table of each client 5. The distribution management table is data of a client list and is used for managing a distribution state (completed / uncompleted). Further, as will be described below, the distribution management table is a client list in which the presence / absence of transfer capability of each client 5 is also stored, and is used for processing for determining and controlling the transfer source of each client 5.

図9において、クライアントIDは、各クライアント5に付けられたIDである。この例では、5つのクライアントがCL1〜CL5で表されている。クライアントIDとともに各クライアント5のIPアドレスが記憶されている。   In FIG. 9, the client ID is an ID given to each client 5. In this example, five clients are represented by CL1 to CL5. The IP address of each client 5 is stored together with the client ID.

また、「転送可否」は、ファイル転送の可否のデータである。ここでは、一部のクライアント5がファイル転送機能(クライアントファイル転送制御部53)を備えている場合が想定されている。クライアント5がファイル転送機能を有する場合、「転送可否」が「可能」である。図9の例では、CL1、2、3が、ファイル転送可能であり、CL4、CL5が、転送不可能である。   “Transferability” is data indicating whether file transfer is possible. Here, it is assumed that some clients 5 have a file transfer function (client file transfer control unit 53). When the client 5 has a file transfer function, “transfer possibility” is “possible”. In the example of FIG. 9, CL1, 2, and 3 can transfer files, and CL4 and CL5 cannot.

また、「配信状態」は、各クライアント5への配信が完了したか、未完了かのデータである。「配信状態」は、ファイル転送完了通知を転送完了通知受信部323が受信したときに、配信状態更新部324によって「未完了」から「完了」に書き換えられる。図9の例では、CL1、2、3の転送が完了しており、CL4、CL5の転送が未完了である。   The “distribution status” is data indicating whether the distribution to each client 5 is completed or not. The “distribution status” is rewritten from “incomplete” to “completed” by the distribution status update unit 324 when the transfer completion notification receiving unit 323 receives the file transfer completion notification. In the example of FIG. 9, the transfer of CL1, 2, and 3 has been completed, and the transfer of CL4 and CL5 has not been completed.

また、「配信指示」は、どのクライアント5からどのクライアント5へファイルを転送したかを記録するデータである。この例では、転送元のクライアント5の「配信指示」に、転送先(要求元)のクライアント5が記録される。「配信指示」は、図3の配信管理部32における転送元決定部321により、転送元を決定したときに記録される。図9の例では、CL1がCL2の転送元である。したがって、配信管理部32の配信指示送信部322は、CL2へ、CL1のアドレスを含む配信指示を送る。同様に、CL2がCL4の転送元であり、CL3がCL5の転送元である。図の例には、CL1、CL3の転送元が無い。これは、CL1、CL3がサーバ本体から直接ファイル転送を受けることを示している。   The “delivery instruction” is data for recording which client 5 has transferred the file to which client 5. In this example, the transfer destination (request source) client 5 is recorded in the “distribution instruction” of the transfer source client 5. The “distribution instruction” is recorded when the transfer source is determined by the transfer source determination unit 321 in the distribution management unit 32 of FIG. In the example of FIG. 9, CL1 is the transfer source of CL2. Therefore, the distribution instruction transmission unit 322 of the distribution management unit 32 sends a distribution instruction including the address of CL1 to CL2. Similarly, CL2 is the transfer source of CL4, and CL3 is the transfer source of CL5. In the illustrated example, there is no transfer source of CL1 and CL3. This indicates that CL1 and CL3 receive file transfer directly from the server body.

図10は、ファイル配信の進行に伴う配信管理テーブルの変化を示している。図10の上段は、ファイル配信が開始する前の状態を示している。すべてのクライアント5の「配信状態」が「未完了」であり、「配信指示」が「なし」である。この状態から、配信管理部32は、「配信状態」が「未完了」のクライアント5を順次選択する。そして、配信管理部32は、選択したクライアント5に、サーバ本体またはファイル転送が可能なクライアント5からファイル転送を受けさせる。   FIG. 10 shows changes in the distribution management table accompanying the progress of file distribution. The upper part of FIG. 10 shows a state before file distribution starts. The “distribution status” of all the clients 5 is “incomplete” and the “distribution instruction” is “none”. From this state, the distribution management unit 32 sequentially selects the clients 5 whose “distribution state” is “incomplete”. Then, the distribution management unit 32 causes the selected client 5 to receive the file transfer from the server body or the client 5 that can transfer the file.

図10の中段では、CL1へファイルが転送され、配信状態が完了に変わっている。より詳細には、配信管理部32は、サーバ本体のアドレスを含む配信指示をCL1に送り、CL1がサーバ3のサーバファイル転送制御部33からファイルを受信して、ファイル転送完了通知をファイル配信管理部32に送り、ファイル配信管理部32がCL1の「配信状態」を「完了」に更新している。   In the middle part of FIG. 10, the file is transferred to CL1, and the distribution state is changed to complete. More specifically, the distribution management unit 32 sends a distribution instruction including the address of the server body to CL1, CL1 receives the file from the server file transfer control unit 33 of the server 3, and sends a file transfer completion notification to the file distribution management. The file distribution management unit 32 updates the “distribution status” of CL1 to “completed”.

さらに、配信管理部32は、CL1をCL2の転送元に設定している。これにより、図9の中段では、CL1の「配信指示」にCL2が記録されている。配信管理部32は、CL2にCL1のアドレスを通知し、CL1からファイルを取得させる。   Further, the distribution management unit 32 sets CL1 as the transfer source of CL2. Thereby, in the middle part of FIG. 9, CL2 is recorded in the “distribution instruction” of CL1. The distribution management unit 32 notifies CL2 of the address of CL1 and causes the file to be acquired from CL1.

このような処理が繰り返され、順次、配信未完了のクライアント5が選択され、転送元が決定され、ファイル配信が行われる。図10の下段は、図9と同様の状態を示している。すなわち、CL1、2、3まで配信が完了しており、CL4、CL5の転送元としてCL2、3が指定され、CL4、CL5のファイル転送完了通知が待たれている。   Such processing is repeated, and the undelivered client 5 is sequentially selected, the transfer source is determined, and file distribution is performed. The lower part of FIG. 10 shows a state similar to FIG. That is, the distribution has been completed up to CL1, 2, and 3, CL2 and CL5 are designated as the transfer source of CL4 and CL5, and the file transfer completion notification of CL4 and CL5 is awaited.

次に、本実施の形態において、各要求元クライアントに対する転送元を決定するためのさらに好適な構成を説明する。この構成では、サーバ3のファイル配信管理部32が、サーバ3およびクライアント5の個々の組合せにおける通信効率のデータを記憶しており、通信効率データに基づき転送元サーバまたは転送元クライアントを決定する。   Next, in the present embodiment, a more preferable configuration for determining a transfer source for each request source client will be described. In this configuration, the file distribution management unit 32 of the server 3 stores communication efficiency data for each combination of the server 3 and the client 5, and determines a transfer source server or a transfer source client based on the communication efficiency data.

図11(a)は配信関係表である。このテーブルは、サーバ、クライアント間の接続関係とその通信効率の一覧である。表中の数値が、2点間の通信効率を数値化して示している。通信効率は2点間の通信速度の大小を表している。この例では、数値が大きいほど、通信速度が大きく、効率がよい。また、「0」は到達不可能を示している。図示のように、接続関係表の上側半分と下側半分での評価値は同じであり、すなわち接続関係表は対角線を中心に線対称である。これは、双方向の通信効率が同じだからである。しかし、ADSLなどの非対称な通信速度を持つ回線の場合には、双方向の通信効率も異なって設定される。   FIG. 11A is a distribution relation table. This table is a list of connection relationships between servers and clients and their communication efficiency. The numerical values in the table indicate the communication efficiency between two points in numerical form. Communication efficiency represents the magnitude of the communication speed between two points. In this example, the larger the numerical value, the higher the communication speed and the higher the efficiency. “0” indicates unreachable. As shown in the figure, the evaluation values in the upper half and the lower half of the connection relationship table are the same, that is, the connection relationship table is line-symmetric about the diagonal line. This is because the bidirectional communication efficiency is the same. However, in the case of a line having an asymmetric communication speed such as ADSL, the bidirectional communication efficiency is also set differently.

配信管理部32は、このような図11(a)の配信関係表を、図11(b)の転送可否のデータと共に記憶している。図11(b)の「転送可否」は、図9の同データに相当する。   The distribution management unit 32 stores such a distribution relation table in FIG. 11A together with transfer enable / disable data in FIG. 11B. “Transferability” in FIG. 11B corresponds to the same data in FIG.

配信管理部32の転送元決定部321は、上記の配信関係表を参照して、転送元のサーバ3またはクライアント5を決定する。図12は、最初にCL1の転送元を決定する処理を例示している。転送元決定部321は、サーバから到達可能であって、通信効率が高いクライアントとして、CL1を選択する(サーバ3とCL1の通信効率が、サーバ3とCL2の通信効率より高い)。そして、配信管理部32は、CL1を要求元クライアントとし、サーバ本体を転送元サーバとして、ファイル転送を行う。このような処理が繰り返され、通信効率が高い接続が優先的に選択される。これにより、全体の配信効率も向上できる。なお、図11および図12では3つのクライアントしか示されていないが、実際にはより多くのクライアントが設けられてよいことはもちろんである。   The transfer source determining unit 321 of the distribution managing unit 32 determines the transfer source server 3 or the client 5 with reference to the distribution relation table. FIG. 12 illustrates a process of first determining the transfer source of CL1. The transfer source determination unit 321 selects CL1 as a client that is reachable from the server and has high communication efficiency (the communication efficiency between the server 3 and CL1 is higher than the communication efficiency between the server 3 and CL2). Then, the distribution management unit 32 performs file transfer using CL1 as the request source client and the server body as the transfer source server. Such processing is repeated, and a connection with high communication efficiency is preferentially selected. Thereby, the overall distribution efficiency can also be improved. Although only three clients are shown in FIGS. 11 and 12, it is a matter of course that more clients may be provided.

次に、転送元決定のための構成の別の例を説明する。ここでは、上記の通信効率に加えて最大同時接続数が考慮される。図13は、本実施の形態で用いられる接続関係表を示している。図示のように、図11の接続関係表に、サーバ3および各クライアント5の最大接続数(同時接続数)が追加されている。最大接続数は、機器によって異なっている。CL3は、ファイル転送機能を持たないので(ファイル転送が不可能)、最大接続数も0である。配信管理部32の転送元決定部321は、最大接続数を参照し、最大接続数の範囲で転送元を決定する。   Next, another example of the configuration for determining the transfer source will be described. Here, in addition to the above communication efficiency, the maximum number of simultaneous connections is considered. FIG. 13 shows a connection relation table used in the present embodiment. As shown in the figure, the maximum number of connections (the number of simultaneous connections) of the server 3 and each client 5 is added to the connection relation table of FIG. The maximum number of connections varies depending on the device. Since CL3 does not have a file transfer function (file transfer is impossible), the maximum number of connections is also zero. The transfer source determination unit 321 of the distribution management unit 32 refers to the maximum connection number and determines the transfer source within the range of the maximum connection number.

図14は、通信効率と共に同時接続数を考慮した転送元決定処理を示している。まず、サーバ3から到達可能であり通信効率が高いCL1が選択され、CL1の転送元にサーバ本体が設定される。サーバ3の最大接続数が1なので、1つのクライアントが選ばれている。そして、サーバ3からCL1への配信が完了し、ファイル転送完了通知がサーバ3に受信されている。図では、CL1の完了が記録されている。   FIG. 14 shows a transfer source determination process considering the number of simultaneous connections as well as the communication efficiency. First, CL1 that is reachable from the server 3 and has high communication efficiency is selected, and the server body is set as the transfer source of CL1. Since the maximum number of connections of the server 3 is 1, one client is selected. Then, the distribution from the server 3 to CL1 is completed, and the file transfer completion notification is received by the server 3. In the figure, completion of CL1 is recorded.

次に、CL1から到達可能で通信効率が高いCL3、CL4が選択される。CL1の最大接続数が2である。すなわち、CL3、CL4は、CL1の最大接続数の範囲内である。そこで、CL3、CL4の転送元にCL1が設定される。そして、CL2、CL3に同時に、CL1のアドレスを含む配信指示が発行される。   Next, CL3 and CL4 that are reachable from CL1 and have high communication efficiency are selected. The maximum number of connections of CL1 is 2. That is, CL3 and CL4 are within the range of the maximum number of connections of CL1. Therefore, CL1 is set as the transfer source of CL3 and CL4. At the same time, a distribution instruction including the address of CL1 is issued to CL2 and CL3.

サーバ3は、さらに、サーバ自身からの直接配信を続けようとする。しかし、CL2、CL3に既に配信指示を発行しているので、配信指示の対象がなくなっており、したがって、サーバ3からの直接配信は終了となる。なお、図13および図14では3つのクライアントしか示されていないが、実際にはより多くのクライアントが設けられてよいことはもちろんである。   Further, the server 3 tries to continue the direct delivery from the server itself. However, since the distribution instruction has already been issued to CL2 and CL3, there is no distribution instruction target, and the direct distribution from the server 3 is ended. Although only three clients are shown in FIGS. 13 and 14, it is a matter of course that more clients may be provided.

以上に、本発明の実施の形態に係るファイル配信システム1について説明した。本実施の形態によれば、クライアント5にファイル転送制御部53が設けられる。すなわち、サーバ3だけでなくクライアント5にもファイル転送サーバの機能が備えられる。クライアント5が他のクライアント5にファイルを転送するので、配信効率が向上する。また、サーバ3のファイル配信管理部32は、転送元サーバまたは転送元クライアントを含む配信指示を各クライアント5に送信する。これにより、サーバ3は、どの機器からどの機器へファイルを転送するかといったファイル転送の要求元と転送元の関係を制御することができ、ファイル配信を管理できる。このようにして、クライアント5へのファイル配信を管理しつつ、配信効率を好適に向上できる。   The file distribution system 1 according to the embodiment of the present invention has been described above. According to the present embodiment, the file transfer control unit 53 is provided in the client 5. That is, not only the server 3 but also the client 5 has the function of a file transfer server. Since the client 5 transfers the file to the other client 5, the distribution efficiency is improved. Further, the file distribution management unit 32 of the server 3 transmits a distribution instruction including the transfer source server or the transfer source client to each client 5. As a result, the server 3 can control the relationship between the file transfer request source and the transfer source, such as from which device the file is transferred to which device, and can manage file distribution. In this way, distribution efficiency can be suitably improved while managing file distribution to the client 5.

また、本実施の形態では、要求元クライアントが転送元サーバまたは転送元クライアントから配信ファイルを受信すると、ファイル転送完了通知が要求元クライアントからサーバ3へと送られ、サーバ3で配信管理テーブルが更新される。ファイル転送完了通知がサーバ3に送られるので、サーバ3は、ファイル転送完了通知を収集して配信管理テーブルを更新でき、配信状態を好適に管理できる。   In this embodiment, when the request source client receives the distribution file from the transfer source server or the transfer source client, a file transfer completion notification is sent from the request source client to the server 3, and the distribution management table is updated by the server 3. Is done. Since the file transfer completion notification is sent to the server 3, the server 3 can collect the file transfer completion notification and update the distribution management table, and can suitably manage the distribution state.

また、本実施の形態では、図11を用いて説明したように、ファイル配信管理部32が、サーバ3および複数のクライアント5の個々の組合せにおける通信効率のデータを記憶しており、通信効率データに基づき、通信効率に応じて各クライアント5に対する転送元サーバまたは転送元クライアントを決定している。この構成により、配信効率データに基づいて通信効率が高くなるように転送元サーバまたは転送元クライアントを決定することにより、配信効率を向上できる。   In the present embodiment, as described with reference to FIG. 11, the file delivery management unit 32 stores communication efficiency data for each combination of the server 3 and the plurality of clients 5. The transfer source server or transfer source client for each client 5 is determined based on the communication efficiency. With this configuration, it is possible to improve the distribution efficiency by determining the transfer source server or the transfer source client so that the communication efficiency becomes high based on the distribution efficiency data.

また、本実施の形態では、図13を用いて瀬つめしたように、ファイル配信管理部32が、サーバ3およびクライアント5の個々の同時接続数データを記憶しており、同時接続数データに基づき、同時接続数に応じて転送元サーバまたは転送元クライアントを決定する。この構成により、同時接続数データに基づいて同時接続数の範囲で転送元サーバまたは転送元クライアントを決定することにより、同時配信を活用して高い配信効率が得られる。   In the present embodiment, the file distribution management unit 32 stores the individual simultaneous connection number data of the server 3 and the client 5 as shown in FIG. 13, and based on the simultaneous connection number data. The transfer source server or transfer source client is determined according to the number of simultaneous connections. With this configuration, by determining the transfer source server or the transfer source client within the range of the simultaneous connection number based on the simultaneous connection number data, high distribution efficiency can be obtained by utilizing simultaneous distribution.

以上に本発明の好適な実施の形態を説明した。しかし、本発明は上述の実施の形態に限定されず、当業者が本発明の範囲内で上述の実施の形態を変形可能なことはもちろんである。   The preferred embodiments of the present invention have been described above. However, the present invention is not limited to the above-described embodiments, and it goes without saying that those skilled in the art can modify the above-described embodiments within the scope of the present invention.

以上のように、本発明にかかるファイル配信システムは、サーバだけでなくクライアントにもファイル転送機能を持たせるとともに、ファイル転送の要求元と転送元の関係をサーバが制御しており、これにより、クライアントへのファイル配信をサーバ側で管理しつつ、配信効率を好適に向上できるという効果を有し、例えば、映像コンテンツの大規模ファイル配信システム等として有用である。   As described above, in the file distribution system according to the present invention, not only the server but also the client has a file transfer function, and the server controls the relationship between the request source and the transfer source of the file transfer. While managing the file distribution to the client on the server side, it has an effect that the distribution efficiency can be suitably improved. For example, it is useful as a large-scale file distribution system for video contents.

本発明の実施の形態におけるファイル配信システムを示す図The figure which shows the file delivery system in embodiment of this invention ファイル配信システムのサーバの構成を示す図The figure which shows the structure of the server of the file distribution system ファイル配信システムのクライアントの構成を示す図Diagram showing the configuration of the client of the file delivery system ファイル配信システムにおけるファイル配信処理を示す図The figure which shows the file delivery processing in the file delivery system ファイル配信システムにおけるファイル配信処理を示す図The figure which shows the file delivery processing in the file delivery system ファイル配信システムにおけるファイル配信処理を示す図The figure which shows the file delivery processing in the file delivery system ファイル配信システムにおけるファイル配信処理を示す図The figure which shows the file delivery processing in the file delivery system ファイル配信システムにおけるファイル配信処理を示す図The figure which shows the file delivery processing in the file delivery system 配信管理テーブルの例を示す図The figure which shows the example of a delivery management table 配信管理テーブルを用いた配信処理を示す図The figure which shows the delivery process using a delivery management table (a)接続関係表の例を示す図 (b)転送可否表の例を示す図(A) Diagram showing an example of a connection relation table (b) Diagram showing an example of a transfer availability table 接続関係表を用いた配信処理を示す図Diagram showing distribution process using connection relation table 最大接続数を含む接続関係表の例を示す図Diagram showing an example of a connection relationship table that includes the maximum number of connections 接続関係表を用いた配信処理を示す図Diagram showing distribution process using connection relation table 従来のファイル配信システムを示す図Diagram showing a conventional file distribution system 従来のファイル配信処理を示す図The figure which shows the conventional file delivery processing

符号の説明Explanation of symbols

1 ファイル配信システム
3 サーバ
5 クライアント
31 サーバファイル記憶部
32 ファイル配信管理部
33 サーバファイル転送制御部
51 配信処理部
52 クライアントファイル記憶部
53 クライアントファイル転送制御部
321 転送元決定部
322 配信指示送信部
323 転送完了通知受信部
324 配信状態更新部
325 配信管理テーブル記憶部
DESCRIPTION OF SYMBOLS 1 File delivery system 3 Server 5 Client 31 Server file memory | storage part 32 File delivery management part 33 Server file transfer control part 51 Delivery processing part 52 Client file memory | storage part 53 Client file transfer control part 321 Transfer source determination part 322 Delivery instruction | indication transmission part 323 Transfer completion notification receiving unit 324 Distribution status update unit 325 Distribution management table storage unit

Claims (8)

サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムにおいて、
前記サーバは、
前記配信ファイルを記憶するサーバファイル記憶部と、
各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するファイル配信管理部と、
前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じて前記サーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するサーバファイル転送制御部とを備え、
前記クライアントは、
前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信する配信処理部と、
前記配信処理部が受信した配信ファイルを記憶するクライアントファイル記憶部と、
前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じて前記クライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するクライアントファイル転送制御部とを備えたことを特徴とするファイル配信システム。
In a file distribution system that distributes distribution files from a server to multiple clients,
The server
A server file storage unit for storing the delivery file;
A file distribution management unit that transmits a distribution instruction including a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client; and
A server file transfer control unit for transferring the distribution file read from the server file storage unit to the request source client in response to the file transfer request received from the request source client in order to realize the function of the transfer source server; With
The client
In order to realize the function of the request source client, a distribution processing unit that transmits the file transfer request to the transfer source server or the transfer source client included in the distribution instruction received from the server and receives the distribution file;
A client file storage unit for storing a distribution file received by the distribution processing unit;
Client that transfers the distribution file read from the client file storage unit to the request source client in response to the file transfer request received from another client as the request source client in order to realize the function of the transfer source client A file delivery system comprising a file transfer control unit.
前記クライアントの前記配信処理部は、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントから配信ファイルを受信すると、ファイル転送完了通知を前記サーバに送信し、
前記サーバの前記ファイル配信管理部は、
前記複数のクライアントへの配信状態を記録した配信管理テーブルを記憶する配信管理テーブル記憶部と、
各クライアントが前記要求元クライアントとしてファイル転送要求を送信すべき前記転送元サーバまたは前記転送元クライアントを決定する転送元決定部と、
前記転送元決定部により決定された前記転送元サーバまたは前記転送元クライアントを含んだ配信指示を前記要求元クライアントに送信する配信指示送信部と、
前記要求元クライアントから前記ファイル転送完了通知を受信する転送完了通知受信部と、
前記ファイル転送完了通知が受信されると前記配信管理テーブルの配信状態を更新する配信状態更新部と、
を備えたことを特徴とする請求項1に記載のファイル配信システム。
When the distribution processing unit of the client receives the distribution file from the transfer source server or the transfer source client included in the distribution instruction received from the server, the file transfer completion notification is transmitted to the server,
The file delivery management unit of the server is
A distribution management table storage unit for storing a distribution management table that records distribution states to the plurality of clients;
A transfer source determination unit that determines the transfer source server or the transfer source client to which each client should send a file transfer request as the request source client;
A distribution instruction transmission unit that transmits a distribution instruction including the transfer source server or the transfer source client determined by the transfer source determination unit to the request source client;
A transfer completion notification receiver for receiving the file transfer completion notification from the requesting client;
A delivery status update unit that updates the delivery status of the delivery management table when the file transfer completion notification is received;
The file distribution system according to claim 1, further comprising:
前記サーバの前記ファイル配信管理部は、前記サーバおよび前記複数のクライアントの個々の組合せにおける通信効率データを記憶しており、前記通信効率データに基づき、前記通信効率に応じて各クライアントに対する前記転送元サーバまたは前記転送元クライアントを決定することを特徴とする請求項1または2に記載のファイル配信システム。   The file delivery management unit of the server stores communication efficiency data in each combination of the server and the plurality of clients, and based on the communication efficiency data, the transfer source for each client according to the communication efficiency 3. The file delivery system according to claim 1, wherein a server or the transfer source client is determined. 前記サーバの前記ファイル配信管理部は、前記サーバおよび前記クライアントの個々の同時接続数データを記憶しており、前記同時接続数データに基づき、前記同時接続数に応じて前記転送元サーバまたは前記転送元クライアントを決定することを特徴とする請求項1ないし3のいずれかに記載のファイル配信システム。   The file distribution management unit of the server stores individual simultaneous connection number data of the server and the client, and based on the simultaneous connection number data, the transfer source server or the transfer according to the simultaneous connection number 4. The file delivery system according to claim 1, wherein an original client is determined. 複数のクライアントへ配信ファイルを配信するファイル配信サーバ装置であって、
前記配信ファイルを記憶するサーバファイル記憶部と、
各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するファイル配信管理部と、
前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じて前記サーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するサーバファイル転送制御部と、
を備えたことを特徴とするファイル配信サーバ装置。
A file distribution server device that distributes distribution files to a plurality of clients,
A server file storage unit for storing the delivery file;
A file distribution management unit that transmits a distribution instruction including a transfer source server or a transfer source client to which each client should transmit a file transfer request as a request source client; and
A server file transfer control unit for transferring the distribution file read from the server file storage unit to the request source client in response to the file transfer request received from the request source client in order to realize the function of the transfer source server; ,
A file delivery server device comprising:
サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムを構成するファイル配信クライアント装置であって、
前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信することによりファイル配信の要求元クライアントの機能を実現する配信処理部と、
前記配信処理部が受信した配信ファイルを記憶するクライアントファイル記憶部と、
前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じて前記クライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送することによりファイル配信の転送元クライアントの機能を実現するクライアントファイル転送制御部と、
を備えたことを特徴とするファイル配信クライアント装置。
A file delivery client device constituting a file delivery system for delivering a delivery file from a server to a plurality of clients,
A distribution processing unit that realizes the function of a file distribution request source client by transmitting the file transfer request to the transfer source server or transfer source client included in the distribution instruction received from the server and receiving the distribution file; ,
A client file storage unit for storing a distribution file received by the distribution processing unit;
The function of the transfer source client for file distribution is realized by transferring the distribution file read from the client file storage unit to the request source client in response to the file transfer request received from another client as the request source client A client file transfer control unit,
A file delivery client device comprising:
サーバから複数のクライアントへ配信ファイルを配信するファイル配信方法であって、
前記サーバから、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するステップと、
前記クライアントが、前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信するステップと、
前記サーバが、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じてサーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、
前記クライアントが、前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じてクライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、
を有することを特徴とするファイル配信方法。
A file delivery method for delivering a delivery file from a server to a plurality of clients,
Transmitting from the server a delivery instruction including a transfer source server or a transfer source client to which each client should send a file transfer request as a request source client; and
The client transmitting the file transfer request to the transfer source server or transfer source client included in the distribution instruction received from the server and receiving the distribution file in order to realize the function of the request source client; ,
Transferring the distribution file read from a server file storage unit to the request source client in response to the file transfer request received from the request source client in order for the server to realize the function of the transfer source server;
In order for the client to realize the function of the transfer source client, the distribution file read from the client file storage unit in response to the file transfer request received from another client as the request source client is sent to the request source client. A transfer step;
A file delivery method characterized by comprising:
サーバから複数のクライアントへ配信ファイルを配信するファイル配信システムで実行されるプログラムであって、
前記サーバから、各クライアントが要求元クライアントとしてファイル転送要求を送信すべき転送元サーバまたは転送元クライアントを含む配信指示を前記要求元クライアントに送信するステップと、
前記クライアントが、前記要求元クライアントの機能を実現するため、前記サーバから受信した配信指示に含まれた転送元サーバまたは転送元クライアントに前記ファイル転送要求を送信して前記配信ファイルを受信するステップと、
前記サーバが、前記転送元サーバの機能を実現するため、前記要求元クライアントから受信した前記ファイル転送要求に応じてサーバファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、
前記クライアントが、前記転送元クライアントの機能を実現するため、前記要求元クライアントとしての他のクライアントから受信した前記ファイル転送要求に応じてクライアントファイル記憶部から読み出した前記配信ファイルを前記要求元クライアントに転送するステップと、
を前記ファイル配信システムに実行させることを特徴とするプログラム。
A program executed by a file distribution system for distributing a distribution file from a server to a plurality of clients,
Transmitting from the server a delivery instruction including a transfer source server or a transfer source client to which each client should send a file transfer request as a request source client; and
The client transmitting the file transfer request to the transfer source server or transfer source client included in the distribution instruction received from the server and receiving the distribution file in order to realize the function of the request source client; ,
Transferring the distribution file read from a server file storage unit to the request source client in response to the file transfer request received from the request source client in order for the server to realize the function of the transfer source server;
In order for the client to realize the function of the transfer source client, the distribution file read from the client file storage unit in response to the file transfer request received from another client as the request source client is sent to the request source client. A transfer step;
Is executed by the file distribution system.
JP2005199562A 2005-07-08 2005-07-08 File distribution system Withdrawn JP2007018294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005199562A JP2007018294A (en) 2005-07-08 2005-07-08 File distribution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005199562A JP2007018294A (en) 2005-07-08 2005-07-08 File distribution system

Publications (1)

Publication Number Publication Date
JP2007018294A true JP2007018294A (en) 2007-01-25

Family

ID=37755411

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005199562A Withdrawn JP2007018294A (en) 2005-07-08 2005-07-08 File distribution system

Country Status (1)

Country Link
JP (1) JP2007018294A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009134389A (en) * 2007-11-29 2009-06-18 Sony Corp Distribution server, content distribution method in distribution server, booster server and content distribution method in the same booster server
JP2014059706A (en) * 2012-09-18 2014-04-03 Nec System Technologies Ltd Data distribution system and data distribution method therein, relay management device and control method and control program thereof, and client device and control method and control program thereof
JP2014120045A (en) * 2012-12-18 2014-06-30 Saxa Inc Update information distribution system and distribution management server device
JP2017199163A (en) * 2016-04-26 2017-11-02 京セラドキュメントソリューションズ株式会社 Electronic apparatus system and firmware update management program
US11039188B2 (en) 2017-11-06 2021-06-15 Sharp Kabushiki Kaisha Content distribution system and content distribution apparatus

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009134389A (en) * 2007-11-29 2009-06-18 Sony Corp Distribution server, content distribution method in distribution server, booster server and content distribution method in the same booster server
US8825807B2 (en) 2007-11-29 2014-09-02 Sony Corporation Delivery server, content delivery method of delivery server, booster server, content delivery method of booster server
JP2014059706A (en) * 2012-09-18 2014-04-03 Nec System Technologies Ltd Data distribution system and data distribution method therein, relay management device and control method and control program thereof, and client device and control method and control program thereof
JP2014120045A (en) * 2012-12-18 2014-06-30 Saxa Inc Update information distribution system and distribution management server device
JP2017199163A (en) * 2016-04-26 2017-11-02 京セラドキュメントソリューションズ株式会社 Electronic apparatus system and firmware update management program
US11039188B2 (en) 2017-11-06 2021-06-15 Sharp Kabushiki Kaisha Content distribution system and content distribution apparatus

Similar Documents

Publication Publication Date Title
CN101406060A (en) Time-delay video downloading service by using P2P content distribution network
US7734734B2 (en) Document shadowing intranet server, memory medium and method
JP4670604B2 (en) Information distribution system, information processing apparatus, information processing program, and information processing method
JP2003505760A5 (en)
JP6301413B2 (en) Data transmission control method and apparatus
JP2007018294A (en) File distribution system
RU2008132332A (en) METHOD AND SYSTEM OF INTERACTIVE ELECTRONIC ACTION OF THE DESK
CN102420863A (en) Rapid file distribution system, method thereof and apparatus thereof
JP4288525B2 (en) File sharing system and file sharing method
JP4815547B2 (en) Data synchronization system, data synchronization method, and synchronization management server
JP2004213533A (en) Screen reception device, screen delivery device, screen information transmission/reception system, screen reception method, screen delivery method and program therefor
CN109120556B (en) A kind of method and system of cloud host access object storage server
CN108737161B (en) Real-time data bus management method and system for intelligent agent cooperation system
JP2008029363A (en) Game system, game terminal and server device
JP4729549B2 (en) Load control method, apparatus and program
JP2011118593A (en) Data transfer server, data transfer system, data transfer method, and program
JP2007272540A (en) Data distributing method and data distributing system
JP2008262290A (en) Communication apparatus, network system, communication method, and program
JP2007207013A (en) Information processor and information sharing program
JP2005309519A (en) Telegram relay program and device
KR100817250B1 (en) Data transfer method and the system, and the store device which records a method
JP4784099B2 (en) Program distribution apparatus and method, program distribution program, and program distribution system
JP2007251283A (en) Dns server device, request message processing method, and request message processing program
JP2006277675A (en) Data processor, data processing server, data processing system, and data processing program
JP2001331398A (en) Server-managing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080630

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20100414