JP6827012B2 - Content download system, content download method and computer program for content download - Google Patents

Content download system, content download method and computer program for content download Download PDF

Info

Publication number
JP6827012B2
JP6827012B2 JP2018082322A JP2018082322A JP6827012B2 JP 6827012 B2 JP6827012 B2 JP 6827012B2 JP 2018082322 A JP2018082322 A JP 2018082322A JP 2018082322 A JP2018082322 A JP 2018082322A JP 6827012 B2 JP6827012 B2 JP 6827012B2
Authority
JP
Japan
Prior art keywords
download
file
content
speed
server
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.)
Active
Application number
JP2018082322A
Other languages
Japanese (ja)
Other versions
JP2019191812A5 (en
JP2019191812A (en
Inventor
真也 高見
真也 高見
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.)
BOOK WALKER CO., LTD.
Original Assignee
BOOK WALKER 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 BOOK WALKER CO., LTD. filed Critical BOOK WALKER CO., LTD.
Priority to JP2018082322A priority Critical patent/JP6827012B2/en
Publication of JP2019191812A publication Critical patent/JP2019191812A/en
Publication of JP2019191812A5 publication Critical patent/JP2019191812A5/ja
Application granted granted Critical
Publication of JP6827012B2 publication Critical patent/JP6827012B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)

Description

本発明は、コンテンツファイルのダウンロードに適したサーバを選択し、コンテンツファイルをダウンロードするコンテンツ・ダウンロード・システム、コンテンツ・ダウンロード方法及びコンテンツ・ダウンロード用コンピュータプログラムに関するものである。 The present invention relates to a content download system for selecting a server suitable for downloading a content file and downloading the content file, a content download method, and a computer program for content download.

ネットワークを介して、電子雑誌,電子新聞,電子書籍等のコンテンツファイルや、動画を内容とするコンテンツファイルの配信が盛んに行われている。コンテンツ配信者は、多数のユーザからのコンテンツファイルのダウンロード要求(大規模アクセス)に対応するため、同じ内容のコンテンツファイルを予め複数のサーバやサーバ群(以下、単に「サーバ」という場合がある)に準備しておき、ユーザによるアクセスを複数のサーバやサーバ群に分散させる工夫をしている。 Content files such as electronic magazines, electronic newspapers, and electronic books, as well as content files containing moving images, are actively distributed via networks. In order to respond to content file download requests (large-scale access) from a large number of users, content distributors preliminarily use multiple servers or server groups (hereinafter, may simply be referred to as "servers") for content files with the same content. We have devised a way to distribute user access to multiple servers and server groups.

サーバ群によるコンテンツの配信には、いわゆるCDN(コンテンツ・デリバリ・ネットワーク(Content Delivery Network))を活用した配信も含まれる。CDNは、コンテンツファイルのコピー(キャッシュ)を大量のサーバ群で保持するクラウドサービスである。CDNを利用している場合、ユーザからコンテンツのダウンロード要求があり、キャッシュサーバにコンテンツファイルが存在しない場合には、キャッシュ・サーバは、オリジン・サーバ(Origin Server)からコンテンツファイルを取得し、定められた期間、コンテンツファイルのコピーであるキャッシュを保持しておく。他のユーザから同コンテンツのダウンロード要求があった場合には、オリジンサーバ及び/またはキャッシュサーバがダウンロード要求に対応するようになることで、大規模アクセスの分散が可能となる。なお、CDNについては、例えば、特表2004−507128号公報(特許文献1)、特表2006−502465号公報(特許文献2)等に開示されている。 Content distribution by a group of servers also includes distribution utilizing a so-called CDN (Content Delivery Network). CDN is a cloud service that holds copies (caches) of content files on a large number of servers. When using a CDN, if there is a content download request from the user and the content file does not exist on the cache server, the cache server acquires the content file from the origin server and is defined. Keep a cache that is a copy of the content file for a period of time. When there is a download request for the same content from another user, the origin server and / or the cache server responds to the download request, so that large-scale access can be distributed. The CDN is disclosed in, for example, Japanese Patent Application Laid-Open No. 2004-507128 (Patent Document 1), Japanese Patent Application Laid-Open No. 2006-502465 (Patent Document 2), and the like.

従来、コンテンツファイルのダウンロードに複数のサーバを併用する場合には、次の2つの手法が採用されている:
(i)ロードバランシングモデル
このモデルは、複数のサーバを同じドメインでDNS(ドメイン・ネーム・システム(Domain Name System))に登録し、DNS側でアクセスを自動的に振り分けて複数のサーバを利用するものである。このモデルでは、一部のサーバに障害が発生したり、パフォーマンスが低い場合は一部のユーザの利便性が損なわれる。また、DNSの障害によって全断が生じてしまう可能性がある:
(ii)バックアップモデル
このモデルは、デフォルトのサーバに障害が発生した場合に、アクセスをバックアップのサーバに自動的に切り替えるものである。
Conventionally, when multiple servers are used together to download content files, the following two methods have been adopted:
(i) Load balancing model In this model, multiple servers are registered in DNS (Domain Name System) in the same domain, and access is automatically distributed on the DNS side to use multiple servers. It is a thing. In this model, the convenience of some users is impaired if some servers fail or the performance is poor. Also, DNS failures can lead to total cuts:
(ii) Backup model This model automatically switches access to the backup server in the event of a failure of the default server.

これらの従来手法は、主に耐障害性の向上を目的としており、パフォーマンス(主にダウンロード速度)に課題がある。そこで、各ユーザにとって最適な、すなわち、ダウンロード速度の速いサーバを利用できるようにするために特開2014−96103号公報(特許文献3)に示されるような別のシステムの開発が行われている。 These conventional methods are mainly aimed at improving fault tolerance, and have problems in performance (mainly download speed). Therefore, in order to make it possible to use a server that is optimal for each user, that is, has a high download speed, another system as shown in Japanese Patent Application Laid-Open No. 2014-96103 (Patent Document 3) has been developed. ..

特許文献3に記載のシステムでは、複数のサーバのそれぞれに、予め、計測用データを用意しておき、コンテンツファイルのダウンロード開始前に、複数のサーバから計測用データをそれぞれダウンロードしてダウンロード速度を計測し、計測結果を比較する。そして、最もダウンロード速度が速かったサーバから、コンテンツファイルをダウンロードするようにしている。 In the system described in Patent Document 3, measurement data is prepared in advance for each of a plurality of servers, and measurement data is downloaded from the plurality of servers to reduce the download speed before the start of downloading the content file. Measure and compare the measurement results. Then, the content file is downloaded from the server with the fastest download speed.

特表2004−507128号公報Special Table 2004-507128 特表2006−502465号公報Special Table 2006-502465 特開2014−96103号公報Japanese Unexamined Patent Publication No. 2014-96103

しかしながら、特許文献3に記載のシステムでダウンロードする計測用データ自体はユーザには不要なデータである。すなわち、従来のシステムでは、ダウンロード速度を計測するために、ユーザにとって不必要なデータを複数ダウンロードする必要があるという課題がある。また、ダウンロード速度の計測結果、及び、比較結果が出るまでコンテンツファイルのダウンロードが開始されないため、コンテンツファイルのダウンロード開始までに遅延が生じるという課題もある。 However, the measurement data itself downloaded by the system described in Patent Document 3 is unnecessary data for the user. That is, in the conventional system, there is a problem that it is necessary to download a plurality of data unnecessary for the user in order to measure the download speed. Further, since the download of the content file is not started until the measurement result of the download speed and the comparison result are obtained, there is also a problem that a delay occurs until the download of the content file is started.

本発明の目的は、ユーザにとって不要なデータをダウンロードすることなく、遅延なくダウンロードを開始し、コンテンツファイルのダウンロードを速めることができるコンテンツ・ダウンロード・システム、コンテンツ・ダウンロード方法及びコンテンツ・ダウンロード用コンピュータプログラムを提供することにある。 An object of the present invention is a content download system, a content download method, and a computer program for content download that can start downloading without delay and accelerate the download of content files without downloading unnecessary data for the user. Is to provide.

本発明のコンテンツ・ダウンロード・システムは、同内容のコンテンツファイルを記憶した複数のサーバから、コンテンツファイルのダウンロードに適したサーバを選択し、コンテンツファイルをダウンロードするものである。また、コンテンツファイルは、コンテンツファイルを構成する一部ファイルと、一部ファイルよりもデータ量の大きい残部ファイルとから構成されたものを対象とする。 The content download system of the present invention selects a server suitable for downloading a content file from a plurality of servers that store the content file of the same content, and downloads the content file. Further, the content file is intended to be a file composed of a part of the content file and a rest file having a larger amount of data than the part of the file.

コンテンツ・ダウンロード・システムは、コンテンツ取得部と、速度計測部と、速度比較部と、サーバ切替指示部とを備えている。コンテンツ取得部は、切替指令に応じて、残部ファイルを複数のサーバに含まれる1つのサーバからダウンロードし、且つ、一部ファイルを複数のサーバに含まれる他の1つのサーバからダウンロードする。速度計測部は、一部ファイルのダウンロード速度を計測する。速度比較部は、速度計測部が計測した一部ファイルのダウンロード速度と、基準速度とを比較する。サーバ切替指示部は、速度比較部による比較の結果、一部ファイルのダウンロード速度が基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、他のコンテンツファイルの残部ファイルを他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えをコンテンツ取得部に指示する切替指令を出力する。 The content download system includes a content acquisition unit, a speed measurement unit, a speed comparison unit, and a server switching instruction unit. In response to the switching command, the content acquisition unit downloads the remaining files from one server included in the plurality of servers, and downloads some files from the other server included in the plurality of servers. The speed measurement unit measures the download speed of some files. The speed comparison unit compares the download speed of some files measured by the speed measurement unit with the reference speed. If the server switching instruction unit determines that the download speed of some files is faster than the reference speed as a result of comparison by the speed comparison unit, the next time another content file is downloaded, the remaining file of the other content file Outputs a switching command instructing the content acquisition unit to switch the download destination server so that the file is downloaded from another server.

このように、本発明のコンテンツ・ダウンロード・システムは、一部ファイルと残部ファイルのダウンロード先を分けておき、一部ファイルのダウンロード速度が基準速度を超えた場合に、次にコンテンツファイルをダウンロードする際に、一部ファイルのダウンロード先であるサーバから残部ファイルをダウンロードするようにダウンロード先を切り替えることで、ダウンロード速度が速かったサーバを利用してコンテンツファイルをダウンロードすることができる。多数のサーバの中から最もダウンロード速度の速いサーバからコンテンツファイルをダウンロードするわけではないが、相対的にダウンロード速度の速いサーバを利用してコンテンツファイルをダウンロードできるようになる。一部ファイルは、ユーザがダウンロードを希望しているデータの一部であり、ユーザに無駄なデータのダウンロードをさせることがない。また、一部ファイルも残部ファイルもダウンロードは開始されているため、ダウンロード開始が遅延することもない。 In this way, the content download system of the present invention separates the download destinations of some files and the rest of the files, and when the download speed of some files exceeds the reference speed, the content files are downloaded next. At that time, by switching the download destination so that the remaining files are downloaded from the server that is the download destination of some files, the content file can be downloaded using the server with the faster download speed. The content file is not downloaded from the server with the fastest download speed among many servers, but the content file can be downloaded using the server with the relatively fast download speed. Some files are part of the data that the user wants to download, and do not force the user to download unnecessary data. Moreover, since the download of some files and the rest of the files has started, the download start is not delayed.

なお、「ダウンロード速度」とは、コンテンツファイルのデータ量をダウンロードするのに要した時間で割った実測値(MbpsやMB/sで表される値)である。 The "download speed" is an actually measured value (value expressed in Mbps or MB / s) obtained by dividing the amount of data in the content file by the time required to download the content file.

切替指令には、他のコンテンツファイルの一部ファイルを他の1つのサーバ以外のサーバからダウンロードするようにダウンロード先のサーバの切り替えをコンテンツ取得部に指示する指令内容が含まれていることが好ましい。このようにすれば、他のコンテンツファイルをダウンロードする際にも、ダウンロード速度の計測・比較が可能になる。 It is preferable that the switching command includes the content of a command for instructing the content acquisition unit to switch the download destination server so that a part of the other content file is downloaded from a server other than the other server. .. In this way, it is possible to measure and compare the download speed even when downloading other content files.

基準速度の定め方は任意である。例えば、予め設定しておいた閾値でもよい。また、前のダウンロードにおいて、他のコンテンツファイルの一部ファイルを1つのサーバからダウンロードした際に、速度計測部が計測したダウンロード速度でもよい。このようにすれば、例えば最初にコンテンツファイルをダウンロードする際に1つのサーバのダウンロード速度を計測し、その後、他のコンテンツファイルをダウンロードする際に、基準速度(1つのサーバのダウンロード速度)と、他の1つのサーバのダウンロード速度を比較し、1つのサーバと他の1つのサーバのダウンロード速度を比較することができ、一部ファイルをダウンロードするサーバのダウンロード速度と、残部ファイルをダウンロードするサーバのダウンロード速度とを比較することができるようになる。 The method of determining the reference speed is arbitrary. For example, a preset threshold value may be used. Further, in the previous download, the download speed measured by the speed measuring unit when a part of the other content files is downloaded from one server may be used. In this way, for example, when downloading a content file for the first time, the download speed of one server is measured, and then when downloading another content file, the reference speed (download speed of one server) and You can compare the download speed of one other server and compare the download speed of one server with the other one, and the download speed of the server that downloads some files and the download speed of the server that downloads the rest of the files. You will be able to compare with the download speed.

速度比較部は、一部ファイルのダウンロード速度が基準速度よりも速いと判断した場合、ダウンロード速度を基準速度として記憶するようにしてもよい。このようにすれば、速いと判断されたサーバのダウンロード速度を基準にして、次のダウンロード速度の比較を行うことができるようになる。 When the speed comparison unit determines that the download speed of some files is faster than the reference speed, the speed comparison unit may store the download speed as the reference speed. In this way, the next download speed can be compared based on the download speed of the server judged to be fast.

コンテンツファイルの内容は任意であるが、例えば、電子雑誌,電子新聞,電子書籍等の電子出版物や、動画であってもよい。電子出版物の場合、電子出版物の多くは、各ページの内容の視認性を高めるため、各ページの画像を縮小させたサムネイル画像を含んでいる。そこで、このサムネイル画像を一部ファイルとし、残りを残部ファイルとすることができる。一般的にサムネイル画像は、数MB程度であるため、サーバのダウンロード速度を計測するのに適したファイルの大きさである。 The content of the content file is arbitrary, but may be, for example, an electronic publication such as an electronic magazine, an electronic newspaper, or an electronic book, or a moving image. In the case of electronic publications, many electronic publications include thumbnail images obtained by reducing the images of each page in order to improve the visibility of the contents of each page. Therefore, this thumbnail image can be used as a part of the file and the rest as the rest of the file. Generally, a thumbnail image is about several MB, so it is a file size suitable for measuring the download speed of a server.

本発明はコンテンツ・ダウンロード方法としても把握する(または表現する)ことができる。コンピュータを用いて、同内容のコンテンツファイルを記憶した複数のサーバから、コンテンツファイルのダウンロードに適したサーバを選択し、コンテンツファイルをダウンロードするコンテンツ・ダウンロード方法では、コンテンツファイルは、コンテンツファイルを構成する一部ファイルと、一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、切替指令に応じて、残部ファイルを複数のサーバに含まれる1つのサーバからダウンロードし、且つ、一部ファイルを複数のサーバに含まれる他の1つのサーバからダウンロードするダウンロードステップと、一部ファイルのダウンロード速度を計測する速度計測ステップと、速度計測ステップで計測した一部ファイルのダウンロード速度と、基準速度とを比較する速度比較ステップと、速度比較ステップによる比較の結果、一部ファイルのダウンロード速度が基準速度よりも速い場合、次に他のコンテンツファイルをダウンロードする際に、他のコンテンツファイルの残部ファイルを他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えを指示する切替指令を出力するサーバ切替指示ステップとをコンピュータが実行する。 The present invention can also be grasped (or expressed) as a content download method. In the content download method in which a computer is used to select a server suitable for downloading a content file from a plurality of servers that store the content file of the same content and the content file is downloaded, the content file constitutes the content file. It is composed of some files and the remaining files that have a larger amount of data than some files. In response to the switching command, the remaining files are downloaded from one server included in multiple servers, and some files are downloaded. Download step to download from another server included in multiple servers, speed measurement step to measure the download speed of some files, download speed of some files measured in the speed measurement step, and reference speed If the download speed of some files is faster than the reference speed as a result of the comparison between the speed comparison step and the speed comparison step, the remaining files of the other content files will be downloaded the next time another content file is downloaded. The computer executes a server switching instruction step that outputs a switching command instructing the switching of the download destination server so as to download from the other one server.

本発明はコンテンツ・ダウンロード用コンピュータプログラムとしても把握する(または表現する)ことができる。同内容のコンテンツファイルを記憶した複数のサーバから、コンテンツファイルのダウンロードに適したサーバを選択し、コンテンツファイルをダウンロードするためにコンピュータにインストールされて実行されるコンテンツ・ダウンロード用コンピュータプログラムでは、コンテンツファイルは、コンテンツファイルを構成する一部ファイルと、一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、切替指令に応じて、残部ファイルを複数のサーバに含まれる1つのサーバからダウンロードし、且つ、一部ファイルを複数のサーバに含まれる他の1つのサーバからダウンロードするコンテンツ取得部と、一部ファイルのダウンロード速度を計測する速度計測部と、速度計測部が計測した一部ファイルのダウンロード速度と、基準速度とを比較する速度比較部と、速度比較部による比較の結果、一部ファイルのダウンロード速度が基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、他のコンテンツファイルの残部ファイルを他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えをコンテンツ取得部に指示する切替指令を出力するサーバ切替指示部とをコンピュータ内に実現するように構成されている。なおこのプログラムをコンピュータ読み取り可能な記録媒体に記録してもよいのはもちろんである。 The present invention can also be grasped (or expressed) as a computer program for content download. From multiple servers that store content files with the same content, select a server suitable for downloading the content file, and in the content download computer program that is installed and executed on the computer to download the content file, the content file Is composed of some files that make up the content file and the remaining files that have a larger amount of data than some files, and the remaining files are downloaded from one server included in multiple servers in response to a switching command. In addition, a content acquisition unit that downloads some files from another server included in multiple servers, a speed measurement unit that measures the download speed of some files, and some files measured by the speed measurement unit. If it is determined that the download speed of some files is faster than the reference speed as a result of comparison between the speed comparison unit that compares the download speed of the computer with the reference speed and the speed comparison unit, then another content file is downloaded. At that time, a server switching instruction unit that outputs a switching command for instructing the content acquisition unit to switch the download destination server so that the remaining files of other content files are downloaded from another server is realized in the computer. It is configured as follows. Of course, this program may be recorded on a computer-readable recording medium.

本発明のコンテンツ・ダウンロード・システムの実施の形態の構成を示すブロック図である。It is a block diagram which shows the structure of embodiment of the content download system of this invention. 最適化設定がオフの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。This is an example of the algorithm of the computer program for content download when the optimization setting is off. 最適化設定がオンの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。This is an example of the algorithm of the computer program for content download when the optimization setting is on. 初回ダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is a matrix table showing the CDN of the download destination of the key file KF and the main body file MF at the time of the first download. 2回目以降、CDN切替前のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。From the second time onward, it is a matrix table showing the key file KF at the time of download before switching the CDN and the CDN of the download destination of the main file MF. 1回目のCDN切替後のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is a matrix table showing the key file KF at the time of download after the first CDN switching and the CDN of the download destination of the main file MF. 2回目のCDN切替後のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is a matrix table showing the CDN of the download destination of the key file KF and the main body file MF at the time of download after the second CDN switching.

以下、図面を参照して、本発明のコンテンツ・ダウンロード・システムの実施の形態を詳細に説明する。図1は、本発明のコンテンツ・ダウンロード・システムの実施の形態の構成を示すブロック図であり、図2及び図3は、本発明のコンテンツ・ダウンロード・システムをコンピュータを利用して実現する場合に用いるプログラムのアルゴリズムの一例を示すフローチャートである。 Hereinafter, embodiments of the content download system of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an embodiment of the content download system of the present invention, and FIGS. 2 and 3 show a case where the content download system of the present invention is realized by using a computer. It is a flowchart which shows an example of the algorithm of the program to be used.

<コンテンツ・ダウンロード・システム>
図1に示すように、本実施の形態のコンテンツ・ダウンロード・システム1の主要部は、コンテンツ・ダウンロード用コンピュータプログラムを実行する端末装置3内に構成されている。端末装置3は、スマートフォンやタブレットPC、ノートPC等の携帯端末であってもよく、据置型のPC等であってもよい。端末装置3は、通信回線NWを介して、オリジンサーバ5と通信可能に構成されている。本実施の形態では、オリジンサーバ5は、3つのCDN(Content Delivery Network)(CDN1,CDN2,CDN3)を利用して、多数のユーザからのコンテンツのダウンロード要求に応じている。CDNはそれぞれ、複数のサーバからなるサーバ群で構成されているが、巨視的に見れば、CDN1つ1つは、1つのサーバと同視することができるため、本明細書では、CDNそれぞれをCDN1,CDN2,CDN3と呼ぶことにする。CDNには、予め、CDN1,CDN2,CDN3の順にアクセスの優先順位が設定してある。また、説明の便宜上、CDN1,CDN2,CDN3のそれぞれには、同内容のコンテンツファイルのキャッシュが既に保持されているものとする。
<Content download system>
As shown in FIG. 1, the main part of the content download system 1 of the present embodiment is configured in the terminal device 3 that executes the content download computer program. The terminal device 3 may be a mobile terminal such as a smartphone, a tablet PC, or a notebook PC, or may be a stationary PC or the like. The terminal device 3 is configured to be able to communicate with the origin server 5 via the communication line NW. In the present embodiment, the origin server 5 uses three CDNs (Content Delivery Networks) (CDN1, CDN2, CDN3) to respond to content download requests from a large number of users. Each CDN is composed of a group of servers composed of a plurality of servers, but from a macroscopic point of view, each CDN can be equated with one server. Therefore, in this specification, each CDN is referred to as a CDN1. , CDN2, CDN3. The access priority of the CDN is set in advance in the order of CDN1, CDN2, and CDN3. Further, for convenience of explanation, it is assumed that each of CDN1, CDN2, and CDN3 already holds a cache of content files having the same contents.

本実施の形態のコンテンツ・ダウンロード・システム1がダウンロードの対象としているコンテンツファイルは、電子雑誌,電子新聞,電子書籍等の電子出版物である。また、本実施の形態が対象にしている電子出版物は、単一のファイルから構成されているものではなく、複数のファイル群から構成されている。本明細書では、電子出版物を構成するファイル群のうち、各ページのサムネイル画像のファイル群をキーファイルKF(一部ファイル)と定義し、キーファイルKFを除いたその他のファイル群を本体ファイルMF(残部ファイル)と定義する。電子出版物の内容にもよるが、キーファイルKFは、数MB程度、本体ファイルMFは、数十〜数百MB程度である。 The content file to be downloaded by the content download system 1 of the present embodiment is an electronic publication such as an electronic magazine, an electronic newspaper, or an electronic book. Further, the electronic publication targeted by the present embodiment is not composed of a single file, but is composed of a plurality of file groups. In the present specification, among the files constituting the electronic publication, the files of the thumbnail image of each page are defined as the key file KF (partial file), and the other files excluding the key file KF are the main files. Defined as MF (remaining file). Although it depends on the contents of the electronic publication, the key file KF is about several MB, and the main file MF is about several tens to several hundred MB.

オリジンサーバ5は、コンテンツファイルのオリジナルファイルを記憶している管理サーバである。オリジンサーバ5は、最適化設定をオン・オフすることが可能になっている。通常時は、最適化設定はオンになっており、複数のCDNに障害が発生したような場合等にオリジンサーバ5の管理者の判断で、最適化設定をオフにすることができる。 The origin server 5 is a management server that stores the original file of the content file. The origin server 5 can turn on / off the optimization setting. Normally, the optimization setting is turned on, and the optimization setting can be turned off at the discretion of the administrator of the origin server 5 when a failure occurs in a plurality of CDNs.

なお、本明細書において「最適化」とは、ユーザの環境に応じて、データ量の大きい残部ファイルである本体ファイルMFを、ダウンロード速度の速いサーバからダウンロードできるようにすることである。より具体的には、後述の図3に示したフローチャートに基づいて、ダウンロード処理を行うことである。 In the present specification, "optimization" means to enable the main body file MF, which is a remaining file having a large amount of data, to be downloaded from a server having a high download speed according to the user's environment. More specifically, the download process is performed based on the flowchart shown in FIG. 3 described later.

端末装置3には、コンテンツ・ダウンロード用コンピュータプログラムがインストールされており、ユーザが操作する入力部7と、制御部9と、通信部11と、データ記憶部13と、表示画面15とから構成されている。 A computer program for content download is installed in the terminal device 3, and is composed of an input unit 7 operated by a user, a control unit 9, a communication unit 11, a data storage unit 13, and a display screen 15. ing.

入力部7は、端末装置3の種類に応じたものでよく、例えば、スマートフォンの場合には、表示画面15がタッチパネル式の液晶画面であれば、表示画面15が入力部7を兼ねる。 The input unit 7 may be one according to the type of the terminal device 3. For example, in the case of a smartphone, if the display screen 15 is a touch panel type liquid crystal screen, the display screen 15 also serves as the input unit 7.

制御部9は、コンテンツ取得部9Aと、速度計測部9Bと、速度比較部9Cと、サーバ切替指示部9Dと、表示画面制御部9Eを備えている。 The control unit 9 includes a content acquisition unit 9A, a speed measurement unit 9B, a speed comparison unit 9C, a server switching instruction unit 9D, and a display screen control unit 9E.

コンテンツ取得部9Aは、通信部11を介して、オリジンサーバ5にアクセスし、最適化設定の状態と、コンテンツファイルの所在を確認する。コンテンツ取得部9Aは、最適化設定の状態に応じた、コンテンツファイルのダウンロード処理を行う(詳細は後述する)。 The content acquisition unit 9A accesses the origin server 5 via the communication unit 11 and confirms the state of the optimization setting and the location of the content file. The content acquisition unit 9A performs a content file download process according to the state of the optimization setting (details will be described later).

速度計測部9B、速度比較部9C及びサーバ切替指示部9Dは、オリジンサーバ5の最適化設定がオンの場合に機能するものである。速度計測部9Bは、最適化設定がオンの場合に、キーファイルKFのダウンロード速度を計測する。速度比較部9Cは、速度計測部9Bが計測したキーファイルKFのダウンロード速度と、基準速度とを比較する。サーバ切替指示部9Dは、速度比較部9Cによる比較の結果、キーファイルKFのダウンロード速度が基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、そのコンテンツファイルの本体ファイルMFを他のCDNからダウンロードするようにダウンロード先のCDNの切り替えコンテンツ取得部9Aに指示する。表示画面制御部9Eは、画像表示信号を出力し、表示画面15に画像が表示される。 The speed measurement unit 9B, the speed comparison unit 9C, and the server switching instruction unit 9D function when the optimization setting of the origin server 5 is on. The speed measurement unit 9B measures the download speed of the key file KF when the optimization setting is on. The speed comparison unit 9C compares the download speed of the key file KF measured by the speed measurement unit 9B with the reference speed. When the server switching instruction unit 9D determines that the download speed of the key file KF is faster than the reference speed as a result of comparison by the speed comparison unit 9C, the next time another content file is downloaded, the main body of the content file is used. Instruct the switching content acquisition unit 9A of the download destination CDN to download the file MF from another CDN. The display screen control unit 9E outputs an image display signal, and the image is displayed on the display screen 15.

データ記憶部13は、ダウンロードしたコンテンツファイル及び速度比較部9Cの比較対象である基準速度(評価データ)を保存している。 The data storage unit 13 stores the downloaded content file and the reference speed (evaluation data) to be compared by the speed comparison unit 9C.

<ダウンロード処理>
ユーザが入力部7を用いてダウンロードしたいコンテンツファイル(電子出版物)を選択し、ダウンロードを要求すると、コンテンツ取得部9Aは、通信部11を介してオリジンサーバ5にアクセスし、最適化設定の状態に従って、下記の通り、ダウンロード処理を行う。
<Download process>
When the user selects the content file (electronic publication) to be downloaded using the input unit 7 and requests the download, the content acquisition unit 9A accesses the origin server 5 via the communication unit 11 and is in the state of the optimization setting. According to the following, the download process is performed.

[最適化設定がオフの場合]
オリジンサーバ5の最適化設定がオフの場合には、図2のフローチャートに従ってダウンロードが行われる。図2は、最適化設定がオフの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。
[When the optimization setting is off]
When the optimization setting of the origin server 5 is off, the download is performed according to the flowchart of FIG. FIG. 2 is an example of an algorithm of a computer program for content download when the optimization setting is off.

この場合には、コンテンツ・ダウンロード・システム1は、従来のバックアップモデルと同様の動作を行う。コンテンツ取得部9Aは、優先順位が高く設定されているCDNにアクセスし、ダウンロードを開始する(ステップST1)。本実施の形態では、デフォルトのCDNとして「CDN1」が設定されているため、CDN1からのダウンロードが開始される。ステップST2でダウンロードが成功すると、ユーザは希望の電子出版物を入手し、終了となる。アクセスしたCDNにエラーが生じている等の理由で、ステップST2でダウンロードが失敗すると、定められたリトライ回数、ダウンロードを試行する(ステップST3)。リトライ回数の上限を超えると、端末装置3が通信回線NWに接続していないオフライン状態になっていないかを確認し(ステップST4)、オフラインになっているのであれば、表示画面15にエラー表示を行う。オフラインになっていないにも関わらず、ダウンロードが失敗する場合には、ダウンロード先のCDNを切り替え(ステップST5)、改めてダウンロードを試行する。 In this case, the content download system 1 operates in the same manner as the conventional backup model. The content acquisition unit 9A accesses the CDN having a high priority and starts downloading (step ST1). In the present embodiment, since "CDN1" is set as the default CDN, the download from the CDN1 is started. If the download is successful in step ST2, the user obtains the desired electronic publication and ends. If the download fails in step ST2 due to an error in the accessed CDN or the like, the download is tried a predetermined number of retries (step ST3). When the upper limit of the number of retries is exceeded, it is confirmed whether the terminal device 3 is not connected to the communication line NW and is in the offline state (step ST4), and if it is offline, an error is displayed on the display screen 15. I do. If the download fails even though you are not offline, switch the download destination CDN (step ST5) and try the download again.

[最適化設定がオンの場合]
オリジンサーバ5の最適化設定がオンの場合には、図3のフローチャートに従ってダウンロードが行われる。図3は、最適化設定がオンの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。
[When optimization setting is on]
When the optimization setting of the origin server 5 is on, the download is performed according to the flowchart of FIG. FIG. 3 is an example of an algorithm of a computer program for content download when the optimization setting is on.

図4乃至図7は、最適化設定がオンの場合のキーファイルKFと本体ファイルMFのダウンロード先のCDNの変遷を示すマトリックス表である。マトリックス表は、行がCDN(2回繰り返し)、列がダウンロードするファイル群を示しており、例えば、CDN「1」と「本体」が交差する位置に「○」が付されていれば、CDN1から本体ファイルMFをダウンロードする、ということを示している。図4は、初回ダウンロード時のマトリックス表であり、図5は、2回目以降、CDN切替前のダウンロード時のマトリックス表であり、図6は、1回目のCDN切替後のダウンロード時のマトリックス表であり、図7は、2回目のCDN切替後のダウンロード時のマトリックス表である。 4 to 7 are matrix tables showing the transition of the CDN of the download destination of the key file KF and the main file MF when the optimization setting is on. In the matrix table, the row shows the CDN (repeated twice) and the column shows the file group to be downloaded. For example, if the CDN "1" and the "body" are crossed by "○", the CDN1 It indicates that the main file MF is downloaded from. FIG. 4 is a matrix table at the time of the first download, FIG. 5 is a matrix table at the time of downloading after the second and subsequent CDN switching, and FIG. 6 is a matrix table at the time of downloading after the first CDN switching. Yes, FIG. 7 is a matrix table at the time of download after the second CDN switching.

最適化設定がオンの場合、コンテンツ取得部9Aは、キーファイルKFと本体ファイルMFに分けて、ダウンロード処理を行う。 When the optimization setting is on, the content acquisition unit 9A separates the key file KF and the main body file MF and performs the download process.

(初回ダウンロード時:図4)
初回ダウンロード時は評価データ(基準速度)が空であり、コンテンツ取得部9Aは、次の通り、キーファイルKFと本体ファイルMFをダウンロードするCDNを決定する;
・キーファイルKF:ステップST10→ステップST12→ステップST13→CDN−Level
・本体ファイルMF:ステップST10→ステップST11→CDN−Level。
(At the time of initial download: Fig. 4)
The evaluation data (reference speed) is empty at the time of the first download, and the content acquisition unit 9A determines the CDN to download the key file KF and the main body file MF as follows;
-Key file KF: Step ST10-> Step ST12-> Step ST13-> CDN-Level
-Main file MF: Step ST10-> Step ST11-> CDN-Level.

CDN−Levelには、デフォルトのCDNとして「CDN1」が設定されているため、初回ダウンロード時には、図4に示すように、キーファイルKF、本体ファイルMF共にCDN1からのダウンロードとなる。キーファイルKFについては、ダウンロード時に、速度計測部9Bがダウンロード速度を計測する(ステップST15)。 Since "CDN1" is set as the default CDN in the CDN-Level, as shown in FIG. 4, both the key file KF and the main file MF are downloaded from the CDN1 at the time of the first download. For the key file KF, the speed measuring unit 9B measures the download speed at the time of downloading (step ST15).

ダウンロードが成功すると(ステップST16)、本体ファイルMFについては処理終了となるが、キーファイルKFについては、速度計測部9Bが計測したダウンロード速度を評価データ(基準速度)として記録する(ステップST17→ステップST18→ステップST19)。 If the download is successful (step ST16), the processing of the main file MF ends, but for the key file KF, the download speed measured by the speed measurement unit 9B is recorded as evaluation data (reference speed) (step ST17 → step). ST18 → step ST19).

なお、ステップST23〜ステップST25の処理は、図2のステップST3〜ステップST5の処理と同様、バックアップモデルであるため、説明を省略する。 Since the processes of steps ST23 to ST25 are backup models like the processes of steps ST3 to ST5 of FIG. 2, the description thereof will be omitted.

(2回目以降、CDN切替前のダウンロード時:図5)
2回目のダウンロード時(初回とは異なるコンテンツファイルをダウンロードする時)、コンテンツ取得部9Aは、次の通り、キーファイルKFと本体ファイルMFをダウンロードするCDNを決定する;
・キーファイルKF:ステップST10→ステップST12→ステップST14→CDN−Level+1
・本体ファイルMF:ステップST10→ステップST11→CDN−Level。
(From the second time onward, when downloading before switching the CDN: Fig. 5)
At the time of the second download (when downloading a content file different from the first time), the content acquisition unit 9A determines the CDN to download the key file KF and the main body file MF as follows;
-Key file KF: Step ST10-> Step ST12-> Step ST14-> CDN-Level + 1
-Main file MF: Step ST10-> Step ST11-> CDN-Level.

CDN−Levelには、「CDN1」が設定されているため、2回目のダウンロード時には、図5に示すように、キーファイルKFはCDN2から、本体ファイルMFはCDN1からのダウンロードとなる。キーファイルKFについては、ダウンロード時に、速度計測部9Bがダウンロード速度を計測する(ステップST15)。 Since "CDN1" is set in the CDN-Level, the key file KF is downloaded from CDN2 and the main file MF is downloaded from CDN1 at the time of the second download, as shown in FIG. For the key file KF, the speed measuring unit 9B measures the download speed at the time of downloading (step ST15).

ダウンロードが成功すると(ステップST16)、本体ファイルMFについては処理終了となる。キーファイルKFについては、速度比較部9Cが、速度計測部9Bが計測したダウンロード速度と評価データ(基準速度)とを比較する(ステップST17→ステップST18→ステップST20)。これにより、CDN1のダウンロード速度と、CDN2のダウンロード速度を比較することができる。比較の結果、速度計測部9Bが計測したダウンロード速度の方が遅ければ処理終了となり、次回のダウンロード時も図5に示されたCDNの組み合わせでダウンロードが行われることになる。 If the download is successful (step ST16), the processing of the main file MF ends. For the key file KF, the speed comparison unit 9C compares the download speed measured by the speed measurement unit 9B with the evaluation data (reference speed) (step ST17 → step ST18 → step ST20). This makes it possible to compare the download speed of CDN1 with the download speed of CDN2. As a result of the comparison, if the download speed measured by the speed measurement unit 9B is slower, the process ends, and the next download will be performed with the combination of CDNs shown in FIG.

比較の結果、速度計測部9Bが計測したダウンロード速度の方が速ければ、速度比較部9Cは、評価データ(基準速度)を更新する(CDN2のダウンロード速度を記憶する)(ステップST21)。そして、サーバ切替指示部9Dは、次回のダウンロード時に備えて、キーファイルKFと本体ファイルMFのダウンロード先のCDNを切り替えるように、切替指令を出力する(ステップST22)。すなわち、CDN−Levelが「CDN1」から「CDN2」に切り替わる。 As a result of the comparison, if the download speed measured by the speed measurement unit 9B is faster, the speed comparison unit 9C updates the evaluation data (reference speed) (stores the download speed of CDN2) (step ST21). Then, the server switching instruction unit 9D outputs a switching command so as to switch the CDN of the download destination of the key file KF and the main body file MF in preparation for the next download (step ST22). That is, the CDN-Level is switched from "CDN1" to "CDN2".

(1回目のCDN切替後のダウンロード時:図6)
切替指令によって、ダウンロード先のCDNが切り替えられた後、他のコンテンツファイルをダウンロードする場合、コンテンツ取得部9Aは、次の通り、キーファイルKFと本体ファイルMFをダウンロードするCDNを決定する;
・キーファイルKF:ステップST10→ステップST12→ステップST14→CDN−Level+1
・本体ファイルMF:ステップST10→ステップST11→CDN−Level。
(At the time of download after the first CDN switching: Fig. 6)
When downloading another content file after the download destination CDN is switched by the switching command, the content acquisition unit 9A determines the CDN to download the key file KF and the main body file MF as follows;
-Key file KF: Step ST10-> Step ST12-> Step ST14-> CDN-Level + 1
-Main file MF: Step ST10-> Step ST11-> CDN-Level.

CDN−Levelには、「CDN2」が設定されているため、このダウンロード時には、図6に示すように、キーファイルKFはCDN3から、本体ファイルMFはCDN2からのダウンロードとなる。キーファイルKFについては、ダウンロード時に、速度計測部9Bがダウンロード速度を計測する(ステップST15)。 Since "CDN2" is set in the CDN-Level, at the time of this download, the key file KF is downloaded from CDN3 and the main file MF is downloaded from CDN2, as shown in FIG. For the key file KF, the speed measuring unit 9B measures the download speed at the time of downloading (step ST15).

ダウンロードが成功すると(ステップST16)、本体ファイルMFについては処理終了となる。キーファイルKFについては、速度比較部9Cが、速度計測部9Bが計測したダウンロード速度と評価データ(基準速度)とを比較する(ステップST17→ステップST18→ステップST20)。これにより、CDN2のダウンロード速度と、CDN3のダウンロード速度を比較することができる。比較の結果、速度計測部9Bが計測したダウンロード速度の方が遅ければ処理終了となり、次回のダウンロード時も図6に示されたCDNの組み合わせでダウンロードが行われることになる。 If the download is successful (step ST16), the processing of the main file MF ends. For the key file KF, the speed comparison unit 9C compares the download speed measured by the speed measurement unit 9B with the evaluation data (reference speed) (step ST17 → step ST18 → step ST20). This makes it possible to compare the download speed of CDN2 with the download speed of CDN3. As a result of the comparison, if the download speed measured by the speed measurement unit 9B is slower, the process ends, and the next download will be performed with the combination of CDNs shown in FIG.

比較の結果、速度計測部9Bが計測したダウンロード速度の方が速ければ、速度比較部9Cは、評価データ(基準速度)を更新する(CDN3のダウンロード速度を記憶する)(ステップST21)。そして、サーバ切替指示部9Dは、次回のダウンロード時に備えて、キーファイルKFと本体ファイルMFのダウンロード先のCDNを切り替えるように、切替指令を出力する(ステップST22)。すなわち、CDN−Levelの設定が「CDN2」から「CDN3」に切り替わる。 As a result of the comparison, if the download speed measured by the speed measurement unit 9B is faster, the speed comparison unit 9C updates the evaluation data (reference speed) (stores the download speed of CDN3) (step ST21). Then, the server switching instruction unit 9D outputs a switching command so as to switch the CDN of the download destination of the key file KF and the main body file MF in preparation for the next download (step ST22). That is, the setting of CDN-Level is switched from "CDN2" to "CDN3".

(2回目のCDN切替後のダウンロード時:図7)
切替指令によって、ダウンロード先のCDNが切り替えられた後、さらに他のコンテンツファイルをダウンロードする場合、コンテンツ取得部9Aは、次の通り、キーファイルKFと本体ファイルMFをダウンロードするCDNを決定する;
・キーファイルKF:ステップST10→ステップST12→ステップST14→CDN−Level+1
・本体ファイルMF:ステップST10→ステップST11→CDN−Level。
(During download after the second CDN switch: Fig. 7)
When another content file is downloaded after the download destination CDN is switched by the switching command, the content acquisition unit 9A determines the CDN to download the key file KF and the main body file MF as follows;
-Key file KF: Step ST10-> Step ST12-> Step ST14-> CDN-Level + 1
-Main file MF: Step ST10-> Step ST11-> CDN-Level.

CDN−Levelには、「CDN3」が設定されているため、このダウンロード時には、図7に示すように、キーファイルKFはCDN1から、本体ファイルMFはCDN3からのダウンロードとなる。キーファイルKFについては、ダウンロード時に、速度計測部9Bがダウンロード速度を計測する(ステップST15)。 Since "CDN3" is set in the CDN-Level, at the time of this download, the key file KF is downloaded from CDN1 and the main file MF is downloaded from CDN3, as shown in FIG. 7. For the key file KF, the speed measuring unit 9B measures the download speed at the time of downloading (step ST15).

ダウンロードが成功すると(ステップST16)、本体ファイルMFについては処理終了となる。キーファイルKFについては、速度比較部9Cが、速度計測部9Bが計測したダウンロード速度と評価データ(基準速度)とを比較する(ステップST17→ステップST18→ステップST20)。これにより、CDN3のダウンロード速度と、CDN1のダウンロード速度を比較することができる。比較の結果、速度計測部9Bが計測したダウンロード速度の方が遅ければ処理終了となり、次回のダウンロード時も図7に示されたCDNの組み合わせでダウンロードが行われることになる。 If the download is successful (step ST16), the processing of the main file MF ends. For the key file KF, the speed comparison unit 9C compares the download speed measured by the speed measurement unit 9B with the evaluation data (reference speed) (step ST17 → step ST18 → step ST20). This makes it possible to compare the download speed of CDN3 with the download speed of CDN1. As a result of the comparison, if the download speed measured by the speed measurement unit 9B is slower, the process ends, and the next download will be performed with the combination of CDNs shown in FIG. 7.

比較の結果、速度計測部9Bが計測したダウンロード速度の方が速ければ、速度比較部9Cは、評価データ(基準速度)を更新する(CDN1のダウンロード速度を記憶する)(ステップST21)。そして、サーバ切替指示部9Dは、次回のダウンロード時に備えて、キーファイルKFと本体ファイルMFのダウンロード先のCDNを切り替えるように、切替指令を出力する(ステップST22)。すなわち、CDN−Levelの設定が「CDN3」から「CDN1」に切り替わる。 As a result of the comparison, if the download speed measured by the speed measurement unit 9B is faster, the speed comparison unit 9C updates the evaluation data (reference speed) (stores the download speed of CDN1) (step ST21). Then, the server switching instruction unit 9D outputs a switching command so as to switch the CDN of the download destination of the key file KF and the main body file MF in preparation for the next download (step ST22). That is, the setting of the CDN-Level is switched from "CDN3" to "CDN1".

以後も、ダウンロード毎に図3のフローチャートが繰り返される。 After that, the flowchart of FIG. 3 is repeated for each download.

任意のタイミング(例えば、数日に1度)で、基準速度及び/またはCDN−Levelの設定を初期化(すなわち、基準速度を「空」に及び/またはCDN−Levelを「CDN1」に)するようにしてもよい。基準速度を初期化すれば、ダウンロードしたキーファイルKFがダウンロード速度の測定に適さない小さなファイルであったために、通常よりも速いダウンロード速度が基準速度として記録されてしまったような場合に、再度、基準速度を記録し直すことができるようになる。また、CDN−Levelの設定を初期化すれば、本来、最もダウンロード速度が速いCDNから、再度、最適化を実行することができる。 Initialize the reference speed and / or CDN-Level settings (ie, set the reference speed to "empty" and / or set the CDN-Level to "CDN1") at any time (eg, once every few days). You may do so. If you initialize the reference speed, if the downloaded key file KF is a small file that is not suitable for measuring the download speed, and the download speed faster than usual is recorded as the reference speed again, You will be able to re-record the reference speed. Further, if the CDN-Level setting is initialized, the optimization can be executed again from the CDN that originally has the fastest download speed.

上記実施の形態は、一例として記載したものであり、その要旨を逸脱しない限り、本発明は本実施例に限定されるものではない。例えば、上記実施の形態では、初回ダウンロード時には、基準速度(評価データ)が空となっていたが、予め、理想的なダウンロード速度を基準速度として記録しておいてもよい。このようにした場合には、初回ダウンロード時から、図5の状態でコンテンツファイルのダウンロード処理が行われることになる。 The above-described embodiment is described as an example, and the present invention is not limited to the present embodiment as long as it does not deviate from the gist thereof. For example, in the above embodiment, the reference speed (evaluation data) is empty at the time of the first download, but the ideal download speed may be recorded in advance as the reference speed. In this case, the content file download process is performed in the state shown in FIG. 5 from the first download.

また、上記実施の形態では、ダウンロード先のサーバは、3つのCDNとしたが、サーバの数はこれに限られるものではなく、サーバは、2つでも、4つ以上でもよい。その場合には、図4乃至図7に示したマトリックス表は、その数に合わせるように行を増減すればよい。 Further, in the above embodiment, the download destination server is set to three CDNs, but the number of servers is not limited to this, and the number of servers may be two or four or more. In that case, the matrix table shown in FIGS. 4 to 7 may have more or less rows to match the number.

また、ダウンロード先のサーバは、別途、同内容のコンテンツファイルを記録したミラーサーバ等、CDN以外のサーバであってもよいのはもちろんである。 Of course, the download destination server may be a server other than the CDN, such as a mirror server that records the content file of the same content.

上記実施の形態では、コンテンツファイルである電子出版物のサムネイル画像をキーファイルKFとしたが、他のファイルをキーファイルKFとしてもよいのはもちろんである。 In the above embodiment, the thumbnail image of the electronic publication which is the content file is used as the key file KF, but it goes without saying that other files may be used as the key file KF.

さらに、コンテンツファイルは電子出版物に限られるものではなく、動画のように、他のコンテンツファイルであってもよいのはもちろんである。動画の場合には、例えば、動画の一部を一部ファイルとし、その他が残部ファイルになるようにしてもよい。 Furthermore, the content file is not limited to electronic publications, and of course, it may be another content file such as a moving image. In the case of a moving image, for example, a part of the moving image may be a partial file and the other part may be a remaining file.

本発明によれば、ユーザにとって不要なデータをダウンロードすることなく、遅延なくダウンロードを開始し、コンテンツファイルのダウンロードを速めることが可能なコンテンツ・ダウンロード・システム、コンテンツ・ダウンロード方法及びコンテンツ・ダウンロード用コンピュータプログラムを提供することができる。 According to the present invention, a content download system, a content download method, and a content download computer capable of starting a download without delay and accelerating the download of a content file without downloading unnecessary data for the user. A program can be provided.

1 コンテンツ・ダウンロード・システム
3 端末装置
5 オリジンサーバ
7 入力部
9 制御部
9A コンテンツ取得部
9B 速度計測部
9C 速度比較部
9D サーバ切替指示部
9E 表示画面制御部
11 通信部
13 データ記憶部
15 表示画面
KF キーファイル
MF 本体ファイル
CDN1,2,3 CDN
1 Content download system 3 Terminal device 5 Origin server 7 Input unit 9 Control unit 9A Content acquisition unit 9B Speed measurement unit 9C Speed comparison unit 9D Server switching instruction unit 9E Display screen Control unit 11 Communication unit 13 Data storage unit 15 Display screen KF key file MF main body file CDN1,2,3 CDN

Claims (8)

同内容のコンテンツファイルを記憶した複数のサーバから、前記コンテンツファイルのダウンロードに適した前記サーバを選択し、前記コンテンツファイルをダウンロードするコンテンツ・ダウンロード・システムであって、A content download system that selects the server suitable for downloading the content file from a plurality of servers that store the content file of the same content and downloads the content file.
前記コンテンツファイルは、前記コンテンツファイルを構成する一部ファイルと、前記一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、The content file is composed of a partial file constituting the content file and a remaining file having a larger amount of data than the partial file.
切替指令に応じて、前記残部ファイルを前記複数のサーバに含まれる1つのサーバからダウンロードし、且つ、前記一部ファイルを前記複数のサーバに含まれる他の1つのサーバからダウンロードするコンテンツ取得部と、A content acquisition unit that downloads the remaining files from one server included in the plurality of servers in response to a switching command, and downloads some of the files from another server included in the plurality of servers. ,
前記一部ファイルのダウンロード速度を計測する速度計測部と、A speed measuring unit that measures the download speed of some of the files,
前記速度計測部が計測した前記一部ファイルの前記ダウンロード速度と、基準速度とを比較する速度比較部と、A speed comparison unit that compares the download speed of the partial file measured by the speed measurement unit with the reference speed.
前記速度比較部による比較の結果、前記一部ファイルのダウンロード速度が前記基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、前記他のコンテンツファイルの残部ファイルを前記他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えを前記コンテンツ取得部に指示する前記切替指令を出力するサーバ切替指示部とを備えており、As a result of the comparison by the speed comparison unit, when it is determined that the download speed of the partial file is faster than the reference speed, the remaining file of the other content file is downloaded the next time another content file is downloaded. It is provided with a server switching instruction unit that outputs the switching command that instructs the content acquisition unit to switch the download destination server so as to download from another one server.
前記サーバ切替指示部が出力する前記切替指令には、前記他のコンテンツファイルの一部ファイルを前記他の1つのサーバ以外のサーバからダウンロードするようにダウンロード先のサーバの切り替えを前記コンテンツ取得部に指示する指令内容が含まれており、In the switching command output by the server switching instruction unit, the content acquisition unit is switched to the download destination server so that a part of the other content file is downloaded from a server other than the other one server. Contains the content of the instruction to instruct
前記基準速度は、前のダウンロードにおいて、他のコンテンツファイルの一部ファイルを前記1つのサーバからダウンロードした際に、前記速度計測部が計測したダウンロード速度であり、The reference speed is the download speed measured by the speed measuring unit when a part of the other content files is downloaded from the one server in the previous download.
前記速度比較部は、前記一部ファイルのダウンロード速度が前記基準速度よりも速いと判断した場合、前記ダウンロード速度を前記基準速度として記憶するようになっており、When the speed comparison unit determines that the download speed of the partial file is faster than the reference speed, the speed comparison unit stores the download speed as the reference speed.
前記コンテンツファイルは、電子出版物であり、The content file is an electronic publication and
前記一部ファイルは、前記電子出版物の各ページのサムネイル画像であるコンテンツ・ダウンロード・システム。The partial file is a content download system that is a thumbnail image of each page of the electronic publication.
同内容のコンテンツファイルを記憶した複数のサーバから、前記コンテンツファイルのダウンロードに適した前記サーバを選択し、前記コンテンツファイルをダウンロードするコンテンツ・ダウンロード・システムであって、
前記コンテンツファイルは、前記コンテンツファイルを構成する一部ファイルと、前記一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、
切替指令に応じて、前記残部ファイルを前記複数のサーバに含まれる1つのサーバからダウンロードし、且つ、前記一部ファイルを前記複数のサーバに含まれる他の1つのサーバからダウンロードするコンテンツ取得部と、
前記一部ファイルのダウンロード速度を計測する速度計測部と、
前記速度計測部が計測した前記一部ファイルの前記ダウンロード速度と、基準速度とを比較する速度比較部と、
前記速度比較部による比較の結果、前記一部ファイルのダウンロード速度が前記基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、前記他のコンテンツファイルの残部ファイルを前記他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えを前記コンテンツ取得部に指示する前記切替指令を出力するサーバ切替指示部とを備えていることを特徴とするコンテンツ・ダウンロード・システム。
A content download system that selects the server suitable for downloading the content file from a plurality of servers that store the content file of the same content and downloads the content file.
The content file is composed of a partial file constituting the content file and a remaining file having a larger amount of data than the partial file.
A content acquisition unit that downloads the remaining files from one server included in the plurality of servers in response to a switching command, and downloads some of the files from another server included in the plurality of servers. ,
A speed measuring unit that measures the download speed of some of the files,
A speed comparison unit that compares the download speed of the partial file measured by the speed measurement unit with the reference speed.
As a result of the comparison by the speed comparison unit, when it is determined that the download speed of the partial file is faster than the reference speed, the remaining file of the other content file is downloaded the next time another content file is downloaded. A content download system including a server switching instruction unit that outputs the switching command for instructing the content acquisition unit to switch the download destination server so as to download from another one server.
前記サーバ切替指示部が出力する前記切替指令には、前記他のコンテンツファイルの一部ファイルを前記他の1つのサーバ以外のサーバからダウンロードするようにダウンロード先のサーバの切り替えを前記コンテンツ取得部に指示する指令内容が含まれている請求項に記載のコンテンツ・ダウンロード・システム。 In the switching command output by the server switching instruction unit, the content acquisition unit is switched to the download destination server so that a part of the other content file is downloaded from a server other than the other one server. The content download system according to claim 2 , which includes the content of the instruction to be instructed. 前記基準速度は、前のダウンロードにおいて、他のコンテンツファイルの一部ファイルを前記1つのサーバからダウンロードした際に、前記速度計測部が計測したダウンロード速度である請求項に記載のコンテンツ・ダウンロード・システム。 The content download according to claim 2 , wherein the reference speed is a download speed measured by the speed measuring unit when a part of another content file is downloaded from the one server in the previous download. system. 前記速度比較部は、前記一部ファイルのダウンロード速度が前記基準速度よりも速いと判断した場合、前記ダウンロード速度を前記基準速度として記憶する請求項2に記載のコンテンツ・ダウンロード・システム。 The content download system according to claim 2, wherein when the speed comparison unit determines that the download speed of the partial file is faster than the reference speed, the speed comparison unit stores the download speed as the reference speed. 前記コンテンツファイルは、電子出版物であり、
前記一部ファイルは、前記電子出版物の各ページのサムネイル画像である請求項に記載のコンテンツ・ダウンロード・システム。
The content file is an electronic publication and
The content download system according to claim 2 , wherein the partial file is a thumbnail image of each page of the electronic publication.
コンピュータを用いて、同内容のコンテンツファイルを記憶した複数のサーバから、前記コンテンツファイルのダウンロードに適した前記サーバを選択し、前記コンテンツファイルをダウンロードするコンテンツ・ダウンロード方法であって、
前記コンテンツファイルは、前記コンテンツファイルを構成する一部ファイルと、前記一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、
切替指令に応じて、前記残部ファイルを前記複数のサーバに含まれる1つのサーバからダウンロードし、且つ、前記一部ファイルを前記複数のサーバに含まれる他の1つのサーバからダウンロードするダウンロードステップと、
前記一部ファイルのダウンロード速度を計測する速度計測ステップと、
前記速度計測ステップで計測した前記一部ファイルの前記ダウンロード速度と、基準速度とを比較する速度比較ステップと、
前記速度比較ステップによる比較の結果、前記一部ファイルのダウンロード速度が前記基準速度よりも速い場合、次に他のコンテンツファイルをダウンロードする際に、前記他のコンテンツファイルの残部ファイルを前記他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えを指示する前記切替指令を出力するサーバ切替指示ステップとを前記コンピュータが実行することを特徴とするコンテンツ・ダウンロード方法。
A content download method in which a computer is used to select a server suitable for downloading a content file from a plurality of servers that store the content file having the same content, and the content file is downloaded.
The content file is composed of a partial file constituting the content file and a remaining file having a larger amount of data than the partial file.
A download step of downloading the remaining file from one server included in the plurality of servers and downloading the part of the file from another server included in the plurality of servers in response to the switching command.
A speed measurement step that measures the download speed of some of the files,
A speed comparison step for comparing the download speed of the partial file measured in the speed measurement step with a reference speed,
As a result of the comparison by the speed comparison step, when the download speed of the partial file is faster than the reference speed, the remaining file of the other content file is selected as the other 1 when the other content file is downloaded next time. A content download method, characterized in that the computer executes a server switching instruction step that outputs a switching command that instructs switching of a download destination server so as to download from one server.
同内容のコンテンツファイルを記憶した複数のサーバから、前記コンテンツファイルのダウンロードに適した前記サーバを選択し、前記コンテンツファイルをダウンロードするためにコンピュータにインストールされて実行されるコンテンツ・ダウンロード用コンピュータプログラムであって、
前記コンテンツファイルは、前記コンテンツファイルを構成する一部ファイルと、前記一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、
切替指令に応じて、前記残部ファイルを前記複数のサーバに含まれる1つのサーバからダウンロードし、且つ、前記一部ファイルを前記複数のサーバに含まれる他の1つのサーバからダウンロードするコンテンツ取得部と、
前記一部ファイルのダウンロード速度を計測する速度計測部と、
前記速度計測部が計測した前記一部ファイルの前記ダウンロード速度と、基準速度とを比較する速度比較部と、
前記速度比較部による比較の結果、前記一部ファイルのダウンロード速度が前記基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、前記他のコンテンツファイルの残部ファイルを前記他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えを前記コンテンツ取得部に指示する前記切替指令を出力するサーバ切替指示部とを前記コンピュータ内に実現するように構成されているコンテンツ・ダウンロード用コンピュータプログラム。
A content download computer program that selects the server suitable for downloading the content file from a plurality of servers that store the content file of the same content, and is installed and executed on the computer to download the content file. There,
The content file is composed of a partial file constituting the content file and a remaining file having a larger amount of data than the partial file.
A content acquisition unit that downloads the remaining files from one server included in the plurality of servers in response to a switching command, and downloads some of the files from another server included in the plurality of servers. ,
A speed measuring unit that measures the download speed of some of the files,
A speed comparison unit that compares the download speed of the partial file measured by the speed measurement unit with the reference speed.
As a result of comparison by the speed comparison unit, when it is determined that the download speed of the partial file is faster than the reference speed, the remaining file of the other content file is used as the remaining file when the other content file is downloaded next time. A content configured to realize in the computer a server switching instruction unit that outputs the switching command instructing the content acquisition unit to switch the download destination server so as to download from another one server. Computer program for download.
JP2018082322A 2018-04-23 2018-04-23 Content download system, content download method and computer program for content download Active JP6827012B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018082322A JP6827012B2 (en) 2018-04-23 2018-04-23 Content download system, content download method and computer program for content download

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018082322A JP6827012B2 (en) 2018-04-23 2018-04-23 Content download system, content download method and computer program for content download

Publications (3)

Publication Number Publication Date
JP2019191812A JP2019191812A (en) 2019-10-31
JP2019191812A5 JP2019191812A5 (en) 2019-12-12
JP6827012B2 true JP6827012B2 (en) 2021-02-10

Family

ID=68390371

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018082322A Active JP6827012B2 (en) 2018-04-23 2018-04-23 Content download system, content download method and computer program for content download

Country Status (1)

Country Link
JP (1) JP6827012B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021079757A1 (en) 2019-10-21 2021-04-29 パナソニックIpマネジメント株式会社 Antenna device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001236294A (en) * 2000-02-24 2001-08-31 Nec Microsystems Ltd Server selecting method in network
EP1324211A4 (en) * 2000-08-17 2009-09-02 Media Ltd E Method of preparing publication, electronic publication using the method and displaying method therefor and network system
US20020065922A1 (en) * 2000-11-30 2002-05-30 Vijnan Shastri Method and apparatus for selection and redirection of an existing client-server connection to an alternate data server hosted on a data packet network (DPN) based on performance comparisons
JP2002268979A (en) * 2001-03-07 2002-09-20 Nippon Telegr & Teleph Corp <Ntt> Method/device for downloading, downloading program and recording medium with the program recorded thereon
JP5231522B2 (en) * 2010-12-28 2013-07-10 ヤフー株式会社 Content distribution system, content distribution device, terminal device, content distribution program, and content distribution method

Also Published As

Publication number Publication date
JP2019191812A (en) 2019-10-31

Similar Documents

Publication Publication Date Title
US7424547B2 (en) File sharing device and inter-file sharing device data migration method
US8086634B2 (en) Method and apparatus for improving file access performance of distributed storage system
JP5205132B2 (en) Method and apparatus for NAS / CAS unified storage system
JP4448719B2 (en) Storage system
US9503518B2 (en) Method and apparatus for buffering and obtaining resources, resource buffering system
JP2005276094A (en) Program, distributed storage system and method for managing file for distributed storage unit
US20060123121A1 (en) System and method for service session management
CN102045400B (en) Method and system for synchronizing file content
US9075532B1 (en) Self-referential deduplication
US20060106807A1 (en) System and method for transferring a file in advance of its use
US20130332418A1 (en) Method of managing data in asymmetric cluster file system
JP5736956B2 (en) File management apparatus and control program therefor
JP4066705B2 (en) Image processing system, program, and recording medium
CN106302601A (en) Network disk this locality carry processing method, Apparatus and system
JP2011187063A (en) Printing internet inaccessible web content via remote printing service
JP6827012B2 (en) Content download system, content download method and computer program for content download
US11620258B2 (en) Information processing apparatus, information processing system, and non-transitory computer readable medium storing program for switching access destination to file
US10387043B2 (en) Writing target file including determination of whether to apply duplication elimination
EP2692112A1 (en) Method for data cache in a gateway
US20080228841A1 (en) Information processing system, data storage allocation method, and management apparatus
US7849163B1 (en) System and method for chunked file proxy transfers
US8489698B2 (en) Apparatus and method for accessing a metadata
US10324652B2 (en) Methods for copy-free data migration across filesystems and devices thereof
JP2002149466A (en) System for sharing file
Cisco H

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191025

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191025

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200630

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210105

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210118

R150 Certificate of patent or registration of utility model

Ref document number: 6827012

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250