JP2001297005A - Client-server system - Google Patents

Client-server system

Info

Publication number
JP2001297005A
JP2001297005A JP2000114049A JP2000114049A JP2001297005A JP 2001297005 A JP2001297005 A JP 2001297005A JP 2000114049 A JP2000114049 A JP 2000114049A JP 2000114049 A JP2000114049 A JP 2000114049A JP 2001297005 A JP2001297005 A JP 2001297005A
Authority
JP
Japan
Prior art keywords
program
client
computer
update date
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000114049A
Other languages
Japanese (ja)
Inventor
Masanobu Nakajima
正信 中島
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2000114049A priority Critical patent/JP2001297005A/en
Publication of JP2001297005A publication Critical patent/JP2001297005A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a client-server system which eliminates the need to update programs for every client computer by updating the programs on the client sides by program updating on the server side. SOLUTION: A server computer 10 is equipped with a database 13 storing a file 12 of the latest version of the same program with a client computer 20A and the update date of the file and each client computer is equipped with a database 22A storing the update date of the program file and a program automatic updating function 23A which compares the update date of a program file of the client computer with the update date of the program file of the server computer and updates the program file of the client computer when the update date of the program file of the server computer is newer.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、クライアントサ
ーバシステム、特にクライアント側のプログラム更新を
サーバ側でのプログラム更新によって実施できるように
したクライアントサーバシステムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a client-server system, and more particularly to a client-server system in which a client-side program update can be performed by a server-side program update.

【0002】[0002]

【従来の技術】従来のホストコンピュータと端末からな
る情報処理システムに代えて、近年、図6に示すような
クライアントサーバシステムを構築し、多数のクライア
ントコンピュータが同時に稼動するようにしたシステム
が多く見られるようになった。図6において、10はサ
ーバコンピュータで、サーバ用プログラム11を有す
る。20A、20B、…20Nは複数のクライアントコ
ンピュータで、それぞれネットワーク30を介してサー
バコンピュータ10に接続されている。また、クライア
ントコンピュータの1つ20Aは、図示するように、ク
ライアント用プログラム21Aを有しており、他のクラ
イアントコンピュータも同様な構成とされている。
2. Description of the Related Art In recent years, instead of a conventional information processing system comprising a host computer and terminals, a system in which a client server system as shown in FIG. Is now available. In FIG. 6, reference numeral 10 denotes a server computer having a server program 11. 20N are a plurality of client computers connected to the server computer 10 via the network 30, respectively. As shown, one client computer 20A has a client program 21A, and the other client computers have the same configuration.

【0003】大規模クライアントサーバシステムでは、
末端の各クライアントコンピュータ20A、20B、…
20Nがそれぞれ情報処理を行なう。実際には、各クラ
イアントコンピュータ20A、20B、…20Nは、サ
ーバコンピュータ10や他のクライアントコンピュータ
と情報をやり取りしながら、全体として統一した情報処
理を行なうようにされている。このようなクライアント
サーバシステムにおいては、全てのクライアントコンピ
ュータに共通のソフトを各クライアントコンピュータに
それぞれ設け、サーバコンピュータに格納されたデータ
を各クライアントコンピュータのソフトが共用するファ
イルシステム等に採用するようにしている。
In a large-scale client-server system,
Each of the terminal client computers 20A, 20B,...
20N respectively perform information processing. In practice, each of the client computers 20A, 20B,..., 20N exchanges information with the server computer 10 and other client computers and performs unified information processing as a whole. In such a client-server system, software common to all client computers is provided in each client computer, and data stored in the server computer is adopted for a file system shared by the software of each client computer. I have.

【0004】[0004]

【発明が解決しようとする課題】従来のクライアントサ
ーバシステムは以上のように構成されているので、各ク
ライアントコンピュータに共通ソフトをインストールす
る場合や、共通ソフトをバージョンアップ等によって更
新する場合、あるいはクライアントコンピュータのプロ
グラムが変更(追加、削除を含む)された場合には、各
クライアントコンピュータ毎にインストール作業やバー
ジョンアップ作業あるいはプログラムの更新作業を行な
う必要がある。特に、共通ソフトをバージョンアップに
より更新する場合には、特定のクライアントコンピュー
タのみ更新すると、クライアントコンピュータ間でバー
ジョンが異なることによるトラブルが発生する恐れがあ
るため、全てのクライアントコンピュータの共通ソフト
を同時に更新する必要がある。従って、インストールま
たは更新する共通ソフトの数が多い場合、あるいはクラ
イアントコンピュータの数が多い場合には、インストー
ルまたは更新作業に多大な時間と工数を必要とするとい
う問題があった。
Since the conventional client server system is configured as described above, the common software is installed in each client computer, the common software is updated by version upgrade, or the client computer is updated. When the computer program is changed (including addition or deletion), it is necessary to perform installation work, version upgrade work, or program update work for each client computer. In particular, when updating common software by version upgrade, if only specific client computers are updated, problems may occur due to different versions between client computers, so the common software of all client computers will be updated at the same time. There is a need to. Therefore, when the number of common software to be installed or updated is large, or when the number of client computers is large, there has been a problem that a large amount of time and man-hours are required for the installation or update work.

【0005】この発明は、上記のような問題点を解消す
るためになされたもので、クライアント側のプログラム
更新をサーバ側でのプログラム更新によって実施できる
ようにし、各クライアントコンピュータ毎のプログラム
更新作業を行なう必要のないクライアントサーバシステ
ムを提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems. The present invention enables a client-side program update to be performed by a server-side program update, and performs a program update operation for each client computer. An object is to provide a client-server system that does not need to be performed.

【0006】[0006]

【課題を解決するための手段】この発明に係わるクライ
アントサーバシステムは、ネットワークを介してサーバ
コンピュータと複数のクライアントコンピュータとを接
続したクライアントサーバシステムにおいて、サーバコ
ンピュータに、クライアントコンピュータのプログラム
と同一のプログラムの最新バージョンのファイル及び上
記ファイルの更新日付を格納したデータベースを備え、
各クライアントコンピュータに、そのプログラムファイ
ルの更新日付を格納したデータベース及びクライアント
コンピュータのプログラムファイルの更新日付とサーバ
コンピュータのプログラムファイルの更新日付とを比較
し、サーバコンピュータのプログラムファイルの更新日
付が新しい時は、サーバコンピュータのプログラムファ
イルをクライアントコンピュータに転送してクライアン
トコンピュータのプログラムファイルを更新するプログ
ラム自動更新機能を備えたものである。
A client-server system according to the present invention is a client-server system in which a server computer and a plurality of client computers are connected via a network. A database that stores the latest version of the file and the date the file was updated,
Each client computer compares the update date of the program file of the server computer with the database storing the update date of the program file and the update date of the program file of the server computer. An automatic program updating function for transferring a program file of a server computer to a client computer and updating the program file of the client computer is provided.

【0007】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、クライアン
トコンピュータのシステム起動時に最初に起動され、サ
ーバコンピュータとクライアントコンピュータのそれぞ
れの更新日付データベースのプログラムファイルを比較
するようにされたものである。
In the client-server system according to the present invention, the automatic program update function is started first when the system of the client computer is started, and the program files in the update date databases of the server computer and the client computer are compared. It was done.

【0008】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、サーバコン
ピュータの更新日付データベースに存在し、クライアン
トコンピュータの更新日付データベースに存在しないプ
ログラムファイルを確認した時は、サーバコンピュータ
の上記プログラムファイルと更新日付とをクライアント
コンピュータに追加するようにしたものである。
In the client-server system according to the present invention, when the program automatic update function confirms a program file that exists in the update date database of the server computer and does not exist in the update date database of the client computer, the program automatically updates the server computer. The program file and the update date are added to a client computer.

【0009】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、サーバコン
ピュータの更新日付データベースに存在せず、クライア
ントコンピュータの更新日付データベースに存在するプ
ログラムファイルを確認した時は、クライアントコンピ
ュータの上記プログラムファイルと更新日付とを削除す
るようにしたものである。
In the client-server system according to the present invention, when the program automatic update function does not exist in the update date database of the server computer but checks a program file present in the update date database of the client computer, The above-mentioned program file and update date are deleted.

【0010】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、サーバコン
ピュータとクライアントコンピュータのそれぞれの更新
日付データベースに同じプログラムファイルが存在する
ことを確認した時は、各プログラム毎に更新日付を比較
するようにしたものである。
In the client-server system according to the present invention, when the automatic program update function confirms that the same program file exists in the update date database of each of the server computer and the client computer, the program is updated for each program. Dates are compared.

【0011】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、クライアン
トコンピュータの更新日付データベースのプログラムフ
ァイルを更新した後に、そのプログラムファイルの更新
日付をサーバコンピュータの更新日付と同じにするもの
である。
[0011] In the client-server system according to the present invention, after the program automatic update function updates the program file of the update date database of the client computer, the update date of the program file is made the same as the update date of the server computer. Things.

【0012】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、クライアン
トコンピュータのプログラムファイルの更新日付をサー
バコンピュータの更新日付と同じにした後、プログラム
ファイルを更新するものである。
[0012] In the client-server system according to the present invention, the program automatic updating function updates the program file after setting the update date of the program file of the client computer to be the same as the update date of the server computer.

【0013】[0013]

【発明の実施の形態】実施の形態1.以下、この発明の
実施の形態1を図について説明する。図1は、この発明
の実施の形態1の構成を示すブロック図、図2は、実施
の形態1によるサーバコンピュータ内のプログラム更新
日付データベース(DB)の一例を示す説明図、図3及
び図4は、実施の形態1によるクライアントコンピュー
タ内のプログラム更新日付DBの更新前及び更新後の一
例を示す説明図、図5は、実施の形態1の動作を説明す
るためのフローチャートである。図1において、10は
サーバコンピュータ、11はサーバコンピュータ内に備
えられたサーバ用プログラム、12は同じくサーバコン
ピュータ内に備えられたクライアントコンピュータ用プ
ログラムの最新バージョンのファイル、13はそのクラ
イアントコンピュータ用プログラムファイルの最新の更
新日付を記憶するプログラム更新日付DB、30はサー
バコンピュータ10と後述する複数のクライアントコン
ピュータとを接続するネットワーク、20A、20B、
…20Nはサーバコンピュータにネットワーク30を介
して接続される複数のクライアントコンピュータで、図
はそのうちの1つ20Aについて主要な構成要素を示し
ている。他のクライアントコンピュータも同じ構成要素
を備えている。即ち、21Aはそのクライアントコンピ
ュータで動作するクライアント用プログラム、22Aは
各クライアント用プログラムが最後に更新された日付を
記憶するプログラム更新日付DB、23Aはサーバコン
ピュータとクライアントコンピュータの各々のプログラ
ム更新日付DBを比較してサーバ側のプログラムがクラ
イアント側のそれよりも更新日付が新しい場合には、ク
ライアント側に最新のクライアント用プログラムのファ
イルをサーバコンピュータからコピーするプログラム自
動更新機能である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 Hereinafter, a first embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a first embodiment of the present invention. FIG. 2 is an explanatory diagram showing an example of a program update date database (DB) in a server computer according to the first embodiment. 5 is an explanatory diagram showing an example before and after an update of a program update date DB in a client computer according to the first embodiment. FIG. 5 is a flowchart for explaining the operation of the first embodiment. In FIG. 1, reference numeral 10 denotes a server computer, 11 denotes a server program provided in the server computer, 12 denotes a latest version of a client computer program provided in the server computer, and 13 denotes a client computer program file. A program update date DB 30 for storing the latest update date of the server, a network connecting the server computer 10 and a plurality of client computers described later, 20A, 20B,
.., 20N are a plurality of client computers connected to the server computer via the network 30, and the figure shows main components of one of them 20A. Other client computers have the same components. That is, 21A is a client program that operates on the client computer, 22A is a program update date DB that stores the last update date of each client program, and 23A is a program update date DB that stores the server computer and the client computer. If the server-side program has a newer update date than the client-side program, the automatic program update function copies the latest client program file from the server computer to the client.

【0014】次に、実施の形態1の動作について、図5
に示すフローチャートと、図2〜図4に示すサーバコン
ピュータ及びクライアントコンピュータの各プログラム
更新日付DBの内容例にもとづいて説明する。図2は、
サーバコンピュータに保管されているクライアント用の
各プログラムの最新の更新日付を記憶しているプログラ
ム更新日付DB13の内容の一例を示すものである。こ
こで、クライアント用のプログラムとしてはPRG01
00を含めて5つのプログラムが登録されており、その
うちPRG0100,PRG0200,PRG0500
は1999年9月15日に、また、PRG0150,P
RG0300は2000年1月15日にそれぞれ更新さ
れていることを示している。この更新日付に対応した各
プログラムのファイルは、クライアント用プログラム1
2に蓄積されている。
Next, the operation of the first embodiment will be described with reference to FIG.
2 and the example of the contents of the program update date DBs of the server computer and the client computer shown in FIGS. 2 to 4. FIG.
This shows an example of the contents of a program update date DB 13 that stores the latest update date of each client program stored in the server computer. Here, the client program is PRG01.
Five programs are registered, including PRG0100, PRG0200, and PRG0500.
On September 15, 1999, and PRG0150, P
RG0300 has been updated on January 15, 2000, respectively. The file of each program corresponding to this update date is the client program 1
2 are stored.

【0015】次に図3は、クライアント側のプログラム
がいつ更新されたかを各クライアントコンピュータ毎に
記憶しているプログラム更新日付DBのうち、クライア
ントコンピュータ20Aのプログラム更新日付DB22
Aの内容の一例を示すものである。ここで、クライアン
ト用のプログラムとしてはPRG0100,PRG02
00,PRG0300,PRG0400,PRG050
0の5つが存在し、それらは全て1999年9月15日
に更新されたことを示している。また、これらのプログ
ラムはクライアント用プログラム21Aに蓄積されてい
る。
FIG. 3 shows the program update date DB 22 of the client computer 20A among the program update date DBs storing when the client-side program is updated for each client computer.
3 shows an example of the content of A. Here, PRG0100, PRG02 are used as client programs.
00, PRG0300, PRG0400, PRG050
There are five of 0, indicating that they were all updated on September 15, 1999. These programs are stored in the client program 21A.

【0016】次に、プログラム自動更新機能23Aの動
作について図5をもとに説明する。プログラム自動更新
機能23Aは、クライアント側のシステムが起動された
際に最初に起動され、まず、ステップ40で、サーバコ
ンピュータとクライアントコンピュータの各々のプログ
ラム更新日付DB13及び22Aのプログラム名を比較
する。その結果によって以下の3パターンの処理を実行
する。
Next, the operation of the automatic program update function 23A will be described with reference to FIG. The automatic program update function 23A is activated first when the system on the client side is activated. First, at step 40, the program names of the program update date DBs 13 and 22A of the server computer and the client computer are compared. According to the result, the following three patterns of processing are executed.

【0017】1.サーバコンピュータとクライアントコ
ンピュータのプログラム更新日付DB13,22Aの双
方に同じプログラム名が存在する場合、即ち、双方のプ
ログラム名が一致している時は、プログラムの更新とし
て処理を行なう。この場合は、ステップ41で、双方に
存在するPRG0100,PRG0200,PRG03
00,PRG0500の各プログラムの更新日付を比較
する。比較の結果、PRG0300については、クライ
アント側の更新日付よりサーバ側の更新日付が新しいの
で、ステップ42で、クライアント側の更新日付DB2
2Aの更新日付をサーバ側の更新日付である2000年
1月15日に変更する。最後に、ステップ43で、サー
バコンピュータのクライアント用プログラム12のPR
G0300のファイルをクライアントコンピュータのク
ライアント用プログラム21Aにコピーしてプログラム
の更新を実行する。
1. When the same program name exists in both the program update date DBs 13 and 22A of the server computer and the client computer, that is, when both program names match, processing is performed as a program update. In this case, in step 41, PRG0100, PRG0200, PRG03 existing on both sides
The update dates of the programs 00 and PRG0500 are compared. As a result of the comparison, regarding the PRG0300, the update date on the server side is newer than the update date on the client side.
The update date of 2A is changed to January 15, 2000, which is the update date on the server side. Finally, at step 43, the PR of the client program 12 of the server computer is
The file of G0300 is copied to the client program 21A of the client computer, and the program is updated.

【0018】2.サーバ側のプログラム更新日付DB1
3にプログラム名が存在するが、クライアント側のプロ
グラム更新日付DB22Aに存在しない場合は、プログ
ラムの追加として処理を行なう。この場合は、PRG0
150がそれに該当する。ステップ44で、クライアン
ト側の更新日付DB22Aに新たにPRG0150の行
を追加し、更新日付をサーバ側のプログラム更新日付D
B13の更新日付である2000年1月15日に変更す
る。最後に、ステップ43で、サーバコンピュータのク
ライアント用プログラム12のPRG0150のファイ
ルをクライアントコンピュータのクライアント用プログ
ラム21Aにコピーしてプログラムの更新を実行する。
2. Server side program update date DB1
In the case where the program name exists in No. 3 but does not exist in the program update date DB 22A on the client side, processing is performed as addition of a program. In this case, PRG0
150 corresponds to it. In step 44, a new row of PRG0150 is added to the update date DB 22A on the client side, and the update date is set to the program update date D on the server side.
The date is changed to January 15, 2000, which is the update date of B13. Finally, in step 43, the PRG0150 file of the client program 12 of the server computer is copied to the client program 21A of the client computer, and the program is updated.

【0019】3.クライアント側のプログラム更新日付
DB22Aにプログラム名が存在するが、サーバ側のプ
ログラム更新日付DB13に存在しない場合は、プログ
ラムの削除として処理を行なう。この場合は、PRG0
400がそれに該当する。ステップ45で、クライアン
ト側のプログラム更新日付DB22Aの該当プログラム
を削除し、最後に、ステップ46で、クライアントコン
ピュータのクライアント用プログラム21AのPRG0
400のファイルを削除してプログラムの更新を実行す
る。なお、上記機能を実施した後、ステップ47で、通
常のクライアントコンピュータのプログラムを実行す
る。プログラム更新処理が完了した後のクライアント側
のプログラム更新日付DB22Aの内容は図4に示すよ
うになる。
3. If the program name exists in the client-side program update date DB 22A but does not exist in the server-side program update date DB 13, processing is performed as a program deletion. In this case, PRG0
400 corresponds to it. In step 45, the corresponding program in the program update date DB 22A on the client side is deleted. Finally, in step 46, PRG0 of the client program 21A of the client computer is deleted.
Update the program by deleting the 400 files. After performing the above functions, in step 47, a normal client computer program is executed. The contents of the client-side program update date DB 22A after the completion of the program update process are as shown in FIG.

【0020】[0020]

【発明の効果】この発明に係わるクライアントサーバシ
ステムは、サーバコンピュータに、クライアントコンピ
ュータのプログラムと同一のプログラムの最新バージョ
ンのファイル及び上記ファイルの更新日付を格納したデ
ータベースを備え、各クライアントコンピュータに、そ
のプログラムファイルの更新日付を格納したデータベー
ス及びクライアントコンピュータのプログラムファイル
の更新日付とサーバコンピュータのプログラムファイル
の更新日付とを比較し、サーバコンピュータのプログラ
ムファイルの更新日付が新しい時は、サーバコンピュー
タのプログラムファイルをクライアントコンピュータに
転送してクライアントコンピュータのプログラムファイ
ルを更新するプログラム自動更新機能を備えたものであ
るため、クライアントコンピュータ毎の更新作業が不要
となる。
The client-server system according to the present invention comprises a server computer provided with a database storing the latest version of the same program as the client computer program and the update date of the file. The database storing the update date of the program file and the update date of the program file of the client computer are compared with the update date of the program file of the server computer. If the update date of the program file of the server computer is newer, the program file of the server computer is updated. With an automatic program update function that transfers program files to the client computer and updates the program files on the client computer. Update work of each door computer is not required.

【0021】この発明に係わるクライアントサーバシス
テムは、また、プログラム自動更新機能が、クライアン
トコンピュータのシステム起動時に最初に起動され、サ
ーバコンピュータとクライアントコンピュータのそれぞ
れの更新日付データベースのプログラムファイルを比較
するようにされているため、クライアント側のプログラ
ムファイルを常に最新の状態にすることができる。
In the client-server system according to the present invention, the automatic program update function is started first when the system of the client computer is started, and the program files in the update date databases of the server computer and the client computer are compared. This ensures that the client-side program files are always up to date.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 この発明の実施の形態1によるクライアント
サーバシステムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a client server system according to Embodiment 1 of the present invention.

【図2】 実施の形態1によるサーバコンピュータのプ
ログラム更新日付DBの一例を示す説明図である。
FIG. 2 is an explanatory diagram showing an example of a program update date DB of a server computer according to the first embodiment.

【図3】 実施の形態1によるクライアントコンピュー
タのプログラム更新日付DBの更新前の一例を示す説明
図である。
FIG. 3 is an explanatory diagram showing an example before a program update date DB of a client computer is updated according to the first embodiment;

【図4】 実施の形態1によるクライアントコンピュー
タのプログラム更新日付DBの更新後の一例を示す説明
図である。
FIG. 4 is an explanatory diagram showing an example of a program update date DB of a client computer after an update according to the first embodiment;

【図5】 実施の形態1の動作を説明するためのフロー
チャートである。
FIG. 5 is a flowchart for explaining the operation of the first embodiment.

【図6】 従来のクライアントサーバシステムの構成の
一例を示すブロック図である。
FIG. 6 is a block diagram showing an example of a configuration of a conventional client server system.

【符号の説明】[Explanation of symbols]

10 サーバコンピュータ、 11 サーバ用プログラム、 12、21A クライアント用プログラム、 13、22A プログラム更新日付DB、 20A、20B、…20N クライアントコンピュー
タ、 23A プログラム自動更新機能。
10 server computer, 11 server program, 12, 21A client program, 13, 22A program update date DB, 20A, 20B,... 20N client computer, 23A program automatic update function.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークを介してサーバコンピュー
タと複数のクライアントコンピュータとを接続したクラ
イアントサーバシステムにおいて、サーバコンピュータ
に、クライアントコンピュータのプログラムと同一のプ
ログラムの最新バージョンのファイル及び上記ファイル
の更新日付を格納したデータベースを備え、各クライア
ントコンピュータに、そのプログラムファイルの更新日
付を格納したデータベース及びクライアントコンピュー
タのプログラムファイルの更新日付とサーバコンピュー
タのプログラムファイルの更新日付とを比較し、サーバ
コンピュータのプログラムファイルの更新日付が新しい
時は、サーバコンピュータのプログラムファイルをクラ
イアントコンピュータに転送してクライアントコンピュ
ータのプログラムファイルを更新するプログラム自動更
新機能を備えたことを特徴とするクライアントサーバシ
ステム。
In a client-server system in which a server computer and a plurality of client computers are connected via a network, a file of the latest version of the same program as that of the client computer and an update date of the file are stored in the server computer. Each client computer has a database storing the update date of the program file, compares the update date of the program file of the client computer with the update date of the program file of the server computer, and updates the program file of the server computer. If the date is newer, transfer the server computer program file to the client computer program file. A client-server system having an automatic program update function for updating a file.
【請求項2】 プログラム自動更新機能は、クライアン
トコンピュータのシステム起動時に最初に起動され、サ
ーバコンピュータとクライアントコンピュータのそれぞ
れの更新日付データベースのプログラムファイルを比較
するようにされたことを特徴とする請求項1記載のクラ
イアントサーバシステム。
2. The program automatic updating function is started first when the system of the client computer is started, and compares the program files of the update date databases of the server computer and the client computer. 2. The client server system according to 1.
【請求項3】 プログラム自動更新機能は、サーバコン
ピュータの更新日付データベースに存在し、クライアン
トコンピュータの更新日付データベースに存在しないプ
ログラムファイルを確認した時は、サーバコンピュータ
の上記プログラムファイルと更新日付とをクライアント
コンピュータに追加するようにしたことを特徴とする請
求項1または請求項2記載のクライアントサーバシステ
ム。
3. The automatic program update function, when a program file that exists in the update date database of the server computer but does not exist in the update date database of the client computer is checked, the program file and the update date of the server computer are updated on the client computer. 3. The client server system according to claim 1, wherein the client server system is added to a computer.
【請求項4】 プログラム自動更新機能は、サーバコン
ピュータの更新日付データベースに存在せず、クライア
ントコンピュータの更新日付データベースに存在するプ
ログラムファイルを確認した時は、クライアントコンピ
ュータの上記プログラムファイルと更新日付とを削除す
るようにしたことを特徴とする請求項1または請求項2
記載のクライアントサーバシステム。
4. The program automatic updating function, when a program file existing in the update date database of the client computer but not in the update date database of the server computer is confirmed, the program file and the update date of the client computer are updated. 3. The method according to claim 1, wherein the data is deleted.
Client-server system as described.
【請求項5】 プログラム自動更新機能は、サーバコン
ピュータとクライアントコンピュータのそれぞれの更新
日付データベースに同じプログラムファイルが存在する
ことを確認した時は、各プログラム毎に更新日付を比較
するようにしたことを特徴とする請求項1または請求項
2記載のクライアントサーバシステム。
5. The automatic program update function is configured to compare update dates for each program when it is confirmed that the same program file exists in each update date database of the server computer and the client computer. The client server system according to claim 1 or 2, wherein
【請求項6】 プログラム自動更新機能は、クライアン
トコンピュータのプログラムファイルを更新した後に、
そのプログラムファイルの更新日付をサーバコンピュー
タの更新日付と同じにすることを特徴とする請求項1〜
請求項4のいずれか1項記載のクライアントサーバシス
テム。
6. The program automatic updating function, after updating a program file of a client computer,
The update date of the program file is made the same as the update date of the server computer.
The client server system according to claim 4.
【請求項7】 プログラム自動更新機能は、クライアン
トコンピュータのプログラムファイルの更新日付をサー
バコンピュータの更新日付と同じにした後、プログラム
ファイルを更新することを特徴とする請求項1〜請求項
4のいずれか1項記載のクライアントサーバシステム。
7. The automatic program update function according to claim 1, wherein the program file is updated after the update date of the program file of the client computer is made equal to the update date of the server computer. 2. The client server system according to claim 1.
JP2000114049A 2000-04-14 2000-04-14 Client-server system Pending JP2001297005A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000114049A JP2001297005A (en) 2000-04-14 2000-04-14 Client-server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000114049A JP2001297005A (en) 2000-04-14 2000-04-14 Client-server system

Publications (1)

Publication Number Publication Date
JP2001297005A true JP2001297005A (en) 2001-10-26

Family

ID=18625913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000114049A Pending JP2001297005A (en) 2000-04-14 2000-04-14 Client-server system

Country Status (1)

Country Link
JP (1) JP2001297005A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012010194A (en) * 2010-06-25 2012-01-12 Toshiba Corp Video signal processing device and method
CN103399786A (en) * 2013-07-31 2013-11-20 厦门市美亚柏科信息股份有限公司 Outbound service implementation method and system based on contexts in operation
WO2014010566A1 (en) * 2012-07-09 2014-01-16 株式会社シー・オー・コンヴ Network boot system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012010194A (en) * 2010-06-25 2012-01-12 Toshiba Corp Video signal processing device and method
WO2014010566A1 (en) * 2012-07-09 2014-01-16 株式会社シー・オー・コンヴ Network boot system
CN103399786A (en) * 2013-07-31 2013-11-20 厦门市美亚柏科信息股份有限公司 Outbound service implementation method and system based on contexts in operation
CN103399786B (en) * 2013-07-31 2016-12-28 厦门市美亚柏科信息股份有限公司 A kind of based on run time context go out standing posture service implementing method and system

Similar Documents

Publication Publication Date Title
CN110019215B (en) Key pattern management in a multi-tenancy database system
CN110147369B (en) Data splitting and write redirection in a multi-leased database system
US6408434B1 (en) System and method for using a substitute directory to automatically install an update program
US6301710B1 (en) System and method for creating a substitute registry when automatically installing an update program
US7127509B2 (en) System and method for synchronizing objects between two devices
US6212557B1 (en) Method and apparatus for synchronizing upgrades in distributed network data processing systems
US7287068B1 (en) System and method for updating devices that execute an operating system or application program directly from nonvolatile storage
US6907603B2 (en) Software update management system with update chronology generator
US6044381A (en) Using distributed history files in synchronizing databases
US6199204B1 (en) Distribution of software updates via a computer network
EP0841615A2 (en) Updating mechanism for software
JP3450786B2 (en) How to reconcile different data files
JPH1021061A (en) Automatic version-up system for client software
CN116134420A (en) Using multiple blockchains to apply transactions to a set of persistent data objects in a persistent storage system
JP2000322310A (en) Computer system, computer network system, computer and recording medium
JP2001297005A (en) Client-server system
JP2000035911A (en) Equalization method for data base
US20230126173A1 (en) Methods, devices and systems for writer pre-selection in distributed data systems
US20190065327A1 (en) Efficient versioned object management
JPH11282687A (en) Method for automatically revising program
JP2002222107A (en) Data synchronizing device
US20080065667A1 (en) Transaction oriented resilient file system
JPH1091500A (en) Client/server system, differential file down loading method in client/server system and storage medium storing program for differential file down loading
JPH05120023A (en) Program loading system
JP3359057B2 (en) Resource version management method