JPH05324303A - Information processing system - Google Patents

Information processing system

Info

Publication number
JPH05324303A
JPH05324303A JP12906892A JP12906892A JPH05324303A JP H05324303 A JPH05324303 A JP H05324303A JP 12906892 A JP12906892 A JP 12906892A JP 12906892 A JP12906892 A JP 12906892A JP H05324303 A JPH05324303 A JP H05324303A
Authority
JP
Japan
Prior art keywords
information
validity
processing system
change
information processing
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
JP12906892A
Other languages
Japanese (ja)
Inventor
Masaru Shimada
優 島田
Satoru Murata
悟 村田
Masahiko Saito
雅彦 齊藤
Takanori Yokoyama
孝典 横山
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 Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP12906892A priority Critical patent/JPH05324303A/en
Publication of JPH05324303A publication Critical patent/JPH05324303A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide a means capable of confirming and guaranteeing the correct operation of a system without stopping the whole system when a part of program is changed in a program in the system comprised of plural programs. CONSTITUTION:Objects 30, 50, when performing communication via change confirming means 110, 120 to verify the correct operation, attaches information to guarantee the correctness of an operation requested by a transmission origin by a request information attaching means 111, and decides whether or not a requested correct operation is satisfied by a reception origin by a version check means 123 on a reception origin side.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は情報処理システムにおい
て、動作中のシステムを停止させることなく、情報処理
システムを構成しているプログラムの変更を行う情報処
理システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing system, which is capable of changing a program constituting the information processing system without stopping the operating system.

【0002】[0002]

【従来の技術】計算機上で稼働しているプログラムの修
正を、情報処理システムを停止させることなく実行出来
るようにするためには、計算機システムを二重系にして
一方の計算機上のシステムを切り替えている際に他方の
システムを動かすようにすることにより実現できる。こ
れによりシステムの利用者に常にどちらか一方の計算機
を使わせることによりシステムの動作を停止させること
なく、情報処理システムを構成するプログラムを変更す
ることが可能となる。しかし計算機が二重系ではないシ
ステムでは例えば特公平3−70253号公報の様に、
プログラムの使用状況を管理する手段を有し、プログラ
ムを変更する際には変更するプログラムの使用が全て終
了したことを確認した後に、新たなプログラムを起動さ
せることによりシステム全体を停止させずに、情報処理
システムを構成するプログラムの変更を行う。
2. Description of the Related Art In order to make it possible to modify a program running on a computer without stopping the information processing system, the computer system is made dual and the system on one computer is switched. This can be achieved by moving the other system while it is in operation. As a result, it is possible to change the programs forming the information processing system without stopping the operation of the system by always allowing the user of the system to use either one of the computers. However, in a system in which the computer is not a dual system, as in Japanese Patent Publication No. 3-70253,
It has a means to manage the usage status of the program, and when changing the program, after confirming that the use of the program to be changed has been completed, start a new program without stopping the entire system, Change the programs that make up the information processing system.

【0003】[0003]

【発明が解決しようとする課題】システムを構成するプ
ログラムが高々一つの場合には、従来の方法で動作中の
プログラムを変更しても、情報処理システムの動作の一
貫性は保証される。しかしシステムが複数のプログラム
から構成されていて、これら複数のプログラムが協調し
て動作を行うようなシステムの場合には、変更したプロ
グラムの動作内容が変更前と変わってしまう場合にはプ
ログラムを変更した後のシステムの動作の正しさが保証
されない場合が生じる。この場合プログラム変更後にシ
ステムが一見正常に動作しても、実際には誤動作してい
るといった事態が生じてしまう。前記特公平3−702
53号公報等が対象とするプログラムの変更は、プログ
ラムが行う動作の意味の変更は行われないことが前提と
なっていて、情報処理システムの一貫性に対する保証が
なされない。
When there is at most one program that constitutes the system, the consistency of the operation of the information processing system can be guaranteed even if the operating program is changed by the conventional method. However, if the system is composed of multiple programs and these multiple programs operate in cooperation, change the program if the changed operation content of the program changes from before the change. In some cases, the correct operation of the system after the operation is not guaranteed. In this case, even if the system seems to operate normally after the program is changed, a situation may occur in which the system is actually malfunctioning. Japanese Patent Publication No. 3-702
The change of the program targeted by Japanese Patent No. 53, etc. is premised on that the meaning of the operation performed by the program is not changed, and the consistency of the information processing system is not guaranteed.

【0004】そこでシステムを構成するプログラムの変
更の有無を調べるために、計算機内の定められた位置に
システムを構成するプログラムの情報を反映する共通フ
ァイルを設け、プログラムを変更した際には変更後のプ
ログラムの情報をこの共通ファイルに反映させる。しか
しシステムを構成するプログラムを実行させる際に常に
この共通ファイルを監視してプログラムの変更を監視し
ていても、プログラムの変更は検出できても動作の正し
さは判定できない。
Therefore, in order to check whether or not the program constituting the system has been changed, a common file reflecting the information of the program constituting the system is provided at a predetermined position in the computer. The information of the program of is reflected in this common file. However, even when the common file is constantly monitored to monitor the change of the program when executing the programs constituting the system, the correctness of the operation cannot be judged even if the change of the program can be detected.

【0005】本発明の目的は、複数のプログラムから構
成されるシステムのプログラムの内、情報処理システム
全体を停止させずに一部のプログラムを変更する場合
に、情報処理システムの動作の正しさを確認、保証する
効率の良い、しかもユーザーに負担を掛けない手段を提
供することにある。
An object of the present invention is to check the correctness of the operation of the information processing system when a part of the program of the system composed of a plurality of programs is changed without stopping the entire information processing system. It is to provide an efficient means of checking and guaranteeing, and a method that does not burden the user.

【0006】[0006]

【課題を解決するための手段】上記の課題を解決するた
めに本発明では、複数のオブジェクトが通信している情
報処理システムにおいて、実行中の上記オブジェクトの
うち少なくとも一つにオブジェクト変更指示を指令する
変更指示手段と、指示された上記オブジェクトを変更す
る手段と、変更後の上記オブジェクトの動作の正当性を
確認する正当性確認手段とを有し、実行中のオブジェク
トの変更を行うこととしたものである。
In order to solve the above problems, according to the present invention, in an information processing system in which a plurality of objects communicate with each other, an object change instruction is issued to at least one of the objects being executed. To change the object being executed, having a change instructing means for changing the instructed object, a means for changing the instructed object, and a justification confirming means for confirming the correctness of the operation of the object after the change. It is a thing.

【0007】[0007]

【作用】複数のオブジェクトが通信している情報処理シ
ステムにおいて、変更指示手段は、実行中の上記オブジ
ェクトのうち少なくとも一つにオブジェクト変更指示を
指令する。変更手段は、指示された上記オブジェクトを
変更する。正当性確認手段は、変更後の上記オブジェク
トの動作の正当性を確認し、実行中のオブジェクトの変
更を行うことができる。
In the information processing system in which a plurality of objects are communicating, the change instructing means issues an object change instruction to at least one of the objects being executed. The changing unit changes the instructed object. The legitimacy confirming unit can confirm the legitimacy of the operation of the object after the change and change the object being executed.

【0008】[0008]

【実施例】(1)本発明の第1の実施例 まず本発明の第1の実施例を説明する。本実施例に於て
は、データとこれを操作するための手続きからなるオブ
ジェクトによって構成されるシステムを対象とする。こ
のオブジェクトはもちろん一つ以上のプロセスから構成
されていても構わない。本実施例においては一つのプロ
セスもしくは一つのファイル等を意味するものと考える
ことにする。アプリケーションプログラムが二つ以上の
これらオブジェクトより構成される分散処理システムの
場合、アプリケーションプログラムはこの分散処理シス
テムを構成するオブジェクト間で通信を行いながら動作
する。そして、一つのオブジェクトが他のオブジェクト
から呼び出されることもあれば、また別のオブジェクト
を呼び出すことも可能であるものとする。
EXAMPLES (1) First Example of the Present Invention First, a first example of the present invention will be described. In the present embodiment, a system composed of an object consisting of data and a procedure for operating the data is targeted. This object may of course consist of more than one process. In the present embodiment, it is considered to mean one process or one file. In the case of a distributed processing system in which the application program is composed of two or more of these objects, the application program operates while communicating between the objects that make up this distributed processing system. Then, one object may be called by another object, and another object may be called by another object.

【0009】本実施例で説明する分散処理システムで
は、図2に示すように複数の計算機(1)、(2)、
(3)が伝送路を介して結合しており、オブジェクト
(10)、(11)、(12)はそれぞれ変更確認手段
(100)、(101)、(102)を介して通信を行
う。これによりシステムを構成するオブジェクトの部分
的な変更によりシステムが予期しない動作を行う事を防
ぎ、システム動作の正当性を保証する。もちろんこれら
の互いに通信を行うオブジェクト(10)、(11)、
(12)が異なる計算機(1)、(2)、(3)上で動
作していても、又は同じ計算機上で動作していても構わ
ない。
In the distributed processing system described in this embodiment, a plurality of computers (1), (2),
(3) is coupled via a transmission line, and objects (10), (11) and (12) communicate with each other via change confirmation means (100), (101) and (102). This prevents the system from performing an unexpected operation due to partial modification of the objects that make up the system, and guarantees the correctness of the system operation. Of course, these objects (10), (11), which communicate with each other,
(12) may be operating on different computers (1), (2), (3), or may be operating on the same computer.

【0010】本実施例では図3に示す変更指示装置
(5)に変更指示(6)が与えられることにより、複数
のオブジェクトが互いに協調して動作する分散処理シス
テムを構成するオブジェクトの一部が変更される。変更
指示(6)には下記の表1に示すように、変更の対象と
なるオブジェクトの識別名と、オブジェクトを生成する
際に使用する実行形式ファイルが格納されている計算機
の識別名とこの計算機上での格納位置及びその実行形式
ファイル名などの情報とからなるオブジェクトファイル
格納位置情報が対応したリストである。
In this embodiment, when a change instruction (6) is given to the change instruction device (5) shown in FIG. 3, some of the objects constituting the distributed processing system in which a plurality of objects operate in cooperation with each other Be changed. In the change instruction (6), as shown in Table 1 below, the identification name of the object to be changed, the identification name of the computer that stores the executable file used to generate the object, and this computer This is a list in which the object file storage location information consisting of the above storage location and information such as its executable file name is associated.

【0011】[0011]

【表1】 [Table 1]

【0012】図3における変更指示装置(5)はこの変
更指示(6)に含まれるオブジェクト識別名と一致する
オブジェクトに変更命令を送る。変更命令には変更指示
(6)に記述されていたオブジェクトファイル格納情報
が含まれる。変更命令を受信したオブジェクト(13)
の変更手段(131)は変更命令に含まれるオブジェク
トファイル格納情報を元にして変更された新たなオブジ
ェクト(20)を生成する。これを以後、変更オブジェ
クトと呼ぶことにする。
The change instruction device (5) in FIG. 3 sends a change instruction to an object that matches the object identification name included in the change instruction (6). The change command includes the object file storage information described in the change instruction (6). Object that received the change command (13)
The change means (131) of (1) generates a new changed object (20) based on the object file storage information included in the change instruction. Hereinafter, this will be referred to as a change object.

【0013】このようにして変更指示(6)に基づき変
更の対象となる最後のオブジェクト(14)までに対し
て新たな変更オブジェクトが生成できると、変更指示装
置(5)は生成された各変更オブジェクトに対して変更
確認の命令を送る。この命令を受け取った変更オブジェ
クト(20)の変更確認手段(200)はこの変更オブ
ジェクト(20)が通信を送るオブジェクトのアドレス
をオブジェクトデータベース(4)に問い合わせ、得ら
れたアドレスのオブジェクトに対してそれぞれのオブジ
ェクトが該変更オブジェクト(20)が利用可能である
かどうかの確認のための通信を送る。この利用可能確認
の通信を受け取ったオブジェクト(15)、(16)、
(17)の変更確認手段(150)、(160)、(1
70)は利用可能か否かの応答を返す。変更オブジェク
ト(20)が利用可能確認通信を送った全てのオブジェ
クト(15)、(16)、(17)から、利用可能の応
答を受けた該変更オブジェクト(20)は変更指示装置
(5)に対して確認済みの応答を返す。全ての変更オブ
ジェクトから確認済みの応答を受け取った変更指示装置
(5)は変更される以前のオブジェクト(13)(1
4)に停止命令を送り、変更オブジェクト(20)には
開始命令を送る。これにより、変更オブジェクト(2
0)が生成されてから変更指示装置(5)が開始命令を
送るまでの間は、変更前のオブジェクト(13)(1
4)が稼働しており、システム全体を停止させることな
く一部のオブジェクトの変更を行うことが可能となる。
In this way, when a new change object can be generated up to the last object (14) to be changed based on the change instruction (6), the change instruction device (5) makes each generated change. Send a change confirmation command to the object. The change confirmation means (200) of the change object (20) receiving this command inquires of the object database (4) about the address of the object to which the change object (20) sends a communication, and with respect to the object of the obtained address respectively. Object sends a communication to check if the modified object (20) is available. The objects (15), (16), which have received this availability confirmation communication,
Change confirmation means (150), (160), (1) of (17)
70) returns a response indicating whether it is available or not. The change object (20), which has received a response of availability from all the objects (15), (16) and (17) to which the change object (20) has sent the availability confirmation communication, transmits to the change instruction device (5). Returns a confirmed response to the response. The change instruction device (5), which has received the confirmed responses from all the change objects, changes the object (13) (1) before the change.
4) Send a stop command to the change object (20) and send a start command to the change object (20). This allows the change object (2
0) is generated until the change instruction device (5) sends a start command, the object (13) (1) before change
4) is running, and it is possible to change some objects without stopping the entire system.

【0014】この変更指示装置の詳細な動作を図4によ
り説明する。変更指示装置は変更指示を受け取ると(1
000)、変更を指示された全てのオブジェクトにおい
て変更オブジェクトが生成されたか確認をし(100
1)、変更が行われていないオブジェクトが存在すれ
ば、このオブジェクトが実際に存在しているかどうかを
確認する(1002)。存在しない場合には変更指示が
間違っていたことになるため、これまでに変更した全て
の変更オブジェクトに対して終了命令を送る(101
0)。
The detailed operation of this change instruction device will be described with reference to FIG. When the change instruction device receives the change instruction (1
000), and confirms that the change objects have been generated in all the objects instructed to change (100
1) If there is an object that has not been changed, it is confirmed whether this object actually exists (1002). If it does not exist, it means that the modification instruction was incorrect, so an end command is sent to all modified objects that have been modified so far (101
0).

【0015】変更するオブジェクトが存在する場合に
は、変更するオブジェクトの識別名を用いてオブジェク
トデータベースに対して該変更対象オブジェクトの通信
先アドレスを問い合わせる(1003)。この問い合わ
せに対する応答により得られたアドレスのオブジェクト
の変更手段に対して、変更指示装置は変更指示に記述さ
れていたオブジェクトファイル格納情報を与えて、オブ
ジェクトの変更指示を与える(1004)。該変更指示
を受け取ったオブジェクトは変更指示装置に対して、変
更オブジェクトの生成が成功したか失敗したかの応答を
返す。この時同時に変更オブジェクトの生成が成功した
場合には変更オブジェクトのアドレスも返す。この応答
を調べ(1005)、変更オブジェクトの生成に失敗し
た場合には、これまでに変更した全ての変更オブジェク
トに対して終了命令を送る(1010)。一方変更オブ
ジェクトの生成が成功した場合には、再び、変更を指示
された全てのオブジェクトにおいて変更オブジェクトが
生成されたか確認をする(1001)。
If the object to be changed exists, the object database is inquired about the communication destination address of the object to be changed using the identification name of the object to be changed (1003). The change instruction device gives the object file storage information described in the change instruction to the object changing means at the address obtained by the response to the inquiry, and gives the object change instruction (1004). The object that has received the change instruction returns to the change instruction device a response indicating whether the generation of the change object has succeeded or failed. At the same time, if the generation of the change object is successful, the address of the change object is also returned. This response is checked (1005), and if the generation of the changed object fails, an end command is sent to all the changed objects changed so far (1010). On the other hand, if the generation of the changed object is successful, it is confirmed again whether or not the changed object has been generated in all the objects instructed to be changed (1001).

【0016】全ての変更対象オブジェクトについて変更
オブジェクトが生成できた場合には、全ての生成された
変更オブジェクトが正しく動作できるかどうかの確認が
行われたかどうかを調べ(1006)、全ての変更オブ
ジェクトに対して確認が行われるまで、生成された変更
オブジェクトの変更確認手段に対して変更したオブジェ
クトが正しく動作できるかどうかの確認を行うように命
令する(1007)。そして変更オブジェクトの確認が
全て成功したかどうかを調べ(1008)、全てが成功
していなかった場合には変更オブジェクトに対して終了
命令を送る(1010)。全ての変更オブジェクトの確
認が成功した場合には確認応答と共に変更指示装置に返
ってくる要求バージョン情報と変更指示に記述されてい
るオブジェクトファイル格納情報を元にして、変更結果
をオブジェクトデータベースに反映させる(100
9)。
When the change objects can be generated for all the change target objects, it is checked whether or not all the generated change objects can operate correctly (1006), and all the change objects are checked. Until the confirmation is performed, the change confirmation means of the generated change object is instructed to confirm whether the changed object can operate properly (1007). Then, it is checked whether all the confirmations of the changed objects have succeeded (1008), and if all the confirmations have not succeeded, an end command is sent to the changed objects (1010). If all the changed objects are confirmed successfully, the change result is reflected in the object database based on the requested version information returned to the change instruction device together with the confirmation response and the object file storage information described in the change instruction. (100
9).

【0017】次に図1により変更確認手段の構成を説明
する。一般に各オブジェクトには自己の動作に必要なオ
ブジェクトが他に存在するものとする。これを利用オブ
ジェクトと呼ぶことにする。そして該利用オブジェクト
が該送信元オブジェクトに対して該送信オブジェクトが
正しい動作を行うために満足しなければならない条件又
は、送信元オブジェクトが依頼してきた動作において満
足しなければならない条件を送信オブジェクトの要求バ
ージョン情報と呼ぶことにする。そして通信先のオブジ
ェクトがこの要求バージョン情報を満足する場合、送信
元オブジェクトの動作が正しいことが保証される。そし
て送信先オブジェクトが該要求バージョン情報を満足さ
せない場合には、送信元オブジェクトが送信先オブジェ
クトに要求する動作の意味と送信先オブジェクトが実現
する動作の意味が一致する保証が無く、送信元オブジェ
クトの動作の正しさが保証されない。なおここで言うバ
ージョン情報とは特定のオブジェクトのバージョンを表
す情報、もしくは一つ以上のバージョンの集合を範囲と
して表したもの、又は一つ以上のバージョンの集合の要
素を列挙したもの、又はこれらを組み合わせたものであ
る。
Next, the structure of the change confirmation means will be described with reference to FIG. Generally, it is assumed that each object has other objects necessary for its own operation. This is called a usage object. Then, the request of the transmission object satisfies the condition that the usage object must satisfy for the transmission object to perform the correct operation for the transmission object or the operation that the transmission object has requested. We will call it version information. When the object of the communication destination satisfies the requested version information, the operation of the transmission source object is guaranteed to be correct. If the destination object does not satisfy the requested version information, there is no guarantee that the meaning of the operation requested by the source object to the destination object and the meaning of the operation realized by the destination object match, and Correctness of operation is not guaranteed. The version information referred to here is information that indicates the version of a specific object, or that represents a set of one or more versions, or lists the elements of a set of one or more versions, or these. It is a combination.

【0018】本実施例では、送信先オブジェクトのプロ
グラムが変わり、バージョン番号がV1.0,V1.
1,V2.0,V3.0と変わり、V3.0がV1.
0,V1.1,V2.0の動作を保証するものであると
きに、V1.0,V1.1,V2.0,V3.0を一つ
の集合に含めて要求バージョン情報とする。送信元オブ
ジェクトは、送信先オブジェクトに、動作要求ととも
に、バージョン番号を送信し、送信先オブジェクトは、
動作の正しさの確認を、送られてきたバージョン番号
が、要求バージョン情報の中にあるかどうかで判断す
る。
In this embodiment, the program of the destination object is changed, and the version numbers are V1.0, V1.
1, V2.0, V3.0, V3.0 is V1.
When the operation of 0, V1.1, and V2.0 is guaranteed, V1.0, V1.1, V2.0, and V3.0 are included in one set as required version information. The source object sends the version number to the destination object along with the operation request, and the destination object
The correctness of the operation is confirmed by judging whether or not the version number sent is in the requested version information.

【0019】通信を送る側の送信元オブジェクト(3
0)の変更確認手段(110)において該変更確認手段
(110)の要求情報付加手段(111)は送信元オブ
ジェクト(30)の利用オブジェクト管理テーブル(3
1)を参照し、送信元オブジェクト(30)における送
信先オブジェクトの要求バージョン情報と、前回送信先
オブジェクトに通信を行った際に送信先オブジェクトが
持っていたオブジェクトIDを調べる。このオブジェクト
IDはオブジェクトに割り当てられるシステム内で唯一の
値であり、オブジェクトの識別名が同一でもオブジェク
トが変更されれば異なった値が割り当てられる。この前
回送信先オブジェクトに通信を行った際に送信先オブジ
ェクトが持っていたオブジェクトIDを前オブジェクトID
と呼ぶ。なお、送信先オブジェクトに対する通信が初め
ての場合には、この前オブジェクトIDがいかなるオブジ
ェクトにも割り当てられない値になるように、該利用オ
ブジェクト管理テーブル(31)を初期化しておくもの
とする。該利用オブジェクト管理テーブルは下記の表2
に示すような情報を備えている。
The sender object (3
In the change confirmation means (110) of 0), the request information addition means (111) of the change confirmation means (110) is used object management table (3) of the source object (30).
Referring to 1), the requested version information of the destination object in the source object (30) and the object ID held by the destination object when the destination object was previously communicated are checked. This object
The ID is the only value in the system assigned to an object, and even if the object's distinguished name is the same, different values are assigned if the object is changed. The previous object ID is the object ID that the destination object had when it communicated with this destination object last time.
Call. When the communication with the destination object is the first time, the utilization object management table (31) is initialized so that the previous object ID has a value that cannot be assigned to any object. The used object management table is shown in Table 2 below.
It has the information shown in.

【0020】[0020]

【表2】 [Table 2]

【0021】まず、オブジェクト識別名は送信元オブジ
ェクトが通信を行う他のオブジェクトの識別名を表し、
要求バージョン情報はオブジェクト識別名に対応するオ
ブジェクトの動作が正しいと保証されるための条件を表
す。また通信先はオブジェクト識別名に対応するオブジ
ェクトのネットワークアドレスであり、オブジェクトID
は前回通信を行った場合の送信先オブジェクトに割り当
てられていたオブジェクトIDである。この内オブジェク
ト識別名と要求バージョン情報の対応はあらかじめユー
ザーが記述しておくことになる。図1における該要求情
報付加手段(111)は該利用オブジェクト管理テーブ
ル(31)から検索した前オブジェクトIDと要求バージ
ョン情報を送信先オブジェクトに対する通信のパケット
(40)に付加して送る。この通信を受信した受信元オ
ブジェクト(50)の変更確認手段(120)のバージ
ョンチェック手段(123)は通信パケット(40)に
付加された前オブジェクトIDと要求バージョン情報を取
り出し、送信先オブジェクトが持つバージョン情報テー
ブル(52)とオブジェクトID(53)を比較する。バ
ージョン情報テーブル(52)の構成は、下記の表3に
示すように、受信元オブジェクトのバージョン情報であ
る自己バージョン情報と、該受信元オブジェクトの動作
と等価な動作を保証する他のオブジェクトのバージョン
情報である等価動作バージョン情報とからなる。
First, the object identification name represents the identification name of another object with which the source object communicates,
The requested version information represents a condition for ensuring that the operation of the object corresponding to the object identification name is correct. The communication destination is the network address of the object corresponding to the object identification name.
Is the object ID assigned to the destination object when the previous communication was performed. The correspondence between the object identification name and the requested version information will be described in advance by the user. The request information addition means (111) in FIG. 1 adds the previous object ID retrieved from the used object management table (31) and the requested version information to a packet (40) for communication with the destination object and sends it. The version checking means (123) of the change checking means (120) of the receiving source object (50) receiving this communication retrieves the previous object ID and the requested version information added to the communication packet (40), and the destination object has it. The version information table (52) is compared with the object ID (53). The structure of the version information table (52) is, as shown in Table 3 below, self-version information which is the version information of the receiving source object and the versions of other objects which guarantee an operation equivalent to the operation of the receiving source object. It is composed of equivalent operation version information which is information.

【0022】[0022]

【表3】 [Table 3]

【0023】この等価動作バージョン情報は予めユーザ
ーが記述しておく。
The user describes the equivalent operation version information in advance.

【0024】通信パケット(40)に付加されたバージ
ョン情報とバージョン情報テーブル(52)の情報の比
較が成功すると、該受信元オブジェクト(50)の動作
は該送信元オブジェクト(30)の要求を満足できるこ
とが保証されるため、該通信パケット(40)が要求す
る動作を受信元オブジェクト(50)は行う。この動作
が終了した後送信元オブジェクト(30)に応答を返す
際、受信元オブジェクト(50)の変更確認手段(12
0)の自己情報付加手段(124)は応答通信のパケッ
ト(41)に現在の受信元オブジェクトのオブジェクト
ID(53)と自己バージョン情報を付加して通信を返
す。ただし送信パケット(40)の前オブジェクトIDが
現在のオブジェクトID(53)と一致する場合には、受
信元オブジェクトの自己バージョン情報を付加する必要
はない。この応答通信パケット(41)を受け取った送
信元オブジェクト(30)の変更確認手段(110)の
オブジェクト情報更新手段(112)は通信パケット
(41)から現オブジェクトIDと実行オブジェクトのバ
ージョン情報を取り出す。そして送信した前オブジェク
トIDと現オブジェクトIDが異なる場合には利用オブジェ
クト管理テーブル(31)の要求バージョン情報とオブ
ジェクトIDを更新し、更に必要に応じてオブジェクトデ
ータベース(4)の要求バージョン情報を更新する。
When the version information added to the communication packet (40) and the information in the version information table (52) are successfully compared, the operation of the receiving source object (50) satisfies the request of the transmitting source object (30). Since it is guaranteed that this can be done, the receiving source object (50) performs the operation requested by the communication packet (40). When a response is returned to the transmission source object (30) after this operation is completed, the change confirmation means (12) of the reception source object (50).
The self-information adding means (124) of 0) adds the object of the current receiving source object to the response communication packet (41).
The ID (53) and self version information are added and communication is returned. However, when the previous object ID of the transmission packet (40) matches the current object ID (53), it is not necessary to add the self version information of the receiving source object. Upon receiving the response communication packet (41), the object information updating means (112) of the change confirmation means (110) of the transmission source object (30) extracts the current object ID and the version information of the execution object from the communication packet (41). If the transmitted previous object ID and current object ID are different, the requested version information and the object ID of the used object management table (31) are updated, and further the requested version information of the object database (4) is updated as necessary. ..

【0025】なお、先の変更オブジェクト生成時の変更
指示装置から変更オブジェクトに送られた確認指示によ
り行われる、更新オブジェクトから利用オブジェクトへ
の確認動作は上記の通信と同様に行われるが、その際に
は受信オブジェクトである利用オブジェクトでは特に動
作は行われない。
The confirmation operation from the update object to the usage object, which is performed by the confirmation instruction sent to the change object from the change instruction device at the time of generating the change object, is performed in the same manner as the above communication. In particular, no operation is performed on the usage object that is the reception object.

【0026】次に図5により送信側の変更確認手段の説
明をする。送信側の変更確認手段では通信を送るオブジ
ェクトのアドレスを求める(1100)ため、まず利用
オブジェクト管理テーブルをオブジェクト識別名を使い
調べる。この時利用オブジェクト管理テーブルに通信先
の情報が設定されていない場合にはオブジェクトデータ
ベースを検索し、送信先のアドレスを求める。
Next, the change confirmation means on the transmission side will be described with reference to FIG. In order to obtain the address of the object to which the communication is to be sent (1100), the change confirmation means on the sending side first checks the usage object management table using the object identification name. At this time, when the communication destination information is not set in the used object management table, the object database is searched to obtain the transmission destination address.

【0027】オブジェクトデータベースは、下記の表4
に示す構成をしており、オブジェクトの識別名と現在の
オブジェクトの要求バージョン情報とオブジェクトが動
作している計算機やオブジェクトの通信アドレスからな
る動作環境とから成り立っている。
The object database is shown in Table 4 below.
The configuration is as shown in FIG. 1 and consists of an object identification name, requested version information of the current object, and an operating environment consisting of the computer on which the object is operating and the communication address of the object.

【0028】[0028]

【表4】 [Table 4]

【0029】これらの情報はオブジェクトが新たに生成
された際に登録される。次に利用オブジェクト管理テー
ブルから送信先オブジェクトのIDと要求バージョン情報
を求め(1101)、要求情報付加手段が送信のパケッ
トに付加して(1102)通信を行う(1103)。こ
の通信に対して受信元のオブジェクトからエラーが返っ
てこなければ通信が該受信元オブジェクトにより受理さ
れたことになり(1104)、一方エラーが返ってくれ
ば通信は受理されなかったことになる。この場合はバー
ジョン不一致が検出された場合のエラー処理を行う(1
109)。このエラー処理としてはオペレータにバージ
ョン不一致エラーの発生を通告したり、オブジェクトデ
ータベースで要求バージョン情報が該通信の要求バージ
ョン情報を満足させる、通信を受理しなかった該受信元
オブジェクトとは異なる他のオブジェクトを検索して、
再びこの新しく検索したオブジェクトに送信するなどの
処理が行われる。一方受信元オブジェクトにより通信が
受理され応答が返って来た場合には、応答通信の通信パ
ケットから受信元オブジェクトの現オブジェクトIDと
実行オブジェクトバージョン情報を取り出し(110
5)、この現オブジェクトIDが先に送信した前オブジ
ェクトIDト一致するかどうかを調べる(1106)。も
し該二つのオブジェクトIDが一致した場合には、先にバ
ージョンの確認を行ってから受信元オブジェクトが変更
されていないことが分かる。しかし、該二つのオブジェ
クトIDが一致しない場合には先の通信と今回の通信の間
に受信元オブジェクトに変更があったことを示している
ため、オブジェクト情報更新手段は該送信元オブジェク
トの利用オブジェクト管理テーブルの更新を行い(11
07)、更に必要に応じてオブジェクトデータベースの
更新を行う。ただしオブジェクトデータベースの更新は
各通信毎に行わず、オブジェクトの動作終了時などに行
ってもよい。
These pieces of information are registered when an object is newly created. Next, the ID of the destination object and the requested version information are obtained from the usage object management table (1101), and the request information addition means adds the packet to the transmission packet (1102) and performs communication (1103). If an error is not returned from the receiving source object for this communication, the communication is accepted by the receiving source object (1104), while if an error is returned, the communication is not accepted. In this case, error processing is performed when a version mismatch is detected (1
109). As this error processing, the operator is notified of the occurrence of a version mismatch error, the requested version information in the object database satisfies the requested version information of the communication, or another object different from the receiving source object that has not accepted the communication Search for
Processing such as transmission to the newly searched object is performed again. On the other hand, when the communication is accepted by the reception source object and a response is returned, the current object ID and execution object version information of the reception source object are extracted from the communication packet of the response communication (110
5) It is checked whether or not this current object ID matches the previously transmitted previous object ID (1106). If the two object IDs match, it can be seen that the receiving source object has not been changed since the version was checked first. However, if the two object IDs do not match, it means that the receiving source object has been changed between the previous communication and this communication. Update the management table (11
07), and further updates the object database if necessary. However, the object database may not be updated for each communication, but may be updated when the operation of the object ends.

【0030】次に図6により受信元オブジェクトの変更
確認手段の動作を説明する。受信元オブジェクトの変更
動作確認手段では、受信した通信パケットから前オブジ
ェクトIDと送信元オブジェクトの要求バージョン情報を
取り出す(1200)。そしてバージョンチェック手段
が該前オブジェクトIDと該受信元オブジェクト自身のオ
ブジェクトIDが一致するかどうかを調べ(1201)、
一致する場合には前回の変更確認以来受信元オブジェク
トの変更がなされていないことを示しているため、通信
を受理する。しかし該二つのオブジェクトIDが一致して
いない場合には、この通信が送信元オブジェクトからの
初めての通信か、もしくは送信元オブジェクトからの前
回の通信が来て以来、少なくとも一度受信元オブジェク
トの変更がなされていることになる。そこでバージョン
チェック手段では受信元オブジェクトの自己バージョン
情報が該要求バージョン情報の条件を満足するかどうか
を調べ(1202)、満足する場合には送信元オブジェ
クトの要求に対する動作の正しさが保証されるため通信
を受理する。しかし自己バージョン情報が要求バージョ
ン情報の条件を満足しない場合には、バージョン情報テ
ーブルの等価動作バージョン情報を調べ(1203)、
送信元の要求バージョン情報の条件を該等価動作バージ
ョン情報が満足させるかどうかを調べる(1204)。
そして送信元の要求バージョン情報の条件を該等価動作
バージョン情報が満足させる場合には、やはり送信元オ
ブジェクトの要求に対する動作の正しさが保証されるた
め通信を受理する。しかし、等価動作バージョン情報が
要求バージョン情報の条件を満足しない場合には、バー
ジョン不一致のエラー処理を行う(1208)。このエ
ラー処理としては、単に送信元オブジェクトにバージョ
ン不一致エラーの発生を通知するばかりではなく、オブ
ジェクトデータベースを検索して該要求バージョン情報
を満足させる該受信元オブジェクトとは異なる他のオブ
ジェクトを求め、このオブジェクトに送信元オブジェク
トからの通信を転送する等の処理を行う。または変更前
のオブジェクトを終了させていない場合には該変更前オ
ブジェクトに受信元オブジェクトの内部状態等の実行環
境を転送して、該変更前オブジェクトを起動させて、こ
の変更前オブジェクトに送信元オブジェクトからの通信
を転送する等の処理を行う。
Next, the operation of the change confirmation means of the receiving source object will be described with reference to FIG. The change operation confirmation means of the source object retrieves the previous object ID and the requested version information of the source object from the received communication packet (1200). Then, the version checking means checks whether or not the previous object ID and the object ID of the receiving source object itself match (1201),
If they match, it means that the receiving source object has not been changed since the last confirmation of the change, so the communication is accepted. However, if the two object IDs do not match, it means that this communication is the first communication from the source object, or at least once since the last communication from the source object came. It will be done. Therefore, the version checking means checks whether or not the self-version information of the receiving source object satisfies the condition of the requested version information (1202), and if so, the correctness of the operation for the request of the transmitting source object is guaranteed. Accept the communication. However, when the self-version information does not satisfy the condition of the required version information, the equivalent operation version information of the version information table is checked (1203),
It is checked whether the equivalent operation version information satisfies the condition of the request version information of the transmission source (1204).
If the equivalent operation version information satisfies the condition of the request version information of the sender, the correctness of the operation to the request of the sender object is guaranteed, and the communication is accepted. However, if the equivalent operation version information does not satisfy the condition of the required version information, version mismatch error processing is performed (1208). This error processing is not limited to simply notifying the source object that a version mismatch error has occurred, but searching the object database for another object that is different from the source object that satisfies the requested version information. Performs processing such as transferring communication from the source object to the object. Alternatively, when the object before change is not terminated, the execution environment such as the internal state of the receiving source object is transferred to the object before change, the object before change is activated, and the source object is changed to the object before change. Processing such as transfer of communication from.

【0031】変更確認手段が送信元オブジェクトの通信
を受理すると、受信元オブジェクトは該送信元オブジェ
クトからの通信により依頼された動作を行う(120
5)。ただし、先の変更オブジェクト生成時に変更オブ
ジェクトが該変更オブジェクトが使用するオブジェクト
の対して送る確認指示の通信の場合には、特にこの処理
を行わずに即座に通信を返す。受信元オブジェクトが依
頼された処理を終わると、変更確認手段の自己情報付加
手段は応答の通信パケットに自己のオブジェクトIDと自
己バージョン情報を付加し(1206)、送信元オブジ
ェクトに対して応答を返す(1207)。ただし送信元
からの通信パケットに付加されてきた該前オブジェクト
IDと自己のオブジェクトIDが一致する場合には該自己バ
ージョン情報を付加する必要はない。
When the change confirmation means accepts the communication of the transmission source object, the reception source object performs the operation requested by the communication from the transmission source object (120).
5). However, in the case of the communication of the confirmation instruction sent to the object used by the change object when the change object is generated, the communication is immediately returned without performing this process. After the processing requested by the receiving object is completed, the self-information adding means of the change confirming means adds its own object ID and self-version information to the response communication packet (1206), and returns a response to the sending object. (1207). However, the previous object added to the communication packet from the sender
When the ID and the self object ID match, it is not necessary to add the self version information.

【0032】(2)第2の実施例 第2の実施例として、オブジェクトがオブジェクトIDを
使用しない実施例を図7、図8を用いて説明する。図7
は送信側変更確認手段の動作を表している。まず送信元
オブジェクトの変更確認手段では先の実施例と同様にし
て送信先のアドレスを求める(1300)。次に送信先
に対する要求バージョン情報を利用オブジェクト管理テ
ーブルから求め(1301)、要求情報付加手段は送信
のための通信パケットに該要求バージョン情報を付加し
(1302)、通信を行う(1303)。そしてこの通
信に対する応答により通信が受理されたかどうかをしら
べ(1304)、受理されずにバージョン不一致となっ
た場合には先の実施例と同様にバージョン不一致のエラ
ー処理を行う(1305)。
(2) Second Embodiment As a second embodiment, an embodiment in which an object does not use an object ID will be described with reference to FIGS. 7 and 8. Figure 7
Represents the operation of the transmission side change confirmation means. First, the source object change confirmation means obtains the destination address in the same manner as in the previous embodiment (1300). Next, the requested version information for the destination is obtained from the usage object management table (1301), and the request information addition means adds the requested version information to the communication packet for transmission (1302) and performs communication (1303). Then, it is checked whether or not the communication is accepted by the response to this communication (1304), and if the version is not accepted without being accepted, the error processing of the version mismatch is performed as in the previous embodiment (1305).

【0033】図8は受信側の変更確認手段の動作を表し
たものである。まず変更確認手段のバージョンチェック
手段では送信元オブジェクトから到着した通信パケット
から要求バージョン情報を取り出す(1400)。そし
て自己バージョン情報が該要求バージョン情報の条件を
満足させることが出来るかどうか判定し(1401)、
満足させることが出来るならば、受信元オブジェクトは
送信元オブジェクトが要求してきた処理を行い(140
4)、これに対する応答を返す(1405)。もし自己
バージョン情報が該要求バージョン情報の条件を満足さ
せることが出来なければ、バージョン情報テーブルから
等価動作バージョン情報を調べ(1402)、この等価
動作バージョン情報が要求バージョン情報を満足させる
ことが出来るかどうか判定し(1403)、満足させる
ことが出来るならば、受信元オブジェクトは送信元オブ
ジェクトが要求してきた処理を行い(1404)、この
要求に対する応答を返す(1405)。もし等価動作バ
ージョン情報が要求バージョン情報を満足させることが
出来なければ先の実施例と同様にバージョン不一致のエ
ラー処理を行う(1406)。
FIG. 8 shows the operation of the change confirmation means on the receiving side. First, the version checking means of the change checking means extracts the requested version information from the communication packet arrived from the source object (1400). Then, it is determined whether the self-version information can satisfy the condition of the required version information (1401),
If it can be satisfied, the source object performs the processing requested by the source object (140
4) and returns a response to this (1405). If the self version information cannot satisfy the condition of the required version information, the equivalent operation version information is checked from the version information table (1402), and whether this equivalent operation version information can satisfy the required version information. If it can be satisfied (1403) and if it can be satisfied, the receiving source object performs the processing requested by the transmitting source object (1404) and returns a response to this request (1405). If the equivalent operation version information cannot satisfy the required version information, the version mismatch error processing is performed as in the previous embodiment (1406).

【0034】(3)第2の実施例の効果 この例によれば、通信時の処理による負荷が軽減され、
更に通信パケットが小さくなるため、通信時間の短縮が
期待できる。更に利用オブジェクト管理テーブルのサイ
ズが小さくなりオブジェクトが小さくなると共に、利用
オブジェクト管理テーブルの更新による負荷がなくな
る。
(3) Effect of the Second Embodiment According to this example, the load of processing during communication is reduced,
Further, since the communication packet becomes smaller, the communication time can be expected to be shortened. Further, the size of the used object management table becomes smaller and the objects become smaller, and the load of updating the used object management table is eliminated.

【0035】(4)第3の実施例 更に第3の実施例を図9、図10を用いて説明する。図
9は送信側の変更確認手段の動作を表したものである。
この例ではまず第1の実施例と同様にして送信先のオブ
ジェクトのアドレスを求め(1500)通信を行う(1
501)。そしてこの通信に対する応答の通信パケット
から受信元の現オブジェクトIDと該受信元オブジェクト
の自己バージョン情報及び等価バージョン情報を取り出
す(1502)。次に利用オブジェクト管理テーブルか
ら受信元オブジェクトの要求バージョン情報と前回通信
時のオブジェクトIDとを求め(1503)、前オブジェ
クトIDと現オブジェクトIDが一致するかどうかを調べ
(1504)、一致する場合には前回確認して以来受信
元オブジェクトの変更が行われていないことを意味する
ため、変更確認が終了する。一方該二つのオブジェクト
IDが一致しない場合には、送信元の要求バージョン情報
の条件を受信元の自己バージョン情報及び等価バージョ
ン情報が満足させることが出来るかどうか判定し(15
05)、満足させることが出来れば先の第1の実施例と
同様に利用オブジェクトと管理テーブルの更新(150
6)とオブジェクトデータベースの更新を行う(150
7)。しかし送信元の要求バージョン情報の条件を受信
元の自己バージョン情報及び等価バージョン情報が満足
させることが出来なければ、やはり先の一実施例と同様
にバージョン不一致のエラー処理を行う(1508)。
(4) Third Embodiment A third embodiment will be described with reference to FIGS. 9 and 10. FIG. 9 shows the operation of the change confirmation means on the transmission side.
In this example, first, similarly to the first example, the address of the destination object is obtained (1500) and communication is performed (1
501). Then, the current object ID of the receiving source and the self version information and equivalent version information of the receiving source object are extracted from the communication packet of the response to this communication (1502). Next, the requested version information of the receiving source object and the object ID at the time of the previous communication are obtained from the used object management table (1503), and it is checked whether the previous object ID and the current object ID match (1504). Means that the receiving source object has not been changed since the last confirmation, so the change confirmation ends. While the two objects
If the IDs do not match, it is determined whether the conditions of the requested version information of the sender can be satisfied by the self version information and the equivalent version information of the receiver (15).
05), if satisfied, the usage object and the management table are updated as in the first embodiment (150).
6) and the object database is updated (150)
7). However, if the condition of the requested version information of the sender cannot be satisfied by the self version information and the equivalent version information of the receiver, the version mismatch error processing is performed as in the previous embodiment (1508).

【0036】次に図10を用いて受信側のオブジェクト
の変更確認手段の動作を説明する。この変形例の場合、
送信元オブジェクトからの処理の依頼を受けると、正常
に通信が行われていればすぐに依頼された処理を行う動
作に移る(1600)。そしてこの応答を返す際に変更
確認手段の自己情報付加手段が応答の通信パケットに該
受信元オブジェクトのオブジェクトIDと自己バージョン
情報と等価動作バージョン情報を付加して(1601)
送信元オブジェクトに応答を返す(1602)。
Next, the operation of the object change confirmation means on the receiving side will be described with reference to FIG. In the case of this modification,
Upon receiving a request for processing from the transmission source object, if communication is normally performed, the operation immediately proceeds to perform the requested processing (1600). When returning this response, the self-information adding means of the change confirming means adds the object ID of the source object, the self-version information, and the equivalent operation version information to the response communication packet (1601).
A response is returned to the source object (1602).

【0037】(5)第3の実施例の効果 この例によれば、受信元のオブジェクトでバージョン情
報のチェックを行わずに済むため、不特定多数のオブジ
ェクトからの処理依頼があると考えられる受信元オブジ
ェクトの負荷を減らすことが出来る。さらに変更確認手
段の中から送信時の要求情報付加手段と受信時のバージ
ョンチェック手段が不要となるため、オブジェクトのサ
イズを小さくすることが出来る。
(5) Effect of the Third Embodiment According to this example, since it is not necessary to check the version information in the receiving source object, it is considered that there is a processing request from an unspecified number of objects. The load on the original object can be reduced. Furthermore, since the request information addition means at the time of transmission and the version check means at the time of reception are unnecessary from the change confirmation means, the size of the object can be reduced.

【0038】また送信元オブジェクトの送信時の要求バ
ージョン情報や前オブジェクトIDを付加する必要がない
ので通信時の負荷を軽減することが出来る。
Further, since it is not necessary to add the required version information and the previous object ID at the time of transmitting the source object, it is possible to reduce the load at the time of communication.

【0039】(6)第4の実施例 上記の実施例では何れもオブジェクトの変更を指示する
変更指示装置はオブジェクトの外部にあるものとして説
明してきた。しかしこの変更指示装置を各オブジェクト
が内蔵するようにしても本特許の目的を達成することが
出来る。この場合、変更指示を受け取った複数のオブジ
ェクトは、互いの通信によってどのオブジェクトが実際
に変更動作の指示を出すかを決定し、この変更動作の指
示を行うオブジェクト以外のオブジェクトはそれぞれ自
オブジェクトの変更処理と確認を行う。そして該変更動
作の指示を行うオブジェクトは、各変更対象のオブジェ
クトに対して変更オブジェクトの生成が成功したかどう
か、また変更オブジェクトに対して確認動作が成功した
かどうかを問い合わせる。
(6) Fourth Embodiment In each of the above embodiments, the change instruction device for instructing the change of the object is described as being outside the object. However, the object of the present patent can be achieved even if each change object is incorporated in each object. In this case, the plurality of objects that have received the change instruction determine which object actually issues the change operation instruction by communication with each other, and the objects other than the object that issues the change operation instruction change their own objects. Process and confirm. Then, the object instructing the change operation inquires of each change target object whether or not the change object has been successfully generated, and whether or not the change operation has been confirmed.

【0040】(7)第4の実施例の効果 これにより変更したいオブジェクトの少なくとも一つに
直接変更指示を与えることにより、オブジェクトの変更
が可能となる。
(7) Effect of the Fourth Embodiment As a result, the object can be changed by directly giving a change instruction to at least one of the objects to be changed.

【0041】変更確認手段により動作の正当性を保証す
るためのバージョン情報を通信に付加することより、通
信を行う互いのオブジェクトが、動作の正当性を保証す
るための情報を得ることが出来る。これにより共通ファ
イルを常時参照することなく通信相手の変更の有無を知
ることが出来る。そしてこの通信により得られた動作の
正当性を保証するためのバージョン情報を元に動作の正
当性を判定することによって、通信を行う互いのプログ
ラムの動作の正当性を確認することが出来る。
By adding the version information for guaranteeing the correctness of the operation to the communication by the change confirming means, the objects communicating with each other can obtain the information for guaranteeing the correctness of the operation. As a result, it is possible to know whether or not the communication partner has been changed without constantly referring to the common file. Then, the correctness of the operation can be confirmed based on the version information for assuring the correctness of the operation obtained by this communication, by confirming the correctness of the operation.

【0042】また、プログラムが同一の動作/内容であ
ることを保証する情報により、たとえ直接動作の正当性
が保証できなくとも間接的に動作の正当性を保証するこ
とが出来、オブジェクトが正当な動作を提供できる範囲
が広がる。そしてこれによりオブジェクトの変更が容易
に行えるようになり、ユーザーの負担が軽くなる。
Further, even if the correctness of the direct operation cannot be guaranteed, the correctness of the operation can be indirectly guaranteed by the information that guarantees that the programs have the same operation / content, and the object is legitimate. The range in which motion can be provided is expanded. This makes it possible to easily change the object, which reduces the burden on the user.

【0043】[0043]

【発明の効果】本発明によれば、複数のプログラムから
構成されるシステムのプログラムの内、情報処理システ
ム全体を停止させずに一部のプログラムを変更する場合
に、情報処理システムの動作の正しさを確認、保証する
効率の良い、しかもユーザーに負担を掛けない手段を提
供できる。
According to the present invention, when a part of the programs of a system composed of a plurality of programs is changed without stopping the entire information processing system, the operation of the information processing system is corrected. It is possible to provide an efficient means for confirming and guaranteeing the quality, and not burdening the user.

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

【図1】本発明の第1の実施例における変更確認手段の
ブロック図である。
FIG. 1 is a block diagram of a change confirmation unit according to a first embodiment of the present invention.

【図2】本発明における情報処理システムのブロック図
である。
FIG. 2 is a block diagram of an information processing system according to the present invention.

【図3】本発明におけるオブジェクト変更時のシステム
のブロック図である。
FIG. 3 is a block diagram of a system for changing an object according to the present invention.

【図4】本発明における変更指示装置の動作の説明図で
ある。
FIG. 4 is an explanatory diagram of an operation of the change instruction device according to the present invention.

【図5】本発明における送信側のオブジェクトの変更確
認手段の手順を表す説明図である。
FIG. 5 is an explanatory diagram showing the procedure of the object change confirmation means on the transmission side in the present invention.

【図6】本発明における受信側のオブジェクトの変更確
認手段の手順を表す説明図である。
FIG. 6 is an explanatory diagram showing the procedure of the object change confirmation means on the receiving side in the present invention.

【図7】本発明における送信側のオブジェクトの他の変
更確認手段の手順を表す説明図である。
FIG. 7 is an explanatory diagram showing a procedure of another modification confirmation means of an object on the transmission side according to the present invention.

【図8】本発明における受信側のオブジェクトの他の変
更確認手段の手順を表す説明図である。
FIG. 8 is an explanatory diagram showing a procedure of another modification confirmation means of the receiving side object in the present invention.

【図9】本発明における送信側のオブジェクトの他の変
更確認手段の手順を表す説明図である。
FIG. 9 is an explanatory diagram showing a procedure of another modification confirmation means of an object on the transmission side according to the present invention.

【図10】本発明における受信側のオブジェクトの他の
変更確認手段の手順を表す説明図である。
FIG. 10 is an explanatory diagram showing a procedure of another modification confirmation means of the receiving side object in the present invention.

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

1,2,3・・・計算機、4・・・オブジェクトデータ
ベース、5・・・変更指示装置、6・・・変更指示、7
・・・システム、10,11,12,13,14,1
5,16,17,20,30,50・・・オブジェク
ト、40,41・・・通信パケット、31・・・利用オ
ブジェクト管理テーブル、52・・・バージョン情報テ
ーブル、53・・・オブジェクトID、100,101,
102,110,120,130,140,150,1
60,170,200・・・変更確認手段、131,1
41,151,161,171,201・・・変更手
段、111・・・要求情報付加手段、112・・・オブ
ジェクト情報更新手段、123・・・バージョンチェッ
ク手段、124・・・自己情報付加手段。
1, 2, 3, ... Calculator, 4 ... Object database, 5 ... Change instruction device, 6 ... Change instruction, 7
... Systems, 10, 11, 12, 13, 14, 1
5, 16, 17, 20, 20, 30, 50 ... Object, 40, 41 ... Communication packet, 31 ... Utilized object management table, 52 ... Version information table, 53 ... Object ID, 100 , 101,
102, 110, 120, 130, 140, 150, 1
60, 170, 200 ... Change confirmation means, 131, 1
41, 151, 161, 171, 201 ... Change means, 111 ... Request information addition means, 112 ... Object information update means, 123 ... Version check means, 124 ... Self information addition means.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 横山 孝典 茨城県日立市久慈町4026番地 株式会社日 立製作所日立研究所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Takanori Yokoyama 4026 Kujimachi, Hitachi City, Ibaraki Prefecture Hitachi Research Laboratory, Hitachi, Ltd.

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】複数のオブジェクトが通信している情報処
理システムにおいて、 実行中の上記オブジェクトのうち少なくとも一つにオブ
ジェクト変更指示を指令する変更指示手段と、 指示された上記オブジェクトを変更する変更手段と、 変更後の上記オブジェクトの動作の正当性を確認する正
当性確認手段とを有し、 実行中のオブジェクトの変更を行うことを特長とする情
報処理システム。
1. In an information processing system in which a plurality of objects communicate with each other, change instruction means for instructing an object change instruction to at least one of the objects being executed, and change means for changing the instructed object. An information processing system characterized by having a legitimacy confirmation means for confirming the legitimacy of the operation of the above-mentioned object after the change, and changing the object under execution.
【請求項2】請求項1記載の情報処理システムにおい
て、 上記正当性確認手段は、上記各オブジェクト毎に含ま
れ、 送信元オブジェクトが有する上記正当性確認手段は、送
信先オブジェクトの動作の正当性を確認するための送信
側の正当性保証情報を、送信元オブジェクトが通信を行
う際に付与する通信管理手段を有し、 送信先オブジェクトが有する上記正当性確認手段は、自
己の有する正当性判定情報と、上記正当性保証情報とか
ら送信先オブジェクトが正しい動作ができるかどうかを
判定する判定手段とを有することを特長とする情報処理
システム。
2. The information processing system according to claim 1, wherein the legitimacy confirming unit is included in each of the objects, and the legitimacy confirming unit of the source object has legitimacy of the operation of the destination object. The sender object has communication management means for providing the sender's correctness assurance information for confirming that the sender object has the communication management means, and the sender object has the above-mentioned validity check means, which has its own validity judgment. An information processing system, comprising: a determination unit that determines whether or not a destination object can perform a correct operation from information and the above-described validity guarantee information.
【請求項3】請求項1記載の情報処理システムにおい
て、 上記正当性確認手段は、上記各オブジェクト毎に含ま
れ、 送信先オブジェクトが有する上記正当性確認手段は、 処理結果を返す際に送信先オブジェクトの正当性判定情
報を付与する通信管理手段を有し、 送信元オブジェクトが有する上記正当性確認手段は、自
己の有する正当性保証情報と、上記正当性保証情報とか
ら送信先オブジェクトが正しい動作ができるかどうかを
判定する判定手段とを有することを特長とする情報処理
システム。
3. The information processing system according to claim 1, wherein the validity checking means is included in each of the objects, and the validity checking means of the destination object has a destination when the processing result is returned. The validity checking means included in the transmission source object has a communication management means for giving the validity determination information of the object, and the transmission destination object operates correctly based on the validity assurance information possessed by itself and the validity assurance information. An information processing system characterized by having a determination means for determining whether or not the operation is possible.
【請求項4】請求項2記載の情報処理システムにおい
て、 送信先オブジェクトが有する上記正当性確認手段は、 処理結果を返す際に、自己の有する正当性判定情報と送
信側の正当性保証情報とが異なるときに、自己の有する
正当性判定情報を付与する通信管理手段を有し、 上記送信元オブジェクトが有する上記正当性確認手段
は、送られてきた上記正当性判定情報を用いて自己の正
当性保証情報を更新する手段を持つことを特長とする情
報処理システム。
4. The information processing system according to claim 2, wherein the validity confirmation means included in the destination object includes the validity determination information possessed by itself and the validity guarantee information on the transmitting side when returning the processing result. When there is a difference, it has a communication management means for adding its own validity determination information, and the above-mentioned validity confirmation means included in the above-mentioned transmission source object is An information processing system characterized by having means for updating sex assurance information.
【請求項5】請求項2、3または4記載の情報処理シス
テムにおいて、 送信元オブジェクトは、送信元オブジェクトが送信する
正当性保証情報を有することを特長とする情報処理シス
テム。
5. The information processing system according to claim 2, 3 or 4, wherein the transmission source object has validity guarantee information transmitted by the transmission source object.
【請求項6】請求項2、3、4または5記載の情報処理
システムにおいて、 上記正当性判定情報は、複数の正当性保証情報に対し
て、正しい動作ができるがどうかを判定することを特長
とする情報処理システム。
6. The information processing system according to claim 2, 3, 4 or 5, wherein the validity determination information determines whether or not a correct operation can be performed with respect to a plurality of validity guarantee information. Information processing system.
【請求項7】請求項2、3、4、5または6記載の情報
処理システムにおいて、 上記正当性保証情報は、通信を行うときに、送信先オブ
ジェクトの変更履歴を反映した送信先オブジェクトの識
別情報を有し、 送信先オブジェクトが有する上記正当性確認手段は、返
信時に上記識別情報を付加するすることを特長とする情
報処理システム。
7. The information processing system according to claim 2, 3, 4, 5, or 6, wherein the validity assurance information identifies a destination object that reflects a change history of the destination object when performing communication. An information processing system having information, wherein the validity checking means of the destination object adds the identification information at the time of reply.
【請求項8】請求項2、3、4、5、6または7記載の
情報処理システムにおいて、 上記正当性保証情報を受付ける手段を有することを特徴
とする情報処理システム。
8. The information processing system according to claim 2, 3, 4, 5, 6 or 7, further comprising means for accepting the validity guarantee information.
【請求項9】請求項2、3、4、5、6、7または8記
載の情報処理システムにおいて、 上記正当性判定情報を受付ける手段を有することを特徴
とする情報処理システム。
9. The information processing system according to claim 2, 3, 4, 5, 6, 7 or 8, further comprising means for accepting the validity determination information.
JP12906892A 1992-05-21 1992-05-21 Information processing system Pending JPH05324303A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12906892A JPH05324303A (en) 1992-05-21 1992-05-21 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12906892A JPH05324303A (en) 1992-05-21 1992-05-21 Information processing system

Publications (1)

Publication Number Publication Date
JPH05324303A true JPH05324303A (en) 1993-12-07

Family

ID=15000294

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12906892A Pending JPH05324303A (en) 1992-05-21 1992-05-21 Information processing system

Country Status (1)

Country Link
JP (1) JPH05324303A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6754848B1 (en) 1999-09-30 2004-06-22 International Business Machines Corporation Method, system and program products for operationally migrating a cluster through emulation
US7155712B2 (en) 2000-03-15 2006-12-26 Fujitsu Limited Information processing system enabling dynamically loading or replacing program component in memory allocated to activated process

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6754848B1 (en) 1999-09-30 2004-06-22 International Business Machines Corporation Method, system and program products for operationally migrating a cluster through emulation
US6915452B2 (en) 1999-09-30 2005-07-05 International Business Machines Corporation Method, system and program products for operationally migrating a cluster through emulation
US7155712B2 (en) 2000-03-15 2006-12-26 Fujitsu Limited Information processing system enabling dynamically loading or replacing program component in memory allocated to activated process

Similar Documents

Publication Publication Date Title
US5008814A (en) Method and apparatus for updating system software for a plurality of data processing units in a communication network
JP4241940B2 (en) A method for doing transactions in a distributed database.
US6557025B1 (en) Method and apparatus that improves the technique by which a plurality of agents process information distributed over a network through by way of a contract net protocol
US6490693B1 (en) Dynamic reconfiguration of a quorum group of processors in a distributed computing system
CN107153660B (en) Fault detection processing method and system for distributed database system
JPH10187519A (en) Method for preventing contention of distribution system
US6487678B1 (en) Recovery procedure for a dynamically reconfigured quorum group of processors in a distributed computing system
US20180006941A1 (en) Resilient peer-to-peer application message routing
KR20140047230A (en) Method for optimizing distributed transaction in distributed system and distributed system with optimized distributed transaction
US7568034B1 (en) System and method for data distribution
US7219106B2 (en) System for distributing files and transmitting/receiving distributed files
CN112015595B (en) Master-slave database switching method, computing device and storage medium
US6092109A (en) Information matching system and its matching method for matching information between terminal equipment connected via network
JP2006227763A (en) Data sharing system, data sharing method, and program
JPH05324303A (en) Information processing system
US20220327033A1 (en) Distributed consensus method, distributed system and distributed consensus program
CN111901243B (en) Service request routing method, scheduler and service platform
WO2020031744A1 (en) Atomicity guarantee device and atomicity guarantee method
CN107153594B (en) HA component main selection method and system of distributed database system
CN114513501B (en) Target distribution method and system
JP2004515834A (en) Distributed web serving system
KR102603880B1 (en) Method for block consensus and method for managing transaction state
CN116166300B (en) Upgrade management method and device for intellectual property system
KR102482151B1 (en) System and method for transmitting and receiving data based on bridgehead network
JP4092947B2 (en) Name service multiplexing method, name service multiplexing system, and name service management program