JP6991026B2 - File management system - Google Patents

File management system Download PDF

Info

Publication number
JP6991026B2
JP6991026B2 JP2017179380A JP2017179380A JP6991026B2 JP 6991026 B2 JP6991026 B2 JP 6991026B2 JP 2017179380 A JP2017179380 A JP 2017179380A JP 2017179380 A JP2017179380 A JP 2017179380A JP 6991026 B2 JP6991026 B2 JP 6991026B2
Authority
JP
Japan
Prior art keywords
update
distribution server
file
management device
file management
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
JP2017179380A
Other languages
Japanese (ja)
Other versions
JP2019056958A (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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2017179380A priority Critical patent/JP6991026B2/en
Publication of JP2019056958A publication Critical patent/JP2019056958A/en
Application granted granted Critical
Publication of JP6991026B2 publication Critical patent/JP6991026B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムに関する。 The present invention relates to a file management device, a file management system, a file management method, and a file management program.

近年、クライント装置が配信サーバへネットワーク経由でリクエストを送信し、配信サーバがリクエストに応じた処理を行ってクライアント装置へレスポンスを送信する情報配信システムが普及している。このような情報配信システムでは、配信サーバの処理能力に限界があるため、複数の配信サーバで分散して処理を行う。 In recent years, an information distribution system in which a client device sends a request to a distribution server via a network, the distribution server performs processing according to the request, and sends a response to the client device has become widespread. In such an information distribution system, since the processing capacity of the distribution server is limited, processing is distributed among a plurality of distribution servers.

ここで、情報配信システムでは、リクエストに対して複数の配信サーバ間で同一の処理を行うため、各配信サーバで同一内容の設定ファイルを使用する必要があり、設定ファイルの更新毎に各配信サーバは設定ファイルを更新する。 Here, in the information distribution system, since the same processing is performed among a plurality of distribution servers for a request, it is necessary to use the same setting file in each distribution server, and each distribution server needs to use the same setting file every time the setting file is updated. Updates the configuration file.

特開2001-356950号公報Japanese Unexamined Patent Publication No. 2001-356950

しかしながら、従来技術では、各配信サーバの設定ファイルを迅速に更新する点において改善の余地があった。具体的には、従来技術では、各配信サーバがそれぞれ定期的にファイル更新する、もしくは、管理者が手動で各配信サーバの設定ファイルを更新する必要があった。 However, in the prior art, there is room for improvement in that the setting file of each distribution server is updated quickly. Specifically, in the prior art, it is necessary for each distribution server to periodically update the file, or for the administrator to manually update the setting file of each distribution server.

本願は、上記に鑑みてなされたものであって、配信サーバの設定を迅速に同期することができるファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムを提供することを目的とする。 The present application has been made in view of the above, and an object of the present invention is to provide a file management device, a file management system, a file management method, and a file management program capable of rapidly synchronizing the settings of a distribution server.

本願に係るファイル管理装置は、ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶部と、前記記憶部に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ通知する通知部と、を備えることを特徴とする。 The file management device according to the present application has a storage unit that stores setting files of a plurality of distribution servers distributed on a network, and when the setting file stored in the storage unit is updated, the setting file of the setting file is updated. It is characterized by including a notification unit for notifying the distribution server of an update notification.

実施形態の一態様によれば、配信サーバの設定を迅速に同期することができるという効果を奏する。 According to one aspect of the embodiment, there is an effect that the settings of the distribution server can be rapidly synchronized.

図1は、実施形態に係るファイル管理システムの一例を示す図である。FIG. 1 is a diagram showing an example of a file management system according to an embodiment. 図2は、実施形態に係るファイル管理装置の構成例を示す図である。FIG. 2 is a diagram showing a configuration example of the file management device according to the embodiment. 図3は、実施形態に係るユーザ群情報の一例を示す図である。FIG. 3 is a diagram showing an example of user group information according to the embodiment. 図4は、実施形態に係る中継装置の構成例を示す図である。FIG. 4 is a diagram showing a configuration example of the relay device according to the embodiment. 図5は、実施形態に係る記憶装置の構成例を示す図である。FIG. 5 is a diagram showing a configuration example of a storage device according to an embodiment. 図6は、格納領域の一例を示す図である。FIG. 6 is a diagram showing an example of a storage area. 図7は、実施形態に係る更新管理装置の構成例を示す図である。FIG. 7 is a diagram showing a configuration example of the update management device according to the embodiment. 図8は、実施形態に係る更新管理装置による処理の一例を示す図である。FIG. 8 is a diagram showing an example of processing by the update management device according to the embodiment. 図9は、更新エラー時の更新管理装置の処理の一例を示す図である。FIG. 9 is a diagram showing an example of processing of the update management device at the time of an update error. 図10は、実施形態に係るファイル管理装置が実行する処理手順を示すフローチャートである。FIG. 10 is a flowchart showing a processing procedure executed by the file management device according to the embodiment. 図11は、実施形態に係るファイル管理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 11 is a hardware configuration diagram showing an example of a computer that realizes the function of the file management device according to the embodiment.

以下に、本願に係るファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムを実施するための形態(以下、「実施形態」と記載する)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願に係るファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムが限定されるものではない。また、以下の各実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 Hereinafter, a form for implementing the file management device, the file management system, the file management method, and the file management program according to the present application (hereinafter referred to as “embodiment”) will be described in detail with reference to the drawings. Note that this embodiment does not limit the file management device, file management system, file management method, and file management program according to the present application. Further, in each of the following embodiments, the same parts are designated by the same reference numerals, and duplicate explanations are omitted.

(実施形態)
〔1.ファイル管理システム〕
まず、図1を用いて、実施形態に係るファイル管理システムの一例について説明する。図1は、実施形態に係るファイル管理システムの一例を示す図である。図1に示すように、実施形態に係るファイル管理システム100は、ファイル管理装置1と、中継装置2と、記憶装置3と、更新管理装置4と、配信サーバ5とを備える。
(Embodiment)
[1. File management system]
First, an example of a file management system according to an embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of a file management system according to an embodiment. As shown in FIG. 1, the file management system 100 according to the embodiment includes a file management device 1, a relay device 2, a storage device 3, an update management device 4, and a distribution server 5.

ここで、図1に示すように、ファイル管理システム100では、複数の配信サーバ5を備える。複数の配信サーバ5は、図示しないクライアント端末からのリクエストに対して同一の処理を行う。つまり、ファイル管理システム100は、リクエストに対して複数の配信サーバ5で分散処理を行う分散処理システムである。なお、以下では、配信サーバ5が、レコメンドに基づくニュースなどの記事コンテンツを配信する場合について説明するが、記事コンテンツに限られず、広告等を配信することにしてもよい。また、ファイル管理システム100は、種々の分散処理システムに適用することも可能である。 Here, as shown in FIG. 1, the file management system 100 includes a plurality of distribution servers 5. The plurality of distribution servers 5 perform the same processing for requests from client terminals (not shown). That is, the file management system 100 is a distributed processing system that performs distributed processing on requests by a plurality of distribution servers 5. In the following, the case where the distribution server 5 distributes article content such as news based on recommendations will be described, but the distribution server 5 is not limited to the article content, and may distribute advertisements and the like. Further, the file management system 100 can also be applied to various distributed processing systems.

ここで、分散処理システムでは、複数の配信サーバ5間で設定を同期させる必要がある。言い換えれば、複数の配信サーバ5で、同一内容の設定ファイルを使用する必要がある。かかる設定ファイルは、ファイル管理装置1に記憶される。 Here, in the distributed processing system, it is necessary to synchronize the settings among the plurality of distribution servers 5. In other words, it is necessary to use the same setting file on the plurality of distribution servers 5. Such a setting file is stored in the file management device 1.

従来技術では、各配信サーバがファイル管理装置に対して設定ファイルの更新の有無について問い合わせを行い、設定ファイルが更新されていた場合に設定ファイルをアップデートしていた。このため、各配信サーバの問い合わせのタイミングによっては、配信サーバ間でアップデートにタイムラグが発生する場合がある。 In the prior art, each distribution server inquires of the file management device about whether or not the setting file is updated, and updates the setting file when the setting file is updated. Therefore, depending on the timing of the inquiry of each distribution server, a time lag may occur in the update between the distribution servers.

また、かかる場合に、各配信サーバが同時期に設定ファイルをアップデートすると、ファイル管理装置にトラフィックが集中し、設定ファイルの送信レートが帯域制限を超えるおそれもある。また、従来技術では、各配信サーバのリブートが必要な更新を行う場合には、管理者が手動で各配信サーバを更新する必要があった。 In such a case, if each distribution server updates the setting file at the same time, traffic may be concentrated on the file management device and the transmission rate of the setting file may exceed the bandwidth limit. Further, in the prior art, when an update requiring a reboot of each distribution server is performed, the administrator must manually update each distribution server.

そこで、実施形態に係るファイル管理システム100では、ファイル管理装置1で設定ファイルを更新した場合に、各配信サーバ5へ更新通知を出力する。具体的には、図1に示すように、まず、ファイル管理装置1は、設定ファイルを更新する(ステップS11)。 Therefore, in the file management system 100 according to the embodiment, when the setting file is updated by the file management device 1, the update notification is output to each distribution server 5. Specifically, as shown in FIG. 1, first, the file management device 1 updates the setting file (step S11).

なお、ファイル管理装置1は、例えば、管理者端末Mから設定ファイルの更新を受け付けることも可能である。かかる場合に、管理者端末Mとファイル管理装置1との間に、管理者端末Mから入力された更新情報をコンパイルするハブを設けることにしてもよい。 The file management device 1 can also receive, for example, an update of the setting file from the administrator terminal M. In such a case, a hub for compiling the update information input from the administrator terminal M may be provided between the administrator terminal M and the file management device 1.

ファイル管理装置1は、設定ファイルを更新すると、更新通知を中継装置2へ出力する(ステップS12)。これにより、中継装置2は、ファイル管理装置1から入力された更新通知に基づくレコードを記憶装置3へ追加する(ステップS13)。かかるレコードは、例えば、ファイル管理装置1で更新した設定ファイルのメタデータや、設定ファイルのパスなどを含む。 When the file management device 1 updates the setting file, the file management device 1 outputs an update notification to the relay device 2 (step S12). As a result, the relay device 2 adds the record based on the update notification input from the file management device 1 to the storage device 3 (step S13). Such a record includes, for example, the metadata of the setting file updated by the file management device 1, the path of the setting file, and the like.

記憶装置3は、中継装置2によって追加されたレコードを記憶するとともに、レコードを更新管理装置4へ通知する(ステップS14)。そして、更新管理装置4は、かかるレコードに基づいて設定ファイルの更新についてスケジューリングを行う(ステップS15)。ここでのスケジューリングとは、設定ファイルのアップデートに対する配信サーバ5のリブートの要否や、一度にアップデートをかける配信サーバ5の台数を決定することを示す。例えば、更新管理装置4は、設定ファイルのアップデートが帯域制限内で最大となるように、かかる台数を決定することができる。 The storage device 3 stores the record added by the relay device 2 and notifies the update management device 4 of the record (step S14). Then, the update management device 4 schedules the update of the setting file based on the record (step S15). Scheduling here means determining whether or not the distribution server 5 needs to be rebooted for updating the setting file, and the number of distribution servers 5 to be updated at one time. For example, the update management device 4 can determine the number of such units so that the update of the setting file is maximized within the bandwidth limitation.

続いて、更新管理装置4は、スケジューリングの結果に応じた更新指示のレコードを記憶装置3へ追加する(ステップS16)。このとき、アップデートに際してリブートが必要である場合、更新指示には、アップデート後にリブートを指示する情報が含まれる。記憶装置3は、かかる更新指示のレコードを各配信サーバ5へ通知する(ステップS17)。これにより、配信サーバ5は、更新管理装置4の更新指示に基づき、順次設定ファイルをファイル管理装置1からアップデートすることとなる(ステップS18)。 Subsequently, the update management device 4 adds a record of the update instruction according to the scheduling result to the storage device 3 (step S16). At this time, if a reboot is required for the update, the update instruction includes information for instructing the reboot after the update. The storage device 3 notifies each distribution server 5 of the record of the update instruction (step S17). As a result, the distribution server 5 sequentially updates the setting file from the file management device 1 based on the update instruction of the update management device 4 (step S18).

このように、実施形態に係るファイル管理システム100では、各配信サーバ5の設定の更新を中央管理することで、配信サーバ5の設定を速やかに同期させることが可能となる。なお、ここでは、ファイル管理装置1が、中継装置2、記憶装置3および更新管理装置4を介して更新通知を各配信サーバ5へ通知する場合について説明したが、ファイル管理装置1から更新通知を直接各配信サーバ5へ出力することにしてもよい。かかる場合であっても、各配信サーバ5の設定ファイルの更新に関してタイムラグを抑えることが可能である。 As described above, in the file management system 100 according to the embodiment, by centrally managing the update of the settings of each distribution server 5, it is possible to quickly synchronize the settings of the distribution server 5. Although the case where the file management device 1 notifies the update notification to each distribution server 5 via the relay device 2, the storage device 3, and the update management device 4 has been described here, the file management device 1 sends the update notification. It may be output directly to each distribution server 5. Even in such a case, it is possible to suppress a time lag regarding the update of the setting file of each distribution server 5.

〔2.ファイル管理装置1の構成〕
次に、図2を用いて、上記のファイル管理装置1について説明する。図2は、実施形態に係るファイル管理装置1の構成例を示す図である。図2に示すように、ファイル管理装置1は、制御部10と、記憶部13とを備える。
[2. Configuration of file management device 1]
Next, the above-mentioned file management device 1 will be described with reference to FIG. FIG. 2 is a diagram showing a configuration example of the file management device 1 according to the embodiment. As shown in FIG. 2, the file management device 1 includes a control unit 10 and a storage unit 13.

(2-1.記憶部13について)
記憶部13は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。図2に示すように、記憶部13は、設定ファイル14と、配信履歴情報15とを記憶する。
(2-1. About the storage unit 13)
The storage unit 13 is realized by, for example, a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk. As shown in FIG. 2, the storage unit 13 stores the setting file 14 and the distribution history information 15.

(2-1-1.設定ファイル14について)
設定ファイル14は、図1に示した配信サーバ5の設定を変更するための情報が保存されたファイルである。なお、ここでは、設定ファイル14が、ユーザのコンテンツに対するレコメンド情報である場合について説明する。設定ファイル14には、例えば、レコメンド情報としてモデル情報14aと、ユーザ群情報14bとが保存される。
(2-1-1. About the setting file 14)
The setting file 14 is a file in which information for changing the settings of the distribution server 5 shown in FIG. 1 is stored. Here, the case where the setting file 14 is the recommendation information for the user's content will be described. In the setting file 14, for example, model information 14a and user group information 14b are stored as recommendation information.

モデル情報14aは、ユーザに関する情報を予測するためのモデルに関する情報である。具体的には、モデル情報14aは、例えば、ユーザに関する情報としてデモグラフィック属性やサイコグラフィック属性が対応付けられた情報である。つまり、モデル情報14aは、年齢、性別、所在地域、家族構成、年収、ライフスタイル、趣味、興味カテゴリなどに関する情報である。 The model information 14a is information about a model for predicting information about a user. Specifically, the model information 14a is, for example, information associated with a demographic attribute or a psychographic attribute as information about a user. That is, the model information 14a is information on age, gender, location area, family structure, annual income, lifestyle, hobbies, interest categories, and the like.

ここで、モデル情報14aは、各配信サーバ5のログに基づいて定期的(例えば、6時間に1回)に更新される。これは、モデル情報14aが、時間の経過に伴って逐次変化するためである。つまり、モデル情報14aを定期的に更新することで、配信サーバ5は、ユーザの属性に適したコンテンツを配信することが可能となる。 Here, the model information 14a is updated periodically (for example, once every 6 hours) based on the log of each distribution server 5. This is because the model information 14a changes sequentially with the passage of time. That is, by periodically updating the model information 14a, the distribution server 5 can distribute the content suitable for the user's attribute.

ユーザ群情報14bは、配信サーバ5によって配信されるコンテンツのバリエーション毎に設定されたユーザ群に関する情報である。ここで、図3を用いて、ユーザ群情報14bについて説明する。図3は、実施形態に係るユーザ群情報14bの一例を示す図である。 The user group information 14b is information about a user group set for each variation of the content distributed by the distribution server 5. Here, the user group information 14b will be described with reference to FIG. FIG. 3 is a diagram showing an example of the user group information 14b according to the embodiment.

図3に示すように、ユーザ群情報14bは、「ユーザID」、「バリエーション」等が互いに対応付けられた情報である。「ユーザID」は、ユーザを識別するための識別子の情報である。 As shown in FIG. 3, the user group information 14b is information in which a "user ID", a "variation", and the like are associated with each other. The "user ID" is information of an identifier for identifying a user.

また、「バリエーション」は、例えば、配信サーバ5がコンテンツを配信する際のウェブページ上のデザインを示す。同図に示す例では、ユーザIDが「UI」のユーザに対しては、デザインAでコンテンツが配信され、ユーザIDが「U2」のユーザに対しては、デザインBでコンテンツが配信される。また、ユーザIDが「U3」のユーザに対してデザインCでコンテンツが配信される。 Further, the "variation" indicates, for example, the design on the web page when the distribution server 5 distributes the content. In the example shown in the figure, the content is distributed by the design A to the user whose user ID is "UI", and the content is distributed by the design B to the user whose user ID is "U2". Further, the content is distributed by the design C to the user whose user ID is "U3".

つまり、ファイル管理システム100では、同一のコンテンツを異なるデザインで配信し、デザイン毎にユーザの反応(クリック数や閲覧時間等)の経過を観測し、コンテンツのデザインを最適化することが可能である。 That is, in the file management system 100, it is possible to deliver the same content with different designs, observe the progress of the user's reaction (click count, browsing time, etc.) for each design, and optimize the content design. ..

なお、ユーザ群情報14bは、例えば、ファイル管理システム100の管理者によって更新される。また、上記の例では、ユーザ群情報14bが、デザインのバリエーションに関する情報である場合について説明したが、これに限定されるものではない。 The user group information 14b is updated, for example, by the administrator of the file management system 100. Further, in the above example, the case where the user group information 14b is information regarding a variation of the design has been described, but the present invention is not limited to this.

例えば、ユーザ群情報14bは、ターゲティングやコンテンツマッチなどのコンテンツの選択方式のバリエーションに関する情報など、他のバリエーションに関する情報であってもよい。 For example, the user group information 14b may be information on other variations such as information on variations in content selection methods such as targeting and content matching.

(2-1-2.配信履歴情報15について)
図2の説明に戻り、配信履歴情報15について説明する。配信履歴情報15は、配信サーバ5が過去に配信したコンテンツのログが記録された情報である。配信履歴情報15は、例えば、配信サーバ5によって逐次更新される。
(2-1-2. Distribution history information 15)
Returning to the description of FIG. 2, the delivery history information 15 will be described. The distribution history information 15 is information in which a log of contents distributed in the past by the distribution server 5 is recorded. The distribution history information 15 is sequentially updated by, for example, the distribution server 5.

(2-2.制御部10について)
制御部10は、コントローラ(controller)であり、例えば、CPU(Central Processing Unit)やMPU(Micro Processing Unit)等によって、ファイル管理装置1内部の記憶装置に記憶されている各種プログラム(ファイル管理プログラムの一例に相当)がRAMを作業領域として実行されることにより実現される。また、制御部10は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実現される。
(2-2. About control unit 10)
The control unit 10 is a controller, and for example, various programs (file management programs) stored in a storage device inside the file management device 1 by a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or the like. (Corresponding to one example) is realized by executing the RAM as a work area. Further, the control unit 10 is realized by, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

図2に示すように、制御部10は、更新部11と出力部12とを有し、以下に説明するファイル管理処理の機能や作用を実現または実行する。 As shown in FIG. 2, the control unit 10 has an update unit 11 and an output unit 12, and realizes or executes the functions and operations of the file management process described below.

(2-2-1.更新部11について)
更新部11は、設定ファイル14を更新する。具体的には、更新部11は、記憶部13に記憶された配信履歴情報15に基づいて設定ファイル14のモデル情報14aを更新する。具体的には、更新部11は、配信履歴情報15を参照し、前回の更新からデモグラフィック属性に変更があればモデル情報14aのデモグラフィック属性を更新する。また、更新部11は、配信履歴情報15に対して協調フィルタリング等の機械学習を用いてモデル情報14aのサイコグラフィック属性を更新することができる。
(2-2-1. About update section 11)
The update unit 11 updates the setting file 14. Specifically, the update unit 11 updates the model information 14a of the setting file 14 based on the distribution history information 15 stored in the storage unit 13. Specifically, the update unit 11 refers to the distribution history information 15, and updates the demographic attribute of the model information 14a if there is a change in the demographic attribute from the previous update. Further, the update unit 11 can update the psychographic attribute of the model information 14a with respect to the distribution history information 15 by using machine learning such as collaborative filtering.

また、更新部11は、管理者端末M(図1参照)からユーザ群情報14bの更新を受け付け、設定ファイル14のユーザ群情報14bを更新する。更新部11は、モデル情報14aおよびユーザ群情報14bを含む設定ファイル14を更新すると、出力部12へ通知する。上述のように、モデル情報14aは、自動的に更新される情報であり、ユーザ群情報14bは、管理者からの指示に基づき更新される情報である。 Further, the update unit 11 receives the update of the user group information 14b from the administrator terminal M (see FIG. 1), and updates the user group information 14b of the setting file 14. When the update unit 11 updates the setting file 14 including the model information 14a and the user group information 14b, the update unit 11 notifies the output unit 12. As described above, the model information 14a is the information that is automatically updated, and the user group information 14b is the information that is updated based on the instruction from the administrator.

なお、更新部11が更新する設定ファイル14は、モデル情報14aおよびユーザ群情報14bに限られず、各配信サーバ5のプログラムや、オペレーションシステム等の設定上の条件を示す情報であってもよい。 The setting file 14 updated by the updating unit 11 is not limited to the model information 14a and the user group information 14b, and may be information indicating setting conditions such as a program of each distribution server 5 and an operation system.

(2-2-2.出力部12について)
出力部12は、記憶部13に記憶された設定ファイル14が更新された場合に、設定ファイル14の更新通知を配信サーバ5へ出力する。なお、上述したように、本実施形態では、出力部12は、中継装置2へ更新通知を出力する。更新通知は、更新したデータのメタデータや、設定ファイル14内での所在を示すパスを含む。
(2-2-2. About output unit 12)
When the setting file 14 stored in the storage unit 13 is updated, the output unit 12 outputs an update notification of the setting file 14 to the distribution server 5. As described above, in the present embodiment, the output unit 12 outputs an update notification to the relay device 2. The update notification includes the metadata of the updated data and the path indicating the location in the setting file 14.

〔3.中継装置2の構成〕
次に、図4を用いて、中継装置2について説明する。図4は、実施形態に係る中継装置2の構成例を示す図である。中継装置2は、ファイル管理装置1から出力される更新通知を記憶装置3へ中継する装置である。また、図4に示すように、中継装置2は、制御部20と、記憶部22とを備える。
[3. Configuration of relay device 2]
Next, the relay device 2 will be described with reference to FIG. FIG. 4 is a diagram showing a configuration example of the relay device 2 according to the embodiment. The relay device 2 is a device that relays the update notification output from the file management device 1 to the storage device 3. Further, as shown in FIG. 4, the relay device 2 includes a control unit 20 and a storage unit 22.

(3-1.記憶部22について)
記憶部22は、DB情報23を記憶する。DB情報23は、後述する記憶装置3の更新DB33に関する情報である。具体的には、DB情報23は、例えば、上記の更新通知に応じたレコードを更新DB33のどの格納領域に書き込むべきかを規定した情報である。
(3-1. About the storage unit 22)
The storage unit 22 stores the DB information 23. The DB information 23 is information regarding the update DB 33 of the storage device 3 described later. Specifically, the DB information 23 is, for example, information that defines in which storage area of the update DB 33 the record corresponding to the above update notification should be written.

(3-2.制御部20について)
制御部20は、仲介部21を備える。仲介部21は、更新通知を取得すると、DB情報23を参照し、当該更新通知に応じて規定される記憶装置3の所定の格納領域へ当該更新通知に基づくレコードを追加する。
(3-2. Control unit 20)
The control unit 20 includes an intermediary unit 21. When the intermediary unit 21 acquires the update notification, it refers to the DB information 23 and adds a record based on the update notification to a predetermined storage area of the storage device 3 defined in response to the update notification.

このように、ファイル管理システム100では、ファイル管理装置1が記憶装置3に更新通知を直接出力するのではなく、中継装置2を介して更新通知に関するレコードが記憶装置3に追加される。これにより、記憶装置3に記憶されるデータが、ファイル管理装置1によって意図せず書き換えられることを防ぐことができる。 As described above, in the file management system 100, the file management device 1 does not directly output the update notification to the storage device 3, but the record related to the update notification is added to the storage device 3 via the relay device 2. This makes it possible to prevent the data stored in the storage device 3 from being unintentionally rewritten by the file management device 1.

〔4.記憶装置3の構成〕
次に、図5を用いて、記憶装置3について説明する。図5は、実施形態に係る記憶装置3の構成例を示す図である。記憶装置3は、いわゆるデータベースであり、データベースの機能に加え、データが更新された場合に、所定の装置に対して通知する機能を有する。また、図5に示すように、記憶装置3は、制御部30と、記憶部32とを備える。
[4. Configuration of storage device 3]
Next, the storage device 3 will be described with reference to FIG. FIG. 5 is a diagram showing a configuration example of the storage device 3 according to the embodiment. The storage device 3 is a so-called database, and has a function of notifying a predetermined device when data is updated, in addition to the function of the database. Further, as shown in FIG. 5, the storage device 3 includes a control unit 30 and a storage unit 32.

(4-1.記憶部32について)
記憶部32は、更新DB33を有する。更新DB33は、例えば、複数の格納領域34a~cを有する。例えば、格納領域34a~cには、格納領域34a~c毎に更新を通知する通知先の装置が登録される。例えば、格納領域34aには、更新管理装置4が通知先として登録され、格納領域34bには、配信サーバ5が通知先として登録される。
(4-1. About the storage unit 32)
The storage unit 32 has an update DB 33. The update DB 33 has, for example, a plurality of storage areas 34a to c. For example, in the storage areas 34a to c, notification destination devices for notifying updates are registered for each storage area 34a to c. For example, the update management device 4 is registered as a notification destination in the storage area 34a, and the distribution server 5 is registered as a notification destination in the storage area 34b.

(4-2.制御部30について)
制御部30は、通知部31を備える。通知部31は、記憶部32の更新DB33が更新された場合に、更新DB33の格納領域34a~c毎に登録された通知先の装置にデータの更新を通知する。
(4-2. Control unit 30)
The control unit 30 includes a notification unit 31. When the update DB 33 of the storage unit 32 is updated, the notification unit 31 notifies the notification destination device registered for each of the storage areas 34a to c of the update DB 33 of the data update.

図6は、格納領域34の一例を示す図であり、中継装置2によって追加される更新通知に基づくレコードの一例である。図6に示すように、格納領域34には、「日時」、「ファイル名」、「容量」、「パス」といった項目を含むレコードが中継装置2によって追加される。 FIG. 6 is a diagram showing an example of the storage area 34, and is an example of a record based on the update notification added by the relay device 2. As shown in FIG. 6, a record including items such as "date and time", "file name", "capacity", and "path" is added to the storage area 34 by the relay device 2.

「日時」は、レコードが追加された日時を示し、「ファイル名」は、設定ファイル14(図2参照)のうち、新たに更新されたファイルの名前を示す。また、「容量」は、かかるファイルの容量を示し、「パス」は、更新されたファイルの所在を示す。 “Date and time” indicates the date and time when the record was added, and “file name” indicates the name of the newly updated file in the setting file 14 (see FIG. 2). Further, "capacity" indicates the capacity of the file, and "path" indicates the location of the updated file.

通知部31は、格納領域34にレコードが追加されると、レコードの追加毎に、図7にて後述する更新管理装置4へレコードの追加を通知する。また、例えば、通知部31は、他の格納領域34にレコードが追加された場合には、かかる格納領域34に登録された装置へレコードの追加を通知することも可能である。 When a record is added to the storage area 34, the notification unit 31 notifies the update management device 4, which will be described later in FIG. 7, of the addition of the record each time the record is added. Further, for example, when a record is added to another storage area 34, the notification unit 31 can notify the device registered in the storage area 34 of the addition of the record.

〔5.更新管理装置4の構成例〕
続いて、図7を用いて、更新管理装置4について説明する。図7は、実施形態に係る更新管理装置4の構成例を示す図である。更新管理装置4は、各配信サーバ5の設定の更新を管理する装置である。図7に示すように、更新管理装置4は、制御部40と、記憶部42とを備える。
[5. Configuration example of update management device 4]
Subsequently, the update management device 4 will be described with reference to FIG. 7. FIG. 7 is a diagram showing a configuration example of the update management device 4 according to the embodiment. The update management device 4 is a device that manages the update of the settings of each distribution server 5. As shown in FIG. 7, the update management device 4 includes a control unit 40 and a storage unit 42.

(5-1.記憶部42について)
記憶部42は、判定条件情報43を記憶する。判定条件情報43は、後述する判定部41が参照する情報である。具体的には、判定条件情報43は、例えば、配信サーバ5が設定ファイル14をアップデートした場合のリブートの要否に関する情報や、配信サーバ5が設定ファイル14をアップロードする際の配信サーバ5およびファイル管理装置1の処理負荷に関する情報である。なお、かかる判定条件情報43を記憶装置3に記憶しておくことにしてもよい。
(5-1. About the storage unit 42)
The storage unit 42 stores the determination condition information 43. The determination condition information 43 is information referred to by the determination unit 41 described later. Specifically, the determination condition information 43 includes, for example, information regarding the necessity of rebooting when the distribution server 5 updates the setting file 14, and the distribution server 5 and the file when the distribution server 5 uploads the setting file 14. Information about the processing load of the management device 1. The determination condition information 43 may be stored in the storage device 3.

(5-2.制御部40について)
制御部40は、判定部41を備える。判定部41は、記憶装置3から通知されるレコードに基づき、判定条件情報43を参照してリブートの要否を判定する。また、判定部41は、判定結果に基づく更新指示を記憶装置3の配信サーバ5宛ての格納領域34へ書き込む。
(5-2. About control unit 40)
The control unit 40 includes a determination unit 41. The determination unit 41 determines whether or not a reboot is necessary with reference to the determination condition information 43 based on the record notified from the storage device 3. Further, the determination unit 41 writes an update instruction based on the determination result in the storage area 34 addressed to the distribution server 5 of the storage device 3.

これにより、記憶装置3から配信サーバ5へかかる更新指示が通知されることとなる。そして、配信サーバ5は、かかる更新指示に基づき、ファイル管理装置1から更新されたファイルのアップロードを行うこととなる。 As a result, the storage device 3 notifies the distribution server 5 of the update instruction. Then, the distribution server 5 uploads the updated file from the file management device 1 based on the update instruction.

ところで、全ての配信サーバ5が一度にアップデートを行うと、ファイル管理装置1にトラフィックが集中し、ファイルの送信レートが帯域制限を超えるおそれがある。このため、判定部41は、一度にアップデートする配信サーバ5の個数を決定することも可能である。 By the way, if all the distribution servers 5 update at once, the traffic may be concentrated on the file management device 1 and the file transmission rate may exceed the bandwidth limit. Therefore, the determination unit 41 can also determine the number of distribution servers 5 to be updated at one time.

判定部41は、配信サーバ5がアップデートしたとしても、上記の帯域制限内に収まる個数を決定することが可能である。例えば、かかる個数は、アップロードするファイルの容量に基づき決定することが可能である。 Even if the distribution server 5 is updated, the determination unit 41 can determine the number of units that fall within the above-mentioned bandwidth limitation. For example, the number can be determined based on the size of the file to be uploaded.

図8は、更新管理装置4による処理の一例を示す図である。なお、図8では、説明を簡単にするために、記憶装置3を省略して示す。図8に示すように、更新管理装置4は、配信サーバ5を順次更新させる。 FIG. 8 is a diagram showing an example of processing by the update management device 4. Note that, in FIG. 8, the storage device 3 is omitted for the sake of simplicity. As shown in FIG. 8, the update management device 4 sequentially updates the distribution server 5.

具体的には、更新管理装置4は、配信サーバ5aへ更新指示を出力すると、配信サーバ5aがファイル管理装置1からファイルをアップデードした後に、完了通知を更新管理装置4へ出力する。 Specifically, when the update management device 4 outputs an update instruction to the distribution server 5a, the distribution server 5a updates the file from the file management device 1 and then outputs a completion notification to the update management device 4.

更新管理装置4は、かかる完了通知をうけて、配信サーバ5bへ更新指示を出力する。これにより、配信サーバ5bは、ファイル管理装置1からファイルをアップデードした後に、完了通知を更新管理装置4へ出力する。そして、更新管理装置4は、かかる完了通知をうけて、配信サーバ5cへ更新指示を出力する。 Upon receiving the completion notification, the update management device 4 outputs an update instruction to the distribution server 5b. As a result, the distribution server 5b updates the file from the file management device 1 and then outputs the completion notification to the update management device 4. Then, the update management device 4 receives the completion notification and outputs an update instruction to the distribution server 5c.

このように、更新管理装置4は、配信サーバ5からファイルのアップデートの完了通知の取得毎に、新たな配信サーバ5へ更新指示を出力する。これにより、各配信サーバ5は、設定を順次更新することができるので、配信サーバ5間での設定更新のタイムラグを抑えることができる。言い換えれば、配信サーバ5の設定を速やかに同期することが可能である。 In this way, the update management device 4 outputs an update instruction to the new distribution server 5 every time a file update completion notification is acquired from the distribution server 5. As a result, each distribution server 5 can update the settings sequentially, so that it is possible to suppress the time lag of setting updates between the distribution servers 5. In other words, it is possible to quickly synchronize the settings of the distribution server 5.

なお、ここでは、更新管理装置4が1台ずつ配信サーバ5へ更新指示を出力する場合を例に挙げて説明したが、上述の帯域制限内であれば、複数の配信サーバ5へ更新指示を出力することも可能である。かかる場合に、より迅速に配信サーバ5の設定を同期させることが可能となる。 Here, the case where the update management device 4 outputs the update instruction to the distribution server 5 one by one has been described as an example, but if it is within the above-mentioned bandwidth limitation, the update instruction is sent to a plurality of distribution servers 5. It is also possible to output. In such a case, the settings of the distribution server 5 can be synchronized more quickly.

また、更新管理装置4は、配信サーバ5の設定を順番に更新するため、更新指示を未取得である残余の配信サーバ5で、クライアント装置からのリクエストに対処することが可能である。つまり、一度に全ての配信サーバ5にアップデートをかけると、その間にクライアント装置からのリクエストに対して処理できないおそれがある。つまり、更新管理装置4は、順番に配信サーバ5をアップデートさせることで、サービスを停止することなく、配信サーバ5の設定を同期させることが可能である。 Further, since the update management device 4 updates the settings of the distribution server 5 in order, the remaining distribution server 5 for which the update instruction has not been acquired can handle the request from the client device. That is, if all the distribution servers 5 are updated at once, there is a possibility that the request from the client device cannot be processed during that time. That is, the update management device 4 can synchronize the settings of the distribution server 5 without stopping the service by updating the distribution server 5 in order.

更新管理装置4は、例えば、配信サーバ5がアップデートに失敗した場合、かかる配信サーバ5へロールバック(巻き戻し)を指示することも可能である。図9は、更新エラー時の更新管理装置4の処理の一例を示す図である。 For example, when the distribution server 5 fails to update, the update management device 4 can instruct the distribution server 5 to roll back (rewind). FIG. 9 is a diagram showing an example of processing of the update management device 4 at the time of an update error.

図9に示すように、更新管理装置4は、配信サーバ5aからエラーを通知された場合に、配信サーバ5へロールバックを指示する。これにより、配信サーバ5aは、例えば、更新後のファイルを破棄し、更新前のファイルの状態に設定を戻す処理を行う。 As shown in FIG. 9, the update management device 4 instructs the distribution server 5 to roll back when an error is notified from the distribution server 5a. As a result, the distribution server 5a performs a process of discarding the updated file and returning the setting to the state of the file before the update, for example.

これにより、配信サーバ5を迅速に復旧することが可能となる。また、このとき、更新管理装置4は、配信サーバ5aの次にアップデートを開始する配信サーバ5bに対して更新停止を指示する。これにより、配信サーバ5bによる更新エラーを未然に防ぐことが可能となる。 This makes it possible to quickly restore the distribution server 5. Further, at this time, the update management device 4 instructs the distribution server 5b, which starts the update next to the distribution server 5a, to stop the update. This makes it possible to prevent an update error caused by the distribution server 5b.

さらに、更新管理装置4は、配信サーバ5aからエラーの通知を取得すると、更新エラーに基づくアラートを管理者端末Mへ通知する。これにより、管理者は、かかるエラーに対して迅速に対処することが可能となる。 Further, when the update management device 4 acquires the error notification from the distribution server 5a, the update management device 4 notifies the administrator terminal M of an alert based on the update error. This allows the administrator to respond quickly to such errors.

なお、ここでは、更新管理装置4が、配信サーバ5からのエラーの通知を受けてロールバックを指示する場合について説明したが、これに限定されるものではない。すなわち、更新管理装置4は、例えば、配信サーバ5の更新前後でKPI(Key Performance Indicator)が低下した場合、ロールバックを指示することにしてもよい。 Here, the case where the update management device 4 receives an error notification from the distribution server 5 and instructs a rollback has been described, but the present invention is not limited to this. That is, the update management device 4 may instruct rollback, for example, when the KPI (Key Performance Indicator) is lowered before and after the update of the distribution server 5.

ここでのKPIは、配信サーバ5によって配信されるコンテンツのレコメンドに対する評価指数を示す。例えば、コンテンツに対するクリック数が多い程、KPIが高い値となり、コンテンツに対するクリック数が少ない程、KPIが低い値となる。 The KPI here indicates an evaluation index for the recommendation of the content distributed by the distribution server 5. For example, the larger the number of clicks on the content, the higher the KPI value, and the smaller the number of clicks on the content, the lower the KPI value.

つまり、更新管理装置4は、配信サーバ5のアップロード後にKPIが低下した場合に、配信サーバ5をアップロード前の設定に戻すことで、配信サーバ5のパフォーマンスの低下を抑制することが可能となる。 That is, when the KPI deteriorates after the distribution server 5 is uploaded, the update management device 4 can suppress the deterioration of the performance of the distribution server 5 by returning the distribution server 5 to the setting before uploading.

なお、更新管理装置4は、例えば、更新指示に対応するタイマ(いわゆるウォッチドッグタイマ)を起動させ、所定時間内に完了通知が配信サーバ5aから返ってこなかった場合に、更新エラーと判定することにしてもよい。 The update management device 4 activates, for example, a timer corresponding to the update instruction (so-called watchdog timer), and determines that an update error occurs when the completion notification is not returned from the distribution server 5a within a predetermined time. You may do it.

〔6.処理手順〕
次に、図10を用いて、実施形態に係るファイル管理装置1が実行する処理手順について説明する。図10は、実施形態に係るファイル管理装置1が実行する処理手順を示すフローチャートである。
[6. Processing procedure]
Next, the processing procedure executed by the file management apparatus 1 according to the embodiment will be described with reference to FIG. FIG. 10 is a flowchart showing a processing procedure executed by the file management device 1 according to the embodiment.

図10に示すように、まず、ファイル管理装置1の更新部11は、管理者端末Mから設定ファイル14の更新を受け付けたか否かを判定する(ステップS101)。更新部11は、管理者端末Mから設定ファイル14の更新を受け付けなかった場合(ステップS101,No)、設定ファイル14の自動更新タイミングか否かを判定する。 As shown in FIG. 10, first, the update unit 11 of the file management device 1 determines whether or not the update of the setting file 14 has been accepted from the administrator terminal M (step S101). When the update unit 11 does not accept the update of the setting file 14 from the administrator terminal M (steps S101, No), the update unit 11 determines whether or not it is the automatic update timing of the setting file 14.

ここで、更新部11は、自動更新タイミングでなかった場合(ステップS102,No)、ステップS101へ移行する。一方、更新部11は、更新を受け付けた場合(ステップ101,Yes)、自動更新タイミングであった場合(ステップS102,Yes)、設定ファイル14を更新する(ステップS103)。そして、出力部12は、中継装置2へ更新通知を出力して(ステップS104)、処理を終了する。 Here, if the update timing is not the automatic update timing (steps S102, No), the update unit 11 shifts to step S101. On the other hand, the update unit 11 updates the setting file 14 (step S102, Yes) when the update is accepted (step 101, Yes) and when the automatic update timing is reached (step S102, Yes). Then, the output unit 12 outputs an update notification to the relay device 2 (step S104), and ends the process.

〔7.効果〕
上述してきたように、実施形態に係るファイル管理装置1は、記憶部13と、出力部12とを備える。記憶部13は、ネットワーク上に分散配置された複数の配信サーバ5の設定ファイル14を記憶する。出力部12は、記憶部13に記憶された設定ファイル14が更新された場合に、設定ファイル14の更新通知を配信サーバ5へ出力する。
[7. effect〕
As described above, the file management device 1 according to the embodiment includes a storage unit 13 and an output unit 12. The storage unit 13 stores the setting files 14 of the plurality of distribution servers 5 distributed and arranged on the network. When the setting file 14 stored in the storage unit 13 is updated, the output unit 12 outputs an update notification of the setting file 14 to the distribution server 5.

これにより、実施形態に係るファイル管理装置1は、各配信サーバ5が更新通知に基づき、設定ファイル14をアップデートすることができるため、配信サーバ5の設定を迅速に同期することができる。 As a result, in the file management device 1 according to the embodiment, since each distribution server 5 can update the setting file 14 based on the update notification, the settings of the distribution server 5 can be quickly synchronized.

また、実施形態に係るファイル管理装置1において、記憶部13は、配信サーバ5によって配信されるコンテンツのレコメンド情報を設定ファイル14に記憶し、配信サーバ5は、レコメンド情報に基づいてコンテンツを配信する。 Further, in the file management device 1 according to the embodiment, the storage unit 13 stores the recommendation information of the content distributed by the distribution server 5 in the setting file 14, and the distribution server 5 distributes the content based on the recommendation information. ..

これにより、実施形態に係るファイル管理装置1は、更新頻度が比較的多いレコメンド情報を配信サーバ5で迅速に同期することで、各配信サーバ5がユーザに常に最適なコンテンツを配信することが可能となる。 As a result, the file management device 1 according to the embodiment can rapidly synchronize the recommendation information having a relatively high update frequency with the distribution server 5, so that each distribution server 5 can always distribute the optimum content to the user. Will be.

また、実施形態に係るファイル管理装置1において、記憶部13は、ユーザに関する情報を予測するためのモデル情報14aを設定ファイル14に記憶し、配信サーバ5は、モデル情報14aに基づいてコンテンツをユーザに配信する。 Further, in the file management device 1 according to the embodiment, the storage unit 13 stores the model information 14a for predicting the information about the user in the setting file 14, and the distribution server 5 stores the content based on the model information 14a. Deliver to.

これにより、実施形態に係るファイル管理装置1では、各配信サーバ5が刻一刻と変化するモデル情報14aを速やかに反映させてコンテンツを配信することが可能となる。 As a result, in the file management device 1 according to the embodiment, each distribution server 5 can quickly reflect the model information 14a that changes every moment to distribute the content.

また、実施形態に係るファイル管理装置1において、記憶部13は、配信サーバ5によって配信されるコンテンツのバリエーション毎に設定されたユーザ群に関するユーザ群情報14bを設定ファイル14に記憶する。 Further, in the file management device 1 according to the embodiment, the storage unit 13 stores the user group information 14b regarding the user group set for each variation of the content distributed by the distribution server 5 in the setting file 14.

これにより、実施形態に係るファイル管理装置1では、例えば、管理者によって更新されるユーザ群情報14bを速やかに各配信サーバ5で同期することができるため、管理者の意図する変更を各配信サーバ5で速やかに反映することが可能となる。 As a result, in the file management device 1 according to the embodiment, for example, the user group information 14b updated by the administrator can be quickly synchronized with each distribution server 5, so that the change intended by the administrator can be made to each distribution server. It becomes possible to reflect it promptly in 5.

また、実施形態に係るファイル管理システム100は、ファイル管理装置1と、出力部12から出力される更新通知を中継する中継装置2と、中継装置2によって中継される更新通知を記憶するとともに、更新通知を配信サーバ5へ通知する記憶装置3と、記憶装置3を介して配信サーバ5による設定ファイル14の更新を管理する更新管理装置4とを備える。 Further, the file management system 100 according to the embodiment stores and updates the file management device 1, the relay device 2 that relays the update notification output from the output unit 12, and the update notification relayed by the relay device 2. The storage device 3 for notifying the notification to the distribution server 5 and the update management device 4 for managing the update of the setting file 14 by the distribution server 5 via the storage device 3 are provided.

これにより、実施形態に係るファイル管理システム100では、各配信サーバ5の設定ファイル14の更新を中央管理することができるので、配信サーバ5の設定を迅速に同期することができる。 As a result, in the file management system 100 according to the embodiment, the update of the setting file 14 of each distribution server 5 can be centrally managed, so that the settings of the distribution server 5 can be quickly synchronized.

また、実施形態に係るファイル管理システム100において、中継装置2は、更新通知を取得した場合に、当該更新通知に応じて規定される記憶装置3の所定の格納領域34に当該更新通知に基づくレコードを追加する。 Further, in the file management system 100 according to the embodiment, when the relay device 2 acquires the update notification, the record based on the update notification is stored in the predetermined storage area 34 of the storage device 3 defined in response to the update notification. To add.

これにより、実施形態に係るファイル管理システム100では、記憶装置3に対して適切にレコードを追加することができるため、記憶装置3のデータが不要に書き換えられることを防ぐことが可能となる。 As a result, in the file management system 100 according to the embodiment, records can be appropriately added to the storage device 3, so that it is possible to prevent the data in the storage device 3 from being unnecessarily rewritten.

また、実施形態に係るファイル管理システム100において、記憶装置3は、レコードの追加を更新管理装置4へ通知し、更新管理装置4は、レコードに基づいて設定ファイル14の更新後の配信サーバ5のリブートの要否を判定し、判定結果に基づく更新指示を配信サーバ5へ出力する。 Further, in the file management system 100 according to the embodiment, the storage device 3 notifies the update management device 4 of the addition of the record, and the update management device 4 is the distribution server 5 after the update of the setting file 14 based on the record. It is determined whether or not a reboot is necessary, and an update instruction based on the determination result is output to the distribution server 5.

これにより、実施形態に係るファイル管理システム100では、リブートが必要な配信サーバ5の更新であっても、各配信サーバ5を自動で更新することができる。 As a result, in the file management system 100 according to the embodiment, each distribution server 5 can be automatically updated even if the distribution server 5 needs to be rebooted.

また、実施形態に係るファイル管理システム100において、更新管理装置4は、配信サーバ5から設定ファイル14の更新の完了通知の取得毎に、新たな配信サーバ5へ設定ファイル14の更新を指示する。 Further, in the file management system 100 according to the embodiment, the update management device 4 instructs the new distribution server 5 to update the setting file 14 every time the distribution server 5 acquires the update completion notification of the setting file 14.

これにより、実施形態に係るファイル管理システム100では、配信サーバ5によるサービスを停止することなく、各配信サーバ5の設定を同期することが可能となる。 As a result, in the file management system 100 according to the embodiment, it is possible to synchronize the settings of each distribution server 5 without stopping the service by the distribution server 5.

また、実施形態に係るファイル管理システム100において、更新管理装置4は、配信サーバ5から設定ファイル14の更新エラーを取得した場合に、当該配信サーバ5へロールバックを指示する。 Further, in the file management system 100 according to the embodiment, when the update management device 4 acquires the update error of the setting file 14 from the distribution server 5, the update management device 4 instructs the distribution server 5 to roll back.

これにより、実施形態に係るファイル管理システム100では、更新エラーが発生した配信サーバ5を速やかに復旧させることが可能となる。 As a result, in the file management system 100 according to the embodiment, the distribution server 5 in which the update error has occurred can be quickly restored.

〔8.ハードウェア構成〕
また、上述してきた実施形態に係るファイル管理装置1は、例えば図11に示すような構成のコンピュータ1000によって実現される。図11は、実施形態に係るファイル管理装置1の機能を実現するコンピュータ1000の一例を示すハードウェア構成図である。コンピュータ1000は、CPU1100、RAM1200、ROM1300、HDD1400、通信インターフェイス(I/F)1500、入出力インターフェイス(I/F)1600、及びメディアインターフェイス(I/F)1700を有する。
[8. Hardware configuration]
Further, the file management device 1 according to the above-described embodiment is realized by, for example, a computer 1000 having a configuration as shown in FIG. FIG. 11 is a hardware configuration diagram showing an example of a computer 1000 that realizes the function of the file management device 1 according to the embodiment. The computer 1000 has a CPU 1100, a RAM 1200, a ROM 1300, an HDD 1400, a communication interface (I / F) 1500, an input / output interface (I / F) 1600, and a media interface (I / F) 1700.

CPU1100は、ROM1300又はHDD1400に格納されたプログラムに基づいて動作し、各部の制御を行う。ROM1300は、コンピュータ1000の起動時にCPU1100によって実行されるブートプログラムや、コンピュータ1000のハードウェアに依存するプログラム等を格納する。 The CPU 1100 operates based on a program stored in the ROM 1300 or the HDD 1400, and controls each part. The ROM 1300 stores a boot program executed by the CPU 1100 when the computer 1000 is started, a program depending on the hardware of the computer 1000, and the like.

HDD1400は、CPU1100によって実行されるプログラム、及び、かかるプログラムによって使用されるデータ等を格納する。通信インターフェイス1500は、ネットワークNを介して他の機器からデータを受信してCPU1100へ送り、CPU1100が生成したデータを、ネットワークNを介して他の機器へ送信する。 The HDD 1400 stores a program executed by the CPU 1100, data used by such a program, and the like. The communication interface 1500 receives data from another device via the network N and sends it to the CPU 1100, and transmits the data generated by the CPU 1100 to the other device via the network N.

CPU1100は、入出力インターフェイス1600を介して、ディスプレイやプリンタ等の出力装置、及び、キーボードやマウス等の入力装置を制御する。CPU1100は、入出力インターフェイス1600を介して、入力装置からデータを取得する。また、CPU1100は、生成したデータを、入出力インターフェイス1600を介して出力装置へ出力する。 The CPU 1100 controls an output device such as a display or a printer, and an input device such as a keyboard or a mouse via the input / output interface 1600. The CPU 1100 acquires data from the input device via the input / output interface 1600. Further, the CPU 1100 outputs the generated data to the output device via the input / output interface 1600.

メディアインターフェイス1700は、記録媒体1800に格納されたプログラム又はデータを読み取り、RAM1200を介してCPU1100に提供する。CPU1100は、かかるプログラムを、メディアインターフェイス1700を介して記録媒体1800からRAM1200上にロードし、ロードしたプログラムを実行する。記録媒体1800は、例えばDVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等である。 The media interface 1700 reads a program or data stored in the recording medium 1800 and provides the program or data to the CPU 1100 via the RAM 1200. The CPU 1100 loads the program from the recording medium 1800 onto the RAM 1200 via the media interface 1700, and executes the loaded program. The recording medium 1800 is, for example, an optical recording medium such as a DVD (Digital Versatile Disc) or PD (Phase change rewritable Disk), a magneto-optical recording medium such as MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. And so on.

例えば、コンピュータ1000が実施形態に係るファイル管理装置1として機能する場合、コンピュータ1000のCPU1100は、RAM1200上にロードされたプログラムを実行することにより、制御部10の機能を実現する。また、HDD1400には、記憶部13内のデータが格納される。コンピュータ1000のCPU1100は、これらのプログラムを、記録媒体1800から読み取って実行するが、他の例として、他の装置から、ネットワークNを介してこれらのプログラムを取得してもよい。 For example, when the computer 1000 functions as the file management device 1 according to the embodiment, the CPU 1100 of the computer 1000 realizes the function of the control unit 10 by executing the program loaded on the RAM 1200. Further, the data in the storage unit 13 is stored in the HDD 1400. The CPU 1100 of the computer 1000 reads and executes these programs from the recording medium 1800, but as another example, these programs may be acquired from another device via the network N.

以上、本願の実施形態のいくつかを図面に基づいて詳細に説明したが、これらは例示であり、発明の開示の欄に記載の態様を始めとして、当業者の知識に基づいて種々の変形、改良を施した他の形態で本発明を実施することが可能である。 Although some of the embodiments of the present application have been described in detail with reference to the drawings, these are examples, and various modifications are made based on the knowledge of those skilled in the art, including the embodiments described in the disclosure column of the invention. It is possible to carry out the present invention in other modified forms.

〔9.その他〕
また、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。例えば、各図に示した各種情報は、図示した情報に限られない。
[9. others〕
Further, among the processes described in the above-described embodiment, all or a part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed can be performed. All or part of it can be done automatically by a known method. In addition, information including processing procedures, specific names, various data and parameters shown in the above documents and drawings can be arbitrarily changed unless otherwise specified. For example, the various information shown in each figure is not limited to the information shown in the figure.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。 Further, each component of each of the illustrated devices is a functional concept, and does not necessarily have to be physically configured as shown in the figure. That is, the specific form of distribution / integration of each device is not limited to the one shown in the figure, and all or part of them may be functionally or physically distributed / physically in any unit according to various loads and usage conditions. Can be integrated and configured.

また、上述してきた実施形態に記載した各処理は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。 In addition, the processes described in the above-described embodiments can be appropriately combined as long as the processing contents do not contradict each other.

また、上記してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、更新部11は、更新手段や更新回路に読み替えることができる。 Further, the above-mentioned "section, module, unit" can be read as "means" or "circuit". For example, the update unit 11 can be read as an update means or an update circuit.

1 ファイル管理装置
2 中継装置
3 記憶装置
4 更新管理装置
5 配信サーバ
11 更新部
12 出力部
14 設定ファイル
1 File management device 2 Relay device 3 Storage device 4 Update management device 5 Distribution server 11 Update unit 12 Output unit 14 Setting file

Claims (8)

ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶部と、
前記記憶部に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ出力する出力部と
を備えるファイル管理装置と、
前記出力部から出力される前記更新通知を中継する中継装置と、
前記中継装置によって中継される前記更新通知を記憶するとともに、前記更新通知を前記配信サーバに通知する記憶装置と、
前記記憶装置を介して前記配信サーバによる前記設定ファイルの更新を管理する更新管理装置と
を備えることを特徴とするファイル管理システム。
A storage unit that stores the configuration files of multiple distribution servers distributed on the network,
A file management device including an output unit that outputs an update notification of the setting file to the distribution server when the setting file stored in the storage unit is updated .
A relay device that relays the update notification output from the output unit, and
A storage device that stores the update notification relayed by the relay device and notifies the distribution server of the update notification, and a storage device.
An update management device that manages the update of the setting file by the distribution server via the storage device.
A file management system characterized by being equipped with.
前記記憶部は、
前記配信サーバによって配信されるコンテンツのレコメンド情報を前記設定ファイルに記憶し、
前記配信サーバは、
前記レコメンド情報に基づいて前記コンテンツを配信すること
を特徴とする請求項1に記載のファイル管理システム
The storage unit is
The recommendation information of the content distributed by the distribution server is stored in the setting file, and the recommendation information is stored in the setting file.
The distribution server
The file management system according to claim 1, wherein the content is distributed based on the recommendation information.
前記記憶部は、
ユーザに関する情報を予測するためのモデル情報を前記設定ファイルに記憶し、
前記配信サーバは、
前記モデル情報に基づいてコンテンツをユーザに配信すること
を特徴とする請求項1または2に記載のファイル管理システム
The storage unit is
Model information for predicting information about the user is stored in the setting file, and
The distribution server
The file management system according to claim 1 or 2, wherein the content is delivered to the user based on the model information.
前記記憶部は、
前記配信サーバによって配信されるコンテンツのバリエーションがユーザ毎に設定されたユーザ群に関するユーザ群情報を前記設定ファイルに記憶すること
を特徴とする請求項2または3に記載のファイル管理システム
The storage unit is
The file management system according to claim 2 or 3, wherein the user group information regarding the user group in which the variation of the content distributed by the distribution server is set for each user is stored in the setting file.
前記中継装置は、
前記更新通知を取得した場合に、当該更新通知に応じて規定される前記記憶装置の所定の格納領域に当該更新通知に基づくレコードを追加すること
を特徴とする請求項1~4のいずれか一つに記載のファイル管理システム。
The relay device is
One of claims 1 to 4, wherein when the update notification is acquired, a record based on the update notification is added to a predetermined storage area of the storage device specified in response to the update notification. The file management system described in one .
前記記憶装置は、
前記レコードの追加を前記更新管理装置へ通知し、
前記更新管理装置は、
前記レコードに基づいて前記設定ファイルの更新後の前記配信サーバのリブートの要否を判定し、判定結果に基づく更新指示を前記配信サーバへ出力すること
を特徴とする請求項に記載のファイル管理システム。
The storage device is
Notifying the update management device of the addition of the record,
The update management device is
The file management according to claim 5 , wherein the necessity of rebooting the distribution server after updating the setting file is determined based on the record, and an update instruction based on the determination result is output to the distribution server. system.
前記更新管理装置は、
前記配信サーバから前記設定ファイルの更新の完了通知の取得毎に、新たな前記配信サーバへ前記設定ファイルの更新を指示すること
を特徴とする請求項に記載のファイル管理システム。
The update management device is
The file management system according to claim 6 , wherein each time a notification of completion of update of the setting file is acquired from the distribution server, a new distribution server is instructed to update the setting file.
前記更新管理装置は、
前記配信サーバから前記設定ファイルの更新エラーを取得した場合に、当該配信サーバへロールバックを指示すること
を特徴とする請求項に記載のファイル管理システム。
The update management device is
The file management system according to claim 7 , wherein when an update error of the setting file is acquired from the distribution server, a rollback is instructed to the distribution server.
JP2017179380A 2017-09-19 2017-09-19 File management system Active JP6991026B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017179380A JP6991026B2 (en) 2017-09-19 2017-09-19 File management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017179380A JP6991026B2 (en) 2017-09-19 2017-09-19 File management system

Publications (2)

Publication Number Publication Date
JP2019056958A JP2019056958A (en) 2019-04-11
JP6991026B2 true JP6991026B2 (en) 2022-01-12

Family

ID=66107289

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017179380A Active JP6991026B2 (en) 2017-09-19 2017-09-19 File management system

Country Status (1)

Country Link
JP (1) JP6991026B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004102493A (en) 2002-09-06 2004-04-02 Nippon Telegr & Teleph Corp <Ntt> Contents distributing method and contents distribution controller
JP2006202101A (en) 2005-01-21 2006-08-03 Matsushita Electric Ind Co Ltd Information terminal, information distribution server and information distribution method
JP2013077240A (en) 2011-09-30 2013-04-25 Nippon Telegr & Teleph Corp <Ntt> Content display method, content display device and program thereof
US20160065641A1 (en) 2014-08-28 2016-03-03 Beau Ner Chesluk Global Distribution Model

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004102493A (en) 2002-09-06 2004-04-02 Nippon Telegr & Teleph Corp <Ntt> Contents distributing method and contents distribution controller
JP2006202101A (en) 2005-01-21 2006-08-03 Matsushita Electric Ind Co Ltd Information terminal, information distribution server and information distribution method
JP2013077240A (en) 2011-09-30 2013-04-25 Nippon Telegr & Teleph Corp <Ntt> Content display method, content display device and program thereof
US20160065641A1 (en) 2014-08-28 2016-03-03 Beau Ner Chesluk Global Distribution Model

Also Published As

Publication number Publication date
JP2019056958A (en) 2019-04-11

Similar Documents

Publication Publication Date Title
US9898522B2 (en) Distributed storage of aggregated data
US7546484B2 (en) Managing backup solutions with light-weight storage nodes
US7958210B2 (en) Update management method and update management unit
EP2575045B1 (en) Distributed computing backup and recovery system
US10826799B2 (en) Apparatus for providing cloud service based on cloud service brokerage and method thereof
US9712663B2 (en) Device lock mode
US8732118B1 (en) Distributed performance of data aggregation operations
US11395314B2 (en) Optimal scheduling of access events on mobile devices
US9473413B1 (en) Dynamic throttle of network traffic
JP2007102452A (en) System management program and system management method
US10445189B2 (en) Information processing system, information processing apparatus, and information processing apparatus control method
US8694835B2 (en) System health monitoring
US20090300584A1 (en) Methods and systems for providing a demo appliance and migrating the demo appliance to a production appliance
US20160337263A1 (en) Request distribution system, management system, and method for controlling the same
CN112506870B (en) Data warehouse increment updating method and device and computer equipment
KR20220119740A (en) Cloud-based database backup and recovery
US9135116B1 (en) Cloud enabled filesystems provided by an agent which interfaces with a file system on a data source device
US20220121531A1 (en) Automatic storage target recommendations using a storage classifier
JP6991026B2 (en) File management system
JP5528955B2 (en) Input support apparatus, input support method, and program
AU2013322395B2 (en) Data distribution system
US10360010B1 (en) Method and system for implementing an ATM management and software policy tool
US8352337B2 (en) Automatic loaner part replacement to prevent system callback
US11343349B2 (en) Deployment ready techniques for distributed application clients
US20180067664A1 (en) System and method for backing up social network data

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20191101

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20191108

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200309

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210331

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210406

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210601

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: 20211124

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211207

R150 Certificate of patent or registration of utility model

Ref document number: 6991026

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350