JP2019056958A - File management apparatus, file management system, file management method and file management program - Google Patents

File management apparatus, file management system, file management method and file management program Download PDF

Info

Publication number
JP2019056958A
JP2019056958A JP2017179380A JP2017179380A JP2019056958A JP 2019056958 A JP2019056958 A JP 2019056958A JP 2017179380 A JP2017179380 A JP 2017179380A JP 2017179380 A JP2017179380 A JP 2017179380A JP 2019056958 A JP2019056958 A JP 2019056958A
Authority
JP
Japan
Prior art keywords
update
distribution server
file
file management
setting
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
JP2017179380A
Other languages
Japanese (ja)
Other versions
JP6991026B2 (en
Inventor
佐藤 潤一
Junichi Sato
潤一 佐藤
石川 直樹
Naoki Ishikawa
直樹 石川
佐藤 祐司
Yuji Sato
祐司 佐藤
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

Landscapes

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

Abstract

To rapidly synchronize a setting of a distribution server.SOLUTION: A file management apparatus according to the present invention includes a storage unit and an output unit. The storage unit stores setting files of a plurality of distribution servers distributed on a network. The output unit notifies the distribution server of an update notification of the setting files when updating the setting files stored in the storage unit.SELECTED DRAWING: Figure 2

Description

本発明は、ファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムに関する。   The present invention relates to a file management apparatus, 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 transmits a request to a distribution server via a network, the distribution server performs a process according to the request, and transmits 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, the processing is distributed among a plurality of distribution servers.

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

特開2001−356950号公報JP 2001-356950 A

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

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

本願に係るファイル管理装置は、ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶部と、前記記憶部に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ通知する通知部と、を備えることを特徴とする。   The file management apparatus according to the present application includes a storage unit that stores setting files of a plurality of distribution servers distributed on a network, and the setting file stored in the storage unit is updated when the setting file is updated. A notification unit that notifies 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 quickly synchronized.

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

以下に、本願に係るファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムを実施するための形態(以下、「実施形態」と記載する)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願に係るファイル管理装置、ファイル管理システム、ファイル管理方法およびファイル管理プログラムが限定されるものではない。また、以下の各実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。   Hereinafter, a mode for carrying out a file management apparatus, a file management system, a file management method, and a file management program according to the present application (hereinafter referred to as “embodiment”) will be described in detail with reference to the drawings. The file management apparatus, file management system, file management method, and file management program according to the present application are not limited by this embodiment. In the following embodiments, the same portions are denoted by the same reference numerals, and redundant description is 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 the embodiment will be described with reference to FIG. FIG. 1 is a diagram illustrating an example of a file management system according to the embodiment. As illustrated 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). In other words, the file management system 100 is a distributed processing system that performs distributed processing on a plurality of distribution servers 5 in response to a request. In the following, the case where the distribution server 5 distributes article content such as news based on a recommendation will be described. However, the present invention is not limited to article content, and advertisements may be distributed. 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 setting files having the same contents in a plurality of distribution servers 5. Such a setting file is stored in the file management apparatus 1.

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

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

そこで、実施形態に係るファイル管理システム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 apparatus 1, an update notification is output to each distribution server 5. Specifically, as shown in FIG. 1, first, the file management apparatus 1 updates the setting file (step S11).

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

ファイル管理装置1は、設定ファイルを更新すると、更新通知を中継装置2へ出力する(ステップS12)。これにより、中継装置2は、ファイル管理装置1から入力された更新通知に基づくレコードを記憶装置3へ追加する(ステップS13)。かかるレコードは、例えば、ファイル管理装置1で更新した設定ファイルのメタデータや、設定ファイルのパスなどを含む。   When the file management apparatus 1 updates the setting file, it outputs an update notification to the relay apparatus 2 (step S12). Accordingly, the relay device 2 adds a 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 apparatus 1 and the path of the setting file.

記憶装置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). And the update management apparatus 4 schedules about the update of a setting file based on this record (step S15). Here, scheduling indicates whether or not the distribution server 5 needs to be rebooted with respect to the setting file update, and determining the number of distribution servers 5 to be updated at one time. For example, the update management apparatus 4 can determine the number of the setting files so that the update of the setting file becomes the maximum within the bandwidth limit.

続いて、更新管理装置4は、スケジューリングの結果に応じた更新指示のレコードを記憶装置3へ追加する(ステップS16)。このとき、アップデートに際してリブートが必要である場合、更新指示には、アップデート後にリブートを指示する情報が含まれる。記憶装置3は、かかる更新指示のレコードを各配信サーバ5へ通知する(ステップS17)。これにより、配信サーバ5は、更新管理装置4の更新指示に基づき、順次設定ファイルをファイル管理装置1からアップデートすることとなる(ステップS18)。   Subsequently, the update management device 4 adds a record of an 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 a reboot after the update. The storage device 3 notifies each distribution server 5 of the update instruction record (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 from the update management device 4 (step S18).

このように、実施形態に係るファイル管理システム100では、各配信サーバ5の設定の更新を中央管理することで、配信サーバ5の設定を速やかに同期させることが可能となる。なお、ここでは、ファイル管理装置1が、中継装置2、記憶装置3および更新管理装置4を介して更新通知を各配信サーバ5へ通知する場合について説明したが、ファイル管理装置1から更新通知を直接各配信サーバ5へ出力することにしてもよい。かかる場合であっても、各配信サーバ5の設定ファイルの更新に関してタイムラグを抑えることが可能である。   Thus, in the file management system 100 according to the embodiment, the settings of the distribution servers 5 can be quickly synchronized by centrally managing the update of the settings of the distribution servers 5. Here, a case has been described in which the file management device 1 notifies the distribution server 5 of an update notification via the relay device 2, the storage device 3, and the update management device 4. However, the file management device 1 sends an update notification from the file management device 1. You may output to each delivery server 5 directly. Even in such a case, it is possible to suppress the 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 apparatus 1]
Next, the file management apparatus 1 will be described with reference to FIG. FIG. 2 is a diagram illustrating a configuration example of the file management apparatus 1 according to the embodiment. As shown in FIG. 2, the file management apparatus 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 device such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. As illustrated in FIG. 2, the storage unit 13 stores a setting file 14 and 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 setting of the distribution server 5 illustrated in FIG. 1 is stored. Here, a case where the setting file 14 is 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 the user. Specifically, the model information 14a is information in which a demographic attribute or a psychographic attribute is associated as information about a user, for example. That is, the model information 14a is information relating to age, sex, location area, family composition, annual income, lifestyle, hobby, interest category, 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 time. In other words, by regularly updating the model information 14a, the distribution server 5 can distribute content suitable for the user's attributes.

ユーザ群情報14bは、配信サーバ5によって配信されるコンテンツのバリエーション毎に設定されたユーザ群に関する情報である。ここで、図3を用いて、ユーザ群情報14bについて説明する。図3は、実施形態に係るユーザ群情報14bの一例を示す図である。   The user group information 14b is information related to the user group set for each variation of 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 illustrating an example of the user group information 14b according to the embodiment.

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

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

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

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

例えば、ユーザ群情報14bは、ターゲティングやコンテンツマッチなどのコンテンツの選択方式のバリエーションに関する情報など、他のバリエーションに関する情報であってもよい。   For example, the user group information 14b may be information regarding other variations such as information regarding variations of 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 distribution history information 15 will be described. The distribution history information 15 is information in which a log of content distributed in the past by the distribution server 5 is recorded. The distribution history information 15 is sequentially updated by the distribution server 5, for example.

(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. Control unit 10)
The control unit 10 is a controller, for example, a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or the like, which stores various programs (file management programs) stored in the storage device inside the file management device 1. (Corresponding to an example) is implemented by using the RAM as a work area. Moreover, the control part 10 is implement | achieved by integrated circuits, such as ASIC (Application Specific Integrated Circuit) and FPGA (Field Programmable Gate Array), for example.

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

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

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

なお、更新部11が更新する設定ファイル14は、モデル情報14aおよびユーザ群情報14bに限られず、各配信サーバ5のプログラムや、オペレーションシステム等の設定上の条件を示す情報であってもよい。   Note that 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 a setting condition of a program of each distribution server 5, an operation system, or the like.

(2−2−2.出力部12について)
出力部12は、記憶部13に記憶された設定ファイル14が更新された場合に、設定ファイル14の更新通知を配信サーバ5へ出力する。なお、上述したように、本実施形態では、出力部12は、中継装置2へ更新通知を出力する。更新通知は、更新したデータのメタデータや、設定ファイル14内での所在を示すパスを含む。
(2-2-2. Regarding Output Unit 12)
The output unit 12 outputs an update notification of the setting file 14 to the distribution server 5 when the setting file 14 stored in the storage unit 13 is updated. As described above, in the present embodiment, the output unit 12 outputs an update notification to the relay device 2. The update notification includes metadata of updated data and a 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 illustrating 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. 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. Storage Unit 22)
The storage unit 22 stores DB information 23. The DB information 23 is information related to the update DB 33 of the storage device 3 to be described later. Specifically, the DB information 23 is information that defines in which storage area of the update DB 33 a record corresponding to the update notification is to be written, for example.

(3−2.制御部20について)
制御部20は、仲介部21を備える。仲介部21は、更新通知を取得すると、DB情報23を参照し、当該更新通知に応じて規定される記憶装置3の所定の格納領域へ当該更新通知に基づくレコードを追加する。
(3-2. Control unit 20)
The control unit 20 includes an intermediary unit 21. When acquiring the update notification, the mediation unit 21 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 according 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 a record related to the update notification is added to the storage device 3 via the relay device 2. Thereby, it is 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 illustrating 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. As illustrated 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 34c. For example, in the storage areas 34a to 34c, a notification destination apparatus that notifies the update for each of the storage areas 34a to 34c is registered. For example, the update management apparatus 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毎に登録された通知先の装置にデータの更新を通知する。
(About the 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 34c of the update DB 33 of the data update.

図6は、格納領域34の一例を示す図であり、中継装置2によって追加される更新通知に基づくレコードの一例である。図6に示すように、格納領域34には、「日時」、「ファイル名」、「容量」、「パス」といった項目を含むレコードが中継装置2によって追加される。   FIG. 6 is a diagram illustrating an example of the storage area 34, and is an example of a record based on an update notification added by the relay device 2. As illustrated 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 apparatus 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). “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 apparatus 4 described later with reference to FIG. For example, when a record is added to another storage area 34, the notification unit 31 can notify the apparatus 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]
Next, the update management device 4 will be described with reference to FIG. FIG. 7 is a diagram illustrating a configuration example of the update management apparatus 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. Storage Unit 42)
The storage unit 42 stores determination condition information 43. The determination condition information 43 is information referred to by a determination unit 41 described later. Specifically, the determination condition information 43 includes, for example, information on whether or not the reboot is required 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. This is information regarding the processing load of the management apparatus 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. Control unit 40)
The control unit 40 includes a determination unit 41. Based on the record notified from the storage device 3, the determination unit 41 refers to the determination condition information 43 to determine whether reboot is necessary. 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から更新されたファイルのアップロードを行うこととなる。   Thereby, the update instruction is notified from the storage device 3 to the distribution server 5. Then, the distribution server 5 uploads the updated file from the file management apparatus 1 based on the update instruction.

ところで、全ての配信サーバ5が一度にアップデートを行うと、ファイル管理装置1にトラフィックが集中し、ファイルの送信レートが帯域制限を超えるおそれがある。このため、判定部41は、一度にアップデートする配信サーバ5の個数を決定することも可能である。   By the way, if all the distribution servers 5 update at one time, traffic concentrates on the file management device 1 and the file transmission rate may exceed the bandwidth limit. For this reason, 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 updates the determination unit 41, it is possible to determine the number that falls within the above band limitation. For example, the number can be determined based on the capacity of the uploaded file.

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

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

更新管理装置4は、かかる完了通知をうけて、配信サーバ5bへ更新指示を出力する。これにより、配信サーバ5bは、ファイル管理装置1からファイルをアップデードした後に、完了通知を更新管理装置4へ出力する。そして、更新管理装置4は、かかる完了通知をうけて、配信サーバ5cへ更新指示を出力する。   The update management device 4 receives the completion notification and outputs an update instruction to the distribution server 5b. Thereby, the distribution server 5 b outputs a completion notification to the update management apparatus 4 after updating the file from the file management apparatus 1. 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 a new distribution server 5 each time a file update completion notification is acquired from the distribution server 5. Thereby, since each delivery server 5 can update a setting sequentially, the time lag of the setting update between the delivery servers 5 can be suppressed. In other words, the settings of the distribution server 5 can be promptly synchronized.

なお、ここでは、更新管理装置4が1台ずつ配信サーバ5へ更新指示を出力する場合を例に挙げて説明したが、上述の帯域制限内であれば、複数の配信サーバ5へ更新指示を出力することも可能である。かかる場合に、より迅速に配信サーバ5の設定を同期させることが可能となる。   Here, the case where the update management apparatus 4 outputs update instructions to the distribution server 5 one by one has been described as an example. However, if the update management apparatus 4 is within the above-described bandwidth limit, the update instructions are 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の設定を同期させることが可能である。   Moreover, since the update management apparatus 4 updates the settings of the distribution server 5 in order, the remaining distribution server 5 from which an update instruction has not been acquired can handle requests from client apparatuses. That is, if all the distribution servers 5 are updated at once, there is a possibility that requests from the client device cannot be processed during that time. That is, the update management apparatus 4 can synchronize the settings of the distribution server 5 without updating the service by sequentially updating the distribution server 5.

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

図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. Thereby, for example, the distribution server 5a performs processing to discard the updated file and return the setting to the state of the file before the update.

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

さらに、更新管理装置4は、配信サーバ5aからエラーの通知を取得すると、更新エラーに基づくアラートを管理者端末Mへ通知する。これにより、管理者は、かかるエラーに対して迅速に対処することが可能となる。   Further, when the update management device 4 obtains an 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. As a result, the administrator can quickly cope with such an error.

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

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

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

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

〔6.処理手順〕
次に、図10を用いて、実施形態に係るファイル管理装置1が実行する処理手順について説明する。図10は、実施形態に係るファイル管理装置1が実行する処理手順を示すフローチャートである。
[6. Processing procedure)
Next, a 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 illustrating a processing procedure executed by the file management apparatus 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 apparatus 1 determines whether or not an update of the setting file 14 has been received 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 (No at Step S101), the update unit 11 determines whether 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, when it is not automatic update timing (step S102, No), the update part 11 transfers to step S101. On the other hand, the update unit 11 updates the setting file 14 (step S103) when the update is received (step 101, Yes) or when it is the automatic update timing (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 apparatus 1 according to the embodiment includes the storage unit 13 and the output unit 12. The storage unit 13 stores setting files 14 of a plurality of distribution servers 5 distributed and arranged on the network. The output unit 12 outputs an update notification of the setting file 14 to the distribution server 5 when the setting file 14 stored in the storage unit 13 is updated.

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

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

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

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

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

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

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

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

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

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

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

また、実施形態に係るファイル管理システム100において、記憶装置3は、レコードの追加を更新管理装置4へ通知し、更新管理装置4は、レコードに基づいて設定ファイル14の更新後の配信サーバ5のリブートの要否を判定し、判定結果に基づく更新指示を配信サーバ5へ出力する。   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 uses the distribution server 5 after the update of the setting file 14 based on the record. The necessity of reboot is determined, and an update instruction based on the determination result is output to the distribution server 5.

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

また、実施形態に係るファイル管理システム100において、更新管理装置4は、配信サーバ5から設定ファイル14の更新の完了通知の取得毎に、新たな配信サーバ5へ設定ファイル14の更新を指示する。   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 obtains the update completion notification of the setting file 14.

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

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

これにより、実施形態に係るファイル管理システム100では、更新エラーが発生した配信サーバ5を速やかに復旧させることが可能となる。   Thereby, in the file management system 100 according to the embodiment, the distribution server 5 in which the update error has occurred can be promptly 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 apparatus 1 according to the embodiment described above is realized by a computer 1000 having a configuration as shown in FIG. 11, for example. FIG. 11 is a hardware configuration diagram illustrating an example of a computer 1000 that implements the functions of the file management apparatus 1 according to the embodiment. The computer 1000 includes a CPU 1100, RAM 1200, ROM 1300, HDD 1400, communication interface (I / F) 1500, input / output interface (I / F) 1600, and 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 unit. The ROM 1300 stores a boot program executed by the CPU 1100 when the computer 1000 is started up, a program depending on the hardware of the computer 1000, and the like.

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

CPU1100は、入出力インターフェイス1600を介して、ディスプレイやプリンタ等の出力装置、及び、キーボードやマウス等の入力装置を制御する。CPU1100は、入出力インターフェイス1600を介して、入力装置からデータを取得する。また、CPU1100は、生成したデータを、入出力インターフェイス1600を介して出力装置へ出力する。   The CPU 1100 controls an output device such as a display and a printer and an input device such as a keyboard and 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 it to the CPU 1100 via the RAM 1200. The CPU 1100 loads such a 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 an MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. Etc.

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

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

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

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

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

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

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

Claims (11)

ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶部と、
前記記憶部に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ出力する出力部と
を備えることを特徴とするファイル管理装置。
A storage unit for storing setting files of a plurality of distribution servers distributed on the network;
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.
前記記憶部は、
前記配信サーバによって配信されるコンテンツのレコメンド情報を前記設定ファイルに記憶し、
前記配信サーバは、
前記レコメンド情報に基づいて前記コンテンツを配信すること
を特徴とする請求項1に記載のファイル管理装置。
The storage unit
Storing recommendation information of content distributed by the distribution server in the setting file;
The distribution server
The file management apparatus according to claim 1, wherein the content is distributed based on the recommendation information.
前記記憶部は、
ユーザに関する情報を予測するためのモデル情報を前記設定ファイルに記憶し、
前記配信サーバは、
前記モデル情報に基づいてコンテンツをユーザに配信すること
を特徴とする請求項1または2に記載のファイル管理装置。
The storage unit
Storing model information for predicting information about the user in the configuration file;
The distribution server
The file management apparatus according to claim 1, wherein content is distributed to a user based on the model information.
前記記憶部は、
前記配信サーバによって配信されるコンテンツのバリエーション毎に設定されたユーザ群に関するユーザ群情報を前記設定ファイルに記憶すること
を特徴とする請求項2または3に記載のファイル管理装置。
The storage unit
The file management apparatus according to claim 2 or 3, wherein user group information related to a user group set for each variation of content distributed by the distribution server is stored in the setting file.
請求項1〜4のいずれか一つに記載のファイル管理装置と、
前記出力部から出力される前記更新通知を中継する中継装置と、
前記中継装置によって中継される前記更新通知を記憶するとともに、前記更新通知を前記配信サーバに通知する記憶装置と、
前記記憶装置を介して前記配信サーバによる前記設定ファイルの更新を管理する更新管理装置と
を備えることを特徴とするファイル管理システム。
The file management device according to any one of claims 1 to 4,
A relay device that relays the update notification output from the output unit;
A storage device for storing the update notification relayed by the relay device and notifying the distribution server of the update notification;
An update management apparatus that manages an update of the setting file by the distribution server via the storage device.
前記中継装置は、
前記更新通知を取得した場合に、当該更新通知に応じて規定される前記記憶装置の所定の格納領域に当該更新通知に基づくレコードを追加すること
を特徴とする請求項5に記載のファイル管理システム。
The relay device is
6. The file management system according to claim 5, 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 defined in accordance with the update notification. .
前記記憶装置は、
前記レコードの追加を前記更新管理装置へ通知し、
前記更新管理装置は、
前記レコードに基づいて前記設定ファイルの更新後の前記配信サーバのリブートの要否を判定し、判定結果に基づく更新指示を前記配信サーバへ出力すること
を特徴とする請求項6に記載のファイル管理システム。
The storage device
Notifying the update management device of the addition of the record,
The update management device includes:
The file management according to claim 6, wherein it is determined whether or not the distribution server needs to be rebooted after updating the setting file based on the record, and an update instruction based on the determination result is output to the distribution server. system.
前記更新管理装置は、
前記配信サーバから前記設定ファイルの更新の完了通知の取得毎に、新たな前記配信サーバへ前記設定ファイルの更新を指示すること
を特徴とする請求項7に記載のファイル管理システム。
The update management device includes:
The file management system according to claim 7, wherein each time a notification of completion of update of the setting file is acquired from the distribution server, the new distribution server is instructed to update the setting file.
前記更新管理装置は、
前記配信サーバから前記設定ファイルの更新エラーを取得した場合に、当該配信サーバへロールバックを指示すること
を特徴とする請求項8に記載のファイル管理システム。
The update management device includes:
The file management system according to claim 8, wherein when an update error of the setting file is acquired from the distribution server, the rollback is instructed to the distribution server.
コンピュータが実行するファイル管理方法であって、
ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶工程と、
前記記憶工程に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ出力する出力工程と
を含むことを特徴とするファイル管理方法。
A file management method executed by a computer,
A storage step of storing setting files of a plurality of distribution servers distributed on the network;
An output step of outputting an update notification of the setting file to the distribution server when the setting file stored in the storage step is updated.
ネットワーク上に分散配置された複数の配信サーバの設定ファイルを記憶する記憶手順と、
前記記憶手順に記憶された前記設定ファイルが更新された場合に、前記設定ファイルの更新通知を前記配信サーバへ出力する出力手順と
をコンピュータに実行させることを特徴とするファイル管理プログラム。
A storage procedure for storing setting files of a plurality of distribution servers distributed on the network;
A file management program for causing a computer to execute an output procedure for outputting an update notification of the setting file to the distribution server when the setting file stored in the storing procedure is updated.
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 true JP2019056958A (en) 2019-04-11
JP6991026B2 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
JP6991026B2 (en) 2022-01-12

Similar Documents

Publication Publication Date Title
EP2575045B1 (en) Distributed computing backup and recovery system
US7921189B2 (en) Single virtual client for multiple client access and equivalency
US9031906B2 (en) Method of managing data in asymmetric cluster file system
US9830091B2 (en) Policy-based data tiering using a cloud architecture
US20140237024A1 (en) Network communication devices and file tracking methods thereof
JP2007102452A (en) System management program and system management method
US10445189B2 (en) Information processing system, information processing apparatus, and information processing apparatus control method
US20120324436A1 (en) Method of updating versioned software using a shared cache
JP5899445B2 (en) Content receiving apparatus and content receiving method
CN106339176B (en) Intermediate file processing method, client, server and system
US9135116B1 (en) Cloud enabled filesystems provided by an agent which interfaces with a file system on a data source device
US10191658B2 (en) Lifecycle for offline data
US9971543B2 (en) Methods and apparatus for storing electronic documents
JP6991026B2 (en) File management system
US8352337B2 (en) Automatic loaner part replacement to prevent system callback
AU2013322395A1 (en) Data distribution system
US20180091620A1 (en) Availability data caching in meeting systems
JP5343990B2 (en) Distribution system, information processing apparatus, information processing method, and program
US20130091253A1 (en) Client apparatus, server apparatus, content obtainment method, and integrated circuit
JP5247622B2 (en) Database server, data distribution method and server system
US11863615B2 (en) Content management systems providing zero recovery time objective
JP2011186616A (en) Distributed file system, and server, method, and program for remote file processing
US11403183B2 (en) Iterative integer programming with load balance for cyclic workloads
US20210112121A1 (en) Bi-Directional Data Sync Between a Client Device and an Application Server
JP6298740B2 (en) Data synchronization method in thin client system

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