JP2007080167A - Software resource distribution system and method, and program - Google Patents

Software resource distribution system and method, and program Download PDF

Info

Publication number
JP2007080167A
JP2007080167A JP2005270144A JP2005270144A JP2007080167A JP 2007080167 A JP2007080167 A JP 2007080167A JP 2005270144 A JP2005270144 A JP 2005270144A JP 2005270144 A JP2005270144 A JP 2005270144A JP 2007080167 A JP2007080167 A JP 2007080167A
Authority
JP
Japan
Prior art keywords
software
server device
stored
resource
software resource
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.)
Pending
Application number
JP2005270144A
Other languages
Japanese (ja)
Inventor
Shinichiro Yamaguchi
伸一郎 山口
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP2005270144A priority Critical patent/JP2007080167A/en
Publication of JP2007080167A publication Critical patent/JP2007080167A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently perform highly reliable distribution of latest software resources to a client in a network system wherein data cannot be sent from a high-order server to an intermediate server and the client. <P>SOLUTION: An intermediate server device 130 reads and stores software resources stored in a high-order server device 100, monitors the situation of updating the software resources stored in the high-order server device 100, updates the stored software resources and notifies a client device 170 which is to utilize the updated software resources, of updating. The client device 170 reads and stores software resources to be used for the client device itself from the intermediate server device 130, receives the update notification of the software resources from the intermediate server device 130, reads and updates the updated software resources from the intermediate server device 130. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、上位サーバと中間サーバおよびクライアントからなる3層構造のクライアントサーバ型システムにおけるソフトウェア資源(プログラムやデータ等)の配信技術に係り、特に、ネットワークの特性により、上位サーバから中間サーバおよびクライアントに対してデータの送付作業を行うことができないネットワークシステムであってもクライアントへの最新のソフトウェア資源の高信頼な配信を効率的に行うのに好適な技術に関するものである。   The present invention relates to a technology for distributing software resources (programs, data, etc.) in a three-layer client-server system composed of an upper server, an intermediate server, and a client. The present invention relates to a technique suitable for efficiently performing reliable distribution of the latest software resources to clients even in a network system that cannot perform data transmission work.

3層構造のクライアントサーバ型システムにおいて、クライアントに対して最新のソフトウェア資源を配信する従来の技術では、中間サーバに直接上位サーバからログインすることによりクライアント用の最新ソフトウェア資源を登録し、その後、クライアント側の当該ソフトウェア資源を使用する者が手動で、中間サーバから当該ソフトウェア資源を取り込む仕組みとなっていた。   In the conventional technology for distributing the latest software resources to the client in the three-layer client server type system, the latest software resource for the client is registered by logging in directly from the upper server to the intermediate server, and then the client The person who uses the software resource on the side manually fetches the software resource from the intermediate server.

しかし、この技術では、管理対象となるソフトウェア資源数が多くなるとバージョン管理作業が煩雑になり、更新作業においてミスも生じうる。この場合、クライアント上のシステムを誤ったバージョンで稼働させてしまう。   However, with this technique, if the number of software resources to be managed increases, the version management work becomes complicated, and mistakes may occur in the update work. In this case, the system on the client is operated with an incorrect version.

このような問題を解決するために、ソフトウェア資源の管理を自動化した技術が、例えば、特許文献1および特許文献2等に記載されている。   In order to solve such a problem, technologies that automate management of software resources are described in, for example, Patent Document 1 and Patent Document 2.

特許文献1には、ネットワークに接続された機器のソフトウェアのバージョンを自動更新する技術が記載されている。具体的には、第1の処理装置のソフトウェアを修復した際に、第1の処理装置が持っているソフトウェア管理情報が第2の処理装置に転送され、第2の処理装置の差分抽出機能によって、第2の処理装置内で保有する第1の処理装置の最新ソフトウェア管理情報と比較され、差分を抽出し、このソフトウェアのロードモジュールを第1の処理装置に転送し、第1の処理装置のソフトウェアを最新に更新するものである。   Patent Document 1 describes a technology for automatically updating the software version of a device connected to a network. Specifically, when the software of the first processing device is repaired, the software management information held by the first processing device is transferred to the second processing device, and is extracted by the difference extraction function of the second processing device. The software is compared with the latest software management information of the first processing device held in the second processing device, the difference is extracted, the load module of this software is transferred to the first processing device, and the first processing device The software is updated to the latest.

また、特許文献2には、バージョンアップの違いによる各ソフトウェアでの処理結果の形態を整合させるシステムが開示されている。具体的には、クライアントコンピュータにおいてローカルアプリケーションのバージョン番号を取得し、この番号と、サーバから取得したローカルアプリケーションに対応する最新バージョン番号とを比較し、等しくなければサーバに格納されている最新のリモートアプリケーションを読み込みバージョンアップする技術である。   Patent Document 2 discloses a system for matching the forms of processing results in each software due to a difference in version upgrade. Specifically, the client computer obtains the version number of the local application, compares this number with the latest version number corresponding to the local application obtained from the server, and if not equal, the latest remote stored in the server. This is a technology that reads and upgrades applications.

特開平03−158961号公報Japanese Patent Laid-Open No. 03-158961 特開平09−190393号公報JP 09-190393 A

従来の3層構造のクライアントサーバ型システムにおける、クライアントに対する最新ソフソフトウェア資源の配信技術では、中間サーバに直接クライアント資源をネットワークを使用して送付することでシステム使用者に手動で資源を取り込ませる方式をとっていた。クライアントに関しては自サーバとの間で、自動でバージョンチェックを行う仕組みを持っていなかったために、クライアント上のシステムを誤ったバージョンで稼動させてしまうという課題があった。   In a conventional three-tier client-server system, the latest software resource distribution technology for clients is a method in which system resources are manually captured by a system user by sending client resources directly to an intermediate server using a network. I was taking. Regarding the client, there was a problem that the system on the client was operated with an incorrect version because it did not have a mechanism for automatically checking the version with its own server.

また、特許文献1および特許文献2に記載された技術は、いづれもネットワーク上で接続された機器に格納されたプログラムのバージョン管理を自動的に行う技術であるが、いずれの技術においても、更新されるプログラムが格納された処理装置内は自コンピュータ内のプログラムを更新するだけであり、自コンピュータのさらに下位に接続された他のコンピュータ内のプログラムのバージョン管理までは行っておらず、3層構造のクライアントサーバ型システムにおける、クライアントに対する最新ソフソフトウェア資源の配布・更新には対応できない。   In addition, the techniques described in Patent Document 1 and Patent Document 2 are techniques for automatically managing the version of a program stored in a device connected on a network. In the processing apparatus in which the program to be stored is stored, only the program in the own computer is updated, and the version management of the program in another computer connected to a lower level of the own computer is not performed. In a client-server system having a structure, it is impossible to deal with the distribution / update of the latest software software resources to clients.

また、これらの技術では、クライアントサーバ型システムにおいて、クライアントからの処理要求に対してサーバから結果を返した後に、サーバプログラムのバージョンが更新され、この更新によりクライアントに返した結果が変わってくるような場合に、バージョンアップ後の結果をクライアントコンピュータに送信することについては全く考慮されていない。例えば、積算システム等では、古いバージョンの積算結果がクライアントに送られたままで処理されると後に大きな問題が発生しないとも限らない。   In these techniques, in a client-server system, the server program version is updated after returning the result from the server in response to a processing request from the client, and the result returned to the client is changed by this update. In such a case, no consideration is given to sending the version-up result to the client computer. For example, in an integration system or the like, if an integration result of an old version is processed while being sent to a client, there is no guarantee that a big problem will not occur later.

本発明の目的は、上記従来技術の問題点を解決することであり、プログラムやデータの更新管理において、自コンピュータでのソフトウェア資源の更新だけでなく、自コンピュータの下位に接続されたコンピュータに対してもバージョン管理を行うことができ、且つ、ソフトウェア資源の更新の前後で処理結果が異なるような場合には、更新後の処理結果を処理要求元に送信できるようにすることである。   An object of the present invention is to solve the above-mentioned problems of the prior art, and in the update management of programs and data, not only updating of software resources in the own computer but also a computer connected to a lower level of the own computer. However, version management can be performed, and when the processing result is different before and after the software resource is updated, the updated processing result can be transmitted to the processing request source.

上記目的を達成するため、本発明は、上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信するために、中間サーバ装置は、上位サーバ装置が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、上位サーバ装置が記憶するソフトウェア資源の更新状況を監視し、更新されたソフトウェア資源を読み取って当該ソフトウェア資源を更新し、この更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知し、クライアント装置は、中間サーバ装置が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、中間サーバ装置からの当該ソフトウェア資源の更新通知を受けると、更新されたソフトウェア資源を中間サーバ装置から読み取って当該ソフトウェア資源を更新することを特徴とする。あるいは、中間サーバ装置は、クライアント装置へのソフトウェア資源の更新を通知することなく、クライアント装置は、自装置の起動時に、自装置の記憶装置に記憶したソフトウェア資源のバージョンと、中間サーバ装置で記憶された当該ソフトウェア資源のバージョンとを比較して当該ソフトウェア資源の更新を検出して、当該ソフトウェア資源の更新を行う。
In order to achieve the above object, the present invention provides a software resource stored in an upper server device for distributing the software resource stored in the higher server device to a client device via the intermediate server device via a network. Is read and stored in the storage device in the own device, the update status of the software resource stored in the host server device is monitored, the updated software resource is read to update the software resource, and the updated software resource The client device notifies the update of the software resource to the client device using the client, and the client device reads the software resource used in the own device from the software resource stored in the intermediate server device and stores the software resource in the storage device in the own device. Updating the software resource from the device Upon receiving the knowledge, read the updated software resources from the intermediate server device and updates the software resources. Alternatively, without the intermediate server device notifying the client device of the update of the software resource, the client device stores the version of the software resource stored in the storage device of the own device and the intermediate server device at the time of starting the own device. The update of the software resource is detected by comparing with the version of the software resource, and the software resource is updated.

本発明によれば、クライアント装置で用いるソフトウェア資源の更新を、中間サーバからの更新情報の通知に基づき、あるいは、起動時における更新情報チェックに基づき行うので、クライアントにおける古いソフトウェア資源を用いた誤操作を阻止することが可能となる。これにより、クライアント装置の利用者が誤ったデータを作成することを防止できる。   According to the present invention, since the update of the software resource used in the client device is performed based on the update information notification from the intermediate server or the update information check at the time of activation, an erroneous operation using the old software resource in the client is performed. It becomes possible to stop. Thereby, it is possible to prevent the user of the client device from creating erroneous data.

以下、図を用いて本発明を実施するための最良の形態例を説明する。図1は、本発明に係わるソフトウェア資源更新管理システムの構成例を示すブロック図であり、図2は、図1における上位サーバ装置および中間サーバ装置が有するバージョンレコード保有部が保有するバージョンテーブルの構成例を示す説明図、図3は、図1における上位サーバ装置および中間サーバ装置が有する配布用資源保有部が保有する資源格納テーブルの構成例を示す説明図、図4は、図1におけるクライアント装置が保有するバージョンファイルの構成例を示す説明図、図5は、図1における中間サーバ装置の本発明に係る処理動作例を示すフローチャート、図6は、図1におけるクライアント装置の本発明に係る第1の処理動作例を示すフローチャート、図7は、図1における上位サーバ装置および中間サーバ装置が有する資源配布完了メッセージ保有部が保有する資源配布完了メッセージの構成例を示す説明図、図8は、図1におけるクライアント装置の本発明に係る第2の処理動作例を示すフローチャートである。   The best mode for carrying out the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of a software resource update management system according to the present invention, and FIG. 2 is a configuration of a version table held by the version record holding unit of the upper server apparatus and intermediate server apparatus in FIG. FIG. 3 is an explanatory diagram illustrating an example, FIG. 3 is an explanatory diagram illustrating a configuration example of a resource storage table held by a distribution resource holding unit included in the upper server device and the intermediate server device in FIG. 1, and FIG. 4 is a client device in FIG. FIG. 5 is a flowchart showing an example of the processing operation of the intermediate server device in FIG. 1 according to the present invention, and FIG. 6 is a flowchart of the client device in FIG. FIG. 7 is a flowchart showing an example of processing operation of FIG. 1, and FIG. Explanatory view showing a configuration example of a resource distribution completion message carrying the distribution completion message held unit, FIG. 8 is a flowchart showing a second example of processing operations according to the present invention of the client device in Figure 1.

図1において、100は上位サーバ装置(図中「上位サーバ」と記載)、130は中間サーバ装置(図中「中間サーバ」と記載)、170はクライアント装置(図中「クライアント」と記載)であり、それぞれネットワークを介して接続され、本例では、上位サーバ装置100と中間サーバ装置130およびクライアント装置170により、3層構造のクライアントサーバ型システムを構成している。   In FIG. 1, 100 is an upper server apparatus (described as “upper server” in the figure), 130 is an intermediate server apparatus (described as “intermediate server” in the figure), and 170 is a client apparatus (described as “client” in the figure). In this example, the host server apparatus 100, the intermediate server apparatus 130, and the client apparatus 170 constitute a three-layer client server type system.

上位サーバ装置100、中間サーバ装置130、クライアント装置170のそれぞれは、CPU(Central Processing Unit)や主記憶装置(主メモリ)、表示装置、入力装置、外部記憶装置、周辺装置等を具備したコンピュータ構成からなり、周辺装置としての光ディスク駆動装置等を介してCD−ROM等の記憶媒体に記録されたプログラムやデータを外部記憶装置内にインストールした後、この外部記憶装置から主メモリに読み込みCPUで処理することにより、各処理部の機能を実行し、3層構造のクライアントサーバ型システムにおける、ソフトウェア資源(プログラムやデータ等)の配信を高信頼に、かつ効率的に行う。   Each of the host server apparatus 100, the intermediate server apparatus 130, and the client apparatus 170 includes a CPU (Central Processing Unit), a main storage device (main memory), a display device, an input device, an external storage device, a peripheral device, and the like. After installing a program or data recorded on a storage medium such as a CD-ROM via an optical disk drive as a peripheral device into the external storage device, the program is read from the external storage device into the main memory and processed by the CPU. Thus, the function of each processing unit is executed, and distribution of software resources (programs, data, etc.) in a three-layer client-server system is performed with high reliability and efficiency.

上位サーバ装置100は、バージョンレコード保有部110と配布用資源保有部120および資源配布完了メッセージ保有部125を具備し、中間サーバ装置130は、スケジューラ部140とバージョンレコード保有部150および配布用資源保有部160と資源配布完了メッセージ保有部165を具備し、クライアント装置170は、バージョンファイル保有部180とクライアント本体システム190およびシステム表示部200を具備している。   The host server device 100 includes a version record holding unit 110, a distribution resource holding unit 120, and a resource distribution completion message holding unit 125. The intermediate server device 130 includes a scheduler unit 140, a version record holding unit 150, and a distribution resource holding unit. The client device 170 includes a version file holding unit 180, a client main body system 190, and a system display unit 200.

このような構成により、本例では、3層構造のクライアントサーバ型システムにおいて、中間サーバ装置130が、上位サーバ装置100におけるソフトウェア資源の更新状況を監視すると共に、クライアント装置170からの処理要求に応じて、更新されたソフトウェア資源の配信を行う。   With this configuration, in this example, in the client server type system having a three-layer structure, the intermediate server device 130 monitors the update status of the software resources in the higher-level server device 100 and responds to a processing request from the client device 170. To distribute the updated software resources.

すなわち、上位サーバ装置100が記憶するソフトウェア資源をネットワークを介して中間サーバ装置130経由でクライアント装置170に配信するために、中間サーバ装置130は、上位サーバ装置100が配布用資源保有部120において記憶するソフトウェア資源を、配布用資源保有部160により読み取って自装置内の記憶装置に記憶すると共に、スケジューラ部140により、上位サーバ装置100が記憶するソフトウェア資源の更新状況を監視し、更新を検出すると、配布用資源保有部160が、更新されたソフトウェア資源を読み取って当該ソフトウェア資源を更新する。尚、スケジューラ部140には、この更新されたソフトウェア資源を利用するクライアント装置170に当該ソフトウェア資源の更新を通知する機能を設ける。   That is, in order to distribute the software resources stored in the higher-level server apparatus 100 to the client apparatus 170 via the intermediate server apparatus 130 via the network, the intermediate server apparatus 130 is stored in the distribution resource holding unit 120 by the higher-level server apparatus 100. The software resource to be read is read by the distribution resource holding unit 160 and stored in the storage device in the own device, and the update status of the software resource stored in the higher-level server device 100 is monitored by the scheduler unit 140 and an update is detected. The distribution resource holding unit 160 reads the updated software resource and updates the software resource. The scheduler unit 140 has a function of notifying the client device 170 that uses the updated software resource of the update of the software resource.

そして、クライアント装置170は、中間サーバ装置130が配布用資源保有部160で記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、中間サーバ装置130からの当該ソフトウェア資源の更新通知を受けると、更新されたソフトウェア資源を中間サーバ装置130から読み取って当該ソフトウェア資源を更新する。そして、中間サーバ装置130からのソフトウェア資源の更新を通知を受けると、自装置の記憶装置に記憶したソフトウェア資源のバージョンと、中間サーバ装置130で記憶された当該ソフトウェア資源のバージョンとを比較して当該ソフトウェア資源の更新を検出して、当該ソフトウェア資源の更新を行う。   Then, the client device 170 reads the software resources used by the intermediate server device 130 from the software resources stored in the distribution resource holding unit 160 and stores the software resources in the storage device in the own device. When the software resource update notification is received, the updated software resource is read from the intermediate server device 130 and the software resource is updated. When the update of the software resource is received from the intermediate server device 130, the version of the software resource stored in the storage device of the own device is compared with the version of the software resource stored in the intermediate server device 130. The update of the software resource is detected and the software resource is updated.

特に、本例では、中間サーバ装置130は、上位サーバ装置100および中間サーバ装置130がバージョンレコード保有部110,150で保有するバージョンテーブル210を、スケジューラ部140で比較することで、クライアント装置170に配信したソフトウェア資源の更新を検出している。   In particular, in this example, the intermediate server device 130 compares the version table 210 held in the version record holding units 110 and 150 by the higher-level server device 100 and the intermediate server device 130 with the scheduler unit 140, thereby allowing the client device 170 to An update of the distributed software resource is detected.

図2に示すように、上位サーバ装置100および中間サーバ装置130のバージョンレコード保有部110,150では、共に、世代データ220とバージョンデータ230と日付データ240の各項目からなるバージョンテーブル210を保有する。   As shown in FIG. 2, the version record holding units 110 and 150 of the upper server apparatus 100 and the intermediate server apparatus 130 all have a version table 210 including items of generation data 220, version data 230, and date data 240. .

また、上位サーバ装置100および中間サーバ装置130の配布用資源保有部120,160では、共に、図3に示すように、世代データ260とバージョンデータ270と日付データ280および資源データ290の各項目からなる資源格納テーブル250を保有し、クライアント装置170のバージョンファイル保有部180では、図4に示すように、バージョンデータ310と日付データ320の各項目からなるバージョンファイル300を有している。   Further, in the distribution resource holding units 120 and 160 of the upper server apparatus 100 and the intermediate server apparatus 130, as shown in FIG. 3, the generation data 260, the version data 270, the date data 280, and the resource data 290 are used. As shown in FIG. 4, the version file holding unit 180 of the client device 170 has a version file 300 including items of the version data 310 and the date data 320.

本例では、データベースとしてOracle(登録商標)を用いるものとして説明する。このような構成において、運用管理サーバとしての上位サーバ装置100の配布用資源保有部120が保有する資源格納テーブル250におけるソフトウェア資源が更新されると、運用管理担当者は、更新されたソフトウェア資源を配布する作業として、端末コンピュータ等を操作して上位サーバ装置100にアクセスして、この上位サーバ装置100がバージョンレコード保有部110で保有している各ソフトウェア資源のバージョン情報(図2におけるバージョンテーブル210におけるレコード)を書き換える。   In this example, it is assumed that Oracle (registered trademark) is used as the database. In such a configuration, when the software resource in the resource storage table 250 held by the distribution resource holding unit 120 of the higher-level server apparatus 100 as the operation management server is updated, the person in charge of operation management loads the updated software resource. As the distribution work, the host computer 100 is operated to access the higher-level server apparatus 100, and the version information of each software resource held by the higher-level server apparatus 100 in the version record holding unit 110 (version table 210 in FIG. 2). Rewrite the record in

このソフトウェア資源のバージョン情報は、Oracle(登録商標)データベース内のバージョン専用テーブル内のレコードIDとなっている。このレコードIDは世代別に管理されており、以前のバージョン履歴の参照も行える仕組みとなっている。   The version information of the software resource is a record ID in a version dedicated table in the Oracle (registered trademark) database. This record ID is managed for each generation, and it is possible to refer to the previous version history.

中間サーバ装置130は、スケジューラ部140により、予め定められた周期で常に、上位サーバ装置100にアクセスして、バージョンレコード保有部110で保有するバージョンテーブル210の更新状況を監視する。すなわち、スケジューラ部140は、Oracle(登録商標)のSQL*NetでSELECTすることで、上位サーバ装置100のバージョンレコード保有部110で保有しているバージョンテーブル210にアクセスして、最新世代のバージョンレコードを参照する。   The intermediate server device 130 always accesses the host server device 100 at a predetermined cycle by the scheduler unit 140 and monitors the update status of the version table 210 held by the version record holding unit 110. That is, the scheduler unit 140 accesses the version table 210 held in the version record holding unit 110 of the higher-level server apparatus 100 by performing a SELECT with the SQL (registered trademark) SQL * Net, and the latest generation version record. Refer to

本例の中間サーバ装置130は、バージョンレコード保有部150において、上位サーバ装置100のバージョンレコード保有部110が保有するバージョンテーブル210と同じ内容のバージョンテーブルを保有しており、スケジューラ部140により、そのバージョンテーブルと、上位サーバ装置100がバージョンレコード保有部110で保有するバージョンテーブル210の各レコードを比較する。   The intermediate server device 130 of this example has a version table having the same contents as the version table 210 held by the version record holding unit 110 of the higher-level server device 100 in the version record holding unit 150, and the scheduler unit 140 The version table and each record of the version table 210 held by the higher-level server apparatus 100 in the version record holding unit 110 are compared.

中間サーバ装置130は、レコード内容が異なることを検出した場合には、上位サーバ装置100がバージョンレコード保有部110で保有するバージョンテーブル210における新たなレコード内容を、バージョンレコード保有部150において保有するバージョンテーブルに取り込むと共に、当該レコード内容をキーとして、上位サーバ装置100が配布用資源保有部120で保有する資源格納テーブル250を参照し、当該テーブル内のバージョンが一致したレコードを読み込み、自サーバ内の配布用資源保有部160が保有する資源格納テーブルにインポートする。   When the intermediate server device 130 detects that the record contents are different, the version record holding unit 150 uses the new record contents in the version table 210 held in the version record holding unit 110 by the higher level server device 100. In addition to importing into the table, using the record contents as a key, the host server 100 refers to the resource storage table 250 held in the distribution resource holding unit 120, reads the record in which the version in the table matches, The data is imported into the resource storage table held by the distribution resource holding unit 160.

このようにして、中間サーバ装置130の配布用資源保有部160が保有する資源格納テーブルには、上位サーバ装置100が配布用資源保有部120で保有する資源格納テーブル250と同じ内容のレコード(世代データ260、バージョンデータ270、日付データ280、資源データ290)が記憶される。   In this way, the resource storage table held by the distribution resource holding unit 160 of the intermediate server device 130 contains records (generations) having the same contents as the resource storage table 250 held by the higher-level server device 100 by the distribution resource holding unit 120. Data 260, version data 270, date data 280, resource data 290) are stored.

このように、中間サーバ装置130は、上位サーバ装置100が保有するソフトウェア資源のバージョンが異なることを検出した場合にのみ、上位サーバ装置100における最新のソフトウェア資源を格納した資源格納テーブル250を参照し、当該テーブル内のバージョンが一致したソフトウェア資源を読み込み自サーバ内の配布用資源保有部160において格納すると共に、配布用資源保有部120が保有するバージョンテーブル210のレコード内容をインポートして自サーバ(130)のバージョンレコード保有部150において格納する。   In this way, the intermediate server device 130 refers to the resource storage table 250 storing the latest software resources in the upper server device 100 only when it detects that the versions of the software resources held by the upper server device 100 are different. Then, the software resource having the same version in the table is read and stored in the distribution resource holding unit 160 in the local server, and the record contents of the version table 210 held in the distribution resource holding unit 120 are imported to import the local server ( 130) in the version record holding unit 150.

尚、中間サーバ装置130のスケジューラ部140は、このようにして更新されたソフトウェア資源を使用しているクライアント装置(170)に対して当該ソフトウェア資源の更新を通知する。   Note that the scheduler unit 140 of the intermediate server device 130 notifies the client device (170) using the software resource updated in this way of the update of the software resource.

クライアント装置170は、クライアント本体システム190の起動時に、あるいは、中間サーバ装置130のスケジューラ部140からのソフトウェア資源の更新通知を受信すると、中間サーバ装置130にアクセスして、バージョンレコード保有部150が保有するバージョンテーブル210を参照する。   The client device 170 accesses the intermediate server device 130 when the client main body system 190 is started up or receives a software resource update notification from the scheduler unit 140 of the intermediate server device 130, and is held by the version record holding unit 150. The version table 210 to be referred is referred to.

このバージョンテーブル210は、図2に示すように、配布した日付データ240を保有しており、クライアント装置170は、参照したバージョンテーブル210における日付データ240項目のフィールド値と、以前最新のソフトウェア資源を取り込んだ際に同時に取り込みバージョン保有部180で保有するバージョンファイル300内に記録した日付データ320項目のフィールド値とを比較する。   As shown in FIG. 2, the version table 210 holds distributed date data 240, and the client device 170 stores the field value of the date data 240 item in the referenced version table 210 and the latest latest software resource. At the same time of the capture, the field value of the date data 320 item recorded in the version file 300 retained by the capture version retaining unit 180 is compared.

それぞれのフィールド値(日付データ)が異なった場合、クライアント装置170は、当該ソフトウェア資源のバージョンが異なることを、図示していない表示装置の画面上に表示等することで、クライアント装置170の使用者に通知する。   When each field value (date data) is different, the client device 170 displays the fact that the version of the software resource is different on a screen of a display device (not shown). Notify

この通知に基づき、クライアント装置170は自動的にダウンロードプログラムを起動する、あるいは、クライアント装置170の使用者が、クライアント装置170を操作してダウンロードプログラムを起動する。   Based on this notification, the client device 170 automatically activates the download program, or the user of the client device 170 operates the client device 170 to activate the download program.

ダウンロードプログラムを実行してクライアント装置170は、中間サーバ装置130にアクセスし、配布用資源保有部160から最新のバージョンの当該ソフトウェア資源を取り込むと共に、中間サーバ装置130のバージョンレコード保有部150が保有するバージョンテーブル210のレコード内容を読み取り、バージョンファイル保有部180で保有するバージョンファイル300のレコード内容を更新する。   By executing the download program, the client device 170 accesses the intermediate server device 130, fetches the latest version of the software resource from the distribution resource holding unit 160, and is held by the version record holding unit 150 of the intermediate server device 130. The record contents of the version table 210 are read, and the record contents of the version file 300 held by the version file holding unit 180 are updated.

このように、クライアント装置170は、中間サーバ装置130に最新のソフトウェア資源が存在することを検出すると、資源取り込み用プログラムを起動して、中間サーバ装置130から最新のソフトウェア資源を取り込み更新する。   As described above, when the client device 170 detects that the latest software resource exists in the intermediate server device 130, the client device 170 activates the resource acquisition program and acquires and updates the latest software resource from the intermediate server device 130.

これにより、クライアント装置170の起動は、最新のバージョンのソフトウェア資源が中間サーバ装置130に存在しないことを確認するまで保留され、クライアント装置170におけるシステムの不正起動を阻止することができる。   As a result, the activation of the client device 170 is suspended until it is confirmed that the latest version of the software resource does not exist in the intermediate server device 130, and the unauthorized activation of the system in the client device 170 can be prevented.

以下、図5、図6、図8のフローチャートを用いて、このような構成による本発明に係るバージョンチェック手順および中間サーバ装置130によるクライアント装置170用の最新ソフトウェア資源の取り込、クライアント装置170の最新ソフトウェア資源の取り込みに関して説明する。   Hereinafter, with reference to the flowcharts of FIGS. 5, 6, and 8, the version check procedure according to the present invention configured as described above, the acquisition of the latest software resources for the client device 170 by the intermediate server device 130, and the client device 170 Explain how to import the latest software resources.

まず、本システムの運用管理担当者からの運用管理端末PC(端末コンピュータ)等の操作に応じて、上位サーバ装置100は、配布用資源保有部120により、最新のソフトウェア資源を図3のデータフォーマットで、資源データ290の項目のフィールドに登録する。例えば、データベースシステムとして「Oracle(登録商標) Database 10g」を用いた場合には、資源データ290には、BLOB型データで圧縮して格納する。これにより、中間サーバ装置130が取り込むソフトウェア資源の容量を最小限にとどめることができる。   First, in response to an operation of an operation management terminal PC (terminal computer) or the like from a person in charge of operation management of this system, the upper server apparatus 100 uses the distribution resource holding unit 120 to convert the latest software resources to the data format shown in FIG. Then, it is registered in the field of the item of the resource data 290. For example, when “Oracle (registered trademark) Database 10g” is used as the database system, the resource data 290 is compressed with BLOB data and stored. Thereby, the capacity of the software resource taken in by the intermediate server device 130 can be minimized.

さらに、運用管理担当者の操作に応じて、上位サーバ装置100におけるバージョンレコード保有部110に最新データのバージョンレコードを、図2のバージョンテーブル210のフォーマットで追加する。バージョンテーブル210は世代データ220、バージョンデータ230、日付データ240の各項目からなり、各項目のフィールドに最新資源情報が書き込まれる。   Further, the version record of the latest data is added to the version record holding unit 110 in the higher level server apparatus 100 in the format of the version table 210 in FIG. The version table 210 includes items of generation data 220, version data 230, and date data 240, and the latest resource information is written in the field of each item.

中間サーバ装置130は、図5に示すように、スケジューラ部140により、予め定められた周期で常時、上位サーバ装置100を監視し(ステップST1)、バージョンレコード保有部110で保有するバージョンテーブル210内容と、自装置内のバージョンレコード保有部150で保有するバージョンテーブル内容とを比較して、最新レコードの存在をチェックする(ステップST2)。   As shown in FIG. 5, the intermediate server device 130 constantly monitors the higher-level server device 100 at a predetermined cycle by the scheduler unit 140 (step ST1), and the contents of the version table 210 held by the version record holding unit 110 Is compared with the contents of the version table held by the version record holding unit 150 in the own apparatus, and the presence of the latest record is checked (step ST2).

スケジューラ部140が、上位サーバ装置100のバージョンレコード保有部110に最新データが存在することを検出すると(ステップST3)、バージョンレコード保有部110が保有するバージョンテーブル210の最新レコードを、バージョンレコード保有部150が保有するバージョンテーブル(210)にインポートすると共に(ステップST4)、Oracle(登録商標)のSQL*NETにより、配布用資源保有部120が保有する資源格納テーブル250における最新レコードを取得して、配布用資源保有部160が保有する資源格納テーブルにインポートする(ステップST5)。   When the scheduler unit 140 detects that the latest data exists in the version record holding unit 110 of the higher level server apparatus 100 (step ST3), the latest record of the version table 210 held by the version record holding unit 110 is converted to the version record holding unit. 150 is imported into the version table (210) held by 150 (step ST4), and the latest record in the resource storage table 250 held by the distribution resource holding unit 120 is acquired by SQL (registered trademark) SQL * NET. The data is imported into the resource storage table held by the distribution resource holding unit 160 (step ST5).

次に、クライアント装置170の処理手順を、図6を用いて説明する。クライアント装置170は、バージョンファイル保有部180において図4に示すバージョンファイル300を保有しており、クライアント本体システム190の起動時に、バージョンファイル300内のバージョンデータ310、日付データ320の各項目内のフィールド値(「04−03−03」、「20050104」)を検索キーとして、中間サーバ装置130の配布用資源保有部160が保有する資源格納テーブル250のレコードを検索する(ステップST6)。   Next, the processing procedure of the client device 170 will be described with reference to FIG. The client device 170 has the version file 300 shown in FIG. 4 in the version file holding unit 180, and the fields in the items of the version data 310 and date data 320 in the version file 300 when the client main body system 190 is activated. Using the values (“04-03-03”, “20050104”) as search keys, the records of the resource storage table 250 held by the distribution resource holding unit 160 of the intermediate server device 130 are searched (step ST6).

中間サーバ装置130の配布用資源保有部160が保有する資源格納テーブル250における世代データ260が最新世代(「003」)のバージョンデータ270のデータ(「04−03−03」)、日付データ280のデータ(「20050104」)と、検索キー(「04−03−03」、「20050104」)のデータ内容が一致するか否かをチェックしてバージョン判定処理を行う(ステップST7)。   The generation data 260 in the resource storage table 250 held by the distribution resource holding unit 160 of the intermediate server device 130 is the latest generation (“003”) version data 270 data (“04-03-03”), date data 280 It is checked whether or not the data ("2005050104") and the data content of the search key ("04-03-03", "20050104") match, and version determination processing is performed (step ST7).

一致しない場合はバージョン不整合で、新たなバージョンが追加されたことを検出し(ステップST8)、その旨を、図示していない表示装置の画面上に表示し、当該ソフトウェアの起動を停止する。これにより、古いソフトウェア資源によるシステムの誤起動を阻止する。   If they do not match, it is detected that the version is inconsistent and a new version has been added (step ST8), that effect is displayed on the screen of a display device (not shown), and the activation of the software is stopped. As a result, erroneous start of the system due to old software resources is prevented.

そして、バージョンファイル保有部180のファイル内容を、中間サーバ装置130の配布用資源保有部160が保有する資源格納テーブル250における最新レコードの内容で更新する(ステップST9)。これにより、クライアント装置170は、書き換えられたバージョンチェックを参照した際、最新バージョンが一致することから、次回の起動時からは、バージョン不整合エラーを表示しない。   Then, the file contents of the version file holding unit 180 are updated with the contents of the latest record in the resource storage table 250 held by the distribution resource holding unit 160 of the intermediate server device 130 (step ST9). As a result, when referring to the rewritten version check, the client device 170 does not display a version mismatch error from the next startup because the latest version matches.

さらに、中間サーバ装置130の配布用資源保有部160が保有する資源格納テーブル250内の最新ソフトウェア資源(圧縮資源データ)を、Oracle(登録商標)のSQL*NETにより取得し(ステップST10)、所定の解凍プログラムを用いて解凍し(ステップST11)、解凍したソフトウェア資源内の相対パス情報を読み取って格納先ディレクトリを特定し、当該ディレクトリに、解凍したソフトウェア資源をコピーする(ステップST12)。   Further, the latest software resource (compressed resource data) in the resource storage table 250 held by the distribution resource holding unit 160 of the intermediate server device 130 is acquired by the SQL (registered trademark) SQL * NET (step ST10). (Step ST11), the relative path information in the decompressed software resource is read to specify the storage destination directory, and the decompressed software resource is copied to the directory (step ST12).

次に、図8を用いて、資源配布完了メッセージに関して説明する。本例のシステムでは、クライアント装置170から、クライアント起動後に、サーバ側にシステムログインを行うと、運用管理者からのサーバ側の資源配布完了メッセージがクライアント装置170側の画面上に表示される仕組みを持っている。これにより、クライアント装置170の操作者は、その画面から、今回配布されたソフトウェア資源の内容を参照することが可能となる。   Next, the resource distribution completion message will be described with reference to FIG. In the system of this example, when a system login is performed on the server side after the client is activated from the client device 170, a server side resource distribution completion message from the operation administrator is displayed on the screen on the client device 170 side. have. As a result, the operator of the client device 170 can refer to the contents of the software resource distributed this time from the screen.

すなわち、本システムの運用管理担当者が、運用管理端末PC等を介して上位サーバ装置100にアクセスして、資源配布完了メッセージ保有部125が保有する図7に示すフォーマットのメッセージテーブル330に、新たに発行した最新ソフトウェア資源に関しての資源配布完了メッセージレコードを追加する。   That is, the person in charge of operation management of this system accesses the upper server apparatus 100 via the operation management terminal PC and the like, and the message table 330 in the format shown in FIG. Add a resource distribution completion message record for the latest software resource issued in.

このメッセージテーブル330は、世代データ340、バージョンデータ350、資源配布完了メッセージ360の各項目からなり、各項目のフィールドに、新たなソフトウェア資源に関するデータ(「003」、「04−03−03」、「○○月○○日資源配布を完了しました。今回の配布内容は…」)が書き込まれる。   The message table 330 includes items of generation data 340, version data 350, and a resource distribution completion message 360. In each item field, new software resource data (“003”, “04-03-03”, "XX month XX day resource distribution completed. This distribution is ...") is written.

中間サーバ装置130は、上位サーバ装置100から配布用資源保有部120で保有する資源格納テーブル250の資源データ(圧縮資源データ)を取得すると共に、当該世代データ(「003」)に対応する資源配布完了メッセージ360を、メッセージテーブル330から取得し、資源配布完了メッセージ保有部165で保有する。   The intermediate server device 130 acquires the resource data (compressed resource data) of the resource storage table 250 held by the distribution resource holding unit 120 from the higher-level server device 100 and distributes the resource corresponding to the generation data (“003”). The completion message 360 is acquired from the message table 330 and held by the resource distribution completion message holding unit 165.

クライアント装置170は、システム起動時、中間サーバ装置130にアクセスして、資源配布完了メッセージ保有部165で保有するメッセージテーブル(330)を検索し(ステップST13)、上位サーバ装置100から新たにバージョンアップされたソフトウェア資源に関しての資源配布完了メッセージレコードがあるか否かを判定し(ステップST14)、新たな資源配布完了メッセージレコードが保有されている場合には(ステップST15)、その新たな資源配布完了メッセージレコードの内容を中間サーバ装置130から取得し(ステップST16)、その後、クライアントシステムを起動して(ステップST17)、取得した資源配布完了メッセージレコードの内容を画面表示する(ステップST18)。これにより、クライアント装置170の操作者は、ソフトウェア資源の更新内容の詳細を確認することができる。   When the system is activated, the client device 170 accesses the intermediate server device 130, searches the message table (330) held by the resource distribution completion message holding unit 165 (step ST13), and newly upgrades the version from the higher-level server device 100. It is determined whether or not there is a resource distribution completion message record for the assigned software resource (step ST14). If a new resource distribution completion message record is held (step ST15), the new resource distribution is completed. The content of the message record is acquired from the intermediate server device 130 (step ST16), and then the client system is activated (step ST17), and the content of the acquired resource distribution completion message record is displayed on the screen (step ST18). Thereby, the operator of the client apparatus 170 can confirm the details of the update contents of the software resource.

以上、図1〜図8を用いて説明したように、本例では、3層構造のクライアントサーバ型システムにおいて、中間サーバ装置130が、上位サーバ装置100におけるソフトウェア資源の更新状況を監視すると共に、クライアント装置170からの処理要求に応じて、更新されたソフトウェア資源の配信を行う。   As described above with reference to FIGS. 1 to 8, in this example, in the client-server type system with a three-layer structure, the intermediate server device 130 monitors the update status of software resources in the higher-level server device 100, In response to a processing request from the client device 170, the updated software resource is distributed.

すなわち、本例では、上位サーバ装置100が記憶するソフトウェア資源をネットワークを介して中間サーバ装置130経由でクライアント装置170に配信するために、中間サーバ装置130は、上位サーバ装置100が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、上位サーバ装置100が記憶するソフトウェア資源の更新状況を監視し、更新されたソフトウェア資源を読み取って当該ソフトウェア資源を更新し、この更新されたソフトウェア資源を利用するクライアント装置170に当該ソフトウェア資源の更新を通知する。   That is, in this example, in order to distribute the software resources stored in the upper server apparatus 100 to the client apparatus 170 via the intermediate server apparatus 130 via the network, the intermediate server apparatus 130 stores the software resources stored in the upper server apparatus 100. Is read and stored in the storage device in the own device, the update status of the software resource stored in the host server device 100 is monitored, the updated software resource is read to update the software resource, and the updated software The client device 170 that uses the resource is notified of the update of the software resource.

そして、クライアント装置170は、中間サーバ装置130が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、中間サーバ装置130からの当該ソフトウェア資源の更新通知を受けると、更新されたソフトウェア資源を中間サーバ装置130から読み取って当該ソフトウェア資源を更新する。あるいは、中間サーバ装置130は、クライアント装置170へのソフトウェア資源の更新を通知することなく、クライアント装置170は、自装置の起動時に、自装置の記憶装置に記憶したソフトウェア資源のバージョンと、中間サーバ装置130で記憶された当該ソフトウェア資源のバージョンとを比較して当該ソフトウェア資源の更新を検出して、当該ソフトウェア資源の更新を行う。   Then, the client device 170 reads the software resource used by the own device from the software resource stored in the intermediate server device 130 and stores it in the storage device in the own device, and also notifies the update notification of the software resource from the intermediate server device 130. When received, the updated software resource is read from the intermediate server device 130 and the software resource is updated. Alternatively, the intermediate server device 130 does not notify the client device 170 of the update of the software resource, and the client device 170 can detect the version of the software resource stored in the storage device of the own device and the intermediate server when the own device is activated. The update of the software resource is detected by comparing the version of the software resource stored in the device 130 and the software resource is updated.

具体的には、上位サーバ装置100においては、配信対象の各ソフトウェア資源を配布用資源保有部120で記憶すると共に、各ソフトウェア資源の更新情報をバージョンレコード保有部110で記憶管理し、中間サーバ装置130においては、配布用資源保有部160で、上位サーバ装置100から各ソフトウェア資源を読み取って記憶すると共に、スケジューラ部140により、上位サーバ装置100がバージョンレコード保有部110で記憶する更新情報を予め定められた周期で読み取り、読み取った更新情報をバージョンレコード保有部150において記憶しておく。   Specifically, in the upper server apparatus 100, each distribution target software resource is stored in the distribution resource holding section 120, and update information of each software resource is stored and managed in the version record holding section 110, so that the intermediate server apparatus In 130, the distribution resource holding unit 160 reads and stores each software resource from the higher-level server device 100, and the scheduler unit 140 previously determines update information that the higher-level server device 100 stores in the version record holding unit 110. The version record holding unit 150 stores the update information read at the read cycle.

さらに、配布用資源保有部160では、スケジューラ部140が新たに読み取った更新情報と、バージョンレコード保有部150で記憶した更新情報と比較して、異なっていれば、当該ソフトウェア資源が更新されたことを検出し、更新された当該ソフトウェア資源を上位サーバ装置100の配布用資源保有部120から読み取って、先に記憶しておいた当該ソフトウェア資源を更新する。この際、スケジューラ部140により、更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知することでも良い。   Further, the distribution resource holding unit 160 compares the update information newly read by the scheduler unit 140 with the update information stored in the version record holding unit 150. Is detected, the updated software resource is read from the distribution resource holding unit 120 of the higher-level server apparatus 100, and the previously stored software resource is updated. At this time, the scheduler unit 140 may notify the client device that uses the updated software resource of the update of the software resource.

そして、クライアント装置170は、中間サーバ装置130が配布用資源保有部160で記憶したソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶すると共に、バージョンファイル保有部180において、中間サーバ装置130がバージョンレコード保有部160で記憶する更新情報の内、自装置で用いているソフトウェア資源の更新情報を読み取って記憶し、自装置の起動時に、あるいは、中間サーバ装置130からの更新通知を受信した際に、中間サーバ装置130がバージョンレコード保有部150で記憶している当該ソフトウェア資源の更新情報を新たに読み取り、この新たに読み取った更新情報とバージョンファイル保有部180で記憶している更新情報とを比較し、異なっていれば、当該ソフトウェア資源が更新されたことを検出し、更新されたソフトウェア資源を中間サーバ装置の配布用資源保有部160から読み取り、記憶装置に記憶した当該ソフトウェア資源を更新する。   Then, the client device 170 reads the software resource used by the intermediate server device 130 from the software resource stored in the distribution resource holding unit 160 and stores the software resource in the storage device in the own device. Among the update information stored in the version record holding unit 160 by the intermediate server device 130, the update information of the software resources used in the own device is read and stored, and when the own device is started or from the intermediate server device 130 When the update notification is received, the intermediate server device 130 newly reads the update information of the software resource stored in the version record holding unit 150, and stores the newly read update information and the version file holding unit 180. Compare the update information Detects that the software resources is updated, it reads the updated software resources from a distribution resource held portion 160 of the intermediate server device updates the software resources stored in the storage device.

このように、本例では、プログラムやデータ等のソフトウェア資源の更新において、中間サーバ装置130は、上位サーバ装置100の監視に基づく自装置でのソフトウェア資源の更新だけでなく、自装置の下位に接続されたクライアント装置170に対してもバージョン管理を行うことができ、且つ、ソフトウェア資源の更新の前後で処理結果が異なるような場合には、更新後の処理結果を処理要求元に送信できる。特に、クライアント装置170で用いるソフトウェア資源の更新を、中間サーバ装置130からの更新情報の通知に基づき、あるいは、起動時における更新情報チェックに基づき行うので、クライアント装置170における古いソフトウェア資源を用いた誤操作を阻止することが可能となる。これにより、クライアント装置の利用者が誤ったデータを作成することを防止できる。   As described above, in this example, in updating software resources such as programs and data, the intermediate server device 130 not only updates the software resources in the own device based on the monitoring of the higher-level server device 100 but also in the lower level of the own device. Version management can also be performed on the connected client device 170, and when the processing result differs before and after the software resource update, the updated processing result can be transmitted to the processing request source. In particular, since the update of the software resource used in the client device 170 is performed based on the notification of the update information from the intermediate server device 130 or based on the update information check at the time of startup, an erroneous operation using the old software resource in the client device 170 Can be prevented. Thereby, it is possible to prevent the user of the client device from creating erroneous data.

特に、ネットワークの特性により、上位サーバから中間サーバおよびクライアントに対してデータの送付作業を行うことができないネットワークシステムであってもクライアントへの最新のソフトウェア資源の高信頼な配信を効率的に行うことができる。   In particular, efficient distribution of the latest software resources to the client efficiently even in a network system in which data cannot be sent from the host server to the intermediate server and client due to the characteristics of the network. Can do.

尚、本発明は、図1〜図8を用いて説明した例に限定されるものではなく、その要旨を逸脱しない範囲において種々変更可能である。例えば、本例のコンピュータ構成例としては、キーボードや光ディスクの駆動装置の無いコンピュータ構成としても良い。また、本例では、光ディスクを記録媒体として用いているが、FD(Flexible Disk)等を記録媒体として用いることでも良い。また、プログラムのインストールに関しても、通信装置を介してネットワーク経由でプログラムをダウンロードしてインストールすることでも良い。   In addition, this invention is not limited to the example demonstrated using FIGS. 1-8, In the range which does not deviate from the summary, various changes are possible. For example, the computer configuration example of this example may be a computer configuration without a keyboard or optical disk drive. In this example, an optical disk is used as a recording medium, but an FD (Flexible Disk) or the like may be used as a recording medium. As for the program installation, the program may be downloaded and installed via a network via a communication device.

本発明に係わるソフトウェア資源更新管理システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of the software resource update management system concerning this invention. 図1における上位サーバ装置および中間サーバ装置が有するバージョンレコード保有部が保有するバージョンテーブルの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the version table which the version record holding part which the high-order server apparatus and intermediate | middle server apparatus in FIG. 1 have. 図1における上位サーバ装置および中間サーバ装置が有する配布用資源保有部が保有する資源格納テーブルの構成例を示す説明図である。FIG. 2 is an explanatory diagram illustrating a configuration example of a resource storage table held by a distribution resource holding unit included in the upper server apparatus and the intermediate server apparatus in FIG. 1. 図1におけるクライアント装置が保有するバージョンファイルの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the version file which the client apparatus in FIG. 1 holds. 図1における中間サーバ装置の本発明に係る処理動作例を示すフローチャートである。It is a flowchart which shows the process operation example which concerns on this invention of the intermediate | middle server apparatus in FIG. 図1におけるクライアント装置の本発明に係る第1の処理動作例を示すフローチャートである。2 is a flowchart showing a first processing operation example according to the present invention of the client device in FIG. 1. 図1における上位サーバ装置および中間サーバ装置が有する資源配布完了メッセージ保有部が保有する資源配布完了メッセージの構成例を示す説明図である。FIG. 3 is an explanatory diagram illustrating a configuration example of a resource distribution completion message held by a resource distribution completion message holding unit included in the upper server apparatus and the intermediate server apparatus in FIG. 1. 図1におけるクライアント装置の本発明に係る第2の処理動作例を示すフローチャートである。It is a flowchart which shows the 2nd processing operation example which concerns on this invention of the client apparatus in FIG.

符号の説明Explanation of symbols

100:上位サーバ装置、110,150:バージョンレコード保有部、120,160:資源情報保有部、130:中間サーバ、140:スケジューラ部、170:クライアント装置、180:バージョンファイル保有部、190:クライアント本体システム、200:システム表示部、210:バージョンテーブル、220:世代データ(フィールド)、230:バージョンデータ(フィールド)、240:日付データ(フィールド)、250:資源格納テーブル、260:世代データ(フィールド)、270:バージョンデータ(フィールド)、280:日付データ(フィールド)、290:資源データ(フィールド)、300:バージョンファイル、310:バージョンデータ(フィールド)、320:日付データ(フィールド)、330:メッセージテーブル、340:世代データ(フィールド)、350:バージョンデータ(フィールド)、360:資源配布完了メッセージ(フィールド)。   100: Host server device, 110, 150: Version record holding unit, 120, 160: Resource information holding unit, 130: Intermediate server, 140: Scheduler unit, 170: Client device, 180: Version file holding unit, 190: Client body System: 200: System display section 210: Version table 220: Generation data (field) 230: Version data (field) 240: Date data (field) 250: Resource storage table 260: Generation data (field) 270: Version data (field), 280: Date data (field), 290: Resource data (field), 300: Version file, 310: Version data (field), 320: Date data (field), 330: Menu Sage table, 340: generation data (field), 350: Version data (field), 360: resource distribution completion message (field).

Claims (11)

上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信するシステムであって、
上記中間サーバ装置は、
上記上位サーバ装置が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
上記上位サーバ装置が記憶するソフトウェア資源の更新状況を監視し、更新されたソフトウェア資源を読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段と、
更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知する手段とを有し、
上記クライアント装置は、
上記中間サーバ装置が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
上記中間サーバ装置からの当該ソフトウェア資源の更新通知を受けると、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段とを有する
ことを特徴とするソフトウェア資源配信システム。
A system for distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The intermediate server device is
Means for reading software resources stored in the host server device and storing them in a storage device within the device;
Means for monitoring the update status of the software resource stored in the upper server device, reading the updated software resource, and updating the software resource stored in the storage device;
Means for notifying the client device that uses the updated software resource of the update of the software resource,
The client device
Means for reading software resources used by the own device from software resources stored by the intermediate server device and storing them in a storage device in the own device;
And a means for reading the updated software resource from the intermediate server device and updating the software resource stored in the storage device upon receiving the update notification of the software resource from the intermediate server device. Software resource distribution system.
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信するシステムであって、
上記中間サーバ装置は、
上記上位サーバ装置が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
上記上位サーバ装置が記憶するソフトウェア資源の更新状況を監視し、更新されたソフトウェア資源を読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段とを有し、
上記クライアント装置は、
上記中間サーバ装置が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
自装置の起動時に、上記記憶装置に記憶したソフトウェア資源のバージョンと、上記中間サーバ装置で記憶された当該ソフトウェア資源のバージョンとを比較して当該ソフトウェア資源の更新を検出し、更新された当該ソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段とを有する
ことを特徴とするソフトウェア資源配信システム。
A system for distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The intermediate server device is
Means for reading software resources stored in the host server device and storing them in a storage device within the device;
Means for monitoring the update status of the software resource stored in the host server device, reading the updated software resource, and updating the software resource stored in the storage device;
The client device
Means for reading software resources used by the own device from software resources stored by the intermediate server device and storing them in a storage device in the own device;
When starting up its own device, the software resource version stored in the storage device is compared with the software resource version stored in the intermediate server device to detect the update of the software resource, and the updated software A software resource distribution system comprising: means for reading a resource from the intermediate server device and updating the software resource stored in the storage device.
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信するシステムであって、
上記上位サーバ装置は、
配信対象の全てのソフトウェア資源を記憶する第1の資源保有手段と、
該第1の資源保有手段で記憶する各ソフトウェア資源の更新情報を記憶する第1のバージョンレコード保有手段とを有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記第1の資源保有手段が記憶する各ソフトウェア資源を読み取って記憶する第2の資源保有手段と、
上記上位サーバ装置が上記第1のバージョンレコード保有手段で記憶する更新情報を予め定められた周期で読み取るスケジューラ手段と、
該スケジューラ手段で読み取った更新情報を記憶する第2のバージョンレコード保有手段と、
該第2のバージョンレコード保有手段で記憶した更新情報と上記スケジューラ手段が新たに読み取った更新情報とを比較してソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記上位サーバ装置から読み取って上記第2の資源保有手段で記憶した当該ソフトウェア資源を更新する手段と、
更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知する手段とを有し、
上記クライアント装置は、
上記中間サーバ装置が上記第2の資源保有手段で記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
上記中間サーバ装置が上記第2のバージョンレコード保有手段で記憶する更新情報の内、自装置で用いているソフトウェア資源の更新情報を読み取って記憶するバージョンファイル保有手段と、
上記中間サーバ装置からのソフトウェア資源の更新通知を受けると、上記中間サーバ装置が上記第2のバージョンレコード保有手段で記憶している当該ソフトウェア資源の更新情報を新たに読み取り、該新たに読み取った更新情報と上記バージョンファイル保有手段が記憶していた更新情報とを比較して当該ソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段とを有する
ことを特徴とするソフトウェア資源配信システム。
A system for distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The upper server device is
First resource holding means for storing all software resources to be distributed;
First version record holding means for storing update information of each software resource stored in the first resource holding means;
The intermediate server device is
Second resource holding means for reading and storing each software resource stored in the first resource holding means from the host server device;
Scheduler means for reading update information stored in the first version record holding means by the upper server apparatus at a predetermined cycle;
Second version record holding means for storing update information read by the scheduler means;
The update information stored in the second version record holding means and the update information newly read by the scheduler means are compared to detect the update of the software resource, and the updated software resource is read from the host server device. Means for updating the software resource stored in the second resource holding means;
Means for notifying the client device that uses the updated software resource of the update of the software resource,
The client device
Means for reading the software resources used by the intermediate device from the software resources stored by the second resource holding means and storing the software resources in the storage device in the own device;
Version file holding means for reading and storing update information of software resources used in its own device among the update information stored by the second version record holding means by the intermediate server device;
Upon receiving a software resource update notification from the intermediate server device, the intermediate server device newly reads the update information of the software resource stored in the second version record holding means, and the newly read update The software resource that detects the update of the software resource by comparing the information and the update information stored in the version file holding means, reads the updated software resource from the intermediate server device, and stores it in the storage device And a software resource distribution system.
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信するシステムであって、
上記上位サーバ装置は、
配信対象の全てのソフトウェア資源を記憶する第1の資源保有手段と、
該第1の資源保有手段で記憶する各ソフトウェア資源の更新情報を記憶する第1のバージョンレコード保有手段とを有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記第1の資源保有手段が記憶する各ソフトウェア資源を読み取って記憶する第2の資源保有手段と、
上記上位サーバ装置が上記第1のバージョンレコード保有手段で記憶する更新情報を予め定められた周期で読み取るスケジューラ手段と、
該スケジューラ手段で読み取った更新情報を記憶する第2のバージョンレコード保有手段と、
該第2のバージョンレコード保有手段で記憶した更新情報と上記スケジューラ手段が新たに読み取った更新情報とを比較してソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記上位サーバ装置から読み取って上記第2の資源保有手段で記憶した当該ソフトウェア資源を更新する手段とを有し、
上記クライアント装置は、
上記中間サーバ装置が上記第2の資源保有手段で記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手段と、
上記中間サーバ装置が上記第2のバージョンレコード保有手段で記憶する更新情報の内、自装置で用いているソフトウェア資源の更新情報を読み取って記憶するバージョンファイル保有手段と、
自装置の起動時に、上記中間サーバ装置が上記第2のバージョンレコード保有手段で記憶している当該ソフトウェア資源の更新情報を新たに読み取り、該新たに読み取った更新情報と上記バージョンファイル保有手段が記憶していた更新情報とを比較して当該ソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手段とを有する
ことを特徴とするソフトウェア資源配信システム。
A system for distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The upper server device is
First resource holding means for storing all software resources to be distributed;
First version record holding means for storing update information of each software resource stored in the first resource holding means;
The intermediate server device is
Second resource holding means for reading and storing each software resource stored in the first resource holding means from the host server device;
Scheduler means for reading update information stored in the first version record holding means by the upper server apparatus at a predetermined cycle;
Second version record holding means for storing update information read by the scheduler means;
The update information stored in the second version record holding means and the update information newly read by the scheduler means are compared to detect the update of the software resource, and the updated software resource is read from the host server device. Means for updating the software resource stored in the second resource holding means,
The client device
Means for reading the software resources used by the intermediate device from the software resources stored by the second resource holding means and storing the software resources in the storage device in the own device;
Version file holding means for reading and storing update information of software resources used in its own device among the update information stored by the second version record holding means by the intermediate server device;
When the own server is started, the intermediate server device newly reads the update information of the software resource stored in the second version record holding unit, and the newly read update information and the version file holding unit store it. A means for detecting an update of the software resource by comparing with the update information that has been read, reading the updated software resource from the intermediate server device, and updating the software resource stored in the storage device. Software resource distribution system featuring.
請求項1から請求項4のいずれかに記載のソフトウェア資源配信システムであって、
上記上位サーバ装置は、
更新された各ソフトウェア資源の更新内容を示すメッセージ情報を入力して記憶する手段を有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記メッセージ情報を読み取って記憶する手段を有し、
上記クライアント装置は、
更新したソフトウェア資源のメッセージ情報を上記中間サーバ装置から読み取って表示する手段を有する
ことを特徴とするソフトウェア資源配信システム。
A software resource distribution system according to any one of claims 1 to 4,
The upper server device is
Means for inputting and storing message information indicating the updated contents of each updated software resource;
The intermediate server device is
Means for reading and storing the message information from the host server device;
The client device
A software resource distribution system comprising means for reading and displaying updated message information of software resources from the intermediate server device.
コンピュータを、請求項1から請求項5のいずれかに記載のソフトウェア資源配信システムにおける各手段として機能させるためのプログラム。   The program for functioning a computer as each means in the software resource delivery system in any one of Claims 1-5. 上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信する方法であって、
上記中間サーバ装置は、
上記上位サーバ装置が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶する手順と、
上記上位サーバ装置が記憶するソフトウェア資源の更新状況を監視して、更新されたソフトウェア資源を読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手順と、
更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知する手順とを有し、
上記クライアント装置は、
上記中間サーバ装置が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手順と、
上記中間サーバ装置からの当該ソフトウェア資源の更新通知を受けると、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手順とを有する
ことを特徴とするソフトウェア資源配信方法。
A method of distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The intermediate server device is
A procedure for reading software resources stored in the host server device and storing them in a storage device in the device itself;
A procedure for monitoring an update status of software resources stored in the upper server device, reading the updated software resources, and updating the software resources stored in the storage device;
A procedure for notifying the client device that uses the updated software resource of the update of the software resource,
The client device
A procedure for reading software resources used by the own device from software resources stored by the intermediate server device and storing them in a storage device in the own device;
Receiving an update notification of the software resource from the intermediate server device, and reading the updated software resource from the intermediate server device and updating the software resource stored in the storage device. Software resource distribution method.
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信する方法であって、
上記中間サーバ装置は、
上記上位サーバ装置が記憶するソフトウェア資源を読み取って自装置内の記憶装置に記憶する手順と、
上記上位サーバ装置が記憶するソフトウェア資源の更新状況を監視し、更新されたソフトウェア資源を読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手順とを有し、
上記クライアント装置は、
上記中間サーバ装置が記憶するソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する手順と、
自装置の起動時に、上記記憶装置に記憶したソフトウェア資源のバージョンと、上記中間サーバ装置で記憶された当該ソフトウェア資源のバージョンとを比較して当該ソフトウェア資源の更新を検出し、更新された当該ソフトウェア資源を上記中間サーバ装置から読み取って上記記憶装置に記憶した当該ソフトウェア資源を更新する手順とを有する
ことを特徴とするソフトウェア資源配信方法。
A method of distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The intermediate server device is
A procedure for reading software resources stored in the host server device and storing them in a storage device in the device itself;
Monitoring the update status of software resources stored in the host server device, reading the updated software resources, and updating the software resources stored in the storage device,
The client device
A procedure for reading software resources used by the own device from software resources stored by the intermediate server device and storing them in a storage device in the own device;
When starting up its own device, the software resource version stored in the storage device is compared with the software resource version stored in the intermediate server device to detect the update of the software resource, and the updated software A software resource distribution method comprising: a step of reading the resource from the intermediate server device and updating the software resource stored in the storage device.
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信する方法であって、
上記上位サーバ装置は、
配信対象の全てのソフトウェア資源を記憶装置に記憶する第1の手順と、
該第1の手順で記憶した各ソフトウェア資源の更新情報を記憶する第2手順とを有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記第1の手順で記憶した各ソフトウェア資源を読み取って記憶装置に記憶する第3の手順と、
上記上位サーバ装置が上記第2の手順で記憶した更新情報を予め定められた周期で読み取る第4の手順と、
該第4の手順で読み取った更新情報を記憶装置に記憶する第5の手順と、
該第4の手順で記憶した更新情報と上記第4の手順で新たに読み取った更新情報とを比較してソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記上位サーバ装置から読み取って上記第3の手順で記憶した当該ソフトウェア資源を更新する第6の手順と、
更新されたソフトウェア資源を利用するクライアント装置に当該ソフトウェア資源の更新を通知する第7の手順とを有し、
上記クライアント装置は、
上記中間サーバ装置が上記第3の手順で記憶したソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する第8の手順と、
上記中間サーバ装置が上記第5の手順で記憶した更新情報の内、自装置で用いているソフトウェア資源の更新情報を読み取って記憶する第9の手順と、
上記中間サーバ装置からの当該ソフトウェア資源の更新通知を受けると、上記中間サーバ装置が記憶している当該ソフトウェア資源の更新情報を新たに読み取り、該新たに読み取った更新情報と上記第9の手順で記憶した更新情報とを比較して当該ソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記第8の手順で記憶装置に記憶した当該ソフトウェア資源を更新する第10の手順とを有する
ことを特徴とするソフトウェア資源配信方法。
A method of distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The upper server device is
A first procedure for storing in a storage device all software resources to be distributed;
A second procedure for storing update information of each software resource stored in the first procedure,
The intermediate server device is
A third procedure for reading each software resource stored in the first procedure from the host server device and storing it in a storage device;
A fourth procedure for reading the update information stored in the second procedure by the upper server device at a predetermined cycle;
A fifth procedure for storing the update information read in the fourth procedure in a storage device;
The update information stored in the fourth procedure and the update information newly read in the fourth procedure are compared to detect the update of the software resource, and the updated software resource is read from the host server device to A sixth procedure for updating the software resource stored in the third procedure;
A seventh procedure for notifying the client device that uses the updated software resource of the update of the software resource,
The client device
An eighth procedure in which the intermediate server device reads the software resources used in the device from the software resources stored in the third procedure and stores them in the storage device in the device;
A ninth procedure for reading and storing the update information of the software resources used in the own device among the update information stored in the fifth procedure by the intermediate server device;
Upon receiving the software resource update notification from the intermediate server device, the software server updates the software resource update information stored in the intermediate server device, and the newly read update information and the ninth procedure The update information stored is compared with the stored update information, the update of the software resource is detected, the updated software resource is read from the intermediate server device, and the software resource stored in the storage device in the eighth procedure is updated. A software resource distribution method comprising:
上位サーバ装置が記憶するソフトウェア資源をネットワークを介して中間サーバ装置経由でクライアント装置に配信する方法であって、
上記上位サーバ装置は、
配信対象の全てのソフトウェア資源を記憶装置に記憶する第1の手順と、
該第1の手順で記憶した各ソフトウェア資源の更新情報を記憶する第2の手順とを有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記第1の手順で記憶した各ソフトウェア資源を読み取って自装置内の記憶装置に記憶する第3の手順と、
上記上位サーバ装置が上記第2の手順で記憶した更新情報を予め定められた周期で読み取る第4の手順と、
該第4の手順で読み取った更新情報を記憶装置に記憶する第5の手順と、
該第5の手順で記憶した更新情報と上記第4の手順で新たに読み取った更新情報とを比較してソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記上位サーバ装置から読み取って上記第3の手順で記憶した当該ソフトウェア資源を更新する第6の手順とを有し、
上記クライアント装置は、
上記中間サーバ装置が上記第3の手順で記憶したソフトウェア資源から自装置で用いるソフトウェア資源を読み取って自装置内の記憶装置に記憶する第7の手順と、
上記中間サーバ装置が上記第5の手順で記憶した更新情報の内、自装置で用いているソフトウェア資源の更新情報を読み取って記憶する第8の手順と、
自装置の起動時に、上記中間サーバ装置が記憶している当該ソフトウェア資源の更新情報を新たに読み取り、該新たに読み取った更新情報と上記第8の手順で記憶した更新情報とを比較して当該ソフトウェア資源の更新を検出し、更新されたソフトウェア資源を上記中間サーバ装置から読み取って上記第7の手順で記憶装置に記憶した当該ソフトウェア資源を更新する第9の手順とを有する
ことを特徴とするソフトウェア資源配信方法。
A method of distributing software resources stored in a host server device to a client device via an intermediate server device via a network,
The upper server device is
A first procedure for storing in a storage device all software resources to be distributed;
A second procedure for storing update information of each software resource stored in the first procedure,
The intermediate server device is
A third procedure for reading each software resource stored in the first procedure from the host server device and storing it in a storage device within the device;
A fourth procedure for reading the update information stored in the second procedure by the upper server device at a predetermined cycle;
A fifth procedure for storing the update information read in the fourth procedure in a storage device;
The update information stored in the fifth procedure and the update information newly read in the fourth procedure are compared to detect the update of the software resource, and the updated software resource is read from the host server device to A sixth procedure for updating the software resource stored in the third procedure,
The client device
A seventh procedure in which the intermediate server device reads the software resources used in the own device from the software resources stored in the third procedure and stores them in the storage device in the own device;
An eighth procedure in which the intermediate server device reads and stores the update information of the software resource used in its own device among the update information stored in the fifth procedure;
When the own device starts up, it newly reads the update information of the software resource stored in the intermediate server device, compares the newly read update information with the update information stored in the eighth procedure, and And a ninth procedure for detecting an update of the software resource, reading the updated software resource from the intermediate server device, and updating the software resource stored in the storage device in the seventh procedure. Software resource distribution method.
請求項7から請求項10のいずれかに記載のソフトウェア資源配信方法であって、
上記上位サーバ装置は、
更新された各ソフトウェア資源の更新内容を示すメッセージ情報を入力して記憶する手順を有し、
上記中間サーバ装置は、
上記上位サーバ装置から上記メッセージ情報を読み取って記憶する手順を有し、
上記クライアント装置は、
更新したソフトウェア資源のメッセージ情報を上記中間サーバ装置から読み取って表示する手順を有する
ことを特徴とするソフトウェア資源配信方法。
A software resource distribution method according to any one of claims 7 to 10,
The upper server device is
A procedure for inputting and storing message information indicating the updated contents of each updated software resource;
The intermediate server device is
Having the procedure of reading and storing the message information from the host server device;
The client device
A software resource distribution method comprising a procedure for reading and displaying updated message information of software resources from the intermediate server device.
JP2005270144A 2005-09-16 2005-09-16 Software resource distribution system and method, and program Pending JP2007080167A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005270144A JP2007080167A (en) 2005-09-16 2005-09-16 Software resource distribution system and method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005270144A JP2007080167A (en) 2005-09-16 2005-09-16 Software resource distribution system and method, and program

Publications (1)

Publication Number Publication Date
JP2007080167A true JP2007080167A (en) 2007-03-29

Family

ID=37940386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005270144A Pending JP2007080167A (en) 2005-09-16 2005-09-16 Software resource distribution system and method, and program

Country Status (1)

Country Link
JP (1) JP2007080167A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213434A (en) * 2006-02-10 2007-08-23 Ricoh Co Ltd Download system, base server and program
JP2010204830A (en) * 2009-03-02 2010-09-16 Fujitsu Ltd System and method for delivering data
JP2012018575A (en) * 2010-07-08 2012-01-26 Buffalo Inc Device, system, method and program for collecting information
JP2012163994A (en) * 2011-02-03 2012-08-30 Nec Corp Software management system, software management device, control method, and program
CN102801783A (en) * 2012-06-29 2012-11-28 张建忠 Local cloud storing method and system
JP2013168031A (en) * 2012-02-15 2013-08-29 Fuji Electric Co Ltd Programmable controller system, support device thereof, and program
CN103929450A (en) * 2013-01-14 2014-07-16 联想(北京)有限公司 Data synchronization method and data synchronization device
US8909705B2 (en) 2011-07-14 2014-12-09 Sony Corporation Method and system for use in providing network services interchange

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213434A (en) * 2006-02-10 2007-08-23 Ricoh Co Ltd Download system, base server and program
JP2010204830A (en) * 2009-03-02 2010-09-16 Fujitsu Ltd System and method for delivering data
US8392569B2 (en) 2009-03-02 2013-03-05 Fujitsu Limited Data delivery system and data delivery method
JP2012018575A (en) * 2010-07-08 2012-01-26 Buffalo Inc Device, system, method and program for collecting information
JP2012163994A (en) * 2011-02-03 2012-08-30 Nec Corp Software management system, software management device, control method, and program
US9021460B2 (en) 2011-02-03 2015-04-28 Nec Corporation Software management system
US8909705B2 (en) 2011-07-14 2014-12-09 Sony Corporation Method and system for use in providing network services interchange
JP2013168031A (en) * 2012-02-15 2013-08-29 Fuji Electric Co Ltd Programmable controller system, support device thereof, and program
CN102801783A (en) * 2012-06-29 2012-11-28 张建忠 Local cloud storing method and system
CN103929450A (en) * 2013-01-14 2014-07-16 联想(北京)有限公司 Data synchronization method and data synchronization device
CN103929450B (en) * 2013-01-14 2017-11-03 联想(北京)有限公司 Method of data synchronization and data synchronization unit

Similar Documents

Publication Publication Date Title
US20200050588A1 (en) Automatic file version verification within electronic mail
US8316224B2 (en) Systems and methods for tracking a history of changes associated with software packages and configuration management in a computing system
US8443361B2 (en) Systems and methods for tracking a history of changes associated with software packages in a computing system
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
CN103067484B (en) A kind of method and system of auto-update application program
US7711760B2 (en) File update availability checking in a hierarchal file store
US7584349B2 (en) Method and system for receiving a software image from a customer for installation into a computer system
US8799890B2 (en) Generating a version identifier for a computing system based on software packages installed on the computing system
JP2007080167A (en) Software resource distribution system and method, and program
US8640119B2 (en) Determining compatibility of a software package update using a version identifier
US7676503B2 (en) Hybrid computer restore using network service
JP5263696B2 (en) Computer system, method and computer program for backing up software components
US9864736B2 (en) Information processing apparatus, control method, and recording medium
US20110214111A1 (en) Systems and methods for detecting computing processes requiring reinitialization after a software package update
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
US7343377B1 (en) Method and system for verifying the integrity of a database
WO2007105274A1 (en) Applicable patch selecting device and applicable patch selecting method
US7415539B2 (en) Method and apparatus for detecting insufficient memory for data extraction processes
US9367302B2 (en) Generating client qualification to execute package update manager
JP2011191862A (en) File management apparatus, file management system, and file management program
EP3260981B1 (en) Information processing apparatus, information processing system, and information processing method for updating firmware
JP2012088765A (en) Program start control method, program start control program, portable terminal and network system
KR101638689B1 (en) System and method for providing client terminal to user customized synchronization service
CN115964061A (en) Plug-in updating method and device, electronic equipment and computer readable storage medium
US9128738B2 (en) Information processing program and information processing method