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

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

Info

Publication number
JP2019191812A
JP2019191812A JP2018082322A JP2018082322A JP2019191812A JP 2019191812 A JP2019191812 A JP 2019191812A JP 2018082322 A JP2018082322 A JP 2018082322A JP 2018082322 A JP2018082322 A JP 2018082322A JP 2019191812 A JP2019191812 A JP 2019191812A
Authority
JP
Japan
Prior art keywords
file
download
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.)
Granted
Application number
JP2018082322A
Other languages
Japanese (ja)
Other versions
JP6827012B2 (en
JP2019191812A5 (en
Inventor
真也 高見
Shinya Takami
真也 高見
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

Abstract

To provide a content download system, method, and computer program capable of starting download without delay and speeding up download of a content file without downloading data unnecessary for a user.SOLUTION: A system 1 includes a content acquisition unit 9A, a speed measurement unit 9B, a speed comparison unit 9C, and a server switching instruction unit 9D. The content acquisition unit 9A downloads a main body file MF from CDN1 and a key file KF from CDN2 in response to a switching command. The speed comparison unit 9C compares a download speed of the key file KF measured by the speed measurement unit 9B with a 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, the server switching is performed so that the main body file MF is downloaded from the CDN2 when another content file is downloaded next.SELECTED DRAWING: Figure 1

Description

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

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

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

従来、コンテンツファイルのダウンロードに複数のサーバを併用する場合には、次の2つの手法が採用されている:
(i)ロードバランシングモデル
このモデルは、複数のサーバを同じドメインでDNS(ドメイン・ネーム・システム(Domain Name System))に登録し、DNS側でアクセスを自動的に振り分けて複数のサーバを利用するものである。このモデルでは、一部のサーバに障害が発生したり、パフォーマンスが低い場合は一部のユーザの利便性が損なわれる。また、DNSの障害によって全断が生じてしまう可能性がある:
(ii)バックアップモデル
このモデルは、デフォルトのサーバに障害が発生した場合に、アクセスをバックアップのサーバに自動的に切り替えるものである。
Conventionally, when a plurality of servers are used together for downloading a content file, the following two methods are 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. Is. In this model, the convenience of some users is lost when some servers fail or performance is low. In addition, DNS failures can cause complete interruption:
(ii) Backup model This model automatically switches access to a backup server when a failure occurs in the default server.

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

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

特表2004−507128号公報Special table 2004-507128 gazette 特表2006−502465号公報JP-T-2006-502465 特開2014−96103号公報JP 2014-96103 A

しかしながら、特許文献3に記載のシステムでダウンロードする計測用データ自体はユーザには不要なデータである。すなわち、従来のシステムでは、ダウンロード速度を計測するために、ユーザにとって不必要なデータを複数ダウンロードする必要があるという課題がある。また、ダウンロード速度の計測結果、及び、比較結果が出るまでコンテンツファイルのダウンロードが開始されないため、コンテンツファイルのダウンロード開始までに遅延が生じるという課題もある。   However, the measurement data itself downloaded by the system described in Patent Document 3 is unnecessary for the user. That is, the conventional system has a problem that a plurality of data unnecessary for the user needs to be downloaded in order to measure the download speed. In addition, 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 a problem that a delay occurs before the start of downloading the content file.

本発明の目的は、ユーザにとって不要なデータをダウンロードすることなく、遅延なくダウンロードを開始し、コンテンツファイルのダウンロードを速めることができるコンテンツ・ダウンロード・システム、コンテンツ・ダウンロード方法及びコンテンツ・ダウンロード用コンピュータプログラムを提供することにある。   An object of the present invention is to provide a content download system, a content download method, and a content download computer program that can start downloading without delay without downloading data unnecessary for the user and speed up the download of the content file. 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 storing the same content file, and downloads the content file. In addition, the content file is intended to be composed of a partial file constituting the content file and a remaining file having a larger data amount than the partial 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 file from one server included in the plurality of servers, and downloads some files from the other one 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 the partial file measured by the speed measurement unit with the reference speed. When the server switching instruction unit determines that the download speed of the partial file is faster than the reference speed as a result of the comparison by the speed comparison unit, the remaining file of the other content file is downloaded the next time the other content file is downloaded. Is output from the other server so as to instruct the content acquisition unit to switch the download destination server.

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

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

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

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

速度比較部は、一部ファイルのダウンロード速度が基準速度よりも速いと判断した場合、ダウンロード速度を基準速度として記憶するようにしてもよい。このようにすれば、速いと判断されたサーバのダウンロード速度を基準にして、次のダウンロード速度の比較を行うことができるようになる。   The speed comparison unit may store the download speed as the reference speed when it is determined that the download speed of the partial file is faster than the reference speed. In this way, the next download speed can be compared based on the download speed of the server determined 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, 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 increase the visibility of the contents of each page. Therefore, this thumbnail image can be a partial file and the rest can be a remaining file. In general, since a thumbnail image is about several MB, the file size is suitable for measuring the download speed of the server.

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

本発明はコンテンツ・ダウンロード用コンピュータプログラムとしても把握する(または表現する)ことができる。同内容のコンテンツファイルを記憶した複数のサーバから、コンテンツファイルのダウンロードに適したサーバを選択し、コンテンツファイルをダウンロードするためにコンピュータにインストールされて実行されるコンテンツ・ダウンロード用コンピュータプログラムでは、コンテンツファイルは、コンテンツファイルを構成する一部ファイルと、一部ファイルよりもデータ量の大きい残部ファイルとから構成されており、切替指令に応じて、残部ファイルを複数のサーバに含まれる1つのサーバからダウンロードし、且つ、一部ファイルを複数のサーバに含まれる他の1つのサーバからダウンロードするコンテンツ取得部と、一部ファイルのダウンロード速度を計測する速度計測部と、速度計測部が計測した一部ファイルのダウンロード速度と、基準速度とを比較する速度比較部と、速度比較部による比較の結果、一部ファイルのダウンロード速度が基準速度よりも速いと判断した場合、次に他のコンテンツファイルをダウンロードする際に、他のコンテンツファイルの残部ファイルを他の1つのサーバからダウンロードするようにダウンロード先のサーバの切り替えをコンテンツ取得部に指示する切替指令を出力するサーバ切替指示部とをコンピュータ内に実現するように構成されている。なおこのプログラムをコンピュータ読み取り可能な記録媒体に記録してもよいのはもちろんである。   The present invention can also be understood (or expressed) as a content download computer program. In a content download computer program that is installed and executed on a computer in order to select a server suitable for downloading a content file from a plurality of servers storing the same content file and to download the content file, the content file Consists of a partial file that constitutes a content file and a remaining file that has a larger amount of data than the partial file. In response to the switching command, the remaining file is downloaded from one server included in a plurality of servers. And a content acquisition unit that downloads a partial file from another server included in a plurality of servers, a speed measurement unit that measures the download speed of the partial file, and a partial file measured by the speed measurement unit Download If the download speed of some files is determined to be faster than the reference speed as a result of the comparison by the speed comparison section and the speed comparison section comparing the speed and the reference speed, the next time you download another content file A server switching instruction unit that outputs a switching command for instructing the content acquisition unit to switch the download destination server so as to download the remaining file of the other content file from another one server is realized in the computer. It is configured. 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. 最適化設定がオフの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。It is an example of the algorithm of the computer program for a content download when an optimization setting is OFF. 最適化設定がオンの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。It is an example of an algorithm of a content download computer program when the optimization setting is on. 初回ダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is a matrix table | surface which shows CDN of the download destination of the key file KF and main body file MF at the time of the first download. 2回目以降、CDN切替前のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is the matrix table which shows the key file KF at the time of the download before the CDN switching after the second time and the CDN of the download destination of the main body file MF. 1回目のCDN切替後のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。10 is a matrix table showing a download destination CDN of a key file KF and a main body file MF at the time of download after the first CDN switching. 2回目のCDN切替後のダウンロード時のキーファイルKFと本体ファイルMFのダウンロード先のCDNの示すマトリックス表である。It is a matrix table | surface which shows CDN of the download destination of the key file KF and main body file MF at the time of the download after the 2nd CDN switch.

以下、図面を参照して、本発明のコンテンツ・ダウンロード・システムの実施の形態を詳細に説明する。図1は、本発明のコンテンツ・ダウンロード・システムの実施の形態の構成を示すブロック図であり、図2及び図3は、本発明のコンテンツ・ダウンロード・システムをコンピュータを利用して実現する場合に用いるプログラムのアルゴリズムの一例を示すフローチャートである。   Hereinafter, an embodiment of a content download system of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing the configuration of an embodiment of a content download system according to the present invention. FIGS. 2 and 3 show a case where the content download system according to the present invention is realized 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 according to the present embodiment is configured in a terminal device 3 that executes a computer program for content download. 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 Network) (CDN1, CDN2, CDN3) to respond to content download requests from a large number of users. Each CDN is composed of a server group composed of a plurality of servers. However, since each CDN can be regarded as one server when viewed macroscopically, in this specification, each CDN is represented as CDN1. , CDN2 and CDN3. In the CDN, access priorities are set in advance in the order of CDN1, CDN2, and CDN3. Also, 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, and an electronic book. Further, the electronic publication targeted by this embodiment is not composed of a single file, but is composed of a plurality of file groups. In the present specification, among the file groups constituting the electronic publication, the file group of thumbnail images of each page is defined as a key file KF (partial file), and other file groups excluding the key file KF are the main body files. MF (remainder file) is defined. Depending on the contents of the electronic publication, the key file KF is about several MB, and the main body file MF is about several tens to several hundreds 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 on, and the optimization setting can be turned off at the judgment of the administrator of the origin server 5 when a failure occurs in a plurality of CDNs.

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

端末装置3には、コンテンツ・ダウンロード用コンピュータプログラムがインストールされており、ユーザが操作する入力部7と、制御部9と、通信部11と、データ記憶部13と、表示画面15とから構成されている。   The terminal device 3 is installed with a content / downloading computer program, and includes 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 correspond 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 optimization setting state and the location of the content file. The content acquisition unit 9A performs a content file download process according to the optimization setting state (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. If the server switching instruction section 9D determines that the download speed of the key file KF is faster than the reference speed as a result of the comparison by the speed comparison section 9C, the main body of the content file is next downloaded when another content file is downloaded. It instructs 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 an image is displayed on the display screen 15.

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

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

[最適化設定がオフの場合]
オリジンサーバ5の最適化設定がオフの場合には、図2のフローチャートに従ってダウンロードが行われる。図2は、最適化設定がオフの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。
[When optimization setting is off]
When the optimization setting of the origin server 5 is off, downloading is performed according to the flowchart of FIG. FIG. 2 is an example of the algorithm of the content download computer program 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 performs the same operation as the conventional backup model. The content acquisition unit 9A accesses the CDN set with a high priority and starts downloading (step ST1). In the present embodiment, since “CDN1” is set as the default CDN, downloading from CDN1 is started. If the download is successful in step ST2, the user obtains the desired electronic publication and the process ends. If the download fails in step ST2 due to an error in the accessed CDN or the like, the download is attempted for a predetermined number of retries (step ST3). If 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 an offline state (step ST4). If it is offline, an error is displayed on the display screen 15. I do. If the download fails even though it is not offline, the download destination CDN is switched (step ST5), and the download is attempted again.

[最適化設定がオンの場合]
オリジンサーバ5の最適化設定がオンの場合には、図3のフローチャートに従ってダウンロードが行われる。図3は、最適化設定がオンの場合のコンテンツ・ダウンロード用コンピュータプログラムのアルゴリズムの一例である。
[When optimization setting is on]
When the optimization setting of the origin server 5 is on, downloading is performed according to the flowchart of FIG. FIG. 3 is an example of the algorithm of the content download computer program 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切替後のダウンロード時のマトリックス表である。   FIGS. 4 to 7 are matrix tables showing the transition of the download destination CDN of the key file KF and the main body file MF when the optimization setting is on. The matrix table indicates a file group in which the row is CDN (repeated twice) and the column is downloaded. For example, if “O” is added at the position where CDN “1” and “main body” intersect, CDN1 Indicates that the main body file MF is to be downloaded. FIG. 4 is a matrix table at the time of the first download, FIG. 5 is a matrix table at the time of the second and subsequent downloads before CDN switching, and FIG. 6 is a matrix table at the time of download after the first CDN switching. 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 performs the download process separately for the key file KF and the main body file MF.

(初回ダウンロード時:図4)
初回ダウンロード時は評価データ(基準速度)が空であり、コンテンツ取得部9Aは、次の通り、キーファイルKFと本体ファイルMFをダウンロードするCDNを決定する;
・キーファイルKF:ステップST10→ステップST12→ステップST13→CDN−Level
・本体ファイルMF:ステップST10→ステップST11→CDN−Level。
(First 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 for downloading 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 CDN-Level, both the key file KF and the main body file MF are downloaded from CDN1 when downloaded for the first time, 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については、速度計測部9Bが計測したダウンロード速度を評価データ(基準速度)として記録する(ステップST17→ステップST18→ステップST19)。   If the download is successful (step ST16), the process ends for the main body file MF, but for the key file KF, the download speed measured by the speed measuring unit 9B is recorded as evaluation data (reference speed) (step ST17 → step). ST18 → step ST19).

なお、ステップST23〜ステップST25の処理は、図2のステップST3〜ステップST5の処理と同様、バックアップモデルであるため、説明を省略する。   In addition, since the process of step ST23-step ST25 is a backup model like the process of step ST3-step ST5 of FIG. 2, description is abbreviate | 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, before downloading before switching 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 for downloading 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 CDN-Level, at the time of the second download, as shown in FIG. 5, the key file KF is downloaded from CDN2, and the main body file MF is downloaded from CDN1. 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 process ends for the main body file MF. 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). Thereby, the download speed of CDN1 and the download speed of CDN2 can be compared. As a result of the comparison, if the download speed measured by the speed measuring unit 9B is slower, the process ends, and the next download is 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 download destination CDN of the key file KF and the main body file MF in preparation for the next download (step ST22). That is, 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。
(When downloading after the first CDN switch: Fig. 6)
When another content file is downloaded after the CDN of the download destination is switched by the switching command, the content acquisition unit 9A determines the CDN for downloading 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, as shown in FIG. 6, the key file KF is downloaded from CDN3, and the main body file MF is downloaded from CDN2. 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 process ends for the main body file MF. 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). Thereby, the download speed of CDN2 and the download speed of CDN3 can be compared. As a result of the comparison, if the download speed measured by the speed measuring unit 9B is slower, the process ends, and the next download is 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 measuring unit 9B is faster, the speed comparing 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 download destination CDN of the key file KF and the main body file MF in preparation for the next download (step ST22). That is, the CDN-Level setting 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。
(When downloading after the second CDN switch: Fig. 7)
When another content file is downloaded after the CDN of the download destination is switched by the switching command, the content acquisition unit 9A determines the CDN for downloading 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 CDN-Level, at the time of this download, as shown in FIG. 7, the key file KF is downloaded from CDN1, and the main body file MF is downloaded from CDN3. 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 process ends for the main body file MF. 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). Thereby, the download speed of CDN3 and the download speed of CDN1 can be compared. As a result of the comparison, if the download speed measured by the speed measuring unit 9B is slower, the processing is terminated, and the next download is performed with the combination of CDNs shown in FIG.

比較の結果、速度計測部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 measuring unit 9B is faster, the speed comparing 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 download destination CDN 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 “CDN3” to “CDN1”.

以後も、ダウンロード毎に図3のフローチャートが繰り返される。   Thereafter, 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 CDN-Level to “CDN1”) at any time (eg, once every few days). You may do it. If the reference speed is initialized, the downloaded key file KF is a small file that is not suitable for the measurement of the download speed, so if the download speed faster than normal is recorded as the reference speed, again, The reference speed can be recorded again. Also, 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 has been described as an example, and the present invention is not limited to this embodiment without departing from the gist thereof. For example, in the above embodiment, the reference speed (evaluation data) is empty at the time of the initial download, but an ideal download speed may be recorded as the reference speed in advance. In such a 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に示したマトリックス表は、その数に合わせるように行を増減すればよい。   In the above embodiment, the download destination server is 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 tables shown in FIGS. 4 to 7 may be increased or decreased in 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 in which a content file having the same contents is recorded.

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

さらに、コンテンツファイルは電子出版物に限られるものではなく、動画のように、他のコンテンツファイルであってもよいのはもちろんである。動画の場合には、例えば、動画の一部を一部ファイルとし、その他が残部ファイルになるようにしてもよい。   Furthermore, the content file is not limited to an electronic publication, and 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 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 download without delay and speeding up download of a content file without downloading unnecessary data. A program can be provided.

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

Claims (7)

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

Cited By (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

Citations (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
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
JP2011204245A (en) * 2000-08-17 2011-10-13 E Media Ltd Method of displaying electronic publication
JP2012142781A (en) * 2010-12-28 2012-07-26 Yahoo Japan Corp Content distribution system, content distribution device, terminal device, content distribution program, and content distribution method

Patent Citations (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
JP2011204245A (en) * 2000-08-17 2011-10-13 E Media Ltd Method of displaying electronic publication
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
JP2012142781A (en) * 2010-12-28 2012-07-26 Yahoo Japan Corp Content distribution system, content distribution device, terminal device, content distribution program, and content distribution method

Cited By (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

Also Published As

Publication number Publication date
JP6827012B2 (en) 2021-02-10

Similar Documents

Publication Publication Date Title
US9817602B2 (en) Non-volatile buffering for deduplication
JP4448719B2 (en) Storage system
JP5509313B2 (en) Method and apparatus for live replication
EP2718837B1 (en) Clustered file service
US7424547B2 (en) File sharing device and inter-file sharing device data migration method
US20120166403A1 (en) Distributed storage system having content-based deduplication function and object storing method
JP2005276094A (en) Program, distributed storage system and method for managing file for distributed storage unit
US20060123121A1 (en) System and method for service session management
US9092375B1 (en) Cloud-based instant volume restore with data source switchover feature
CN102045400B (en) Method and system for synchronizing file content
JP2015510296A (en) System, apparatus, and method for identifying stored data that can be accessed by a host entity and providing data management services
US20120296871A1 (en) File managing apparatus for processing an online storage service
US20200026689A1 (en) Limited deduplication scope for distributed file systems
JP2008191915A (en) File storage method, and computer system
JP2011187063A (en) Printing internet inaccessible web content via remote printing service
US11620258B2 (en) Information processing apparatus, information processing system, and non-transitory computer readable medium storing program for switching access destination to file
JP6827012B2 (en) Content download system, content download method and computer program for content download
CN112306380B (en) Storage management method and device and computer storage medium
US20170255393A1 (en) Storage device and storage method
US10324652B2 (en) Methods for copy-free data migration across filesystems and devices thereof
US20140351210A1 (en) Data processing system, data processing apparatus, and storage medium
US10423507B1 (en) Repairing a site cache in a distributed file system
EP3695312B1 (en) System and method for creating virtual disk images for use with remote computer
US8516023B1 (en) Context based file system
JP2010231690A (en) Storage system

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