JP3661580B2 - Generation management method - Google Patents

Generation management method Download PDF

Info

Publication number
JP3661580B2
JP3661580B2 JP2000285687A JP2000285687A JP3661580B2 JP 3661580 B2 JP3661580 B2 JP 3661580B2 JP 2000285687 A JP2000285687 A JP 2000285687A JP 2000285687 A JP2000285687 A JP 2000285687A JP 3661580 B2 JP3661580 B2 JP 3661580B2
Authority
JP
Japan
Prior art keywords
server
generation
client
application program
logical
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.)
Expired - Fee Related
Application number
JP2000285687A
Other languages
Japanese (ja)
Other versions
JP2002091774A (en
Inventor
英樹 住岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2000285687A priority Critical patent/JP3661580B2/en
Publication of JP2002091774A publication Critical patent/JP2002091774A/en
Application granted granted Critical
Publication of JP3661580B2 publication Critical patent/JP3661580B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明は、クライアント−サーバ型システムにおけるクライアント上のアプリケーションプログラムと世代が一致するサーバ上のアプリケーションプログラムとを対応付け、プログラムのバージョンアップ時に旧世代と新世代とを併存動作させることにより無停止によるプログラムの移行を行う世代管理方式に関し、特にクライアント−サーバプログラムの世代管理情報をサーバコンピュータ側のみに有することを特徴とする世代管理方式に関する。
【0002】
【従来の技術】
クライアント−サーバ型システムにおいて、例えば追加/拡張された機能を持った新しいバージョンへの切り替えを行うため、クライアント、サーバのアプリケーションプログラムを同時に更新するような場合、一旦動作中のクライアント−サーバ型システムの運用を停止し、新しいクライアント、サーバプログラムをインストールして再実行するような手順で行われることが多い。
【0003】
一方、コンピュータによる電子商取引等のシステムにおいては、利用者は不特定多数であり、世界中の時差のある地域からでも常時アクセスが可能であるように24時間取引が前提とされ、システムの停止を行わないことが必須となる。
【0004】
クライアント−サーバ型システムの停止を行わないために、従来では、クライアント、サーバ双方でプログラムの、更新前の世代と新規バージョンへの更新後の新世代とをそれぞれに独立して管理する方式が取られていた。詳しくは特願平11−165288に記載されている。図5はその発明の構成を示すブロック図であり、図5によるとクライアントプロセス、サーバプロセスそれぞれに世代を管理するための情報を有する形でその実現がなされている。それにより、異なる世代のプログラムを選択的に呼び出し複数の世代による平行稼動状態を可能にすることで、プログラムを停止させずに段階的に更新することを可能としていた。
【0005】
【発明が解決しようとする課題】
ところが、従来の技術には以下のような生産性、保守性での問題点があった。第1の問題点は、クライアント、サーバの双方で世代の情報を管理しなければならないということである。例えば、前述した特願平11−165288においては、例えば新規世代の登録を行うにあたり、一つのコマンドでクライアント側、サーバ側の管理情報の更新が可能な形態にはなっているが、クライアント数が、何百、何千とから構成されるような場合、すべてのクライアントに管理情報が分散しているのでは保守上問題がある。クライアントで操作を行う不案内なユーザが誤って世代の管理情報を消去したり変更したりする可能性もあるためである。さらにその他の問題点として
・世代番号を意識したコーディングを行わなければならない。
・プログラムソースを見なければ世代の情報を確認できない。
があった。
【0006】
そのため、時にクライアントとサーバ間で世代の食い違いが発生し、同じ世代のクライアント、サーバプログラム同士の対話にならず異なる世代の組み合わせとなることによりシステムが誤動作するような場合が発生した。
【0007】
【課題を解決するための手段】
本発明の第1の世代管理方式は、クライアント及びサーバとして連携して動作する各アプリケーションプログラムの各世代を一致させて動作させる世代管理方式において、世代の管理対象となるサーバのアプリケーションプログラムを格納したAP格納ファイルと、クライアントのアプリケーションプログラムについて1以上の世代とその世代に対応したプロセス名とを記述したクライアントAP世代情報テーブルと、サーバのアプリケーションプログラムについて1以上の世代とその世代に対応したサーバのアプリケーションプログラム名とを記述したサーバAP管理テーブルと、自プロセスの立ち上げ時に前記サーバAP管理テーブルに記載されたサーバのアプリケーションプログラムを前記AP格納ファイルより読み込み自プロセスに動的にリンクして立ち上げを行うAP管理テーブル初期化手段と、前記AP管理テーブル初期化手段と同じ処理を自プロセスの立ち上げ後に行うAP管理テーブル更新手段と、クライアントからの接続情報を受け付ける要求受信手段と、前記接続情報中のクライアントのプロセス名によって前記クライアントAP世代情報テーブルと前記サーバAP管理テーブルを付け合せて前記クライアントのプロセス名の世代に対応付けられたサーバ上のアプリケーションプログラムの呼び出しを行うサーバAP呼び出し手段と、を具備してサーバ上で動作するサーバ処理部と、自プロセスの有する名前を取得する自プロセス名取得手段と、複数の世代からなりクライアント及びサーバ上で連携して動作するアプリケーションプログラム群からなる論理アプリケーションプログラムにおける自プロセスの属する論理アプリケーションプログラム名と前記取得したプロセス名とを含む送信電文を前記サーバ処理部に通知する要求送信手段と、を具備してクライアント上で動作するクライアント処理部と、を備える。
【0008】
本発明の第2の世代管理方式は、第1の発明において、1以上の世代からなる前記論理アプリケーションプログラムについての初期登録情報や既に登録された前記論理アプリケーションプログラムについて最新世代の追加情報や更新情報を格納する世代定義ファイルと、初期登録が行われた前記論理アプリケーションプログラムについてクライアントの情報はクライアントAP世代情報テーブルに反映しサーバの情報はサーバAP世代情報テーブルに反映する世代情報テーブル初期化手段と、追加や更新情報について前記世代情報テーブル初期化手段と同様に前記クライアントAP世代情報テーブルと前記サーバAP世代情報テーブルへ反映を行う世代更新手段と、前記サーバAP世代情報テーブルの内容を前記サーバAP管理テーブルに前記サーバ処理部の立ち上げ時に反映する前記AP管理テーブル初期化手段と前記AP管理テーブル初期化手段と同じ処理を立ち上げ後に実行する前記AP管理テーブル更新手段と、をサーバに備える。
【0009】
本発明の第3の世代管理方式は、第1または第2の発明において、前記論理AP世代定義ファイルは、前記論理アプリケーションプログラムに関し前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムの起動制御を行う前記サーバ処理部のプロセス名と、アプリケーションプログラムの世代と、各世代に対応するクライアントのプロセス名と、クライアントのプロセス名に対応するサーバのアプリケーションプログラム名及びサーバのアプリケーションプログラムの入り口名と、を備える。
【0010】
本発明の第4の世代管理方式は、第1、第2または第3の発明において、前記サーバAP管理テーブルは、前記論理アプリケーションプログラムについて前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムの名前と、アプリケーションプログラムの世代と、アプリケーションプログラムの入り口名と、アプリケーションプログラムの入り口名のアドレスと、を備える。
【0011】
本発明の第5の世代管理方式は、第1の発明において、前記サーバ処理部は、1以上の前記論理アプリケーションプログラムを管理することを備える。
【0012】
本発明の第6の世代管理方式は、第1の発明において、前記サーバ処理部は、自プロセスで管理する各前記論理アプリケーションプログラムについてその名前と、各前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムについて同時に立ち上げを行う数とを有し、そのアプリ−ケーションプログラムの数に応じた前記サーバAP管理テーブルの領域を確保することを備える。
【0013】
本発明の第7の世代管理方式は、第1の発明において、前記サーバ処理部は、サーバ上に1以上存在することを備える。
【0014】
【発明の実施の形態】
次に本発明の実施例につき図面をもとに説明する。尚、以降の説明において、「アプリケーションプログラム」を「AP」と略称する。
【0015】
図1は本実施例の構成を示したものであり、以下、主要な構成手段について説明をする。
【0016】
図1を参照すると、クライアント−サーバ型システムにおいて、クライアントプロセス31が動作するパーソナルコンピュータ等からなるクライアントコンピュータ30と、サーバAP起動プロセス41が動作するワークステーションや汎用コンピュータからなるサーバコンピュータ40とが、LANや公衆回線等のネットワーク50を介して接続されている。図1には1台のクライアントコンピュータ30しか記載されてないが、サーバコンピュータ40は、複数台のクライアントコンピュータ30と接続することができる。
【0017】
サーバAP起動プロセス41は、サーバ上で同時に動作する1つまたは複数の世代のAPの起動や終了の管理を行うものである。図1には1つのサーバAP起動プロセス41しか記載されてないが、同じサーバコンピュータ40上で複数のサーバAP起動プロセス41が動作しても構わない。
【0018】
論理AP世代定義ファイル11は、クライアント−サーバ型として動作し本発明を適用するすべての論理APの名前とその各論理APを構成するサーバ上のAPの起動/終了制御を行うサーバAP起動プロセス41の名前との対応付けが行われている。さらに、各論理APについてその論理APの持つ世代と、各世代についてのクライアントプロセス31の名前と、そのクライアントプロセス31の世代に対応するサーバ上のAPのAP名と、サーバ上のAPの入り口名と、を格納している。図4にその内容を例示する。
【0019】
尚、ここでいう論理APとはクライアント−サーバ型の構成を持ち、ある同じ業務を実行する1つまたは複数の世代から構成されるクライアント上のAPとサーバ上のAPの集合を指すものである。
【0020】
オペレータによるコマンド20の入力によってある論理APに関する論理AP世代定義ファイル11への新規登録や変更が行われると、続いて世代情報テーブル初期化手段12、または、世代更新手段13が動作する。新規に論理APが登録された場合は世代情報テーブル初期化手段12が、その他の場合は世代更新手段13が動作する。
【0021】
世代情報テーブル初期化手段12は、登録や変更が行われた論理AP名をもとに、論理AP世代定義ファイル11から情報を読み出し、各論理APに関連付けられたサーバAP起動プロセス41の有するクライアントプロセス世代情報テーブル14と、サーバAP世代情報テーブル15と、を初期化した後、読み出した情報をファイルに展開する。
【0022】
世代更新手段13は、以降、論理AP世代定義ファイル11の変更が行われるとクライアントプロセス世代情報テーブル14と、サーバAP世代情報テーブル15の更新を行う。
【0023】
AP管理テーブル初期化手段16は、サーバAP世代情報テーブル15を読み、サーバAP管理テーブル18を初期化し、読み込んだ内容をそこに展開する。
【0024】
AP管理テーブル更新手段17は、以降更新が行われたサーバAP世代情報テーブル15の更新情報をサーバAP管理テーブル18に反映する。
【0025】
サーバAP管理テーブル18は、サーバAP世代情報テーブル15の情報を主記憶メモリ上に取り込んだもので、それぞれのサーバAP起動プロセス41に関連するサーバ上の論理AP情報を持つ。
【0026】
尚、サーバAP起動プロセス41は、自プロセスが管理対象とする1以上の論理AP名の定義を自プロセス内に行う。又、各論理APについて最新世代を含む管理対象となるAP数を管理世代数として自プロセス内に定義することも可能で、その場合、サーバAP管理テーブル18やサーバ論理AP格納域10の領域の大きさは、(1世代を管理する情報長x管理世代数)に従って確保される。管理世代数の指定を行わない場合は、最新世代を含むすべての世代が管理対象となるので予め管理テーブルは大きく確保しておく。
【0027】
さらに、AP管理テーブル初期化手段16やAP管理テーブル更新手段17は、作成したサーバAP管理テーブル18の内容に従い、クライアントプロセス31から呼び出されるサーバ起動プロセス41に関連するAPを自プロセスに動的にリンクする形で主記憶メモリへロードする。
【0028】
クライアントプロセス31とサーバAP起動プロセス41間の通信は、クライアントプロセス31内の要求送信手段4と、サーバAP起動プロセス内の要求受信手段6との間で、送信電文5を介して行われる。
【0029】
AP格納ファイル19は、サーバAP起動プロセス41に動的リンクされる論理APについてのサーバ上の各世代のAPを格納するものである。
【0030】
次に、第1の実施例の動作について図1、図2及び図3を参照して詳細に説明する。
【0031】
サーバAP起動プロセス41に関連付けられる論理アプリケーションプログラムは、以降1つの場合について説明するが、複数個を対象としても構わない。
【0032】
最初に世代管理テーブルの展開からクライアント−サーバ間のAPの呼び出しについて説明する。
【0033】
論理APについて、新規に開発が行われたり、または運用中の論理APについて新規世代への移行が発生すると、システムの管理者を含むオペレータは、コマンド20を使用して当該する論理APに関し、論理AP世代定義ファイル11に情報を新規に登録したり追加したりする。
【0034】
論理APが未登録の場合で新しい論理APを最初に登録する場合は、論理AP名とその論理APに関連付けられたサーバAP起動プロセス名、1つまたは複数の世代情報と各世代情報に対応するクライアントのプロセス名と、クライアントのプロセス名に対応する1つまたは複数の世代のサーバのAP名と、その入り口名の登録が行われる。追加の場合は、ある論理APに関し、追加される世代情報と、その世代に対応したクライアントのプロセス名と、同じ世代に対応するサーバプログラムのAP名と、その最初に実行される入り口名と、である。
【0035】
クライアントプロセス名とサーバプログラムのAP名は、すでに存在する旧世代の名前とは異なる名前となっている。尚、サーバ上のAPと、クライアント上のAPとは、同じ世代を持つもの同士が連携して動作するように制御されるものとする。
【0036】
世代の内容は、通常は整数からなる数値であるが、最新世代がわかり旧世代の世代順序がわかれば文字であっても文字と数字とからなっていても構わない。さらに、ある論理APにおけるクライアントプロセスの世代の識別は、クライアントのプロセス名から行うものとする。
【0037】
論理AP世代定義ファイル11には、1つまたは複数の論理APに関する情報が格納されている。論理AP世代定義ファイル11の登録や更新が終了すると、登録や更新が行われた論理APの名前を引数として世代情報テーブル初期化手段12や世代更新手段13が起動される。新規に論理APの登録が行われると、世代情報テーブル初期化手段12が呼び出される。世代情報テーブル初期化手段12は、このようにして登録された論理AP世代定義ファイル11の情報を読み込む(図1の矢印(a))。
【0038】
世代管理テーブル初期化手段12は、その読み込んだ情報をもとに、引数として受け取った論理APに関連づけられたサーバAP起動プロセス41の持つクライアントプロセス世代情報テーブル14と、サーバAP世代情報テーブル15と、を初期化して内容を作成する。サーバAP世代情報テーブル15は、図2の(b)に示すように論理AP名と、論理APに含まれる各世代ごとのサーバのAP名と、その世代と、サーバのAPの入り口名と、を持ち、クライアントプロセス世代情報テーブル14は、図2の(a)に示すように、ある論理APについてクライアントプロセス名と、世代の情報を持つ(図1の矢印(b))。
【0039】
サーバAP起動プロセス41が立ち上がると、サーバAP起動プロセス41内のAP管理テーブル初期化手段16は、このようにして作成されたサーバAP世代情報テーブル15を参照し、自プロセスに関連する論理APについての情報を読み込み、これを自プロセス内にAP管理テーブル18として設定する。
【0040】
サーバAP管理テーブル18は、図2の(c)に示すように、論理AP名と、その配下の各世代に対応するサーバ上で動作するAPのAP名と、その世代と、各世代に対応するAPの入り口名と、入り口のアドレスと、から構成される。
【0041】
AP管理テーブル初期化手段16は、読み込んだサーバAP世代情報テーブル15の内容をサーバAP管理テーブルに複写する形で反映する。このとき管理世代数を元にその数値分の最新世代からの情報を設定する(図1の(c)と(d))。
【0042】
サーバAP起動プロセス41の立ち上げ直後においては、AP管理テーブル初期化手段16は、サーバAP管理テーブル18に設定後、その設定内容に従って各世代のAPをAP格納ファイル19からロードし、サーバAP起動プロセス41内のサーバ論理AP格納域10上に配置する。このときAP格納ファイル19から読み込んだ各世代のAPに対してその入り口名に対応する入り口アドレスを求め、それをサーバAP管理テーブル18の世代に該当する個所に設定する(図1の(e))。
【0043】
次に、クライアントコンピュータ30において、ある論理APのある世代に関するクライアントプロセス31を利用者が立ち上げると、クライアントプロセスメイン処理1が動作し、AP呼び出し手段2を呼び出す。AP呼び出し手段2は、自プロセス名取得手段3を実行して当該クライアントプロセス31が持つ自分自身のプロセス名を取得する(図1の(f))。
【0044】
クライアントプロセス31の要求送信手段4は、取得したクライアントプロセス名と、サーバ上で呼び出す論理AP名と、を送信電文5に付加して、サーバAP起動プロセス41の要求受信手段6に対して図3に示すような電文形式によって送信する。図3によれば、この電文形式は、クライアントプロセス名と、論理AP名と、サーバ上のAPに渡すデータからなる送信データ部と、を持つ(図1の(g))。尚、サーバコンピュータ40上で複数のサーバAP起動プロセス41が動作するような場合では各サーバAP起動プロセス41を識別するような情報も付加される。例えばTCP/IP通信プロトコルを使用する場合、ポート番号によって区別してもよい。
【0045】
クライアントプロセス31が送信した送信電文5を受信したサーバAP起動プロセス41の要求受信手段6は、サーバAPメイン処理7を動作させる(図1の(h))。
【0046】
次に、サーバAPメイン処理7は、クライアント世代判定手段8を呼び出す。クライアント世代判定処理8は、クライアントプロセス世代情報テーブル14を参照して送信電文5のクライアントプロセス名からクライアントプロセス31の世代を判定し決定した世代をサーバAP呼び出し手段9に渡す(図1の(i))。
【0047】
サーバAP呼び出し手段9は、送信電文5で渡された論理AP名と、クライアント世代判定処理8から渡されたクライアントプロセス31の世代から、サーバAP管理テーブル18を参照してクライアントプロセスと同じ世代を有する当該論理APでのAPを決定し、プログラムの入り口アドレスを取得する(図1の(j))。
【0048】
クライアントプロセス31に対応した世代のサーバコンピュータ40で動作するAPをサーバ論理AP格納域10から選択し、該当する世代を持つAPの入り口アドレスに制御を渡して呼び出しを行う(図1の(k))。
【0049】
次に世代の追加、削除があった場合、サーバコンピュータ40上の世代情報を管理するファイルやテーブルの更新処理について説明する。
【0050】
論理AP世代定義ファイル11の既に登録されている論理AP情報に追加や更新を行うと、世代更新手段13が起動される。世代更新手段13は、論理AP世代定義ファイル11を参照する(図1の(l))。
【0051】
世代更新手段13は、論理AP世代定義ファイル11の情報を元にサーバAP世代情報テーブル15と、クライアントプロセス世代情報テーブル14の内容を更新する(図1の(m))。
【0052】
更新を終えると、世代更新手段13は、サーバAP起動プロセス41のAP管理テーブル更新手段17にサーバAP管理テーブル18で管理される世代情報の更新を要求する(図1の(n))。
【0053】
要求を受けたAP管理テーブル更新手段17は、サーバAP世代情報テーブル15と、クライアントプロセス世代情報テーブル14の内容を元にサーバAP管理テーブル18を更新する(図1の(o))。
【0054】
更新によって、追加、削除された世代に該当する世代のサーバAPについて追加の場合は、サーバ論理AP格納域10へのロード、削除の場合は、サーバ論理AP格納域10からの解放の処理を行う(図1の(p))。
【0055】
AP管理テーブル更新手段17の処理につき具体例を説明する。例えば、管理世代数が3の場合でサーバAP管理テーブル18で最新世代を含む3世代のAPを管理している状況において、論理AP世代定義ファイル11に新世代の追加が行われ、クライアントAP世代情報テーブル14と、サーバAP世代情報テーブル15とが更新された場合について説明する。このとき、サーバAP管理テーブル18の世代フィールドは、旧世代から1,2,3となっていたとする。(このとき最新世代は3とする。)サーバAP世代情報テーブル15には世代として2、3、4の番号を持つ情報が登録されていたものとする。(このとき新規に追加された最新世代は4とする。)AP管理テーブル更新手段17は、サーバAP管理テーブル18の世代2の情報を世代1の情報のあった位置へ、世代3の情報を世代2のあった位置へそれぞれコピーする。そしてサーバAP世代情報テーブル15の世代4に関する情報をサーバAP管理テーブル18の世代3のあった位置へコピーする。
【0056】
尚、世代2と世代3に関し、サーバAP世代情報テーブル15の定義内容とサーバAP管理テーブル18の設定内容とをAP名、入り口名について比較し、もし不一致であれば不一致の部分についてサーバAP世代情報テーブル15の内容でサーバAP管理テーブル18の内容を置き換える。そしてサーバAP管理テーブル18から削除された世代1に関するAPをサーバ論理AP格納域10から削除し、世代4のAP名をもとに当該するAPをAP格納ファイル19から読み出してサーバ論理AP格納域10にロードする。このとき世代4のAPの入り口名に対応するアドレスをサーバAP管理テーブル18の世代4のアドレスフィールドに設定する。又、世代2や3についてAP名や入り口名の比較の結果が不一致の部分があった場合にも該当する世代のAPの消去と再ローディングを同様に実行する。以上の操作によってサーバAP起動プロセス41には動的にリンクされた世代2と、世代3と、世代4のAPが立ち上がった状態で準備されるため、クライアントコンピュータ30で動作する世代2、世代3、世代4に対応するクライアントプロセス31からの処理要求にいつでも対応できることになる。
【0057】
以上説明したように、ある論理APについてサーバ側では同時に複数の世代のAPの実行を可能としているため、あるクライアントコンピュータでは最新世代のクライアントプロセスを使用し、他のクライアントコンピュータでは1つ前の世代を使用するような運用が可能となる。そのため、一時にすべてのクライアントプロセス31を最新世代に切り替えできなくても、新旧の世代が入り混じる形で同時にサーバコンピュータと業務を行うことが可能となる。1つ前の世代を使用するクライアントコンピュータ30がすべて無くなったことを確認した段階でサーバコンピュータ40上の1つ前の世代のAPを消去すればバージョンアップについての移行が完了したことになるわけである。
【0058】
【発明の効果】
以上説明したように本発明のアプリケーション動的置換方式によれば、クライアント−サーバ型システムにおけるバージョンアップを行うにあたり、世代管理情報をサーバ側で一括して管理する方式としたため、クライアントプロセスとサーバAPにおける世代の不一致の問題が減少し、クライアント−サーバシステムを停止することなくスムーズにバージョンアップが行えるという効果を有する。
【0059】
さらに、クライアント−サーバシステムにおけるプログラムの世代管理をサーバコンピュータのみで行うためシステムの保守工数を削減するという効果も有している。
【図面の簡単な説明】
【図1】本発明の実施例を示すブロック図である。
【図2】本発明の実施例の詳細なブロック図である。
【図3】本発明の実施例の詳細なブロック図である。
【図4】本発明の実施例の詳細なブロック図である。
【図5】従来システムの構成を示すブロック図である。
【符号の説明】
1 クライアントプロセスメイン処理
2 AP呼び出し手段
3 自プロセス名取得手段
4 要求送信手段
5 送信電文
6 要求受信手段
7 サーバAPメイン処理
8 クライアント世代判定手段
9 サーバAP呼び出し手段
10 サーバ論理AP格納域
11 論理AP世代定義ファイル
12 世代情報テーブル初期化手段
13 世代更新手段
14 クライアントプロセス世代情報テーブル
15 サーバAP世代情報テーブル
16 AP管理テーブル初期化手段
17 AP管理テーブル更新手段
18 サーバAP管理テーブル
19 AP格納ファイル
20 コマンド
30 クライアントコンピュータ
31 クライアントプロセス
40 サーバコンピュータ
41 サーバAP起動プロセス
50 ネットワーク
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to non-stop by associating an application program on a client in a client-server system with an application program on a server having the same generation, and causing the old generation and the new generation to coexist when the program is upgraded. More particularly, the present invention relates to a generation management system characterized by having generation management information of a client-server program only on the server computer side.
[0002]
[Prior art]
In a client-server type system, for example, when the client and server application programs are updated at the same time in order to switch to a new version having an added / extended function, The procedure is often performed in such a manner that the operation is stopped, a new client / server program is installed and re-executed.
[0003]
On the other hand, in a system such as electronic commerce using a computer, there are an unspecified number of users, and it is assumed that 24-hour transactions are possible so that access is always possible even in areas with time differences around the world. It is essential not to do it.
[0004]
In order to prevent a client-server system from being stopped, a method has been conventionally adopted in which both the client and the server independently manage the generation before the update and the new generation after the update to the new version. It was done. Details are described in Japanese Patent Application No. 11-165288. FIG. 5 is a block diagram showing the configuration of the invention. According to FIG. 5, the client process and the server process are each implemented with information for managing generations. As a result, different generations of programs are selectively called to enable a parallel operation state by a plurality of generations, so that the programs can be updated in stages without being stopped.
[0005]
[Problems to be solved by the invention]
However, the conventional techniques have the following problems in productivity and maintainability. The first problem is that generation information must be managed by both the client and the server. For example, in the above-mentioned Japanese Patent Application No. 11-165288, for example, when a new generation is registered, management information on the client side and the server side can be updated with one command. In the case of being composed of hundreds or thousands, there is a problem in maintenance because management information is distributed to all clients. This is because an unguided user who performs an operation on the client may accidentally delete or change the management information of the generation. Yet another problem
・ You must code with the generation number in mind.
・ If you do not look at the program source, you will not be able to confirm generation information.
was there.
[0006]
For this reason, sometimes there is a generational discrepancy between the client and the server, and the system may malfunction due to a combination of different generations, not a dialogue between the same generation client and server program.
[0007]
[Means for Solving the Problems]
The first generation management method of the present invention stores the application program of the server that is the management target of the generation in the generation management method in which the generations of the application programs that operate in cooperation with each other as a client and a server are made to match. A client AP generation information table describing an AP storage file, one or more generations for a client application program and a process name corresponding to the generation, and a server corresponding to one or more generations and the generation for a server application program The server AP management table describing the application program name and the server application program described in the server AP management table when the own process is started up are read from the AP storage file into the own process. AP management table initializing means for linking and starting up, AP management table updating means for performing the same processing as the AP management table initializing means after starting up the own process, and a request for accepting connection information from the client The application program on the server associated with the generation of the process name of the client is called by combining the client AP generation information table and the server AP management table with the receiving means and the client process name in the connection information. Server AP calling means, and operates on the server Server processing section A self-process name acquisition means for acquiring a name of the self-process, and a logical application program name to which the self-process belongs in a logical application program consisting of a plurality of generations and an application program group operating in cooperation with a client and a server The transmission message including the acquired process name is Server processing section A request transmission means for notifying the client and operating on the client Client processing part And comprising.
[0008]
According to a second generation management method of the present invention, in the first invention, initial registration information for the logical application program consisting of one or more generations, and additional information and update information of the latest generation for the already registered logical application program A generation definition file that stores information, and a generation information table initialization unit that reflects client information in the client AP generation information table and server information in the server AP generation information table for the logical application program that has been initially registered. The generation update means for reflecting the addition and update information to the client AP generation information table and the server AP generation information table in the same manner as the generation information table initialization means, and the contents of the server AP generation information table as the server AP Previous to management table Server processing section The server includes an AP management table initializing unit that reflects when the AP is started up, and an AP management table updating unit that executes the same processing as the AP management table initializing unit after starting up.
[0009]
According to a third generation management method of the present invention, in the first or second invention, the logical AP generation definition file performs start control of an application program on a server belonging to the logical application program with respect to the logical application program. Server processing section Process name, application program generation, client process name corresponding to each generation, server application program name corresponding to the client process name, and server application program entry name.
[0010]
According to a fourth generation management method of the present invention, in the first, second or third invention, the server AP management table includes, for the logical application program, a name of an application program on a server belonging to the logical application program, An application program generation, an application program entry name, and an application program entry name address are provided.
[0011]
According to a fifth generation management method of the present invention, in the first invention, the Server processing section Comprises managing one or more of the logical application programs.
[0012]
According to a sixth generation management method of the present invention, in the first invention, the Server processing section Has the name of each logical application program managed by its own process and the number of application programs on the server belonging to each logical application program that are simultaneously started up, according to the number of application programs The server AP management table area is reserved.
[0013]
The seventh generation management system of the present invention is the first invention, wherein Server processing section Comprises one or more on the server.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings. In the following description, “application program” is abbreviated as “AP”.
[0015]
FIG. 1 shows the configuration of the present embodiment. Hereinafter, main components will be described.
[0016]
Referring to FIG. 1, in a client-server system, a client computer 30 composed of a personal computer or the like on which a client process 31 operates, and a server computer 40 composed of a workstation or a general-purpose computer on which a server AP activation process 41 operates. They are connected via a network 50 such as a LAN or a public line. Although only one client computer 30 is shown in FIG. 1, the server computer 40 can be connected to a plurality of client computers 30.
[0017]
The server AP activation process 41 manages the activation and termination of one or more generations of APs that operate simultaneously on the server. Although only one server AP activation process 41 is shown in FIG. 1, a plurality of server AP activation processes 41 may operate on the same server computer 40.
[0018]
The logical AP generation definition file 11 operates as a client-server type, and names of all logical APs to which the present invention is applied and a server AP activation process 41 that controls activation / termination of APs on the servers constituting each logical AP. Is associated with the name. Further, for each logical AP, the generation of the logical AP, the name of the client process 31 for each generation, the AP name of the AP on the server corresponding to the generation of the client process 31, and the AP entry name on the server And store. The contents are illustrated in FIG.
[0019]
The logical AP here has a client-server type configuration, and refers to a set of APs on the client and APs composed of one or a plurality of generations that execute the same business. .
[0020]
When new registration or change to the logical AP generation definition file 11 relating to a certain logical AP is performed by the input of the command 20 by the operator, the generation information table initializing means 12 or the generation updating means 13 subsequently operates. The generation information table initialization unit 12 operates when a logical AP is newly registered, and the generation update unit 13 operates in other cases.
[0021]
The generation information table initialization unit 12 reads information from the logical AP generation definition file 11 based on the logical AP name that has been registered or changed, and the client included in the server AP activation process 41 associated with each logical AP. After the process generation information table 14 and the server AP generation information table 15 are initialized, the read information is expanded into a file.
[0022]
The generation update unit 13 thereafter updates the client process generation information table 14 and the server AP generation information table 15 when the logical AP generation definition file 11 is changed.
[0023]
The AP management table initializing means 16 reads the server AP generation information table 15, initializes the server AP management table 18, and expands the read contents there.
[0024]
The AP management table update unit 17 reflects the update information of the server AP generation information table 15 that has been updated thereafter in the server AP management table 18.
[0025]
The server AP management table 18 is obtained by taking the information of the server AP generation information table 15 into the main memory, and has logical AP information on the server related to each server AP activation process 41.
[0026]
Note that the server AP activation process 41 defines one or more logical AP names to be managed by the self process in the self process. It is also possible to define the number of APs to be managed including the latest generation for each logical AP in the own process as the number of management generations. In this case, the area of the server AP management table 18 or the server logical AP storage area 10 is defined. The size is secured according to (information length managing one generation x number of management generations). If the number of management generations is not specified, all generations including the latest generation are managed, so a large management table is secured in advance.
[0027]
Further, the AP management table initialization unit 16 and the AP management table update unit 17 dynamically assign the AP related to the server activation process 41 called from the client process 31 to its own process according to the contents of the created server AP management table 18. Load to main memory in linked form.
[0028]
Communication between the client process 31 and the server AP activation process 41 is performed via the transmission telegram 5 between the request transmission unit 4 in the client process 31 and the request reception unit 6 in the server AP activation process.
[0029]
The AP storage file 19 stores APs of each generation on the server for logical APs that are dynamically linked to the server AP activation process 41.
[0030]
Next, the operation of the first embodiment will be described in detail with reference to FIG. 1, FIG. 2, and FIG.
[0031]
The number of logical application programs associated with the server AP activation process 41 will be described below, but a plurality of logical application programs may be targeted.
[0032]
First, an AP call between a client and a server will be described from the development of the generation management table.
[0033]
When a new development is performed for a logical AP or when a transition to a new generation occurs for a logical AP in operation, an operator including a system administrator uses the command 20 to perform a logical operation on the logical AP. Information is newly registered or added to the AP generation definition file 11.
[0034]
When a logical AP is unregistered and a new logical AP is registered first, it corresponds to the logical AP name, the server AP activation process name associated with the logical AP, one or more generation information, and each generation information. The client process name, the AP name of one or more generations of servers corresponding to the client process name, and the entry name thereof are registered. In the case of addition, with respect to a certain logical AP, generation information to be added, a client process name corresponding to the generation, an AP name of a server program corresponding to the same generation, an entry name executed first, It is.
[0035]
The client process name and the server program AP name are different from the names of the existing generations that already exist. It is assumed that the AP on the server and the AP on the client are controlled so that those having the same generation operate in cooperation with each other.
[0036]
The content of the generation is usually a numerical value consisting of an integer, but it can be a letter or a letter and a number as long as the latest generation is known and the generation order of the old generation is known. Further, the generation of the client process in a certain logical AP is identified from the client process name.
[0037]
The logical AP generation definition file 11 stores information on one or more logical APs. When registration and update of the logical AP generation definition file 11 are completed, the generation information table initialization unit 12 and the generation update unit 13 are activated with the name of the logical AP that has been registered or updated as an argument. When a new logical AP is registered, the generation information table initialization unit 12 is called. The generation information table initialization unit 12 reads the information of the logical AP generation definition file 11 registered in this way (arrow (a) in FIG. 1).
[0038]
Based on the read information, the generation management table initialization unit 12 includes a client process generation information table 14 included in the server AP activation process 41 associated with the logical AP received as an argument, a server AP generation information table 15, , And create contents. As shown in FIG. 2B, the server AP generation information table 15 includes a logical AP name, a server AP name for each generation included in the logical AP, its generation, an entry name of the server AP, As shown in FIG. 2A, the client process generation information table 14 has a client process name and generation information for a certain logical AP (arrow (b) in FIG. 1).
[0039]
When the server AP activation process 41 starts up, the AP management table initialization means 16 in the server AP activation process 41 refers to the server AP generation information table 15 created in this way, and the logical AP related to the self process is determined. Is set as an AP management table 18 in its own process.
[0040]
As shown in FIG. 2C, the server AP management table 18 corresponds to the logical AP name, the AP name of the AP operating on the server corresponding to each subordinate generation, the generation, and each generation. It consists of the entrance name of the AP to be entered and the address of the entrance.
[0041]
The AP management table initialization means 16 reflects the read contents of the server AP generation information table 15 in a form of copying it to the server AP management table. At this time, information from the latest generation corresponding to the numerical value is set based on the number of management generations ((c) and (d) in FIG. 1).
[0042]
Immediately after the server AP activation process 41 is started up, the AP management table initialization means 16 loads the AP of each generation from the AP storage file 19 according to the setting contents after setting in the server AP management table 18 and activates the server AP. It is arranged on the server logical AP storage area 10 in the process 41. At this time, the entry address corresponding to the entry name is obtained for each generation AP read from the AP storage file 19 and set in a location corresponding to the generation in the server AP management table 18 ((e) in FIG. 1). ).
[0043]
Next, in the client computer 30, when a user starts up a client process 31 related to a certain generation of a certain logical AP, the client process main process 1 operates and calls the AP calling means 2. The AP calling unit 2 executes its own process name acquisition unit 3 to acquire its own process name possessed by the client process 31 ((f) in FIG. 1).
[0044]
The request transmission unit 4 of the client process 31 adds the acquired client process name and the logical AP name to be called on the server to the transmission message 5, and sends the request reception unit 6 of the server AP activation process 41 to FIG. It is transmitted in the message format as shown in According to FIG. 3, this message format has a client process name, a logical AP name, and a transmission data part consisting of data to be passed to the AP on the server ((g) in FIG. 1). When a plurality of server AP activation processes 41 operate on the server computer 40, information for identifying each server AP activation process 41 is also added. For example, when the TCP / IP communication protocol is used, the port number may be distinguished.
[0045]
The request reception means 6 of the server AP activation process 41 that has received the transmission message 5 transmitted by the client process 31 operates the server AP main process 7 ((h) in FIG. 1).
[0046]
Next, the server AP main process 7 calls the client generation determination means 8. The client generation determination process 8 refers to the client process generation information table 14 and determines the generation of the client process 31 from the client process name of the transmission message 5 and passes the determined generation to the server AP calling means 9 ((i in FIG. 1). )).
[0047]
The server AP calling means 9 refers to the server AP management table 18 based on the logical AP name passed in the transmission message 5 and the generation of the client process 31 passed from the client generation determination process 8, and determines the same generation as the client process. The AP of the logical AP that is included is determined, and the entry address of the program is acquired ((j) in FIG. 1).
[0048]
An AP operating on the server computer 40 of the generation corresponding to the client process 31 is selected from the server logical AP storage area 10, and the control is transferred to the entry address of the AP having the corresponding generation to perform a call ((k) in FIG. 1) ).
[0049]
Next, update processing of files and tables for managing generation information on the server computer 40 when generations are added or deleted will be described.
[0050]
When the logical AP information already registered in the logical AP generation definition file 11 is added or updated, the generation update unit 13 is activated. The generation update means 13 refers to the logical AP generation definition file 11 ((l) in FIG. 1).
[0051]
The generation update means 13 updates the contents of the server AP generation information table 15 and the client process generation information table 14 based on the information in the logical AP generation definition file 11 ((m) in FIG. 1).
[0052]
When the update is completed, the generation update unit 13 requests the AP management table update unit 17 of the server AP activation process 41 to update the generation information managed by the server AP management table 18 ((n) in FIG. 1).
[0053]
Upon receiving the request, the AP management table updating unit 17 updates the server AP management table 18 based on the contents of the server AP generation information table 15 and the client process generation information table 14 ((o) in FIG. 1).
[0054]
When the server AP of the generation corresponding to the generation added or deleted by the update is added, the load to the server logical AP storage area 10 is loaded, and the release from the server logical AP storage area 10 is performed in the case of deletion. ((P) of FIG. 1).
[0055]
A specific example of the processing of the AP management table update unit 17 will be described. For example, in the situation where the number of management generations is 3 and the 3rd generation AP including the latest generation is managed by the server AP management table 18, a new generation is added to the logical AP generation definition file 11, and the client AP generation A case where the information table 14 and the server AP generation information table 15 are updated will be described. At this time, it is assumed that the generation field of the server AP management table 18 is 1, 2, 3 from the previous generation. (At this time, the latest generation is 3.) It is assumed that information having numbers 2, 3, and 4 is registered in the server AP generation information table 15 as generations. (At this time, the newly added latest generation is assumed to be 4.) The AP management table updating means 17 changes the generation 2 information in the server AP management table 18 to the position where the generation 1 information was present, and the generation 3 information. Copy to the location where generation 2 was. Then, the information on the generation 4 of the server AP generation information table 15 is copied to the position where the generation 3 of the server AP management table 18 exists.
[0056]
For generations 2 and 3, the definition contents of the server AP generation information table 15 and the setting contents of the server AP management table 18 are compared with each other for the AP name and the entrance name. The contents of the server AP management table 18 are replaced with the contents of the information table 15. Then, the AP related to generation 1 deleted from the server AP management table 18 is deleted from the server logical AP storage area 10, and the corresponding AP is read from the AP storage file 19 based on the AP name of generation 4, and the server logical AP storage area is read out. 10 is loaded. At this time, the address corresponding to the entry name of the generation 4 AP is set in the generation 4 address field of the server AP management table 18. In addition, even if there is a part where the result of comparison of the AP name and the entrance name for the generations 2 and 3 is inconsistent, the deletion and reloading of the APs of the corresponding generation are executed in the same manner. As a result of the above operations, the generation AP 2, generation 3, and generation 4 APs that are dynamically linked to the server AP activation process 41 are prepared, so that the generation 2, generation 3 operating on the client computer 30 are prepared. Therefore, it is possible to respond to a processing request from the client process 31 corresponding to the generation 4 at any time.
[0057]
As described above, since a plurality of generations of APs can be executed simultaneously on a server side for a certain logical AP, a client computer uses the latest generation client process, and other client computers use the previous generation. Operation that uses is possible. Therefore, even if it is not possible to switch all the client processes 31 to the latest generation at a time, it becomes possible to simultaneously perform operations with the server computer in a form where old and new generations are mixed. If it is confirmed that all the client computers 30 that use the previous generation have disappeared, the previous generation AP on the server computer 40 is deleted, and the migration for the upgrade is completed. is there.
[0058]
【The invention's effect】
As described above, according to the application dynamic replacement method of the present invention, when performing version upgrade in a client-server type system, the generation management information is collectively managed on the server side. The problem of generation inconsistency is reduced, and the version upgrade can be performed smoothly without stopping the client-server system.
[0059]
Furthermore, since the generation management of the program in the client-server system is performed only by the server computer, there is an effect that the maintenance man-hour of the system is reduced.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an embodiment of the present invention.
FIG. 2 is a detailed block diagram of an embodiment of the present invention.
FIG. 3 is a detailed block diagram of an embodiment of the present invention.
FIG. 4 is a detailed block diagram of an embodiment of the present invention.
FIG. 5 is a block diagram showing a configuration of a conventional system.
[Explanation of symbols]
1 Client process main processing
2 AP calling means
3 Self-process name acquisition means
4 Request transmission means
5 sent messages
6 Request receiving means
7 Server AP main processing
8 Client generation determination means
9 Server AP calling means
10 Server logical AP storage area
11 Logical AP generation definition file
12 generation information table initialization means
13 generation update means
14 Client process generation information table
15 Server AP generation information table
16 AP management table initialization means
17 AP management table update means
18 Server AP management table
19 AP storage file
20 commands
30 client computers
31 Client process
40 server computer
41 Server AP startup process
50 network

Claims (7)

クライアント及びサーバとして連携して動作する各アプリケーションプログラムの各世代を一致させて動作させる世代管理方式において、世代の管理対象となるサーバのアプリケーションプログラムを格納したAP格納ファイルと、クライアントのアプリケーションプログラムについて1以上の世代とその世代に対応したプロセス名とを記載したクライアントAP世代情報テーブルと、サーバのアプリケーションプログラムについて1以上の世代とその世代に対応したサーバのアプリケーションプログラム名とを記載したサーバAP管理テーブルと、自プロセスの立ち上げ時に前記サーバAP管理テーブルに記載されたサーバのアプリケーションプログラムを前記AP格納ファイルより読み込み自プロセスに動的にリンクして立ち上げを行うAP管理テーブル初期化手段と、前記AP管理テーブル初期化手段と同じ処理を自プロセスの立ち上げ後に行うAP管理テーブル更新手段と、クライアントからの接続情報を受け付ける要求受信手段と、前記接続情報中のクライアントのプロセス名によって前記クライアントAP世代情報テーブルと前記サーバAP管理テーブルを付け合せて前記クライアントのプロセス名の世代に対応付けられたサーバ上のアプリケーションプログラムの呼び出しを行うサーバAP呼び出し手段と、を具備してサーバ上で動作するサーバ処理部と、自プロセスの有する名前を取得する自プロセス名取得手段と、複数の世代からなりクライアント及びサーバ上で連携して動作するアプリケーションプログラム群からなる論理アプリケーションプログラムにおける自プロセスの属する論理アプリケーションプログラム名と前記取得したプロセス名とを含む送信電文を前記サーバ処理部に通知する要求送信手段と、を具備してクライアント上で動作するクライアント処理部と、を有することを特徴とする世代管理方式。In the generation management method in which the generations of the application programs operating in cooperation with each other as the client and the server are operated in the same manner, the AP storage file storing the application program of the server to be managed by the generation and the client application program are 1 Client AP generation information table describing the above generations and process names corresponding to the generations, and server AP management table describing one or more generations of server application programs and server application program names corresponding to the generations When the own process is started up, the server application program described in the server AP management table is read from the AP storage file and dynamically linked to the own process to start up. P management table initializing means, AP management table updating means for performing the same processing as the AP management table initializing means after starting up its own process, request receiving means for receiving connection information from the client, Server AP calling means for calling an application program on the server associated with the generation of the client process name by combining the client AP generation information table and the server AP management table according to the client process name. A logical processing program consisting of a server processing unit that operates on the server, a local process name acquisition unit that acquires the name of the local process, and a group of application programs that operate in cooperation on the client and server. Oke By having a client processing unit which operates on the client includes a request transmitting means for transmitting message notifying the server processing unit including a logical application program name and said acquired process name, the Field of its own process A featured generation management system. 1以上の世代からなる前記論理アプリケーションプログラムについての初期登録情報や既に登録された前記論理アプリケーションプログラムについて最新世代の追加情報や更新情報を格納する世代定義ファイルと、初期登録が行われた前記論理アプリケーションプログラムについてクライアントの情報はクライアントAP世代情報テーブルに反映しサーバの情報はサーバAP世代情報テーブルに反映する世代情報テーブル初期化手段と、追加や更新情報について前記世代情報テーブル初期化手段と同様に前記クライアントAP世代情報テーブルと前記サーバAP世代情報テーブルへ反映を行う世代更新手段と、前記サーバAP世代情報テーブルの内容を前記サーバAP管理テーブルに前記サーバ処理部の立ち上げ時に反映する前記AP管理テーブル初期化手段と前記AP管理テーブル初期化手段と同じ処理を立ち上げ後に実行する前記AP管理テーブル更新手段と、をサーバに備えることを特徴とする請求項1記載の世代管理方式。Initial registration information for the logical application program consisting of one or more generations, a generation definition file that stores the latest generation additional information and update information for the already registered logical application program, and the logical application that has been initially registered For the program, the client information is reflected in the client AP generation information table, the server information is reflected in the server AP generation information table, and the addition information and the update information are the same as the generation information table initialization means. and the generation update means that the client AP generation information table do reflect to the server AP generation information table, the AP management te that reflect the contents of the server AP generation information table at the time of start-up of the server processing unit to the server AP management table Claim 1 generation management method, wherein further comprising said AP management table updating means for performing after launch the same processing as bull initializing means and the AP management table initialization means, to the server. 前記論理AP世代定義ファイルは、前記論理アプリケーションプログラムに関し前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムの起動制御を行う前記サーバ処理部のプロセス名と、アプリケーションプログラムの世代と、各世代に対応するクライアントのプロセス名と、クライアントのプロセス名に対応するサーバのアプリケーションプログラム名及びサーバのアプリケーションプログラムの入り口名と、を含むことを特徴とする請求項1または2記載の世代管理方式。The logical AP generation definition file includes, for the logical application program, a process name of the server processing unit that controls activation of an application program on a server belonging to the logical application program, a generation of the application program, and a client corresponding to each generation. The generation management system according to claim 1, further comprising: a server application program name corresponding to a client process name and a server application program entry name. 前記サーバAP管理テーブルは、前記論理アプリケーションプログラムについて前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムの名前と、アプリケーションプログラムの世代と、アプリケーションプログラムの入り口名と、アプリケーションプログラムの入り口名のアドレスと、を備えることを特徴とする請求項1,2または3記載の世代管理方式。  The server AP management table includes, for the logical application program, a name of an application program on a server belonging to the logical application program, a generation of the application program, an entry name of the application program, and an address of the entry name of the application program. The generation management system according to claim 1, wherein the generation management method is provided. 前記サーバ処理部は、1以上の前記論理アプリケーションプログラムを管理することを特徴とする請求項1記載の世代管理方式。The generation management system according to claim 1, wherein the server processing unit manages one or more logical application programs. 前記サーバ処理部は、自プロセスで管理する各前記論理アプリケーションプログラムについてその名前と、各前記論理アプリケーションプログラムに属するサーバ上のアプリケーションプログラムについて同時に立ち上げを行う数とを有し、そのアプリ−ケーションプログラムの数に応じた前記サーバAP管理テーブルの領域を確保することを特徴とする請求項1記載の世代管理方式。The server processing unit includes the name of each logical application program managed by its own process and the number of application programs on the server belonging to each logical application program that are simultaneously started up. The generation management method according to claim 1, wherein an area of the server AP management table corresponding to the number of server APs is secured. 前記サーバ処理部は、サーバ上に1以上存在することを特徴とする請求項1記載の世代管理方式。The generation management system according to claim 1, wherein one or more server processing units exist on a server.
JP2000285687A 2000-09-20 2000-09-20 Generation management method Expired - Fee Related JP3661580B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000285687A JP3661580B2 (en) 2000-09-20 2000-09-20 Generation management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000285687A JP3661580B2 (en) 2000-09-20 2000-09-20 Generation management method

Publications (2)

Publication Number Publication Date
JP2002091774A JP2002091774A (en) 2002-03-29
JP3661580B2 true JP3661580B2 (en) 2005-06-15

Family

ID=18769715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000285687A Expired - Fee Related JP3661580B2 (en) 2000-09-20 2000-09-20 Generation management method

Country Status (1)

Country Link
JP (1) JP3661580B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011096045A (en) 2009-10-30 2011-05-12 Hitachi Ltd Computer, computer system and method for executing application
JP5110406B2 (en) * 2010-03-01 2012-12-26 横河電機株式会社 Field communication management device

Also Published As

Publication number Publication date
JP2002091774A (en) 2002-03-29

Similar Documents

Publication Publication Date Title
US6615405B1 (en) Method and system for distributing and maintaining software across a computer network
US6073177A (en) Dynamic method for connecting a client to a server application
US6557169B1 (en) Method and system for changing the operating system of a workstation connected to a data transmission network
JP5296960B2 (en) File version management device
CN101073059B (en) Methods and systems for accessing, by application programs, resources provided by an operating system
US5564051A (en) Automatic update of static and dynamic files at a remote network node in response to calls issued by or for application programs
JP3439337B2 (en) Network management system
US7124409B2 (en) Automatic software installation on heterogeneous networked computer systems
US7440971B2 (en) Context based access of files by file system to a client based on detection of related files opened by the client
US6742028B1 (en) Content management and sharing
JP2779587B2 (en) Apparatus and method for making part of a namespace used for a computer system available as part of another namespace
CN107992355B (en) Method and device for deploying application software and virtual machine
CN105893115B (en) The method and system of differentiation deployment virtual machine
EP1614032A1 (en) System and method for updating files utilizing delta compression patching
JPH03504175A (en) data processing network
US20120209974A1 (en) Management apparatus, management method, management system and network device
JPH1021061A (en) Automatic version-up system for client software
JPH0785020A (en) Document managing method
US7451127B2 (en) Web store events
JPH08137768A (en) Remote distribution management network system
JP3661580B2 (en) Generation management method
JPH07129373A (en) Application version managing device
KR100831128B1 (en) System and method for backup/recovery of operating system, backup/recovery/update/install/run of game program and management of operating sysem
JP4131781B2 (en) Distributed processing database management system
US7181525B1 (en) Dynamic method for connecting a client to a server application

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040823

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041224

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050301

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050314

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080401

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090401

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees