JP2004118758A - Method for updating client program - Google Patents

Method for updating client program Download PDF

Info

Publication number
JP2004118758A
JP2004118758A JP2002284687A JP2002284687A JP2004118758A JP 2004118758 A JP2004118758 A JP 2004118758A JP 2002284687 A JP2002284687 A JP 2002284687A JP 2002284687 A JP2002284687 A JP 2002284687A JP 2004118758 A JP2004118758 A JP 2004118758A
Authority
JP
Japan
Prior art keywords
client
server
program
client program
user
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.)
Withdrawn
Application number
JP2002284687A
Other languages
Japanese (ja)
Inventor
Yoshihiko Nakagawa
中川 良彦
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 Kokusai Electric Inc
Original Assignee
Hitachi Kokusai Electric Inc
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 Kokusai Electric Inc filed Critical Hitachi Kokusai Electric Inc
Priority to JP2002284687A priority Critical patent/JP2004118758A/en
Publication of JP2004118758A publication Critical patent/JP2004118758A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To update a client program by simple system constitution by performing automatic restart notification to a client and automatic restarting processing. <P>SOLUTION: When client's download start time has elapsed in a client/server system (S12), a client program is downloaded (S12). When download end time has elapsed (S13), a server issues restart notification to the client (S14) and forcedly disconnects the client (S15). At this time, the client displays a restart message (S16), generates a restart process for restarting the client program after the lapse of fixed time (S17), ends the download of the client program (S18), and forcedly ends the client (S19). The client is automatically started by the restart process after the lapse of the fixed time (S20) and updates the program (S21). <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、ローカル接続や専用線等によるイントラネット系、またはインターネット環境下のクライアント/サーバシステムにおいて、クライアントが情報表示を行う際のクライアントプログラムの更新方法に関するものであり、より詳細には、クライアントがプログラムのダウンロード終了後にサーバにより行われる強制切断から自動的にサーバヘ再接続を行うクライアントプログラムの更新方法に関するものである。
【0002】
【従来の技術】
従来のクライアント/サーバシステムにおいてクライアントプログラムをクライアント側へダウンロードする場合は、上位装置であるセンタより送信されたプログラムをサーバにて受信・蓄積し、クライアントがパラメータとして保持しているダウンロード開始時刻を経過すると、そのクライアントプログラムがサーバからクライアントへダウンロードされ始める。さらに、ダウンロード終了時刻を経過すると、サーバに接続されているクライアントをサーバからの強制切断により強制終了させ、ユーザの操作によるサーバへの再接続を行うことによって当該クライアントプログラムを更新している。つまり、クライアントプログラムのダウンロードと更新とは別プロセスによって行われているので、クライアントプログラムのダウンロード終了後の更新は、クライアントをサーバから一旦切断した後、クライアントを再起動してサーバに再接続することによって行われている。
【0003】
そこで、クライアント/サーバシステムにおいて、上述のようなダウンロード終了後の強制切断を回避して、サーバからクライアントヘのダウンロードによりクライアントプログラムをスムーズに更新できる技術が種々開示されている。例えば、特開平8−190474号公報には、サーバマシンとクライアントマシンの間でバージョン管理を確実に行う技術が開示されている。この技術は、クライアント/サーバシステムで、ユーザが所望のソフトウエアをクライアント側で起動操作すると、クライアント側からサーバ側へバージョンの比較要求が出される。そして、比較結果が一致しないときは、クライアント側のソフトウエアが自動的に最新バージョンに更新される。これにより、ユーザのオペレーションミスやサーバ主導によるバージョンの更新洩れがなくなり、ソフトウエアのバージョン管理を確実に行うことができる。
【0004】
また、特開平11−238009号公報には、端末側でモジュールの更新管理を行わなくても、常に最新モジュールを使用できるモジュール配信管理の技術が開示されている。この技術は、クライアント/サーバシステムにおいて、クライアントがサーバへ接続する都度、サーバのフラグファイルとクライアントのフラグファイルとが照合される。そして、フラグファイルに変更があった場合には、クライアントO/Sに応じたモジュールが選択されてクライアントへ複写される。これによって、クライアント側でモジュールを管理することなく、クライアントは最新のモジュールを更新することができる。
【0005】
さらに、特開2000−2767337号公報には、端末のメインプログラムを更新するときに、最新の業務プログラムを既存の業務プログラムが格納されている領域とは別な領域に格納し、ホストコンピュータに設定されている業務プログラムのバージョンと比較して一致する業務プログラムに切替える技術が開示されている。これによって、システムの運用を停止することなく、最新の業務プログラムのバージョンへスムーズに切替えて作業を継続することができる。
【0006】
【発明が解決しようとする課題】
しかしながら、上記各公報の技術においては、クライアントプログラムの自動更新を行うためには、クライアント側のプログラムとサーバ側のプログラムを比較するための比較手段や、プログラムの更新処理を行うための更新処理手段などを設けなければならないために、クライアント/サーバシステムの構成が複雑になってしまう。一方、上記従来技術によるクライアントプログラムの更新方法においては、クライアントがダウンロードを終了したときにはサーバから強制切断が行われるため、クライアントが動作中に切断される可能性もあり、クライアント側の継続作業に支障をきたす虞がある。また、サーバからの強制切断後に、ユーザによってサーバへの再接続操作を行ってからプログラムを更新するため、ユーザによる再接続の手間がかかるなど、クライアント側の端末の操作性が悪くなるなどの不具合がある。
【0007】
本発明は、上述の課題に鑑みてなされたもので、その目的とするところは、サーバからクライアントへ自動再起動通知を行い、且つクライアントが自動再起動処理を行うことにより、簡単なシステム構成でクライアントプログラムを更新することができるようにし、使い勝手及び信頼性の高いクライアントプログラムの更新方法を実現することにある。
【0008】
【課題を解決するための手段】
上記の目的を達成するため、本発明におけるクライアントプログラムの更新方法は、クライアント/サーバシステムで構成されているクライアントのプログラムを更新するクライアントプログラムの更新方法において、クライアントプログラムのクライアントへのダウンロード処理と、クライアントプログラムの更新処理とが一連の自動プロセスによって行われるようにしたものであり、ダウンロード開始時刻に、サーバからクライアントへクライアントプログラムがダウンロードされる第1のステップと、ダウンロード終了時刻に、サーバからクライアントへ、クライアントを再起動させるための再起動通知が送信される第2のステップと、クライアントが、受信した再起動通知に基づいて自己を再起動させるための再起動プロセスを生成する第3のステップと、ダウンロード終了時刻後に、サーバがクライアントの動作を強制終了させる第4のステップと、クライアントが再起動プロセスに従って自動的に再起動し、そのクライアントが、ダウンロードされたクライアントプログラムを起動させて最新のクライアントプログラムへの更新を実行する第5のステップとを含むことを特徴とする。
【0009】
この構成によれば、クライアントがクライアントプログラムのダウンロード終了後にサーバによって強制的に切断されても、クライアントは、再起動プロセスによって自動的に再起動し、サーバヘの再接続を行ってクライアントプログラムの更新を行うことができる。従って、クライアントプログラムの更新時におけるクライアントの使い勝手が一段と向上する。さらに、本発明におけるクライアントプログラムの更新方法によれば、ダウンロード終了後に、サーバからクライアントへ再起動通知が送信さてからクライアントが強制切断されるので、従来のようなダウンロード終了後に直ちにクライアントが強制切断されるのとは異なり、クライアントが所定の動作中に切断される可能性は少なく、クライアント側の継続作業に支障をきたす虞も少なくなる。
【0010】
また、本発明におけるクライアントプログラムの更新方法は、第5のステップにおいて、再起動プロセスは、ダウンロード終了時刻より所定の時間が経過した後にクライアントプログラムを起動させることを特徴とする。
【0011】
この構成によれば、クライアントがクライアントプログラムのダウンロードを終了してから、クライアントを再起動するように促すポップアップウインドウが表示される。従って、ダウンロードが終了してから所定の時間が経過した後に、クライアントプログラムを再起動させるように再起動プロセスを生成しておけば、ユーザが操作を行うことなく、確実にクライアントプログラムが自動的に再起動され、クライアントプログラムの更新を行うことができる。
【0012】
【発明の実施の形態】
以下、図面を用いて、本発明におけるクライアントプログラムの更新方法の実施の形態を詳細に説明する。図2は、本発明におけるクライアントプログラムの更新方法を実現するためのクライアント/サーバシステムの構成図である。
【0013】
図2において、クライアント/サーバシステムは、センタシステム1とユーザシステム2が、インターネット3または専用線ネットワーク4によって接続された構成となっている。また、センタシステム1は、最上位装置であるセンタ5と、各種の情報管理を行ったり情報の配信を行ったりするサーバ6と、サーバ6側の端末である複数のクライアント7a,7bとによって構成されている。また、ユーザシステム2は、サーバ6から情報サービスの提供を受けるユーザ端末である複数のユーザクライアント8a,8b〜8nによって構成されている。このようなクライアント/サーバシステムそのものは一般的な構成であるので、その詳細な説明は省略する。
【0014】
図3は、図2に示すクライアント/サーバシステムにおけるサーバ6のハードウエア構成を示すブロック図である。図3において、サーバ6は、サーバ6全体の制御を行うCPU11と、センタ5との間の回線の制御を行う第1LAN制御装置12と、ユーザクライアント8a,8b〜8nとの間の回線の制御を行う第2LAN制御装置13と、入力操作を行うキーボード14と、ダウンロードの開始時刻や終了時刻を計時したり各種のタイミングクロック信号を生成するクロック装置15と、各種情報の読み書きを行うRAM16と、プログラムなどの読み出しを行うROM17と、各種の画像をユーザクライアント側へ出力する画像出力装置18と、画像出力装置18の画像出力制御を行う画像出力制御装置19と、マウス20とによって構成されている。
【0015】
図4は、図2に示すクライアント/サーバシステムにおけるユーザクライアント8a,8b〜8nのハードウエア構成を示すブロック図である。尚、ユーザクライアント8a,8b〜8nは何れも同じ構成であるので、代表して1台のユーザクライアント8aとして示してある。図4において、ユーザクライアント8aは、ユーザクライアント8a全体の制御を行うCPU21と、サーバ6との間の回線の制御を行うクライアント側LAN制御装置22と、入力操作を行うキーボード23と、ダウンロードの開始時刻や終了時刻を計時したり各種のタイミングクロック信号を生成するクロック装置24と、各種情報の読み書きを行うRAM25と、プログラムなどの読み出しを行うROM26と、各種の画像を自己の表示装置へ出力する画像出力装置27と、画像出力装置27の画像出力制御を行う画像出力制御装置28と、マウス29とによって構成されている。
【0016】
次に、本発明におけるクライアントプログラムの更新処理の実施の形態を、従来技術のフローチャートと本発明のフローチャートとを対比しながら説明する。図1は、本発明におけるクライアントプログラムの更新処理の流れを示すフローチャートである。また、図5は、従来技術におけるクライアントプログラムの更新処理の流れを示すフローチャートである。図2のクライアント/サーバシステムの構成において、クライアントプログラムの更新処理は、サーバ6と各ユーザクライアント8a,8b〜8nとの間で行われるが、何れのユーザクライアント8a,8b〜8nも同じ更新処理を行う。従って、図1および図5のフローチャートでは、サーバ6と或るユーザクライアント8aとの間で行われるクライアントプログラムの更新処理の流れを示している。尚、図1および図5のフローチャートでは、クライアント側の処理の流れとサーバ側の処理の流れを並行して表示している。
【0017】
以下、図1〜図5を用いて、従来のクライアントプログラムの更新処理の流れと対比しながら、本発明におけるクライアントプログラムの更新処理の流れを説明する。先ず、図5の従来技術におけるクライアントプログラムの更新処理においては、サーバ6が各ユーザクライアント8a,8b〜8n(以下、代表してユーザクライアント8aとする)へクライアントプログラムをダウンロードする場合、5センタより送信された更新プログラムは、一旦、サーバ6にて受信されてRAM16に蓄積される。
【0018】
一方、ユーザクライアント8aは、自己がパラメータとして保持しているダウンロード開始時刻が経過したか否かをクロック装置24によって常時監視している(ステップS1)。ここで、ダウンロード開始時刻を経過すると(ステップS1でYesの場合)、ユーザクライアント8aは、サーバ6から該当するプログラムのダウンロードを開始してダウンロード処理を行う(ステップS2)。一方、サーバ6は、ダウンロード終了時刻が経過したか否かをクロック装置15によって常時監視し(ステップS3)、ダウンロード終了時刻が経過すると(ステップS3でYesの場合)、サーバ6は、接続されているユーザクライアント8aをサーバ6から強制的に切断する(ステップS4)。これによって、ユーザクライアント8aはダウンロード処理を終了し(ステップS5)、ユーザクライアント8の動作を強制的に終了させる(ステップS6)。そして、ユーザがユーザクライアント8aの再起動操作を行うと(ステップS7)、ユーザクライアント8aからサーバ6への再接続が行われて、該当するクライアントプログラムの切替え処理が実行され、最新プログラムへ更新される(ステップS8)。このため、ユーザクライアント8aの継続作業が中断されたり再接続を行うための手間がかかるなど、ユーザクライアント8aの使い勝手が極めて悪い。
【0019】
そこで、本発明におけるクライアントプログラムの更新処理では、図1のフローチャートに示すように、ユーザクライアント8aへクライアントプログラムをダウンロードした後、サーバ6からユーザクライアント8aへの自動再起動通知とユーザクライアント8aによる自動再起動処理とを行うことにより、ユーザがクライアントプログラムを更新するときのユーザクライアント8aの操作性を一段と向上させている。
【0020】
本発明におけるクライアントプログラムの更新処理は、従来技術の場合と同様に、サーバ6がユーザクライアント8aへクライアントプログラムをダウンロードする場合、センタ5より送信された更新プログラムはサーバ6にて受信され、第1LAN制御装置12に取り込まれてRAM16に蓄積される。
【0021】
一方、ユーザクライアント8aは、クロック装置24によって、自己がパラメータとして保持しているダウンロード開始時刻が経過したか否かを常時監視している(ステップS11)。ここで、ダウンロード開始時刻を経過すると(ステップS11でYesの場合)、ユーザクライアント8aは、クライアント側LAN制御装置22の制御に基づいて、サーバ6から該当するクライアントプログラムのダウンロードを開始してダウンロード処理を実行する(ステップS12)。
【0022】
また、サーバ6は、クロック装置15によって、ダウンロード終了時刻が経過したか否かを常時監視し(ステップS13)、ダウンロード終了時刻が経過すると(ステップS13でYesの場合)、サーバ6は接続しているユーザクライアント8aに対してクライアント再起動通知を発行する(ステップS14)。一方、サーバ6は、ダウンロード終了時刻が経過しているので、接続されているユーザクライアント8aをサーバ6から強制的に切断する(ステップS15)。
【0023】
このとき、ユーザクライアント8aは、ステップS14において、ダウンロード終了時刻経過時に自己の再起動通知を受信しているので、ユーザクライアント8aを再起動されるメッセージを促すポップアップウインドウ(一定時間表示後、自動的に消滅する画面)を表示するなどのメッセージ表示処理を行い(ステップS16)、一定時間後にクライアントプログラムを再起動するような再起動プロセスを生成して再起動処理を行う(ステップS17)。そして、ユーザクライアント8aはクライアントプログラムのダウンロード処理を終了し(ステップS18)、ユーザクライアント8の動作を強制的に終了させる(ステップS19)。
【0024】
次に、ユーザクライアント8aは、ユーザによるユーザクライアント8aの再起動操作が行われなくても、ステップS17で生成された再起動プロセスに従って、一定時間が経過した後にユーザクライアント8aを立ち上げ、クライアントプログラムを自動的に起動させる(ステップS20)。そして、サーバ6への再接続が行われて、該当するクライアントプログラムの切替え処理が実行され最新プログラムへ更新される(ステップS21)。このように、ユーザクライアント8が、クライアントプログラムのダウンロード終了後にサーバ6によって強制切断されても、ユーザクライアント8は、再起動プロセスによって自動的にサーバ6ヘ再接続を行うことができる。
【0025】
以上述べた実施の形態は本発明を説明するための一例であり、本発明は、上記の実施の形態に限定されるものではなく、発明の要旨の範囲で種々の変形が可能である。例えば、上記の実施の形態では、1台のサーバが何れか1台のユーザクライアントに対してクライアントプログラムをダウンロードし、クライアントプログラムの更新を行う場合の処理について説明した。しかし、これに限定されるものではなく、1台のサーバから複数台のユーザクライアントに対してクライアントプログラムをダウンロードして更新を行う場合でも、上記実施の形態と同様の処理によって実現することができる。
【0026】
【発明の効果】
以上説明したように、本発明におけるクライアントプログラムの更新方法によれば、クライアントプログラムをクライアントへダウンロードした後、サーバからクライアントへの自動再起動通知とクライアントによる自動再起動処理とを一連の自動プロセスによって行っている。従って、ユーザがクライアントプログラムの更新処理を行う場合のクライアントの操作性を一段と向上させると共に、更新処理の信頼性を向上させることができる。さらに、ダウンロード終了後に、サーバからクライアントへ再起動通知が送信さてからクライアントが強制切断されるので、従来のようなダウンロード終了後に直ちにクライアントが強制切断されるのとは異なり、クライアントが所定の動作中に切断される可能性は少なく、クライアント側の継続作業に支障をきたす虞も少なくなる。
【図面の簡単な説明】
【図1】本発明におけるクライアントプログラムの更新処理の流れを示すフローチャートである。
【図2】本発明におけるクライアントプログラムの更新方法を実現するためのクライアント/サーバシステムの構成図である。
【図3】図2に示すクライアント/サーバシステムにおけるサーバ6のハードウエア構成を示すブロック図である。
【図4】図2に示すクライアント/サーバシステムにおけるユーザクライアント8a,8b〜8nのハードウエア構成を示すブロック図である。
【図5】従来技術におけるクライアントプログラムの更新処理の流れを示すフローチャートである。
【符号の説明】
1 センタシステム、2 ユーザシステム、3 インターネット、4 専用線ネットワーク、5 センタ、6 サーバ、7a,7b クライアント、8a,8b〜8n ユーザクライアント、11,21 CPU、12 第1LAN制御装置、13 第2LAN制御装置、14,23 キーボード、15,24 クロック装置、16,25 RAM、17,26 ROM、18,27 画像出力装置、19,28 画像出力制御装置、20、29 マウス、22 クライアント側LAN制御装置。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a method for updating a client program when a client performs information display in an intranet system using a local connection, a dedicated line, or the like, or in a client / server system under an Internet environment. The present invention relates to a method for updating a client program for automatically reconnecting to a server after a forced disconnection performed by the server after the download of the program is completed.
[0002]
[Prior art]
When a client program is downloaded to a client in a conventional client / server system, a program transmitted from a center, which is a higher-level device, is received and stored in a server, and the download start time stored as a parameter by the client elapses. Then, the client program starts to be downloaded from the server to the client. Further, when the download end time has elapsed, the client connected to the server is forcibly terminated by forced disconnection from the server, and the client program is updated by reconnecting to the server by a user operation. In other words, the download and update of the client program are performed by separate processes, so the update after the download of the client program must be performed by disconnecting the client from the server, restarting the client, and reconnecting to the server. Has been done by
[0003]
Therefore, various techniques have been disclosed in the client / server system that can avoid the above-described forced disconnection after the download is completed and can smoothly update the client program by downloading from the server to the client. For example, Japanese Patent Application Laid-Open No. HEI 8-190474 discloses a technique for reliably performing version management between a server machine and a client machine. According to this technique, in a client / server system, when a user activates desired software on a client side, a version comparison request is issued from the client side to the server side. When the comparison results do not match, the software on the client side is automatically updated to the latest version. As a result, there is no possibility of a user's operation error or omission of version update caused by the server, and software version management can be reliably performed.
[0004]
Also, Japanese Patent Application Laid-Open No. H11-23809 discloses a module distribution management technique that allows the latest module to be used at all times without performing module update management on the terminal side. According to this technique, in a client / server system, each time a client connects to a server, a server flag file and a client flag file are checked. If the flag file is changed, a module corresponding to the client O / S is selected and copied to the client. As a result, the client can update the latest module without managing the module on the client side.
[0005]
Further, Japanese Patent Application Laid-Open No. 2000-2767337 discloses that when updating a main program of a terminal, the latest business program is stored in an area different from the area where the existing business program is stored, and is set in the host computer. A technology for switching to a business program that matches the version of the business program being executed is disclosed. As a result, it is possible to smoothly switch to the latest business program version and continue the work without stopping the operation of the system.
[0006]
[Problems to be solved by the invention]
However, in the technology of each of the above publications, in order to automatically update a client program, a comparison unit for comparing a client-side program with a server-side program, and an update processing unit for performing a program update process The configuration of the client / server system becomes complicated due to the necessity of providing the above. On the other hand, in the above-described conventional method of updating a client program, when the client finishes downloading, the client is forcibly disconnected from the server. Therefore, the client may be disconnected during operation, which hinders continued work on the client side. May be caused. Also, after the forced disconnection from the server, the program is updated after the user performs a reconnection operation to the server, so that it takes time and effort for the user to reconnect, and the operability of the client-side terminal deteriorates. There is.
[0007]
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described problems, and an object thereof is to provide an automatic restart notification from a server to a client, and to perform an automatic restart process by a client, thereby achieving a simple system configuration. An object of the present invention is to make it possible to update a client program and to realize a highly convenient and reliable method of updating a client program.
[0008]
[Means for Solving the Problems]
In order to achieve the above object, a method for updating a client program according to the present invention is a method for updating a client program configured by a client / server system, the method comprising: downloading a client program to a client; The update process of the client program is performed by a series of automatic processes. The first step in which the client program is downloaded from the server to the client at the download start time, and the download from the server to the client at the download end time. A second step in which a restart notification for restarting the client is transmitted to the client and a restart process for causing the client to restart itself based on the received restart notification A third step in which the server forcibly terminates the operation of the client after the download end time, and the client automatically restarts according to the restart process, and the client executes the downloaded client program. A fifth step of starting up and updating to the latest client program.
[0009]
According to this configuration, even if the client is forcibly disconnected by the server after downloading the client program, the client is automatically restarted by the restart process, reconnects to the server, and updates the client program. It can be carried out. Therefore, the usability of the client when updating the client program is further improved. Further, according to the client program updating method of the present invention, the client is forcibly disconnected after the restart notification is transmitted from the server to the client after the download is completed, so that the client is forcibly disconnected immediately after the conventional download is completed. Unlike the above, the possibility that the client is disconnected during the predetermined operation is small, and the possibility that the client's continuous work is hindered is also reduced.
[0010]
Further, in the client program updating method according to the present invention, in the fifth step, the restart process activates the client program after a predetermined time has elapsed from the download end time.
[0011]
According to this configuration, after the client has finished downloading the client program, a pop-up window is displayed to urge the client to restart. Therefore, if a restart process is generated so that the client program is restarted after a predetermined time has elapsed from the end of the download, the client program can be surely automatically operated without user operation. It is restarted and the client program can be updated.
[0012]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of a method of updating a client program according to the present invention will be described in detail with reference to the drawings. FIG. 2 is a configuration diagram of a client / server system for realizing the method of updating a client program according to the present invention.
[0013]
In FIG. 2, the client / server system has a configuration in which a center system 1 and a user system 2 are connected by the Internet 3 or a dedicated line network 4. The center system 1 includes a center 5, which is the highest-order device, a server 6, which performs various types of information management and information distribution, and a plurality of clients 7a, 7b, which are terminals on the server 6 side. Have been. The user system 2 is composed of a plurality of user clients 8a, 8b to 8n, which are user terminals receiving information services from the server 6. Since such a client / server system itself has a general configuration, a detailed description thereof will be omitted.
[0014]
FIG. 3 is a block diagram showing a hardware configuration of the server 6 in the client / server system shown in FIG. In FIG. 3, a server 6 includes a CPU 11 that controls the entire server 6, a first LAN control device 12 that controls a line between the center 5, and a line control between user clients 8a and 8b to 8n. A second LAN control device 13 for performing an input operation, a keyboard 14 for performing an input operation, a clock device 15 for measuring a download start time and an end time and generating various timing clock signals, and a RAM 16 for reading and writing various information. A ROM 17 for reading out programs and the like, an image output device 18 for outputting various images to the user client side, an image output control device 19 for controlling image output of the image output device 18, and a mouse 20. .
[0015]
FIG. 4 is a block diagram showing a hardware configuration of the user clients 8a, 8b to 8n in the client / server system shown in FIG. Since all of the user clients 8a, 8b to 8n have the same configuration, they are representatively shown as one user client 8a. In FIG. 4, a user client 8a includes a CPU 21 that controls the entire user client 8a, a client-side LAN control device 22 that controls a line to the server 6, a keyboard 23 that performs an input operation, and a download start. A clock device 24 for measuring time and end time and generating various timing clock signals, a RAM 25 for reading and writing various information, a ROM 26 for reading programs and the like, and outputting various images to its own display device. An image output device 27, an image output control device 28 that controls image output of the image output device 27, and a mouse 29.
[0016]
Next, an embodiment of a client program update process according to the present invention will be described by comparing a flowchart of the related art with a flowchart of the present invention. FIG. 1 is a flowchart showing the flow of a client program update process according to the present invention. FIG. 5 is a flowchart showing the flow of a client program update process according to the related art. In the configuration of the client / server system shown in FIG. 2, the updating process of the client program is performed between the server 6 and each of the user clients 8a, 8b to 8n. I do. Accordingly, the flowcharts of FIGS. 1 and 5 show the flow of the client program update processing performed between the server 6 and a certain user client 8a. 1 and 5, the flow of processing on the client side and the flow of processing on the server side are displayed in parallel.
[0017]
Hereinafter, the flow of a client program update process according to the present invention will be described with reference to FIGS. 1 to 5 in comparison with the flow of a conventional client program update process. First, in the updating process of the client program according to the prior art of FIG. 5, when the server 6 downloads the client program to each of the user clients 8a, 8b to 8n (hereinafter, representatively referred to as the user client 8a), the center 5 The transmitted update program is temporarily received by the server 6 and stored in the RAM 16.
[0018]
On the other hand, the user client 8a constantly monitors by the clock device 24 whether or not the download start time held by itself as a parameter has elapsed (step S1). Here, when the download start time has elapsed (Yes in step S1), the user client 8a starts downloading the corresponding program from the server 6 and performs a download process (step S2). On the other hand, the server 6 constantly monitors whether or not the download end time has elapsed by the clock device 15 (step S3), and when the download end time has elapsed (Yes in step S3), the server 6 is connected. The user client 8a is forcibly disconnected from the server 6 (step S4). As a result, the user client 8a ends the download process (step S5), and forcibly ends the operation of the user client 8 (step S6). Then, when the user performs the restart operation of the user client 8a (step S7), the connection from the user client 8a to the server 6 is performed, the switching process of the corresponding client program is executed, and the client program is updated to the latest program. (Step S8). For this reason, the usability of the user client 8a is extremely poor, for example, the continuous work of the user client 8a is interrupted or it takes time to reconnect.
[0019]
Therefore, in the updating process of the client program in the present invention, as shown in the flowchart of FIG. 1, after the client program is downloaded to the user client 8a, the automatic restart notification from the server 6 to the user client 8a and the automatic restart by the user client 8a are performed. By performing the restart process, the operability of the user client 8a when the user updates the client program is further improved.
[0020]
In the update process of the client program according to the present invention, as in the case of the prior art, when the server 6 downloads the client program to the user client 8a, the update program transmitted from the center 5 is received by the server 6, and the first LAN The data is taken into the control device 12 and stored in the RAM 16.
[0021]
On the other hand, the user client 8a constantly monitors by the clock device 24 whether or not the download start time held by itself as a parameter has elapsed (step S11). Here, when the download start time has elapsed (Yes in step S11), the user client 8a starts the download of the corresponding client program from the server 6 based on the control of the client-side LAN control device 22, and performs the download process. Is executed (step S12).
[0022]
Further, the server 6 constantly monitors whether or not the download end time has elapsed by the clock device 15 (step S13), and when the download end time has elapsed (Yes in step S13), the server 6 is connected. A client restart notification is issued to the existing user client 8a (step S14). On the other hand, since the download end time has elapsed, the server 6 forcibly disconnects the connected user client 8a from the server 6 (step S15).
[0023]
At this time, since the user client 8a has received the restart notification at step S14 when the download end time has elapsed, a pop-up window prompting a message to restart the user client 8a (after displaying for a certain period of time, automatically (Step S16), a restart process for restarting the client program after a predetermined time is generated, and the restart process is performed (Step S17). Then, the user client 8a ends the download process of the client program (step S18), and forcibly ends the operation of the user client 8 (step S19).
[0024]
Next, even if the user does not perform a restart operation of the user client 8a, the user client 8a starts up the user client 8a after a lapse of a predetermined time according to the restart process generated in step S17. Is automatically activated (step S20). Then, reconnection to the server 6 is performed, the switching process of the corresponding client program is executed, and the client program is updated to the latest program (step S21). As described above, even if the user client 8 is forcibly disconnected by the server 6 after the download of the client program is completed, the user client 8 can automatically reconnect to the server 6 by the restart process.
[0025]
The embodiment described above is an example for describing the present invention, and the present invention is not limited to the above embodiment, and various modifications are possible within the scope of the invention. For example, in the above-described embodiment, the processing in the case where one server downloads a client program to any one user client and updates the client program has been described. However, the present invention is not limited to this, and even when a client program is downloaded from one server to a plurality of user clients and updated, the same can be realized by the same processing as in the above embodiment. .
[0026]
【The invention's effect】
As described above, according to the client program updating method of the present invention, after the client program is downloaded to the client, an automatic restart notification from the server to the client and an automatic restart process by the client are performed by a series of automatic processes. Is going. Therefore, it is possible to further improve the operability of the client when the user performs the updating process of the client program, and to improve the reliability of the updating process. Furthermore, the client is forcibly disconnected after the restart notification is transmitted from the server to the client after the download is completed. Therefore, unlike the conventional case where the client is forcibly disconnected immediately after the completion of the download, the client is in a predetermined operation. Is less likely to be interrupted, and there is less risk of hindering continued work on the client side.
[Brief description of the drawings]
FIG. 1 is a flowchart showing the flow of a client program update process according to the present invention.
FIG. 2 is a configuration diagram of a client / server system for implementing a client program update method according to the present invention.
FIG. 3 is a block diagram showing a hardware configuration of a server 6 in the client / server system shown in FIG.
FIG. 4 is a block diagram showing a hardware configuration of user clients 8a, 8b to 8n in the client / server system shown in FIG.
FIG. 5 is a flowchart illustrating a flow of a client program update process according to the related art.
[Explanation of symbols]
Reference Signs List 1 center system, 2 user system, 3 Internet, 4 dedicated line network, 5 center, 6 server, 7a, 7b client, 8a, 8b to 8n user client, 11, 21 CPU, 12 first LAN controller, 13 second LAN control Devices, 14, 23 keyboard, 15, 24 clock device, 16, 25 RAM, 17, 26 ROM, 18, 27 image output device, 19, 28 image output control device, 20, 29 mouse, 22 client side LAN control device.

Claims (2)

クライアント/サーバシステムで構成されているクライアントのプログラムを更新するクライアントプログラムの更新方法において、
ダウンロード開始時刻に、サーバから前記クライアントへクライアントプログラムがダウンロードされる第1のステップと、
ダウンロード終了時刻に、前記サーバから前記クライアントへ、該クライアントを再起動させるための再起動通知が送信される第2のステップと、
前記クライアントが、受信した再起動通知に基づいて自己を再起動させるための再起動プロセスを生成する第3のステップと、
ダウンロード終了時刻後に、前記サーバが前記クライアントの動作を強制終了させる第4のステップと、
前記クライアントが前記再起動プロセスに従って自動的に再起動し、該クライアントが、ダウンロードされたクライアントプログラムを起動させて最新のクライアントプログラムへの更新を実行する第5のステップと
を含むことを特徴とするクライアントプログラムの更新方法。
In a client program updating method for updating a client program configured in a client / server system,
A first step of downloading a client program from a server to the client at a download start time;
A second step in which a restart notification for restarting the client is transmitted from the server to the client at a download end time;
A third step in which the client generates a restart process for restarting itself based on the received restart notification;
A fourth step in which the server forcibly terminates the operation of the client after the download end time;
A fifth step of automatically restarting the client according to the restart process, wherein the client starts the downloaded client program and executes an update to the latest client program. How to update the client program.
前記第5のステップにおいて、前記再起動プロセスは、ダウンロード終了時刻より所定の時間が経過した後に前記クライアントプログラムを起動させることを特徴とする請求項1に記載のクライアントプログラムの更新方法。2. The method according to claim 1, wherein, in the fifth step, the restart process activates the client program after a predetermined time has elapsed from a download end time.
JP2002284687A 2002-09-30 2002-09-30 Method for updating client program Withdrawn JP2004118758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002284687A JP2004118758A (en) 2002-09-30 2002-09-30 Method for updating client program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002284687A JP2004118758A (en) 2002-09-30 2002-09-30 Method for updating client program

Publications (1)

Publication Number Publication Date
JP2004118758A true JP2004118758A (en) 2004-04-15

Family

ID=32278166

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002284687A Withdrawn JP2004118758A (en) 2002-09-30 2002-09-30 Method for updating client program

Country Status (1)

Country Link
JP (1) JP2004118758A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016509305A (en) * 2013-01-31 2016-03-24 ヒューレット−パッカード デベロップメント カンパニー エル.ピー.Hewlett‐Packard Development Company, L.P. Update commit list to show data written to firmware interface variable repository
JP2017156901A (en) * 2016-02-29 2017-09-07 三菱重工メカトロシステムズ株式会社 Lane controller, data update system, control method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016509305A (en) * 2013-01-31 2016-03-24 ヒューレット−パッカード デベロップメント カンパニー エル.ピー.Hewlett‐Packard Development Company, L.P. Update commit list to show data written to firmware interface variable repository
JP2017156901A (en) * 2016-02-29 2017-09-07 三菱重工メカトロシステムズ株式会社 Lane controller, data update system, control method, and program

Similar Documents

Publication Publication Date Title
WO2019237586A1 (en) Method and apparatus for managing scheduled tasks, computer device and storage medium
JP6155888B2 (en) COMMUNICATION DEVICE, COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND COMMUNICATION PROGRAM
US8255928B2 (en) Automated termination of selected software applications in response system events
JP2006350831A (en) Communication apparatus and browser switching method
JP6102378B2 (en) Server, information processing system and program
CN112230943A (en) Application processing method and device and electronic equipment
EP3067799A1 (en) Communication device, communication system, communication method, and communication program
JP2015082149A (en) Communication system, communication method, and communication program
CN110716945A (en) Data updating method, data updating system, server and storage medium
JP2003044288A (en) Information processor, information processing system and program
WO2014187402A1 (en) Method and device for realizing acceleration of starting network management client
JP2004118758A (en) Method for updating client program
CN110620695A (en) Data processing method and related equipment
JP2001337663A (en) Method, terminal unit and system for screen display
JP2002123401A (en) Processing apparatus, managing device, recording medium and program
JP5182349B2 (en) Information processing apparatus, information processing system, BIOS setting update method, and program
JP3719962B2 (en) Centralized management system, centralized management method and program for centralized management
JP6418282B2 (en) Communication device, communication method in communication device, communication system, communication method, and communication program
JP2003228490A (en) Terminal equipment connected to network, and network system using the same
JP2009217517A (en) Software update system, software update method, and program
JP6752440B2 (en) Print control unit, printing system and program
JP2003259000A (en) Version update system and method for ip telephone set service function in ip-pbx
CN113064615B (en) Software updating method and device, storage medium and electronic device
US20240095190A1 (en) Device management system capable of managing devices
JP2003229974A (en) System and method for updating software installed in portable telephone terminal

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110