JP3329602B2 - Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system - Google Patents

Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system

Info

Publication number
JP3329602B2
JP3329602B2 JP31011494A JP31011494A JP3329602B2 JP 3329602 B2 JP3329602 B2 JP 3329602B2 JP 31011494 A JP31011494 A JP 31011494A JP 31011494 A JP31011494 A JP 31011494A JP 3329602 B2 JP3329602 B2 JP 3329602B2
Authority
JP
Japan
Prior art keywords
internal state
checkpoint
cycle
program module
execution
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
JP31011494A
Other languages
Japanese (ja)
Other versions
JPH07225698A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP31011494A priority Critical patent/JP3329602B2/en
Publication of JPH07225698A publication Critical patent/JPH07225698A/en
Application granted granted Critical
Publication of JP3329602B2 publication Critical patent/JP3329602B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)
  • Hardware Redundancy (AREA)
  • Multi Processors (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、待機冗長型多重化処
理システム及びこれに用いられるチェックポイント周期
変更方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a standby redundant multiplex processing system and a checkpoint cycle changing method used in the system.

【0002】[0002]

【従来の技術】並列/分散処理システムにおいて、計算
機処理システムの信頼性を向上させるものの1つとし
て、待機冗長型多重化処理システムがある。この待機冗
長型多重化処理システムとは、プログラムモジュールを
多重化して、そのうちの任意のプログラムモジュールに
実行権を与えて処理を実行し、該実行権を与えられたプ
ログラムモジュールが故障した場合に、残りの多重化さ
れた他のプログラムモジュールに実行権を移して実行を
継続するものである。即ち、実行権をもつプログラムモ
ジュールを主系とし、実行権をもたないプログラムモジ
ュールを待機系とすれば、通常は主系が処理を実行し、
該主系が故障した場合に、待機系が新たな主系となって
処理の実行を継続するということである。
2. Description of the Related Art In a parallel / distributed processing system, there is a standby redundant type multiplex processing system as one of methods for improving the reliability of a computer processing system. This standby redundant type multiplex processing system multiplexes program modules, gives execution rights to any one of the program modules, executes processing, and when the program module given the execution right breaks down, The execution right is transferred to the other multiplexed other program modules to continue the execution. That is, if the program module having the execution right is the main system and the program module without the execution right is the standby system, the main system normally executes the processing,
When the main system fails, the standby system becomes a new main system and continues to execute the processing.

【0003】このような待機冗長型多重化処理システム
では、待機系は主系の故障が発生するまで実際の処理を
行なわないので、計算機処理システム毎の処理負荷は小
さく、計算機資源の有効利用を図ることができる反面、
主系と待機系との間のメモリ内容等の内部状態の同一性
を保持しておく必要がある。
In such a standby redundant type multiplex processing system, since the standby system does not perform actual processing until a failure of the main system occurs, the processing load on each computer processing system is small, and the effective use of computer resources is reduced. While you can plan,
It is necessary to maintain the same internal state such as memory contents between the main system and the standby system.

【0004】このため、従来より、主系と待機系の内部
状態の同一性を保持しておくためのチェックポイント
を、システム設計者が意識的にプログラム中に明記する
方法や、チェックポイントを時間的に等間隔に設けて主
系から待機系に周期的に内部状態を送る方法が知られて
いる。
For this reason, conventionally, a method for a system designer to consciously specify a checkpoint for maintaining the same internal state of a main system and a standby system in a program, and a method of setting a checkpoint in time. A method is known in which the internal state is periodically sent from the main system to the standby system at regular intervals.

【0005】しかしながら、システム設計者が意識して
チェックポイントをプログラム中に明記する方法では、
プログラム変更の都度、プログラムの構造を理解してチ
ェックポイントを改めて設定し直さなければならず、シ
ステム設計者の負担が増加するという問題があった。ま
た、固定周期でチェックポイントを設定する方法では、
システム設計者がチェックポイントを意識する必要はな
くなるが、主系の内部状態に変化があるかどうかに関係
なく内部状態を転送してしまうので、効率的でないとい
う問題があった。
[0005] However, in a method in which a system designer is conscious of specifying a checkpoint in a program,
Each time a program is changed, the checkpoint must be set anew after understanding the structure of the program, and there is a problem that the burden on the system designer increases. In the method of setting checkpoints at fixed intervals,
Although the system designer does not need to be aware of the checkpoint, the internal state is transferred irrespective of whether or not the internal state of the main system has changed, so that there has been a problem of inefficiency.

【0006】[0006]

【発明が解決しようとする課題】以上のように、システ
ム設計者が意識してチェックポイントをプログラム中に
明記する方法では、プログラム変更の都度、チェックポ
イントを改めて設定し直さなければならず、システム設
計者の負担が増加するという問題があった。また、固定
周期でチェックポイントを設定する方法では、システム
設計者がチェックポイントを意識する必要はなくなる
が、主系の内部状態に変化があるかどうかに関係なく内
部状態を転送してしまうので、効率的でないという問題
があった。
As described above, in the method in which the system designer is consciously specifying the checkpoint in the program, the checkpoint must be set again every time the program is changed. There is a problem that the burden on the designer increases. Also, in the method of setting checkpoints at fixed intervals, the system designer does not need to be aware of checkpoints, but the internal state is transferred regardless of whether there is a change in the internal state of the main system, There was a problem that it was not efficient.

【0007】このように、待機冗長型多重化処理システ
ムにおける効率的なチェックポイントを設定する方法が
切望されていた。そこで、本発明は、効率よくチェック
ポイントをとることにより、内部状態の同一性を保持す
る動作に伴うシステムの負荷を軽減することのできる待
機冗長型多重化処理システムを提供することを目的とす
る。
Thus, there has been a long-felt need for a method of setting an efficient checkpoint in a standby redundant multiplex processing system. Therefore, an object of the present invention is to provide a standby redundant multiplexing processing system that can reduce the load on the system due to the operation of maintaining the same internal state by efficiently taking checkpoints. .

【0008】[0008]

【課題を解決するための手段】本発明は、上記課題を解
決するために、多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムにおい
て、時間的な値として記述されるチェックポイント周期
を記憶するチェックポイント周期記憶手段と、前記チェ
ックポイント周期に従って、前記実行権が与えられたプ
ログラムモジュールの内部状態が変更されたか否かを判
定する内部状態監視手段と、前記内部状態監視手段によ
る一の判定結果に基づいて、前記実行権が与えられたプ
ログラムモジュールと前記他のプログラムモジュールと
の間の内部状態の同一性を保持する同一性保持手段と、
前記内部状態監視手段による他の判定結果に基づいて、
前記チェックポイント周期記憶手段に記憶されたチェッ
クポイント周期を変更するチェックポイント周期変更手
段とを具備する待機冗長型多重化処理システムである。
According to the present invention, in order to solve the above-mentioned problems, when a program module to which an execution right is given among multiplexed program modules fails, the program module is executed by another program module. In a standby redundant multiplexing processing system that gives execution rights and continues execution, a checkpoint cycle storage unit that stores a checkpoint cycle described as a temporal value, and the execution right is given according to the checkpoint cycle. Internal state monitoring means for determining whether or not the internal state of the program module has been changed, and the program module to which the execution right has been given and the other program module based on one determination result by the internal state monitoring means. Identity maintaining means for maintaining the identity of the internal state between
Based on another determination result by the internal state monitoring means,
A standby redundancy type multiplex processing system comprising: a checkpoint cycle changing means for changing a checkpoint cycle stored in the checkpoint cycle storage means.

【0009】また、本発明は、多重化されたプログラム
モジュールのうち、実行権が与えられたプログラムモジ
ュールが故障した場合に、他のプログラムモジュールに
実行権を与えて実行を継続する待機冗長型多重化処理シ
ステムにおいて、時間的な値として記述されるチェック
ポイント周期を記憶するチェックポイント周期記憶手段
と、この手段に記憶されたチェックポイント周期を変更
するチェックポイント周期変更手段と、前記チェックポ
イント周期に従って、前記実行権が与えられたプログラ
ムモジュールの内部状態が変更されたか否かを判定する
内部状態監視手段と、前記実行権が与えられたプログラ
ムモジュールと前記他のプログラムモジュールとの間の
内部状態の同一性を保持する同一性保持手段と、前記内
部状態監視手段により内部状態が変更されていないと判
定された場合に、前記チェックポイント周期変更手段を
起動される第1の起動手段と、前記内部状態監視手段に
より内部状態が変更されたと判定された場合に、前記同
一性保持手段を起動される第2の起動手段とを具備する
待機冗長型多重化処理システムである。
Further, the present invention provides a standby redundant type multiplex that gives an execution right to another program module and continues execution when a program module to which an execution right is given among the multiplexed program modules fails. Checkpoint cycle storage means for storing a checkpoint cycle described as a temporal value, a checkpoint cycle change means for changing the checkpoint cycle stored in this means, An internal state monitoring means for determining whether or not the internal state of the program module to which the execution right has been given has been changed; and an internal state between the program module to which the execution right has been given and the other program module. The identity holding means for maintaining identity and the internal state monitoring means; When it is determined that the internal state has not been changed, the first activation unit that activates the checkpoint cycle changing unit, and when it is determined that the internal state has been changed by the internal state monitoring unit, A standby redundant multiplex processing system comprising: a second activation unit that activates the identity maintaining unit.

【0010】さらに、本発明は、実行権が与えられたプ
ログラムモジュール、すなわち主系プログラムモジュー
ル、又は他のプログラムモジュール、すなわち待機系プ
ログラムモジュールのいずれかがチェックポイント周期
を管理するという観点からも構成される。
Further, the present invention is also configured from the viewpoint that one of the program module to which the execution right is given, ie, the main program module, or another program module, ie, the standby program module, manages the checkpoint cycle. Is done.

【0011】すなわち、本発明は、多重化されたプログ
ラムモジュールのうち、実行権が与えられたプログラム
モジュールが故障した場合に、他のプログラムモジュー
ルに実行権を与えて実行を継続する待機冗長型多重化処
理システムにおいて、前記実行権が与えられたプログラ
ムモジュールは、時間的な値として記述されるチェック
ポイント周期を記憶するチェックポイント周期記憶手段
と、この手段に記憶されたチェックポイント周期を変更
するチェックポイント周期変更手段と、自己の内部状態
を前記他のプログラムモジュールに送出する送出手段
と、前記チェックポイント周期に従って、前記実行権が
与えられたプログラムモジュールの内部状態が変更され
たか否かを判定する内部状態監視手段と、前記内部状態
監視手段により内部状態が変更されていないと判定され
た場合に、前記チェックポイント周期変更手段を起動す
る第1の起動手段と、この手段により内部状態が変更さ
れたと判定された場合に、前記送出手段を起動する第2
の起動手段とを具備し、前記他のプログラムモジュール
は、内部状態を記憶する内部状態憶手段と、前記送出手
段により送出された内部状態に従って内部状態記憶手段
に記憶された内部状態を変更する内部状態変更手段とを
具備する待機冗長型多重化処理システムである。
That is, according to the present invention, when a program module to which an execution right is given among the multiplexed program modules fails, the standby redundancy type multiplex that gives execution rights to other program modules and continues execution. In the conversion processing system, the program module to which the execution right is given includes a checkpoint cycle storage means for storing a checkpoint cycle described as a temporal value, and a check for changing the checkpoint cycle stored in the means. Point cycle changing means, sending means for sending its own internal state to the another program module, and determining whether or not the internal state of the program module to which the execution right has been given has been changed according to the checkpoint cycle. Internal state monitoring means, and an internal First activation means for activating the checkpoint cycle changing means when it is determined that the state has not been changed, and activating the sending means when it is determined that the internal state has been changed by this means. Second
The other program module comprises: an internal state storage unit for storing an internal state; and an internal unit for changing an internal state stored in the internal state storage unit in accordance with the internal state sent by the sending unit. This is a standby redundant multiplex processing system including a state changing unit.

【0012】また、本発明は、多重化されたプログラム
モジュールのうち、実行権が与えられたプログラムモジ
ュールが故障した場合に、他のプログラムモジュールに
実行権を与えて実行を継続する待機冗長型多重化処理シ
ステムにおいて、前記実行権が与えられたプログラムモ
ジュールは、前記他のプログラムモジュールからの問い
合わせ要求に対して、自己の内部状態が変更されたか否
かを判定する内部状態監視手段と、この手段による判定
結果を前記他のプログラムモジュールに送出する送出手
段とを具備し、前記他のプログラムモジュールは、時間
的な値として記述されるチェックポイント周期を記憶す
るチェックポイント周期記憶手段と、この手段に記憶さ
れたチェックポイント周期を変更するチェックポイント
周期変更手段と、内部状態を記憶する内部状態記憶手段
と、この手段に記憶された内部状態を変更する内部状態
変更手段と、前記チェックポイント周期に従って、前記
内部状態監視手段に内部状態の変更状況の問い合わせ要
求を送出する問い合わせ手段と、前記送出手段からの判
定結果に内部状態を含まない場合に、前記チェックポイ
ント周期変更手段を起動する第1の起動手段と、前記送
出手段からの判定結果に内部状態を含む場合に、前記内
部状態記憶手段に記憶された内部状態を該送出された内
部状態に変更すべく前記内部状態変更手段を起動する第
2の起動手段とを具備する待機冗長型多重化処理システ
ムである。
Further, the present invention provides a standby redundant type multiplex that gives an execution right to another program module and continues execution when a program module to which an execution right is given among the multiplexed program modules fails. An internal state monitoring means for determining whether or not an internal state of the program module given the execution right is changed in response to an inquiry request from the another program module; and Sending means for sending a result of the determination to the other program module, wherein the other program module includes a checkpoint cycle storing means for storing a checkpoint cycle described as a temporal value, and Checkpoint cycle changing means for changing the stored checkpoint cycle; An internal state storage means for storing the internal state; an internal state change means for changing the internal state stored in the means; and a request for an internal state change status inquiry request to the internal state monitoring means in accordance with the checkpoint cycle. A first initiating means for activating the checkpoint cycle changing means when the judgment result from the sending means does not include the internal state, and a case in which the judgment result from the sending means includes the internal state. And a second activation means for activating the internal state changing means to change the internal state stored in the internal state storage means to the transmitted internal state. .

【0013】一方、本発明は、待機冗長型多重処理シス
テムに用いられるチェックポイント周期の変更方法とい
う観点からも構成される。すなわち、本発明は、多重化
されたプログラムモジュールのうち、実行権が与えられ
たプログラムモジュールが故障した場合に、他のプログ
ラムモジュールに実行権を与えて実行を継続する待機冗
長型多重化処理システムに用いられるチェックポイント
周期の変更方法において、前記チェックポイント周期に
従って前記実行権が与えられたプログラムモジュールの
内部状態が変更されたか否かを判定するステップと、こ
のステップにより前記実行権が与えられたプログラムモ
ジュールの内部状態が変更されたと判定された場合に、
前記他のプログラムモジュールに対して前記実行権が与
えられたプログラムモジュールの内部状態を送信するス
テップと、このステップにより送信された内部状態に従
って、前記他のプログラムモジュールの内部状態を変更
するステップと、前記判定ステップにより前記実行権が
与えられたプログラムモジュールの内部状態が変更され
ていないと判定された場合に、前記チェックポイント周
期を変更するステップとからなる待機冗長型多重化処理
システムに用いられるチェックポイント周期の変更方法
である。
On the other hand, the present invention is also configured from the viewpoint of a method of changing a checkpoint cycle used in a standby redundant type multiprocessing system. In other words, the present invention provides a standby redundant multiplex processing system that, when a program module to which execution right is given among multiplexed program modules fails, gives execution rights to other program modules and continues execution. Determining whether or not the internal state of the program module to which the execution right has been given has been changed in accordance with the checkpoint cycle; and the execution right has been given by this step. If it is determined that the internal state of the program module has changed,
Transmitting the internal state of the program module to which the execution right has been given to the another program module, and changing the internal state of the other program module according to the internal state transmitted by this step; Changing the checkpoint period when the internal state of the program module to which the execution right has been granted is not changed by the determining step. This is how to change the point cycle.

【0014】また、本発明は、多重化されたプログラム
モジュールのうち、実行権が与えられたプログラムモジ
ュールが故障した場合に、他のプログラムモジュールに
実行権を与えて実行を継続する待機冗長型多重化処理シ
ステムに用いられるチェックポイント周期の変更方法に
おいて、前記チェックポイントに従い前記他のプログラ
ムモジュールから前記実行権が与えられたプログラムモ
ジュールに、前記実行権が与えられたプログラムモジュ
ールの内部状態が変更されたか否かを問い合わせるため
の問い合わせ要求を送信するステップと、前記他のプロ
グラムモジュールから送信された問い合わせ要求に従っ
て、前記実行権が与えられたプログラムモジュールの内
部状態が変更されたか否かを判定するステップと、この
ステップにより判定された判定結果を前記他のプログラ
ムモジュールに返答するステップと、この返答された判
定結果が、前記実行権が与えられたプログラムモジュー
ルの内部状態を含んでいない場合に、前記チェックポイ
ント周期を変更するステップと、前記返答ステップによ
り返答された判定結果が、前記実行権が与えられたプロ
グラムモジュールの内部状態を含んでいる場合に、前記
判定結果に含まれている内部状態に従って前記他のプロ
グラムモジュールの内部状態を変更するステップとから
なる待機冗長型多重化処理システムに用いられるチェッ
クポイント周期の変更方法である。
Further, according to the present invention, when a program module to which the execution right is given among the multiplexed program modules fails, the standby redundancy type multiplex that gives execution rights to other program modules and continues execution. In the method of changing the checkpoint cycle used in the conversion processing system, the internal state of the program module to which the execution right is assigned is changed from the another program module to the program module to which the execution right is assigned according to the checkpoint. Transmitting an inquiry request for inquiring whether or not the program module to which the execution right has been given has been changed according to the inquiry request transmitted from the another program module. And this step Returning the determined determination result to the other program module; and changing the checkpoint cycle when the returned determination result does not include the internal state of the program module to which the execution right is assigned. And if the determination result returned in the response step includes the internal state of the program module to which the execution right has been given, the other program module is executed according to the internal state included in the determination result. This is a method of changing the checkpoint cycle used in the standby redundant multiplex processing system, which comprises the step of changing the internal state.

【0015】[0015]

【作用】本発明によれば、以下のような作用を生じる。
即ち、チェックポイント周期に従って内部状態に変更が
あったか否かを監視し、内部状態に変更があったと判定
した場合には、他のプログラムモジュールとの間の内部
状態の同一性を保障し、また、内部状態に変更がなかっ
たと判定した場合には、チェックポイント周期を変更す
るので、効率の良いチェックポイント周期で内部状態を
監視することが可能になる。これにより、内部状態の同
一性を保持するための処理に伴う計算機システムの負荷
を軽減することが可能になる。
According to the present invention, the following effects are obtained.
That is, it monitors whether or not the internal state has changed according to the checkpoint cycle, and when it is determined that the internal state has changed, guarantees the identity of the internal state with other program modules, and If it is determined that the internal state has not been changed, the checkpoint cycle is changed, so that the internal state can be monitored with an efficient checkpoint cycle. This makes it possible to reduce the load on the computer system involved in processing for maintaining the same internal state.

【0016】より具体的には、チェックポイント周期に
従って内部状態に変更があったか否かを監視し、内部状
態に変更があったと判定した場合に、他のプログラムモ
ジュールとの間の内部状態の同一性を保障するととも
に、チェックポイント周期を現在のチェックポイント周
期よりも短い値に変更するので、チェックポイント周期
が長くなり続けるという事態を回避することが可能にな
る。
More specifically, it is monitored whether or not the internal state has been changed in accordance with the checkpoint cycle. When it is determined that the internal state has been changed, the identity of the internal state with another program module is determined. And the checkpoint cycle is changed to a value shorter than the current checkpoint cycle, so that it is possible to avoid a situation where the checkpoint cycle continues to be long.

【0017】一方、内部状態に変更がなかったと判定し
た場合に、チェックポイント周期を現在のチェックポイ
ント周期よりも長い値に変更するので、内部状態を同一
に保つための処理を行う頻度を減らすことが可能にな
る。
On the other hand, when it is determined that the internal state has not been changed, the checkpoint cycle is changed to a value longer than the current checkpoint cycle. Therefore, the frequency of processing for maintaining the same internal state is reduced. Becomes possible.

【0018】これにより、内部状態の同一性を保持する
ための処理に伴う計算機システムの負荷を軽減すること
が可能になる。また、実行権が与えられたプログラムモ
ジュールで、内部状態の変更があったと判定した場合に
は、実行権が与えられたプログラムモジュール側から他
のプログラムモジュールに内部状態を送出し、他のプロ
グラムモジュール側で送出された内部状態に従って内部
状態を変更して、内部状態の同一性を保障する。
This makes it possible to reduce the load on the computer system involved in processing for maintaining the same internal state. If it is determined that the internal state has been changed in the program module to which the execution right has been given, the internal state is sent from the program module to which the execution right has been given to another program module, and the other program module is sent to the other program module. The internal state is changed according to the internal state sent by the side to ensure the identity of the internal state.

【0019】その際、内部状態の変更があったと判定し
た場合に、内部状態の同一性を保持するとともに、チェ
ックポイント周期変更手段はチェックポイント周期が短
くなるように変更するので、チェックポイント周期が長
くなりすぎるという事態から回避することが可能にな
る。
At this time, when it is determined that the internal state has been changed, the identity of the internal state is maintained, and the checkpoint cycle changing means changes the checkpoint cycle to be shorter. It is possible to avoid a situation where the length becomes too long.

【0020】また、内部状態の変更がなかったと判定し
た場合には、実行権が与えられたプログラムモジュール
側でチェックポイント周期を長くなるように変更するの
で、内部状態を同一に保つための処理を行う頻度を減ら
すことが可能になる。
If it is determined that the internal state has not been changed, the checkpoint cycle is changed to be longer on the program module to which the execution right has been given, so that a process for maintaining the same internal state is performed. It is possible to reduce the frequency of performing.

【0021】これにより、内部状態の同一性を保持する
ための処理に伴う計算機システムの負荷を軽減すること
が可能になる。一方、実行権が与えられていない他のプ
ログラムモジュールからの問い合わせ要求に従って、実
行権が与えられたプログラムモジュールは内部状態の変
更があったか否かを判定し、その判定結果を他のプログ
ラムモジュールに返答する。他のプログラムモジュール
側では、送出されてきた判定結果が内部状態を含むもの
である場合には、自己の内部状態を変更して内部状態を
保障する。
This makes it possible to reduce the load on the computer system involved in processing for maintaining the same internal state. On the other hand, in response to an inquiry request from another program module to which the execution right has not been given, the program module to which the execution right has been given determines whether or not the internal state has been changed, and returns the determination result to the other program module. I do. On the other program module side, when the sent determination result includes the internal state, the internal state is changed to guarantee the internal state.

【0022】その際、内部状態の同一性を保持するとと
もに、チェックポイント周期変更手段はチェックポイン
ト周期が短くなるように変更するので、チェックポイン
ト周期が長くなりすぎるという事態から回避することが
可能になる。
At this time, the checkpoint cycle changing means changes the checkpoint cycle so as to shorten the checkpoint cycle while maintaining the same internal state, so that it is possible to avoid a situation where the checkpoint cycle becomes too long. Become.

【0023】また、送出されてきた判定結果に内部状態
を含むものでない場合には、チェックポイント周期変更
手段がチェックポイント周期を長くなるように変更する
ので、内部状態を同一に保つための処理を行う頻度を減
らすことが可能になる。
If the transmitted judgment result does not include the internal state, the checkpoint period changing means changes the checkpoint period so as to be longer. It is possible to reduce the frequency of performing.

【0024】さらに、チェックポイント周期の管理を実
行権の与えられていない他のプログラムモジュール側が
行うので、実行権が与えられたプログラムモジュールが
行う本来の処理が中断されることが減少する。これによ
り、内部状態の同一性を保持するための処理に伴う計算
機システムの負荷を軽減することが可能になる。
Further, since the management of the checkpoint cycle is performed by another program module to which the execution right has not been given, the interruption of the original processing performed by the program module to which the execution right has been given is reduced. This makes it possible to reduce the load on the computer system involved in processing for maintaining the same internal state.

【0025】[0025]

【実施例】以下、図面を参照しながら本発明の一実施例
について説明する。 (第1実施例)図1は、本発明に係る待機冗長型多重化
処理システムの概略構成を示す図である。本実施例で
は、計算機処理システムの実行単位をプログラムモジュ
ールとしている。同図(a)において、本処理装置1
a,1b,1cは、プログラムモジュールが登録され、
該プログラムモジュールを解釈・実行する。また、本処
理装置1a,1b,1cは、メッセージ交換装置2a,
2b,2cを介して通信路3により相互に接続されてい
る。メッセージ交換装置2a,2b,2cは、プログラ
ムモジュール間の通信を制御するためのものである。
An embodiment of the present invention will be described below with reference to the drawings. (First Embodiment) FIG. 1 is a diagram showing a schematic configuration of a standby redundant multiplex processing system according to the present invention. In this embodiment, the execution unit of the computer processing system is a program module. Referring to FIG.
a, 1b, 1c are registered program modules,
Interpret and execute the program module. In addition, the processing devices 1a, 1b, 1c include the message exchange devices 2a,
They are interconnected by a communication path 3 via 2b and 2c. The message exchange devices 2a, 2b, 2c are for controlling communication between program modules.

【0026】また、同図(b)は、本処理装置1の構成
の一例を示す図である。本処理装置1は、CPU(Cent
ral Processing Unit )101、ROM(Read Only Me
mory)102、RAM(Random Access Memory)103
及びI/O装置(Input/Output unit )からなり、これ
らはシステムバス105により接続されている。
FIG. 2B is a diagram showing an example of the configuration of the processing apparatus 1. As shown in FIG. The processing apparatus 1 has a CPU (Cent
ral Processing Unit) 101, ROM (Read Only Me)
mory) 102, RAM (Random Access Memory) 103
And an I / O device (Input / Output unit), which are connected by a system bus 105.

【0027】本発明では、さらに、信頼性を向上させる
等の理由により、個々のプログラムモジュールを多重化
して他の本処理装置に分散配置している。図2は、多重
化されたプログラムモジュールの概念を説明するための
図である。
In the present invention, the individual program modules are multiplexed and distributed to other main processing units for reasons such as improving reliability. FIG. 2 is a diagram for explaining the concept of a multiplexed program module.

【0028】同図において、プログラムモジュールA
は、本処理装置1a,1b,1cにそれぞれ登録されて
いる。ここでは、プログラムモジュールAについて、多
重化されたプログラムモジュールをそれぞれA1,A
2,A3とする。また、それぞれの本処理装置1a,1
b,1c,…に登録されたプログラムモジュールA1,
A2,A3のうち、プログラムモジュールA1のみが、
実行権が与えられたプログラムモジュールであり、残り
のプログラムモジュールA2,A3は、実行権が与えら
れていないプログラムモジュールである。即ち、プログ
ラムモジュールA1が通常時に動作する主系であり、残
りのプログラムモジュールA2,A3は、通常時におい
ては実際の処理を行わず、プログラムモジュールA1が
何らかの原因で故障した場合にのみいずれか1つが新た
な主系となるべく待機している待機系である。このよう
に、待機系が2つ以上存在する場合は、待機系中のいず
れか1つが主系の故障時に主系に切り替わる。
Referring to FIG.
Are registered in the processing apparatuses 1a, 1b, and 1c, respectively. Here, for the program module A, the multiplexed program modules are denoted by A1, A, respectively.
2, A3. In addition, each of the main processing apparatuses 1a, 1
b, 1c,... registered in the program module A1,
Of A2 and A3, only the program module A1 is
The program modules to which the execution right has been given, and the remaining program modules A2 and A3 are the program modules to which the execution right has not been given. In other words, the program module A1 is a main system that operates in the normal state, and the remaining program modules A2 and A3 do not perform actual processing in the normal state, and only one of the two program modules A1 and A3 fails when the program module A1 fails for some reason. One is a standby system that is waiting to become a new main system. Thus, when there are two or more standby systems, one of the standby systems switches to the main system when the main system fails.

【0029】同様に、プログラムモジュールBは、本処
理装置1aと1bとにそれぞれプログラムモジュールB
1とB2として登録されており、本処理装置1bのプロ
グラムモジュールB1が主系、本処理装置1aのプログ
ラムモジュールB2が待機系となっている。同様に、プ
ログラム・モジュールCは、本処理装置1aと1bと1
cとにそれぞれプログラムモジュールC1,C2,C3
として登録されており、本処理装置1cのプログラムモ
ジュールC1が主系、残りの本処理装置1a及び1bの
プログラムモジュールC3及びC2が待機系となってい
る。
Similarly, the program module B is stored in the processing devices 1a and 1b, respectively.
1 and B2, the program module B1 of the processing apparatus 1b is a main system, and the program module B2 of the processing apparatus 1a is a standby system. Similarly, the program module C includes the processing devices 1a, 1b, and 1
c and program modules C1, C2 and C3, respectively.
The program module C1 of the main processing apparatus 1c is a main system, and the program modules C3 and C2 of the remaining main processing apparatuses 1a and 1b are a standby system.

【0030】このように、あるプログラムモジュールに
ついて、主系である実行中実行単位群と、待機系である
待機中実行単位群とに多重化し、通常時は主系が処理を
実行し、主系が故障した場合に、残りの待機系が主系に
切り替わって処理を継続するシステムを、待機冗長型多
重化処理システムという。
As described above, a certain program module is multiplexed into the active execution unit group which is the main system and the standby execution unit group which is the standby system, and the main system normally executes the processing. In the event of a failure, a system in which the remaining standby system switches to the main system and continues processing is called a standby redundant multiplex processing system.

【0031】このような待機冗長型多重化処理システム
では、主系と対応する待機系との間の内部状態の同一性
を保持する必要があり、そのための機構が必要となる。
このため、待機冗長型多重化処理システムでは、あるプ
ログラムモジュールがその内部状態を転送すべきか否か
を判定する時点を設ける方法が採用される。本実施例で
は、この「ある時点」をチェックポイントと呼ぶことと
し、また、あるチェックポイントから次のチェックポイ
ントまでの間隔をチェックポイント周期と呼ぶこととす
る。
In such a standby redundant type multiplex processing system, it is necessary to maintain the same internal state between the main system and the corresponding standby system, and a mechanism for this is required.
For this reason, the standby redundant multiplexing processing system adopts a method of providing a point in time when a certain program module determines whether or not to transfer its internal state. In this embodiment, this “certain point” is referred to as a checkpoint, and the interval from one checkpoint to the next checkpoint is referred to as a checkpoint cycle.

【0032】ところで、主系と待機系との間の内部状態
の同一性を保持する方法として、2つのタイプが考えら
れる。1つは、主系側で管理されたチェックポイントに
従って主系の内部状態を対応する待機系に転送する方法
(主系主導)である。もう1つは、待機系側で管理され
たチェックポイントに従って待機系から転送要求を対応
する主系に送り、その転送要求に従って主系の内部状態
を待機系に転送する方法(待機系主導)である。
There are two types of methods for maintaining the same internal state between the main system and the standby system. One is a method (main system initiative) of transferring the internal state of the main system to the corresponding standby system according to the checkpoint managed on the main system side. The other is a method in which a transfer request is sent from the standby system to a corresponding main system according to a check point managed by the standby system, and the internal state of the main system is transferred to the standby system in accordance with the transfer request (standby system initiative). is there.

【0033】図3は、このようなチェックポイント管理
の概念を説明するための図である。同図(a)は主系主
導、同図(b)は待機系主導の場合のプログラムモジュ
ールの実行を時間的経過で見たものである。
FIG. 3 is a diagram for explaining the concept of such checkpoint management. FIG. 7A shows the execution of a program module in the case of the initiative of the main system, and FIG.

【0034】即ち、同図(a)に示すように、主系側で
管理されるチェックポイントPn-1,Pn ,…におい
て、主系は内部状態の変更の有無を判定し、内部状態の
変更があったと判定した場合には、待機系にその内部状
態を転送する。つまり、同図(a)では、チェックポイ
ントPn において判定された内部状態に変更があったた
め、主系から待機系へ内部状態Iの転送があったことを
示している。
That is, as shown in FIG. 3A, at the check points Pn-1, Pn,... Managed on the main system side, the main system judges whether or not the internal state has been changed, and changes the internal state. If it is determined that there has been an error, the internal state is transferred to the standby system. That is, FIG. 7A shows that the internal state I has been transferred from the main system to the standby system because the internal state determined at the check point Pn has changed.

【0035】一方、同図(b)に示すように、待機系側
で管理されるチェックポイントPn-1 ,Pn ,…におい
て、待機系は主系に内部状態の転送を要求し、主系はこ
れを受けて内部状態が変更されているか否かを判定し、
その判定結果を待機系へ送信する。そして、待機系で
は、送信結果に内部状態を含む場合は、送信された内部
状態に更新する。つまり、同図(b)では、破線で示さ
れる待機系からの要求信号Rに従い、主系は判定結果D
を転送していることを示している。なお、この場合、主
系が一律に内部状態を送信し、待機系が該送信された内
部状態について変更されているか否かを判定するように
しても構わない。
On the other hand, at the check points P n−1 , P n ,... Managed by the standby system, the standby system requests the main system to transfer the internal state, as shown in FIG. The system receives this and determines whether the internal state has been changed,
The result of the determination is transmitted to the standby system. Then, when the transmission result includes the internal state, the standby system updates the transmitted internal state. That is, in FIG. 6B, the main system determines the determination result D according to the request signal R from the standby system indicated by a broken line.
Is being transferred. In this case, the main system may uniformly transmit the internal state, and the standby system may determine whether or not the transmitted internal state has been changed.

【0036】次に、本発明に係る冗長待機型多重処理シ
ステムのチェックポイント設定機構を、図4に基づいて
説明する。図4は、本発明に係るチェックポイント設定
機構を説明するための図である。本実施例は、主系のプ
ログラムモジュールにチェックポイント設定機構を設け
ている。
Next, a checkpoint setting mechanism of the redundant standby type multiprocessing system according to the present invention will be described with reference to FIG. FIG. 4 is a diagram for explaining a checkpoint setting mechanism according to the present invention. In this embodiment, a checkpoint setting mechanism is provided in a main program module.

【0037】同図において、オペレーティングシステム
4は、プログラムモジュールの実行や各本処理装置1間
の通信等を統括的に制御する。実行処理部5は、オペレ
ーティングシステム4の制御の下、対象となるプログラ
ムモジュールが登録された場合に、該プログラムモジュ
ール固有の処理を実行する部分である。
In FIG. 1, an operating system 4 controls the execution of program modules, communication between the main processing units 1, and the like. The execution processing unit 5 is a part that executes processing unique to the program module under the control of the operating system 4 when the target program module is registered.

【0038】チェックポイント周期設定部6は、チェッ
クポイント周期記憶部6a、チェックポイント周期変更
部6b及びチェックポイントタイミング決定部6cより
構成される。チェックポイント周期記憶部6aは、時間
的な値(例えば、10[ms])として記述されるチェ
ックポイント周期を記憶する。チェックポイント周期変
更部6bは、該チェックポイント周期記憶部6aに記憶
されたチェックポイント周期について初期化や変更を行
う。チェックポイントタイミング決定部6cは、内蔵す
る時計機構によってカウントされた経過時間がチェック
ポイント周期記憶部6aに記憶されたチェックポイント
周期に到達したか否かを判定し、到達していた場合に、
後述する内部状態監視部7を起動する。
The checkpoint cycle setting section 6 includes a checkpoint cycle storage section 6a, a checkpoint cycle change section 6b, and a checkpoint timing determination section 6c. The check point cycle storage unit 6a stores a check point cycle described as a temporal value (for example, 10 [ms]). The checkpoint cycle changing unit 6b initializes or changes the checkpoint cycle stored in the checkpoint cycle storage unit 6a. The checkpoint timing determination unit 6c determines whether or not the elapsed time counted by the built-in clock mechanism has reached the checkpoint cycle stored in the checkpoint cycle storage unit 6a.
The internal state monitoring unit 7 described later is activated.

【0039】このチェックポイント周期設定部6は、少
なくともオペレーティングシステム4によって当該プロ
グラムモジュールの実行処理部5が起動される前に、オ
ペレーティングシステム4によって起動される。本実施
例では、対象となるプログラムモジュールが主系として
登録されることを指示されると、オペレーティングシス
テム4は、該プログラムモジュールの登録後、チェック
ポイント周期設定部6を起動する。
The checkpoint cycle setting unit 6 is started by the operating system 4 at least before the execution processing unit 5 of the program module is started by the operating system 4. In this embodiment, when it is instructed that the target program module is registered as the main system, the operating system 4 activates the checkpoint cycle setting unit 6 after the registration of the program module.

【0040】内部状態監視部7は、内部状態判定部7
a、第1起動部7b及び第2起動部7cからなる。内部
状態判定部7aは、実行処理部5におけるプログラムモ
ジュールの内部状態に変動があったか否かを監視する。
具体的には、内部状態監視部7は、チェックポイントタ
イミング決定部6cによりチェックポイント周期に到達
したと判断された時点で、オペレーティングシステム4
を介して起動される。そして、前回のチェックポイント
から現在のチェックポイントまでの間に実行処理部5に
よって内部状態の変更があったか否か判定する。すなわ
ち、この内部状態判定部7aは、チェックポイントタイ
ミング決定部6cによって計時された時間がチェックポ
イント周期に到達したとき、オペレーティングシステム
4の制御の下、チェックポイントタイミング決定部6c
によって起動される。そして、この内部状態判定部7a
は、前回のチェックポイントから現在のチェックポイン
トまでの間に主系プログラムモジュールの内部状態が変
更されているかどうかを判定する。この内部状態の変更
の有無を判定するには、例えば、内部状態管理テーブル
8のデータエリアがアクセスされたか否かを参照するこ
とにより行われる。これを図5を用いて説明する。同図
(a)に示すように、内部状態管理テーブル8は、3つ
のフィールド、即ち、アクセスビット・フィールド5
1、データエリア先頭アドレス・フィールド52、デー
タエリアサイズ・フィールド53からなっている。ま
た、同図(b)に示すように、データエリア先頭アドレ
ス・フィールド52は、データエリアサイズ・フィール
ド53に示されるデータ領域の先頭アドレスを保持して
おり、アクセスビット・フィールド51は、データエリ
ア先頭アドレス・フィールドによって指示されるデータ
領域がアクセスされた場合に、ビットが“1”に書き換
えられる。このアクセスビット・フィールド51は、内
部状態監視部7によって内部状態の変更があったと判定
された後に、“0”にリセットされることになる。
The internal state monitoring unit 7 includes an internal state determination unit 7
a, a first starting unit 7b and a second starting unit 7c. The internal state determination unit 7a monitors whether or not the internal state of the program module in the execution processing unit 5 has changed.
Specifically, the internal state monitoring unit 7 determines the operating system 4 when the checkpoint timing determination unit 6c determines that the checkpoint cycle has been reached.
Launched via Then, the execution processing unit 5 determines whether or not the internal state has changed between the previous checkpoint and the current checkpoint. That is, when the time measured by the checkpoint timing determination unit 6c reaches the checkpoint cycle, the internal state determination unit 7a controls the checkpoint timing determination unit 6c under the control of the operating system 4.
Invoked by Then, the internal state determination unit 7a
Determines whether the internal state of the main program module has changed between the previous checkpoint and the current checkpoint. The determination as to whether or not the internal state has been changed is performed, for example, by referring to whether or not the data area of the internal state management table 8 has been accessed. This will be described with reference to FIG. As shown in FIG. 3A, the internal state management table 8 has three fields, namely, an access bit field 5
1, a data area start address field 52 and a data area size field 53. As shown in FIG. 3B, the data area start address field 52 holds the start address of the data area indicated by the data area size field 53, and the access bit field 51 stores the data area. When the data area specified by the first address field is accessed, the bit is rewritten to "1". The access bit field 51 is reset to “0” after the internal state monitoring unit 7 determines that the internal state has been changed.

【0041】なお、内部状態の変更の有無の判定は、上
記実施例に限られるものではなく、前回のチェックポイ
ント周期以降に実行処理部5が起動されているか否かを
参照する方法も本発明の要旨に含まれる。
The determination of the presence or absence of a change in the internal state is not limited to the above-described embodiment, and a method of referring to whether or not the execution processing unit 5 has been activated since the previous checkpoint cycle is also described in the present invention. Included in the abstract.

【0042】内部状態判定部7aは、該チェックポイン
トにおいてプログラムモジュールの内部状態の変更がな
いと判定した場合には、第1起動部7bにその旨通知す
る。そして、この第1起動部7bは、チェックポイント
周期記憶部6aに現在保持されているチェックポイント
周期を長くするため、その旨をチェックポイント周期変
更部6bに通知する。チェックポイント周期変更部6b
では、チェックポイント周期を長くする旨の通知を受け
取ると、チェックポイント周期記憶部6aに現在保持さ
れているチェックポイント周期を所定の方法で変更し、
再保持する。チェックポイント周期の変更方法は、例え
ば、現在の設定されたタイミングに対し一定の割合だけ
長くする方法や、予め決められた一定値づつ増加させる
方法があげられる。
When the internal state determining unit 7a determines that there is no change in the internal state of the program module at the check point, the internal state determining unit 7a notifies the first activation unit 7b to that effect. Then, the first activation unit 7b notifies the check point cycle changing unit 6b of the fact in order to lengthen the check point cycle currently held in the check point cycle storage unit 6a. Checkpoint cycle change unit 6b
Then, upon receiving a notification that the checkpoint cycle is lengthened, the checkpoint cycle currently stored in the checkpoint cycle storage unit 6a is changed by a predetermined method,
Re-hold. As a method of changing the check point cycle, for example, there is a method of increasing the length by a certain ratio with respect to the currently set timing, or a method of increasing the check point period by a predetermined constant value.

【0043】なお、本実施例では、この内部状態判定部
7aが、現在のチェックポイントにおいてプログラムモ
ジュールの内部状態に変更があったと判定した場合に
は、この内部状態判定部7aは、第1起動部7b及び第
2起動部7cの両方に通知する。そして、第1起動部7
bは、チェックポイント周期を初期値にリセットすべ
く、その旨チェックポイント周期設定部6に通知し、一
方、第2起動部は、内部状態同一性保持部9を起動す
る。
In this embodiment, when the internal state determination unit 7a determines that the internal state of the program module has changed at the current checkpoint, the internal state determination unit 7a starts the first startup. It notifies both the unit 7b and the second activation unit 7c. Then, the first activation unit 7
b notifies the checkpoint cycle setting unit 6 to reset the checkpoint cycle to the initial value, while the second activation unit activates the internal state identity holding unit 9.

【0044】起動された内部状態同一性保持部9は、待
機系プログラムモジュールの内部状態を主系プログラム
モジュールの内部状態の内容に書き換える。つまり、内
部状態同一性保持部9は、内部状態管理テーブル8’の
データエリアを主系プログラムモジュールの内部状態管
理テーブル8の内容に従って更新するとともに、レジス
タ情報を更新する。
The started internal state identity holding unit 9 rewrites the internal state of the standby program module to the contents of the internal state of the main program module. That is, the internal state identity holding unit 9 updates the data area of the internal state management table 8 'according to the contents of the internal state management table 8 of the main program module and updates the register information.

【0045】なお、内部状態とは、実行処理部5の実行
中断状態におけるレジスタ情報と内部状態管理テーブル
8によって管理されているデータ領域のそれぞれをいう
ものとする。
Note that the internal state refers to each of the register information and the data area managed by the internal state management table 8 in the execution suspended state of the execution processing unit 5.

【0046】これにより、主系プログラムモジュールと
待機系プログラムモジュールとの内部状態を同一にする
ことができる。なお、該プログラムモジュールが使用す
るデータエリア・アドレスは、メモリ管理テーブル8に
把握されているので、容易に取り出すことができるよう
になる。また、実行処理部5のレジスタ情報はオペレー
ティングシステム4等に把握されているので、オペレー
ティングシステム4等に用意されているシステム関数を
用いて容易に取り出すことができるとともに、更新する
ことができる。
Thus, the internal states of the main program module and the standby program module can be made the same. Since the data area address used by the program module is known in the memory management table 8, it can be easily retrieved. Further, since the register information of the execution processing unit 5 is grasped by the operating system 4 or the like, it can be easily extracted and updated by using a system function prepared in the operating system 4 or the like.

【0047】なお、図4において、主系プログラムモジ
ュールと待機系プログラムモジュールとは、同一のオペ
レーティングシステム4により制御されているが、特に
これにこだわる必要はない。
In FIG. 4, the main program module and the standby program module are controlled by the same operating system 4, but there is no particular need to stick to this.

【0048】次に、本実施例に係る待機冗長型多重化処
理システムの内部状態同一性保持部について、さらに詳
細に説明する。図6は、本発明に係る待機冗長型銃火処
理システムの構成を示す図である。なお、内部状態同一
性保持部以外の構成については、図4と同様であるの
で、説明を省略する。
Next, the internal state identity holding unit of the standby redundant multiplex processing system according to the present embodiment will be described in more detail. FIG. 6 is a diagram showing a configuration of a standby redundant fire processing system according to the present invention. The configuration other than the internal state identity holding unit is the same as that of FIG.

【0049】内部状態送信部10は、内部状態監視部7
から内部状態の変更があった旨の通知を受けた場合に、
オペレーティングシステム4によって起動され、該プロ
グラムモジュールの内部状態を、メッセージ交換装置
2、通信路3を介して、対応する待機系プログラムモジ
ュールの内部状態受信部11へ送信する。この内部状態
の通信は、オペレーティングシステム4がサポートする
プログラムモジュール間通信機能、例えば、メッセージ
通信を用いることにより実現することができるが、特に
これにこだわる必要はなく、オペレーティングシステム
4とは独立に設けるようにしても構わない。内部状態を
受信した待機系プログラムモジュールの内部状態受信部
11は、メモリ管理テーブル8’のデータエリアを受信
した内容に従って更新するとともに、レジスタ情報を更
新する。
The internal state transmitting section 10 is provided with an internal state monitoring section 7.
If we receive a notification from us that the internal state has changed,
It is started by the operating system 4 and transmits the internal state of the program module to the internal state receiving unit 11 of the corresponding standby program module via the message exchange device 2 and the communication path 3. The communication in the internal state can be realized by using a communication function between program modules supported by the operating system 4, for example, a message communication. However, there is no need to particularly stick to this, and the communication is provided independently of the operating system 4. It does not matter. The internal state receiving unit 11 of the standby system program module that has received the internal state updates the data area of the memory management table 8 ′ according to the received content and updates the register information.

【0050】これにより、主系プログラムモジュールと
待機系プログラムモジュールとの間の内部状態を同一に
することができる。以上のように構成された本発明に係
る待機冗長型多重化処理システムは、以下のように動作
する。
Thus, the internal state between the main program module and the standby program module can be made the same. The standby redundant multiplex processing system according to the present invention configured as described above operates as follows.

【0051】図7は、本実施例に係る待機冗長型多重化
処理システムの処理動作を説明するための図である。よ
り具体的には、同図(a)は、主系プログラムモジュー
ルの処理動作を説明するための図であり、同図(b)
は、待機系プログラムモジュールの処理動作を説明する
ための図である。
FIG. 7 is a diagram for explaining the processing operation of the standby redundant multiplex processing system according to the present embodiment. More specifically, FIG. 7A is a diagram for explaining the processing operation of the main system program module, and FIG.
FIG. 8 is a diagram for explaining the processing operation of the standby program module.

【0052】オペレーティングシステム4によるプログ
ラムモジュールの登録後、起動されたチェックポイント
周期設定部6は、予め設定された初期値をチェックポイ
ント周期として保持する(S71a)。即ち、例えば、
初期値を10[ms]とする。チェックポイント周期設
定部6は、プログラムモジュールが実行されている間、
保持しているチェックポイント周期に従って内部状態監
視部7を起動する(S72a)。起動された内部状態監
視部7は、プログラムモジュールの内部状態が変更の有
無をチェックする(S73a)。本実施例においては、
内部状態監視部7は、内部状態管理テーブル8における
アクセスビットの変更の有無を参照することにより行わ
れる(S74a)。
After the registration of the program module by the operating system 4, the started checkpoint cycle setting unit 6 holds the preset initial value as the checkpoint cycle (S71a). That is, for example,
The initial value is 10 [ms]. The checkpoint cycle setting unit 6 determines whether or not the program module is being executed.
The internal state monitoring unit 7 is activated in accordance with the held check point cycle (S72a). The started internal state monitoring unit 7 checks whether the internal state of the program module has been changed (S73a). In this embodiment,
The internal state monitoring unit 7 performs this by referring to the presence or absence of a change in the access bit in the internal state management table 8 (S74a).

【0053】内部状態監視部7が、内部状態の変更があ
ったと判定した場合、つまりアクセスビットフィールド
の値が1である場合には、内部状態送信部10を起動
し、該プログラムモジュールの内部状態を、対応する待
機プログラムモジュールの内部状態受信部10に送信す
る(S65a)。一方、待機系プログラムモジュールで
は、内部状態受信部11による受信後(S61b)、該
プログラムモジュールの内部状態を受信した内容に従っ
て自身の内部状態を変更する(S62b)。主系プログ
ラムモジュールは、内部状態を送信終了後、S61aに
戻り、チェックポイント周期を初期値に設定して再保持
し、上記処理を繰り返す。
When the internal state monitoring unit 7 determines that the internal state has been changed, that is, when the value of the access bit field is 1, the internal state transmitting unit 10 is started, and the internal state of the program module is changed. Is transmitted to the internal state receiving unit 10 of the corresponding standby program module (S65a). On the other hand, the standby system program module changes its own internal state according to the content of the received internal state of the program module after the reception by the internal state receiving unit 11 (S61b) (S62b). After the transmission of the internal state, the main system program module returns to S61a, sets the checkpoint cycle to the initial value, holds it again, and repeats the above processing.

【0054】一方、内部状態監視部7が、内部状態の変
更がなかったと判定した場合、つまりアクセスビットフ
ィールドの値が0のままである場合には、現在保持して
いるチェックポイント周期が上限値を超えているかどう
かを判定する(S66a)。もし、そのチェックポイン
ト周期が上限値を超えていない場合には、チェックポイ
ント周期設定部6に現在保持されているチェックポイン
ト周期を長くするため、その旨通知する(S67a)。
本実施例では、保持されているチェックポイント周期を
一定の割合だけ増加させることとしている。例えば、現
在保持されているチェックポイント周期が10[ms]
である場合には、その2割増しの12[ms]として再
保持することとする。チェックポイント周期設定部6に
よるチェックポイント周期の更新後、S62aに戻り、
上記処理を繰り返す。なお、現在のチェックポイント周
期が上限値を超えている場合には、チェックポイント周
期を変更せず、S62aに戻り、上記処理を繰り返すこ
ととなる。
On the other hand, if the internal state monitoring unit 7 determines that the internal state has not been changed, that is, if the value of the access bit field remains 0, the currently held checkpoint period is set to the upper limit value. Is determined (S66a). If the checkpoint cycle does not exceed the upper limit value, the checkpoint cycle setting unit 6 is notified to increase the checkpoint cycle currently held (S67a).
In the present embodiment, the held check point cycle is increased by a fixed rate. For example, the currently held checkpoint cycle is 10 [ms].
In the case of, the value is re-held as 12 [ms], which is an additional 20%. After the check point cycle is updated by the check point cycle setting unit 6, the process returns to S62a,
The above process is repeated. If the current checkpoint cycle exceeds the upper limit, the process returns to S62a without changing the checkpoint cycle, and the above processing is repeated.

【0055】以上のような動作処理を、例えば、プログ
ラムモジュールAについてみれば、主系モジュールであ
るA1がチェックポイント周期を設定し、そのチェック
ポイント時にA1の内部状態の変更があったか否かを判
定し、変更されている場合には、待機プログラムモジュ
ールであるA2及びA3に対して自身の内部状態を通知
する。A2及びA3は受信する内部状態に従って自身の
内部状態を変更することになる。
In the above-described operation processing, for example, regarding the program module A, the main module A1 sets a checkpoint cycle, and determines whether or not the internal state of A1 has changed at the checkpoint. If it has been changed, it notifies the standby program modules A2 and A3 of its own internal state. A2 and A3 change their own internal states according to the received internal state.

【0056】このように、本発明によれば、プログラム
モジュールの実行処理部5が処理を実行していない場合
又はその内部状態に変更がない場合には、チェックポイ
ント周期が長くなり、主系と待機系とで内部状態の同一
性を保持するための処理を行う頻度を減らすことが可能
となる。従って、同一の本処理装置内に登録されている
他のプログラムモジュールに対するCPUの割当時間が
増加することにより、結果的に計算機システムの処理性
能が向上する。
As described above, according to the present invention, when the execution processing unit 5 of the program module is not executing a process or when there is no change in its internal state, the checkpoint cycle becomes longer, and It is possible to reduce the frequency of performing processing for maintaining the same internal state with the standby system. Therefore, the processing time of the computer system is improved as a result of an increase in the CPU allocation time to other program modules registered in the same processing apparatus.

【0057】また、実行処理部5の動作の停止に基づい
てチェックポイント周期が長くなった後、実行処理部5
の動作が再開してチェックポイント周期で内部状態の変
更があったと判定された場合には、チェックポイント周
期を初期値に戻すようにしているので、主系プログラム
モジュールの故障時における待機系プログラムモジュー
ルへの処理の引継時間が長くなりすぎることはない。
After the checkpoint cycle is lengthened based on the stop of the operation of the execution processing unit 5, the execution processing unit 5
When the operation is restarted and it is determined that the internal state has changed in the checkpoint cycle, the checkpoint cycle is returned to the initial value, so the standby program module when the main program module fails The transfer time of the process to the server does not become too long.

【0058】なお、実行処理部5の動作が非常に長い間
停止した後に処理を再開した場合には、チェックポイン
ト周期がそれに対応して長くなっていることが考えられ
る。従って、次のチェックポイント前に故障が発生した
ような場合には、待機系プログラムモジュールの処理引
継時間が長くなってしまう。そこで、このような状況に
陥ることを回避しなければならないシステムでは、チェ
ックポイント周期の最大値を予め設定しておき、その最
大値以上に長くならないようにすることにより回避する
ことが可能である。 (変形例)本発明に関し、以下のようなさまざまな変形
例が考えられる。
When the process is restarted after the operation of the execution processing unit 5 has been stopped for a very long time, the checkpoint cycle may be correspondingly longer. Therefore, if a failure occurs before the next checkpoint, the processing takeover time of the standby system program module becomes long. Therefore, in a system in which it is necessary to avoid such a situation, it is possible to set a maximum value of the checkpoint cycle in advance and prevent the checkpoint cycle from being longer than the maximum value. . (Modifications) The following various modifications are conceivable for the present invention.

【0059】まず、内部状態の変更があったと判定され
た場合に、チェックポイント周期を短くし、変更がない
と判定された場合に、チェックポイント周期を初期値に
戻すようにした実施例について説明する。
First, an embodiment will be described in which the checkpoint cycle is shortened when it is determined that the internal state has changed, and the checkpoint cycle is returned to the initial value when it is determined that there is no change. I do.

【0060】図8は、当該実施例の第1の変形例に係る
待機冗長型多重化処理システムの処理動作を説明するた
めの図である。同図において、変更の有無を判定するス
テップ(S81〜83)までは、上述した実施例と同様
である。そして、ステップS84において、内部状態監
視部7が、内部状態の変更があったと判定された場合、
つまりアクセスビットフィールドの値が1である場合に
は、内部状態送信部10を起動し、該プログラムモジュ
ールの内部状態を、対応する待機プログラムモジュール
の内部状態受信部11に送信する(S85)。一方、待
機系プログラムモジュールでは、内部状態受信部11に
よる受信後、該プログラムモジュールの内部状態を受信
した内容に従って自身の内部状態を変更する。なお、こ
の待機系プログラムモジュールは、上述した実施例と同
様である。そして、主系プログラムモジュールでは、内
部状態を送信終了後、内部状態監視部7は、現在保持し
ているチェックポイント周期が下限値を超えているかど
うかを判定する(S86)。そして、チェックポイント
周期が下限値を超えている場合には、内部状態監視部7
は、チェックポイント周期設定部6に現在保持されてい
るチェックポイント周期を短くするため、その旨通知す
る(S87)。本実施例では、保持されているチェック
ポイント周期を一定の割合だけ減少させることとしてい
る。例えば、現在保持されているチェックポイント周期
が10msである場合には、その2割減の8msとして
再保持することとする。チェックポイント周期の更新
後、S82に戻り、上記処理を繰り返す。
FIG. 8 is a diagram for explaining the processing operation of the standby redundant multiplex processing system according to the first modification of the present embodiment. In this figure, the steps up to the step of determining whether or not there is a change (S81 to S83) are the same as in the above-described embodiment. Then, in step S84, when the internal state monitoring unit 7 determines that the internal state has been changed,
That is, when the value of the access bit field is 1, the internal state transmitting unit 10 is started, and the internal state of the program module is transmitted to the internal state receiving unit 11 of the corresponding standby program module (S85). On the other hand, the standby program module changes its own internal state according to the content of the internal state of the program module after the reception by the internal state receiving unit 11. This standby system program module is the same as in the above-described embodiment. Then, in the main program module, after the transmission of the internal state is completed, the internal state monitoring unit 7 determines whether or not the currently held check point cycle exceeds the lower limit (S86). If the checkpoint cycle exceeds the lower limit, the internal state monitoring unit 7
Notifies the checkpoint cycle currently held in the checkpoint cycle setting unit 6 to shorten the checkpoint cycle (S87). In the present embodiment, the held check point cycle is reduced by a fixed rate. For example, if the currently held check point cycle is 10 ms, the check point cycle is reduced by 20% and held again as 8 ms. After the update of the check point cycle, the process returns to S82 and the above processing is repeated.

【0061】逆に、内部状態監視部7が、アクセスビッ
トの変更がないと判定した場合には、内部状態に変動が
なかったこととなるので、S81に戻り、チェックポイ
ント周期設定部6によりチェックポイント周期を初期値
に設定した後、上記処理を繰り返す。なお、現在保持し
ているチェックポイント周期が上限値を超えている場合
には、チェックポイント周期を変更せず、S82に戻
り、上記処理を繰り返すこととなる。
Conversely, if the internal state monitoring unit 7 determines that there is no change in the access bit, it means that there is no change in the internal state. After setting the point cycle to the initial value, the above processing is repeated. If the currently held check point cycle exceeds the upper limit, the process returns to S82 without changing the check point cycle, and the above processing is repeated.

【0062】このように、本発明によれば、プログラム
モジュールの実行処理部5が処理を実行している場合に
は、チェックポイント周期が短くなり、主系と待機系と
で内部状態の同一性を保持するための処理を行う頻度を
増やすことが可能となる。従って、主系故障時の処理引
継時間が短縮され主系故障時の処理中断時間が短くな
る。
As described above, according to the present invention, when the execution processing unit 5 of the program module is executing a process, the checkpoint cycle is shortened, and the main system and the standby system have the same internal state. Can be performed more frequently. Therefore, the processing takeover time at the time of the main system failure is shortened, and the processing interruption time at the time of the main system failure is shortened.

【0063】また、実行処理部5の動作の継続に基づい
てチェックポイント周期が短くなった後、実行処理部5
の動作が停止してチェックポイント周期で内部状態の変
更がないと判定された場合には、チェックポイント周期
を初期値に戻すようにしているので、主系が処理をせ
ず、内部状態が更新されていないにもかかわらず、短い
周期でチェックポイントにおける処理をすることを防止
することができる。
After the checkpoint cycle is shortened based on the continuation of the operation of the execution processing unit 5, the execution processing unit 5
If the operation stops and it is determined that the internal state has not changed in the checkpoint cycle, the checkpoint cycle is returned to the initial value, so the main system does not process and the internal state is updated Although not performed, it is possible to prevent processing at checkpoints in a short cycle.

【0064】なお、実行処理部5の動作が非常に長い間
継続した場合には、チェックポイント周期がそれに対応
して短くなっているため、本来の処理を十分に行うこと
ができなくなる場合がある。そこで、このような状況に
陥ることを回避しなければならないシステムでは、チェ
ックポイント周期の最小値を予め設定しておき、その最
小値以下に短くならないようにすることにより回避する
ことが可能である。
When the operation of the execution processing unit 5 continues for a very long time, the checkpoint cycle is correspondingly shortened, so that the original processing may not be performed sufficiently. . Therefore, in a system in which such a situation must be avoided, the minimum value of the checkpoint cycle is set in advance, and it can be avoided by preventing the checkpoint cycle from becoming shorter than the minimum value. .

【0065】次に、第2の変形例について説明する。図
9は、当該実施例の第2の変形例に係る待機冗長型多重
処理システムの処理動作を説明するための図である。同
図において、変更の有無を判定するステップ(S91〜
93)までは、上述した実施例と同様である。そして、
ステップ94において、内部状態監視部7が、内部状態
の変更があったと判定した場合、つまりアクセスビット
フィールドの値が1である場合には、内部状態送信部1
0を起動し、該プログラムモジュールの内部状態を、対
応する待機プログラムモジュールの内部状態受信部11
に送信する(S95)。一方、待機系プログラムモジュ
ールでは、内部状態受信部11による受信後、該プログ
ラムモジュールの内部状態を受信した内容に従って自身
の内部状態を変更する。なお、この待機系プログラムモ
ジュールは、上述した実施例と同様である。主系プログ
ラムモジュールでは、内部状態を送信終了後、内部状態
監視部7は、現在保持しているチェックポイント周期が
下限値を超えているかどうかを判定する(S96)。そ
して、チェックポイント周期が下限値を超えていない場
合には、内部状態監視部7は、チェックポイント周期設
定部6に現在保持されているチェックポイント周期を短
くするため、その旨通知する(S96)。本実施例で
は、保持されているチェックポイント周期を一定の割合
だけ減少させることとしている。例えば、現在保持され
ているチェックポイント周期が10[ms]である場合
には、その2割減の8[ms]として再保持することと
する。チェックポイント周期設定部6によるチェックポ
イント周期の更新後、S82に戻り、上記処理を繰り返
す。
Next, a second modification will be described. FIG. 9 is a diagram for explaining the processing operation of the standby redundant type multi-processing system according to the second modification of the present embodiment. In the figure, the step of determining whether or not there is a change (S91 to S91)
The steps up to 93) are the same as in the above-described embodiment. And
In step 94, when the internal state monitoring unit 7 determines that the internal state has been changed, that is, when the value of the access bit field is 1, the internal state transmitting unit 1
0 and activates the internal state of the corresponding program module to the internal state receiving unit 11 of the corresponding standby program module.
(S95). On the other hand, the standby program module changes its own internal state according to the content of the internal state of the program module after the reception by the internal state receiving unit 11. This standby system program module is the same as in the above-described embodiment. In the main program module, after the transmission of the internal state is completed, the internal state monitoring unit 7 determines whether or not the currently held checkpoint cycle exceeds the lower limit (S96). If the checkpoint cycle does not exceed the lower limit, the internal state monitoring unit 7 notifies the checkpoint cycle setting unit 6 to shorten the currently held checkpoint cycle (S96). . In the present embodiment, the held check point cycle is reduced by a fixed rate. For example, when the currently held check point cycle is 10 [ms], the check point cycle is reduced to 20 [ms] and held again as 8 [ms]. After the check point cycle is updated by the check point cycle setting unit 6, the process returns to S82 and the above processing is repeated.

【0066】逆に、内部状態監視部7が、アクセスビッ
トの変更がないと判定した場合には、内部状態に変動が
なかったこととなるので、現在のチェックポイント周期
が上限値を超えているかどうかを判定する(S98)。
そして、チェックポイント周期が上限値を超えていない
場合には、内部状態監視部7は、チェックポイント周期
設定部6に現在保持されているチェックポイント周期を
長くするため、その旨通知する(S99)。本実施例で
は、保持されているチェックポイント周期を一定の割合
だけ増加させることとしている。例えば、現在保持され
ているチェックポイント周期が10[ms]である場合
には、その2割増しの12[ms]として再保持するこ
ととする。チェックポイント周期設定部6によるチェッ
クポイント周期の更新後、S92に戻り、上記処理を繰
り返す。なお、現在のチェックポイント周期が上限値を
超えている場合には、チェックポイント周期を変更せ
ず、S92に戻り、上記処理を繰り返すこととなる。
Conversely, if the internal state monitoring unit 7 determines that there is no change in the access bit, it means that there has been no change in the internal state, so that the current checkpoint period exceeds the upper limit value. It is determined whether it is (S98).
If the checkpoint cycle does not exceed the upper limit, the internal state monitoring unit 7 notifies the checkpoint cycle setting unit 6 to lengthen the checkpoint cycle currently held (S99). . In the present embodiment, the held check point cycle is increased by a fixed rate. For example, if the currently held check point cycle is 10 [ms], the check point cycle is re-held as 12 [ms], which is an additional 20%. After the check point cycle is updated by the check point cycle setting unit 6, the process returns to S92 and the above processing is repeated. If the current checkpoint cycle exceeds the upper limit, the process returns to S92 without changing the checkpoint cycle, and the above processing is repeated.

【0067】このように、本発明によれば、プログラム
モジュールの実行処理部5が処理を実行していない場合
には、チェックポイント周期が長くなり、主系と待機系
とで内部状態の同一性を保持するための処理を行う頻度
を減らすことが可能となる。また、内部状態に変動があ
った場合に、チェックポイント周期が短くなり、主系プ
ログラムモジュール故障時の待機系の処理引継時間が短
くなる。従って、プログラムモジュールの処理の起動状
態に応じてチェックポイント周期が変動するため、最適
なチェックポイント周期の設定が可能となる。
As described above, according to the present invention, when the execution processing unit 5 of the program module is not executing the processing, the checkpoint cycle becomes longer, and the internal state is identical between the main system and the standby system. Can be reduced. Also, when there is a change in the internal state, the checkpoint cycle is shortened, and the processing takeover time of the standby system when the main system program module fails is shortened. Therefore, since the checkpoint cycle varies according to the activation state of the processing of the program module, the optimal checkpoint cycle can be set.

【0068】なお、上述した実施例以外にも、チェック
ポイント周期の変更方法について、以下のような態様を
とることができる。 (a) 最小値及び最大値によりチェックポイント周期変更
可能範囲を予め設定しておき、チェックポイント周期が
その範囲内でのみ変更されるようにする。なお、この場
合、最小値又は最大値のいずれか一方のみ設定しておく
ようにしても構わない。
In addition to the above-described embodiment, the following manner can be applied to the method of changing the check point cycle. (a) A checkpoint cycle changeable range is set in advance based on the minimum value and the maximum value, and the checkpoint cycle is changed only within that range. In this case, only one of the minimum value and the maximum value may be set.

【0069】(b) 上記(a) の変形として、初期値を最小
値又は最大値とし、チェックポイント周期を変更する。 (第2実施例)次に、第2実施例に係る待機冗長型多重
化処理システムについて説明する。
(B) As a modification of the above (a), the initial value is set to the minimum value or the maximum value, and the checkpoint cycle is changed. (Second Embodiment) Next, a standby redundant multiplex processing system according to a second embodiment will be described.

【0070】図10は、本発明に係る待機冗長型多重化
処理システムの構成を示す図である。本実施例では、チ
ェックポイント設定機構は、待機系プログラムモジュー
ルに設けられ、対応する主系プログラムモジュールにそ
の内部状態を送信するように要求する。
FIG. 10 is a diagram showing the configuration of a standby redundant multiplex processing system according to the present invention. In this embodiment, the checkpoint setting mechanism is provided in the standby program module, and requests the corresponding main program module to transmit its internal state.

【0071】同図において、オペレーティングシステム
4はプログラムモジュールの実行や本処理装置1間の通
信を制御する。実行処理部5は、オペレーティングシス
テム4の制御の下、プログラムモジュール固有の処理を
実行する。
In the figure, an operating system 4 controls execution of a program module and communication between the processing apparatuses 1. The execution processing unit 5 executes a process unique to the program module under the control of the operating system 4.

【0072】待機系プログラムモジュールにおいて、チ
ェックポイント周期設定部6’は、チェックポイント周
期記憶部6a’、チェックポイント周期変更部6b’及
びチェックポイントタイミング決定部6c’より構成さ
れる。チェックポイント周期記憶部6a’は、時間的な
値として記述されるチェックポイント周期を記憶する。
チェックポイント周期変更部6b’は、該チェックポイ
ント周期記憶部6a’に記憶されたチェックポイント周
期について初期化や変更を行う。チェックポイントタイ
ミング決定部6c’は、内蔵する時計機構によってカウ
ントされた経過時間がチェックポイント周期記憶部6
a’に記憶されたチェックポイント周期に到達したか否
かを判定し、到達していた場合に、後述する内部状態監
視部7を起動する。チェックポイント周期設定部6’
は、第1発明と同様に、該プログラムモジュールが待機
系として登録された際にオペレーティングシステム4に
よって起動され、チェックポイント周期時間の初期化や
変更を行う。また、このチェックポイント周期設定部
6’は、現在保持しているチェックポイントタイミング
に到達した時点で、メッセージ交換装置2、通信路3を
介して対応する主系プログラムモジュールの内部状態監
視部7’を起動する。この起動は、オペレーティングシ
ステム4のサポートするプログラムモジュール間通信機
構を用いて実現することができる。
In the standby program module, the checkpoint cycle setting section 6 'is composed of a checkpoint cycle storage section 6a', a checkpoint cycle change section 6b ', and a checkpoint timing determination section 6c'. The check point cycle storage unit 6a 'stores a check point cycle described as a temporal value.
The checkpoint cycle changing unit 6b 'initializes or changes the checkpoint cycle stored in the checkpoint cycle storage unit 6a'. The checkpoint timing determination unit 6c 'stores the elapsed time counted by the built-in clock mechanism in the checkpoint cycle storage unit 6.
It is determined whether or not the check point cycle stored in a ′ has been reached. If the check point cycle has been reached, an internal state monitoring unit 7 described later is activated. Checkpoint cycle setting section 6 '
Is activated by the operating system 4 when the program module is registered as the standby system, and initializes or changes the checkpoint cycle time, as in the first invention. The checkpoint cycle setting unit 6 ′, upon reaching the currently held checkpoint timing, via the message exchange device 2 and the communication path 3, the internal state monitoring unit 7 ′ of the corresponding main program module. Start This activation can be realized by using a communication mechanism between program modules supported by the operating system 4.

【0073】主系プログラムモジュールの内部状態監視
部7’は、実行処理部5において内部状態の変更の有無
をチェックする。すなわち、この内部状態監視部7’
は、チェックポイントタイミング決定部6cによって計
時されている時間がチェックポイント周期に到達した場
合に、オペレーティングシステム4を介して待機系プロ
グラムモジュールにおけるチェックポイントタイミング
決定部6c’によって起動される。そして、この内部状
態監視部7’は、前回のチェックポイントから現在のチ
ェックポイントまでの間に主系プログラムモジュールの
内部状態が変更された否かを判定する。この内部状態監
視部7’は、内部状態が変更されているか否かを判定す
るために、内部状態管理テーブル8を参照する。そし
て、内部状態監視部7’が内部状態の変更について判定
した後、内部状態監視部7’は、判別結果送信部、内部
状態送信部12を起動し、該プログラムモジュールの内
部状態を対応する待機系プログラムモジュールの判別結
果受信部13に送信する。
The internal state monitoring section 7 'of the main program module checks in the execution processing section 5 whether or not the internal state has been changed. That is, the internal state monitoring unit 7 '
Is activated by the checkpoint timing determination unit 6c 'in the standby system program module via the operating system 4 when the time measured by the checkpoint timing determination unit 6c reaches the checkpoint cycle. Then, the internal state monitoring unit 7 'determines whether or not the internal state of the main program module has been changed between the previous checkpoint and the current checkpoint. The internal state monitoring unit 7 'refers to the internal state management table 8 to determine whether the internal state has been changed. Then, after the internal state monitoring unit 7 'determines that the internal state has been changed, the internal state monitoring unit 7' activates the determination result transmitting unit and the internal state transmitting unit 12, and waits for the internal state of the program module in the corresponding standby state. This is transmitted to the determination result receiving unit 13 of the system program module.

【0074】より具体的には、内部状態監視部7’が現
在のチェックポイントにおいて主系プログラムモジュー
ルの内部状態の変更を検出した場合、内部状態監視部
7’は、判別結果送信部12を起動する。判別結果送信
部12は、主系プログラムモジュールの内部状態を含む
判別結果を対応する待機系プログラムモジュールの判別
結果受信部13に送信する。
More specifically, when the internal state monitoring unit 7 'detects a change in the internal state of the main program module at the current check point, the internal state monitoring unit 7' activates the determination result transmission unit 12. I do. The determination result transmitting unit 12 transmits the determination result including the internal state of the main program module to the corresponding determination result receiving unit 13 of the standby program module.

【0075】一方、内部状態監視部7’が、内部状態の
変更がなかったと判定した場合、つまりアクセスビット
フィールドの値が0のままである場合には、内部状態を
含まない判別結果のみを待機系プログラムモジュールの
内部状態受信部に送信する。
On the other hand, when the internal state monitoring unit 7 'determines that the internal state has not been changed, that is, when the value of the access bit field remains 0, only the determination result not including the internal state is waited. It is transmitted to the internal state receiving unit of the system program module.

【0076】待機系プログラムモジュールにおいて、判
別結果受信部13が判別結果を受け取り、その判別結果
に従って、以下のような処理を行う。すなわち、その判
別結果が内部状態を含んでいる場合、判別結果受信部1
3は、受信された判別結果に従って内部状態管理テーブ
ル8’の内部状態エリアの内部状態を更新する。逆に、
判別結果が内部状態を含んでいない場合、判別結果受信
部13は、チェックポイント周期設定部6’にチェック
ポイント周期を長くするように通知する。このチェック
ポイント周期の変更は、第1実施例と同様である。
In the standby program module, the determination result receiving unit 13 receives the determination result, and performs the following processing according to the determination result. That is, when the determination result includes the internal state, the determination result receiving unit 1
3 updates the internal state of the internal state area of the internal state management table 8 'according to the received determination result. vice versa,
When the determination result does not include the internal state, the determination result receiving unit 13 notifies the check point cycle setting unit 6 ′ to lengthen the check point cycle. This change of the checkpoint cycle is the same as in the first embodiment.

【0077】なお、図10において、主系及び待機系プ
ログラムモジュールは、分離されたオペレーティングシ
ステム4,4’に制御されているが、1つのオペレーテ
ィングシステムによって制御されるようにしても構わな
い。
In FIG. 10, the main and standby system program modules are controlled by separate operating systems 4 and 4 ', but may be controlled by one operating system.

【0078】以上のように構成された本発明に係る待機
冗長型多重化処理システムは、以下のように動作する。
図11及び図12は、本実施例に係る待機冗長型多重化
処理システムの処理動作を説明するための図である。よ
り具体的には、図11は、待機系プログラムモジュール
における処理動作を示し、図12は、主系プログラムモ
ジュールにおける処理動作を示している。
The standby redundant type multiplex processing system according to the present invention configured as described above operates as follows.
FIG. 11 and FIG. 12 are diagrams for explaining the processing operation of the standby redundant multiplex processing system according to the present embodiment. More specifically, FIG. 11 shows a processing operation in the standby program module, and FIG. 12 shows a processing operation in the main program module.

【0079】待機系モジュール内のチェックポイント周
期設定部6’は、当該モジュールが待機系として登録さ
れることが指示されると、オペレーティングシステム4
により起動される。つまり、オペレーティングシステム
4’は、対象プログラムモジュールを待機系プログラム
モジュールとして登録することを指示されると、登録終
了後、チェックポイント周期設定部6’を起動する。チ
ェックポイント周期設定部6’は、起動後、予め決めら
れた初期値をチェックポイント周期として設定する(S
111)。このチェックポイント周期は、初期値として
は、例えば、10[ms]と予め決めておき、以降処理
の状況に応じて変更される。チェックポイント周期設定
部6’は、計時時間が設定されたチェックポイント周期
に到達した時(S112)、メッセージ交換装置2’、
通信路3を介して対応する主系プログラムモジュールの
内部状態監視部7’を起動する(S113)。
The checkpoint cycle setting unit 6 'in the standby system module, when instructed to register the module as a standby system, operates the operating system 4
It is started by That is, when instructed to register the target program module as the standby program module, the operating system 4 'activates the checkpoint cycle setting unit 6' after the registration is completed. After activation, the checkpoint cycle setting unit 6 ′ sets a predetermined initial value as a checkpoint cycle (S
111). The check point cycle is previously determined as an initial value, for example, 10 [ms], and thereafter changed according to the processing situation. When the time reaches the set checkpoint cycle (S112), the checkpoint cycle setting unit 6 'sends the message exchange device 2',
The internal state monitoring unit 7 'of the corresponding main program module is activated via the communication path 3 (S113).

【0080】主系プログラムモジュールの内部状態監視
部7’においては、該プログラムモジュール内の実行処
理部5において前回のチェックポイントタイミング以
降、処理が実行され内部状態が更新されているか否か判
定する(S121)。
The internal state monitoring section 7 'of the main program module determines whether or not the processing has been executed and the internal state has been updated since the previous checkpoint timing in the execution processing section 5 in the program module (see FIG. 4). S121).

【0081】内部状態監視部7’により、内部状態が変
更されていると判定されたときは(S122)、判別結
果送信部12を起動し、当該モジュールの内部状態を含
んだ判別結果を対応する待機モジュールの判別結果受信
部に送信する(S123)。
When the internal state monitoring unit 7 'determines that the internal state has been changed (S122), it activates the determination result transmitting unit 12 and responds to the determination result including the internal state of the module. The result is transmitted to the determination result receiving unit of the standby module (S123).

【0082】逆に、S122において、内部状態が変更
されていないと判断されたときは、内部状態を含まない
判別結果を対応する待機系プログラムモジュールの内部
状態受信部11に送信する(S124)。本実施例にお
いては、判別結果に内部状態を含んでいるか否かによっ
て判定するようにしているが、内部状態そのもの又は内
部状態の変更がなかった旨を判別結果としても構わな
い。
Conversely, when it is determined in S122 that the internal state has not been changed, a determination result that does not include the internal state is transmitted to the internal state receiving unit 11 of the corresponding standby program module (S124). In the present embodiment, the determination is made based on whether or not the determination result includes the internal state. However, the determination result may be that the internal state itself or the internal state has not been changed.

【0083】待機系プログラムモジュールは、対応する
主系プログラムモジュールから判別結果を受信すると
(S114)、判別結果が内部状態を含んでいるか否か
を判定する(S115)。これにより、待機系プログラ
ムモジュールは、対応する主系プログラムモジュール内
で内部状態の更新があったか否かがわかることになる。
すなわち、判別結果が内部状態を含んでいる場合、判別
結果受信部13は、現在保持されている自身の内部状態
の内容を受信した内部状態の内容に更新する(S11
6)。内部状態の更新終了後、S111に戻り、チェッ
クポイント周期設定部6’においてチェックポイント周
期を初期値に再設定して上記処理を繰り返す。
Upon receiving the determination result from the corresponding main program module (S114), the standby program module determines whether the determination result includes an internal state (S115). Thus, the standby program module can determine whether or not the internal state has been updated in the corresponding main program module.
That is, when the determination result includes the internal state, the determination result receiving unit 13 updates the content of the internal state currently held to the content of the received internal state (S11).
6). After the update of the internal state is completed, the process returns to S111, and the checkpoint cycle is reset to the initial value in the checkpoint cycle setting unit 6 ', and the above processing is repeated.

【0084】ステップ115において、判別結果が内部
状態を含んでいない場合、判別結果受信部13は、チェ
ックポイント周期設定部6’を起動する。チェックポイ
ント周期設定部6’は、現在のチェックポイント周期が
上限値を超えているか否かを判定する(S117)。そ
して、チェックポイント周期が上限値を超えていない場
合、判別結果受信部13は、チェックポイント周期の間
隔を長くするようチェックポイント周期設定部6’に通
知し、その通知を受けたチェックポイント周期設定部
6’は、チェックポイント周期を長くするよう再設定す
る(S118)。チェックポイント周期の設定後、S1
12に戻り、上記前記処理を繰り返す。
In step 115, if the determination result does not include the internal state, the determination result receiving section 13 activates the checkpoint cycle setting section 6 '. The checkpoint cycle setting unit 6 'determines whether the current checkpoint cycle exceeds the upper limit (S117). If the checkpoint cycle does not exceed the upper limit, the determination result receiving unit 13 notifies the checkpoint cycle setting unit 6 ′ to lengthen the checkpoint cycle interval, and receives the checkpoint cycle setting. The unit 6 'resets the checkpoint cycle to be longer (S118). After setting the checkpoint cycle, S1
Returning to step 12, the above process is repeated.

【0085】以上のような動作処理を、例えば、プログ
ラムモジュールAについてみれば、待機モジュールA2
及びA3がそれぞれ独自にチェックポイントタイミング
を決定し、それぞれ主系プログラムモジュールA1に対
して内部状態送信の要求をする。A1は内部状態送信要
求を受けると、自身の内部状態が変更されているか否か
を判定する。そして、内部状態が変更されている場合、
A1は、自身の内部状態を含むその判別結果を、A2及
びA3に対して送信する。逆に、内部状態が変更されて
いない場合、自身の内部状態を含まない判別結果をA2
及びA3に送信する。A2及びA3は判別結果を受信す
ると、内部状態を含んでいるか否かを判定する。判別結
果が内部状態を含んでいる場合、A2及びA3はそれぞ
れ、その受信された内部状態に従って自身の内部状態を
更新する。逆に、判別結果が内部状態を含んでいない場
合、現在保持しているチェックポイント周期を長くす
る。
When the above-described operation processing is performed on, for example, the program module A, the standby module A2
And A3 each independently determine the checkpoint timing, and request the main program module A1 to transmit the internal state. Upon receiving the internal state transmission request, A1 determines whether or not its own internal state has been changed. And if the internal state has changed,
A1 transmits the determination result including its internal state to A2 and A3. Conversely, if the internal state has not been changed, the determination result that does not include the internal state of the own device is A2.
And A3. Upon receiving the determination result, A2 and A3 determine whether the internal state is included. If the determination result includes the internal state, A2 and A3 each update their own internal states according to the received internal state. Conversely, if the determination result does not include the internal state, the checkpoint cycle currently held is lengthened.

【0086】なお、このとき、A1は、A2及びA3か
ら要求を受ける都度、要求元のプログラムモジュールに
対して状態を送信する方法と、A2とA3とが同一タイ
ミングで送信した要求に対して1度だけ応答し、その内
部状態をA2とA3の両方に送る方法であっても構わな
い。
At this time, every time A1 receives a request from A2 and A3, A1 transmits a state to the requesting program module, and A1 responds to the request transmitted by A2 and A3 at the same timing. A method of responding only once and sending the internal state to both A2 and A3 may be used.

【0087】以上のように、本発明によれば、主系プロ
グラムモジュールの実行処理部が処理を実行していると
きに、チェックポイント周期を設定する処理を行わない
ので、実行処理部が処理を中断されることが減少し、そ
の結果、処理性能が向上する。
As described above, according to the present invention, when the execution processing section of the main program module is executing the processing, the processing for setting the checkpoint cycle is not performed. Interruptions are reduced, resulting in improved processing performance.

【0088】また、主系モジュールの実行処理部が処理
を実行しておらず、その内部状態が更新されていない場
合には、チェックポイント周期が長くなり、主系と待機
系とで内部状態を同一に保つための処理を行う頻度を減
らすことことが可能となる。従って、同一の本処理装置
内に登録されている他のプログラムモジュールに対する
CPUの割当時間が増加することにより、計算機システ
ムの処理性能が向上する。
When the execution processing section of the main module is not executing a process and its internal state has not been updated, the checkpoint cycle becomes longer, and the internal state of the main module and the standby system is changed. It is possible to reduce the frequency of performing the processing for maintaining the same. Therefore, the processing time of the computer system is improved by increasing the CPU allocation time to other program modules registered in the same processing apparatus.

【0089】さらに、実行処理部の動作の停止に基づい
てチェックポイント設定周期が長くなった後、実行処理
部の動作が再開してチェックポイント周期で内部状態の
変動していると判定された場合には、チェックポイント
周期を初期値に戻すようにしているので、主系プログラ
ムモジュール故障時の待機系の処理引継時間が長くなり
続けることはない。
Further, if the operation of the execution processing unit is restarted after the checkpoint setting cycle is lengthened based on the stop of the operation of the execution processing unit and it is determined that the internal state has changed in the checkpoint cycle. In this case, the checkpoint cycle is returned to the initial value, so that the processing takeover time of the standby system at the time of failure of the main system program module does not continue to increase.

【0090】なお、実行処理部の動作が非常に長い間停
止した後処理を再開した場合は、チェックポイント周期
がそれに対応して長くなっているため、次のチェックポ
イント前に故障が発生したような場合には、待機系プロ
グラムモジュールの処理引継時間が長くなってしまう。
従って、このような状況に至ると問題のある対象システ
ムでは、チェックポイント周期の最大値を予め設定して
おき、その最大値以上に長くならないようにすることに
より回避することが可能である。
If the operation of the execution processing unit is stopped for a very long time and the processing is restarted, the checkpoint cycle is correspondingly long, so that a failure may have occurred before the next checkpoint. In such a case, the processing takeover time of the standby system program module becomes long.
Therefore, in a target system having a problem in such a situation, it is possible to avoid the problem by setting the maximum value of the checkpoint cycle in advance and making it longer than the maximum value.

【0091】以上に述べた第1発明又は第2発明におい
て、主系又は待機系内の各部は、状況に応じて並行して
動作するようにしてもよい。例えば、主系の実行処理部
の処理とチェックポイント周期設定部とを並行して動作
させるようにしてもよい。
In the first or second invention described above, each unit in the main system or the standby system may operate in parallel depending on the situation. For example, the processing of the main execution processing unit and the checkpoint cycle setting unit may be operated in parallel.

【0092】ただし、内部状態送信部で内部状態の送信
のため内部状態を取り出しているときは、内部状態の一
貫性を保障するため実行処理部は動作しないようにしな
ければならない。また、待機系内においては、実行処理
部は動作しないが、その他は動作可能であることはもち
ろんである。これらの制御は、オペレーティングシステ
ムによって起動対象を判定すること等によって実現でき
る。
However, when the internal state transmission unit is extracting the internal state for transmission of the internal state, the execution processing unit must not operate to ensure the consistency of the internal state. Also, in the standby system, the execution processing unit does not operate, but other operations can of course be performed. These controls can be realized by, for example, determining the activation target by the operating system.

【0093】なお、第2実施例においても、第1実施例
と同様に、チェックポイント周期の変更方法について、
以下のようなさまざまな態様をとることができる。 (a) 内部状態の変更があったと判定された場合には、チ
ェックポイント周期を短くし、変更がなかったと判定さ
れた場合には、チェックポイント周期を初期値に戻すよ
うにする。
In the second embodiment, as in the first embodiment, the method of changing the checkpoint cycle is as follows.
Various aspects such as the following can be taken. (a) If it is determined that the internal state has changed, the checkpoint cycle is shortened, and if it is determined that there has been no change, the checkpoint cycle is returned to the initial value.

【0094】(b) 内部状態の変更があったと判定された
場合には、チェックポイント周期を短くし、変更がなか
ったと判定された場合には、チェックポイント周期を長
くする。
(B) If it is determined that there has been a change in the internal state, the checkpoint cycle is shortened, and if it is determined that there has been no change, the checkpoint cycle is lengthened.

【0095】(c) 最小値及び最大値によりチェックポイ
ント周期変更可能範囲を予め設定しておき、チェックポ
イント周期がその範囲内でのみ変更されるようにする。
なお、この場合、最小値又は最大値のいずれか一方のみ
設定しておくようにしても構わない。 (d) 上記(c) の変形として、初期値を最小値又は最大値
とし、チェックポイント周期を変更する。
(C) A checkpoint cycle changeable range is set in advance based on the minimum value and the maximum value, and the checkpoint cycle is changed only within that range.
In this case, only one of the minimum value and the maximum value may be set. (d) As a modification of the above (c), the initial value is set to the minimum value or the maximum value, and the checkpoint cycle is changed.

【0096】[0096]

【発明の効果】以上のように本発明によれば、主系の内
部状態の変化に応じて効率的なチェックポイントを設定
することができる。これにより、同一本処理装置内に登
録されている他のプログラムモジュールが動作可能な時
間が増加し、システムの処理性能も向上することとな
る。
As described above, according to the present invention, an efficient checkpoint can be set according to a change in the internal state of the main system. As a result, the time during which other program modules registered in the same main processing apparatus can operate is increased, and the processing performance of the system is also improved.

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

【図1】 本発明に係る待機冗長型多重化処理システム
の概略構成を示す図。
FIG. 1 is a diagram showing a schematic configuration of a standby redundant multiplex processing system according to the present invention.

【図2】 多重化されたプログラムモジュールの概念を
説明するための図。
FIG. 2 is a diagram for explaining the concept of a multiplexed program module.

【図3】 チェックポイント周期の概念を説明するため
の図。
FIG. 3 is a diagram for explaining the concept of a checkpoint cycle.

【図4】 第1実施例に係る待機冗長型多重化処理シス
テムの構成を示す図。
FIG. 4 is a diagram showing a configuration of a standby redundant multiplex processing system according to the first embodiment;

【図5】 内部状態管理テーブルの一例を示す図。FIG. 5 is a diagram showing an example of an internal state management table.

【図6】 図4に示す待機冗長型多重化処理システムの
構成の詳細を示す図。
FIG. 6 is a diagram showing details of the configuration of a standby redundant multiplex processing system shown in FIG. 4;

【図7】 図4又は図6に示す待機冗長型多重化処理シ
ステムの処理動作を説明するための図。
FIG. 7 is a diagram for explaining a processing operation of the standby redundant multiplex processing system shown in FIG. 4 or FIG. 6;

【図8】 処理動作の他の変形例を説明するための図。FIG. 8 is a diagram for explaining another modified example of the processing operation.

【図9】 処理動作の他の変形例を説明するための図。FIG. 9 is a diagram for explaining another modified example of the processing operation.

【図10】 第2実施例に係る待機冗長型多重化処理シ
ステムの構成を示す図。
FIG. 10 is a diagram showing a configuration of a standby redundant multiplex processing system according to a second embodiment.

【図11】 図10に示す待機冗長型多重化処理システ
ムの処理動作を説明するための図。
FIG. 11 is a view for explaining the processing operation of the standby redundant multiplex processing system shown in FIG. 10;

【図12】 図10に示す待機冗長型多重化処理システ
ムの処理動作を説明するための図。
FIG. 12 is a view for explaining the processing operation of the standby redundant multiplex processing system shown in FIG. 10;

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

1…本処理装置 2…メッセージ交換装置 3…通信路 4…オペレーティングシステム 5…実行処理部 6…チェックポイント周期設定部 6a…チェックポイント周期記憶部 6b…チェックポイント周期変更部 6c…チェックポイントタイミング決定部 7…内部状態監視部 8…内部状態管理テーブル 9…同一性保持部 10…内部状態送信部 11…内部状態受信部 12…判別結果送信部 13…判別結果送信部 DESCRIPTION OF SYMBOLS 1 ... This processing apparatus 2 ... Message exchange apparatus 3 ... Communication path 4 ... Operating system 5 ... Execution processing part 6 ... Checkpoint cycle setting part 6a ... Checkpoint cycle storage part 6b ... Checkpoint cycle change part 6c ... Checkpoint timing determination Unit 7: Internal state monitoring unit 8: Internal state management table 9: Identity holding unit 10: Internal state transmitting unit 11: Internal state receiving unit 12: Determination result transmitting unit 13: Determination result transmitting unit

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 11/14 - 11/20 G06F 11/30 G06F 15/16 - 15/177 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 11/14-11/20 G06F 11/30 G06F 15/16-15/177

Claims (29)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムにおい
て、 時間的な値として記述されるチェックポイント周期を記
憶するチェックポイント周期記憶手段と、 前記チェックポイント周期に従って、前記実行権が与え
られたプログラムモジュールの内部状態が変更されたか
否かを判定する内部状態監視手段と、 前記内部状態監視手段による一の判定結果に基づいて、
前記実行権が与えられたプログラムモジュールと前記他
のプログラムモジュールとの間の内部状態の同一性を保
持する同一性保持手段と、 前記内部状態監視手段による他の判定結果に基づいて、
前記チェックポイント周期記憶手段に記憶されたチェッ
クポイント周期を変更するチェックポイント周期変更手
段と、を具備することを特徴とする待機冗長型多重化処
理システム。
1. A standby redundant multiplexing processing system in which, when a program module to which an execution right is given among multiplexed program modules fails, another program module is given an execution right to continue execution. A checkpoint cycle storage unit that stores a checkpoint cycle described as a temporal value; and an internal unit that determines whether an internal state of the program module to which the execution right has been given has been changed according to the checkpoint cycle. State monitoring means, based on one determination result by the internal state monitoring means,
Based on another determination result by the internal state monitoring unit, and an identity holding unit that holds the identity of an internal state between the program module to which the execution right is given and the other program module;
And a checkpoint cycle changing means for changing a checkpoint cycle stored in the checkpoint cycle storage means.
【請求項2】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムにおい
て、 時間的な値として記述されるチェックポイント周期を記
憶するチェックポイント周期記憶手段と、 この手段に記憶されたチェックポイント周期を変更する
チェックポイント周期変更手段と、 前記チェックポイント周期に従って、前記実行権が与え
られたプログラムモジュールの内部状態が変更されたか
否かを判定する内部状態監視手段と、 前記実行権が与えられたプログラムモジュールと前記他
のプログラムモジュールとの間の内部状態の同一性を保
持する同一性保持手段と、 前記内部状態監視手段により内部状態が変更されていな
いと判定された場合に、前記チェックポイント周期変更
手段を起動される第1の起動手段と、 前記内部状態監視手段により内部状態が変更されたと判
定された場合に、前記同一性保持手段を起動される第2
の起動手段と、を具備することを特徴とする待機冗長型
多重化処理システム。
2. A standby redundant type multiplex processing system in which, when a program module to which an execution right is given among the multiplexed program modules fails, another program module is given an execution right to continue execution. Checkpoint cycle storage means for storing a checkpoint cycle described as a temporal value; checkpoint cycle change means for changing the checkpoint cycle stored in the means; and the execution right according to the checkpoint cycle. Internal state monitoring means for determining whether the internal state of the given program module has been changed, and maintaining the same internal state between the program module to which the execution right has been given and the other program module Identity maintaining means, and an internal state by the internal state monitoring means. First activation means for activating the checkpoint cycle changing means when it is determined that the internal state has not been changed; and maintaining the identity when the internal state monitoring means determines that the internal state has been changed. Second activated means
Standby standby multiplex processing system, comprising:
【請求項3】前記第2の起動手段は、前記チェックポイ
ント周期変更手段を併せて起動することを特徴とする請
求項2記載の待機冗長型多重化処理システム。
3. The standby redundancy type multiplex processing system according to claim 2, wherein said second activation means activates said checkpoint cycle changing means together.
【請求項4】前記第2の起動手段は、前記チェックポイ
ント周期記憶手段に記憶されている現在のチェックポイ
ント周期を初期値に変更するように、前記チェックポイ
ント周期変更手段を起動することを特徴とする請求項2
記載の待機冗長型多重化処理システム。
4. The apparatus according to claim 1, wherein said second activating means activates said checkpoint cycle changing means so as to change a current checkpoint cycle stored in said checkpoint cycle storage means to an initial value. Claim 2
The standby redundant multiplex processing system according to the above.
【請求項5】前記第1の起動手段は、前記チェックポイ
ント周期記憶手段に記憶されている現在のチェックポイ
ント周期よりも長くなるように、前記チェックポイント
周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期を初
期値に初期化するように、前記チェックポイント周期変
更手段を起動することを特徴とする請求項2記載の待機
冗長型多重化処理システム。
5. The first activating means activates the checkpoint cycle changing means so as to be longer than a current checkpoint cycle stored in the checkpoint cycle storage means, 3. The standby according to claim 2, wherein the activation unit activates the checkpoint period changing unit so as to initialize a current checkpoint period stored in the checkpoint period storage unit to an initial value. Redundant multiplex processing system.
【請求項6】前記第1の起動手段は、前記チェックポイ
ント周期記憶手段に記憶されている現在のチェックポイ
ント周期を初期値に初期化するように、前記チェックポ
イント周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期より
も短くなるように、前記チェックポイント周期変更手段
を起動することを特徴とする請求項2記載の待機冗長型
多重化処理システム。
6. The first activation unit activates the checkpoint period changing unit to initialize a current checkpoint period stored in the checkpoint period storage unit to an initial value. 3. The standby according to claim 2, wherein the second activating means activates the checkpoint cycle changing means so as to be shorter than a current checkpoint cycle stored in the checkpoint cycle storing means. Redundant multiplex processing system.
【請求項7】前記第1の起動手段は、前記チェックポイ
ント周期記憶手段に記憶されている現在のチェックポイ
ント周期よりも長くなるように、前記チェックポイント
周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期より
も短くなるように、前記チェックポイント周期変更手段
を起動することを特徴とする請求項2記載の待機冗長型
多重化処理システム。
7. The first activating means activates the checkpoint cycle changing means so as to be longer than a current checkpoint cycle stored in the checkpoint cycle storage means, 3. The standby redundant type multiplexing device according to claim 2, wherein said activation means activates said checkpoint cycle changing means so as to be shorter than a current checkpoint cycle stored in said checkpoint cycle storage means. Processing system.
【請求項8】前記チェックポイント周期変更手段は、少
なくとも1つの制限値で表されるチェックポイント周期
の変更可能範囲を保持し、該変更可能領域内で前記チェ
ックポイント周期を変更することを特徴とする請求項3
乃至7記載の待機冗長型多重化処理システム。
8. The checkpoint cycle changing means holds a changeable range of the checkpoint cycle represented by at least one limit value, and changes the checkpoint cycle within the changeable area. Claim 3
8. A standby redundant multiplex processing system according to any one of claims 7 to 7.
【請求項9】前記チェックポイント周期記憶手段は、前
記変更可能範囲の一の制限値を前記チェックポイント周
期の初期値として保持することを特徴とする請求項8記
載の待機冗長型多重化処理システム。
9. The standby redundant multiplex processing system according to claim 8, wherein said checkpoint cycle storage means holds one limit value of said changeable range as an initial value of said checkpoint cycle. .
【請求項10】前記同一性保持手段は、前記実行権が与
えられたプログラムモジュールの内部状態のうち、少な
くとも変更された部分を前記他のプログラムモジュール
の内部状態の対応する部分に複写することにより同一性
を保持することを特徴とする請求項1又は2記載の待機
冗長型多重化処理システム。
10. The identity maintaining means copies at least a changed part of the internal state of the program module to which the execution right is given to a corresponding part of the internal state of the another program module. 3. The standby redundant multiplex processing system according to claim 1, wherein the same is maintained.
【請求項11】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムにおい
て、 前記実行権が与えられたプログラムモジュールは、 時間的な値として記述されるチェックポイント周期を記
憶するチェックポイント周期記憶手段と、 この手段に記憶されたチェックポイント周期を変更する
チェックポイント周期変更手段と、 自己の内部状態を前記他のプログラムモジュールに送出
する送出手段と、 前記チェックポイント周期に従って、前記実行権が与え
られたプログラムモジュールの内部状態が変更されたか
否かを判定する内部状態監視手段と、 前記内部状態監視手段により内部状態が変更されていな
いと判定された場合に、前記チェックポイント周期変更
手段を起動する第1の起動手段と、 この手段により内部状態が変更されたと判定された場合
に、前記送出手段を起動する第2の起動手段とを具備
し、 前記他のプログラムモジュールは、 内部状態を記憶する内部状態憶手段と、 前記送出手段により送出された内部状態に従って内部状
態記憶手段に記憶された内部状態を変更する内部状態変
更手段と、を具備することを特徴とする待機冗長型多重
化処理システム。
11. A standby redundant type multiplex processing system in which, when a program module to which an execution right is given out of a multiplexed program module fails, another program module is given an execution right to continue execution. The program module to which the execution right has been given includes: a checkpoint cycle storage means for storing a checkpoint cycle described as a temporal value; and a checkpoint cycle changing means for changing the checkpoint cycle stored in the means. Sending means for sending its own internal state to the other program module; and internal state monitoring means for determining whether or not the internal state of the program module to which the execution right has been given has been changed according to the checkpoint cycle. The internal state is changed by the internal state monitoring means. First activation means for activating the checkpoint cycle changing means when it is determined that there is no change, and second activation means for activating the sending means when it is determined that the internal state has been changed by this means. The other program module comprises: an internal state storage unit that stores an internal state; and an internal state change unit that changes an internal state stored in the internal state storage unit according to the internal state sent by the sending unit. And a standby redundant multiplex processing system comprising:
【請求項12】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムにおい
て、 前記実行権が与えられたプログラムモジュールは、 前記他のプログラムモジュールからの問い合わせ要求に
対して、自己の内部状態が変更されたか否かを判定する
内部状態監視手段と、 この手段による判別結果を前記他のプログラムモジュー
ルに送出する送出手段とを具備し、 前記他のプログラムモジュールは、 時間的な値として記述されるチェックポイント周期を記
憶するチェックポイント周期記憶手段と、 この手段に記憶されたチェックポイント周期を変更する
チェックポイント周期変更手段と、 内部状態を記憶する内部状態記憶手段と、 この手段に記憶された内部状態を変更する内部状態変更
手段と、 前記チェックポイント周期に従って、前記内部状態監視
手段に内部状態の変更状況の問い合わせ要求を送出する
問い合わせ手段と、 前記送出手段からの判判別果に内部状態を含まない場合
に、前記チェックポイント周期変更手段を起動する第1
の起動手段と、 前記送出手段からの判定結果に内部状態を含む場合に、
前記内部状態記憶手段に記憶された内部状態を該送出さ
れた内部状態に変更すべく前記内部状態変更手段を起動
する第2の起動手段とを具備することを特徴とする待機
冗長型多重化処理システム。
12. A standby redundant type multiplex processing system in which, when a program module to which an execution right is given among the multiplexed program modules fails, another program module is given an execution right to continue execution. The program module to which the execution right has been given includes: an internal state monitoring unit that determines whether or not its own internal state has been changed in response to an inquiry request from the another program module; Sending means for sending to the other program module, the other program module comprising: a checkpoint cycle storing means for storing a checkpoint cycle described as a temporal value; and a check stored in the means. Checkpoint cycle changing means for changing the point cycle Internal state storage means for storing; internal state change means for changing the internal state stored in the means; and inquiry means for sending an internal state change status inquiry request to the internal state monitoring means in accordance with the checkpoint cycle. And a first step of activating the checkpoint cycle changing means when the judgment result from the sending means does not include the internal state.
Starting means, and when the determination result from the sending means includes an internal state,
Standby multiplexing processing, comprising: a second activation unit that activates the internal state changing unit to change the internal state stored in the internal state storage unit to the transmitted internal state. system.
【請求項13】前記第2の起動手段は、前記チェックポ
イント周期変更手段を起動することを特徴とする請求項
11又は12記載の待機冗長型多重化処理システム。
13. The standby redundant multiplex processing system according to claim 11, wherein said second activation means activates said checkpoint cycle changing means.
【請求項14】前記第2の起動手段は、前記チェックポ
イント周期記憶手段に記憶されている現在のチェックポ
イント周期を初期値に変更するように、前記チェックポ
イント周期変更手段を起動することを特徴とする請求項
11又は12記載の待機冗長型多重化処理システム。
14. The second activation unit activates the checkpoint period changing unit to change a current checkpoint period stored in the checkpoint period storage unit to an initial value. The standby redundant multiplex processing system according to claim 11 or 12, wherein
【請求項15】前記第1の起動手段は、前記チェックポ
イント周期記憶手段に記憶されている現在のチェックポ
イント周期よりも長くなるように、前記チェックポイン
ト周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期を初
期値に初期化するように、前記チェックポイント周期変
更手段を起動することを特徴とする請求項11又は12
記載の待機冗長型多重化処理システム。
15. The first activating means activates the checkpoint cycle changing means so as to be longer than a current checkpoint cycle stored in the checkpoint cycle storage means, 13. The activation unit according to claim 11, wherein the activation unit activates the checkpoint period changing unit so as to initialize a current checkpoint period stored in the checkpoint period storage unit to an initial value.
The standby redundant multiplex processing system according to the above.
【請求項16】前記第1の起動手段は、前記チェックポ
イント周期記憶手段に記憶されている現在のチェックポ
イント周期を初期値に初期化するように、前記チェック
ポイント周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期より
も短くなるように、前記チェックポイント周期変更手段
を起動することを特徴とする請求項11又は12記載の
待機冗長型多重化処理システム。
16. The first activating means activates the checkpoint cycle changing means so as to initialize a current checkpoint cycle stored in the checkpoint cycle storage means to an initial value. 13. The apparatus according to claim 11, wherein the second activation unit activates the checkpoint cycle changing unit so as to be shorter than a current checkpoint cycle stored in the checkpoint cycle storage unit. Standby redundant multiplex processing system.
【請求項17】前記第1の起動手段は、前記チェックポ
イント周期記憶手段に記憶されている現在のチェックポ
イント周期よりも長くなるように、前記チェックポイン
ト周期変更手段を起動し、 前記第2の起動手段は、前記チェックポイント周期記憶
手段に記憶されている現在のチェックポイント周期より
も短くなるように、前記チェックポイント周期変更手段
を起動することを特徴とする請求項11又は12記載の
待機冗長型多重化処理システム。
17. The first activating means activates the checkpoint cycle changing means so as to be longer than a current checkpoint cycle stored in the checkpoint cycle storage means, 13. The standby redundancy according to claim 11, wherein the activation unit activates the checkpoint period changing unit so as to be shorter than a current checkpoint period stored in the checkpoint period storage unit. Type multiplex processing system.
【請求項18】前記チェックポイント周期変更手段は、
少なくとも1つの制限値で表されるチェックポイント周
期の変更可能範囲を保持し、該変更可能領域内で前記チ
ェックポイント周期を変更することを特徴とする請求項
13乃至17記載の待機冗長型多重化処理システム。
18. The checkpoint cycle changing means,
18. The standby redundant multiplexing according to claim 13, wherein a changeable range of the checkpoint cycle represented by at least one limit value is held, and the checkpoint cycle is changed within the changeable area. Processing system.
【請求項19】前記チェックポイント周期記憶手段は、
前記変更可能範囲の一の制限値を前記チェックポイント
周期の初期値として保持することを特徴とする請求項1
8記載の待機冗長型多重化処理システム。
19. The checkpoint cycle storage means,
2. The method according to claim 1, wherein one limit value of the changeable range is held as an initial value of the check point cycle.
9. The standby redundant multiplex processing system according to 8.
【請求項20】実行単位群を主系実行単位群と待機系実
行単位群とに多重化し、前記主系実行単位群を実行処理
する主系実行主体が故障した時に、前記待機系実行単位
群を実行処理する待機系実行主体に切替えて実行処理を
継続する待機冗長型多重化処理システムにおいて、 チェックポイントタイミングを記憶する記憶手段と、 この手段に記憶されたチェックポイントタイミングを初
期化する初期化手段と、 前記記憶手段に記憶されたチェックポイントタイミング
を変更し、該変更されたチェックポイントタイミングを
新たなチェックポイントタイミングとして前記記憶手段
に再記憶させる変更手段と、 前記主系実行主体の内部状態と前記待機系実行主体の内
部状態との同一性を保持する同一性保持手段と、 前記チェックポイントタイミングに従って前記主系実行
主体の内部状態が変更されたか否かを判定する判定手段
と、 この手段により内部状態が変更されたと判定された場合
に、前記同一性保持手段及び前記初期化手段を実行する
手段と、 前記判定手段により内部状態が変更されていないと判定
された場合に、前記変更手段を実行する手段とを備えた
ことを特徴とするチェックポイント設定機構を備えた待
機冗長型多重化処理システム。
20. The standby execution unit group when a main execution unit that multiplexes the execution unit group into a main execution unit group and a standby execution unit group and executes the main execution unit group fails. Storage means for storing checkpoint timing, and initialization for initializing the checkpoint timing stored in this means, in a standby redundant multiplexing processing system that switches to a standby execution entity that executes execution processing and continues execution processing. Means for changing a checkpoint timing stored in the storage means, and changing the changed checkpoint timing as a new checkpoint timing in the storage means; and an internal state of the main execution subject. Holding means for holding the same as the internal state of the standby execution subject, and the checkpoint timing Determining means for determining whether or not the internal state of the main execution subject has been changed in accordance with the status, and executing the identity maintaining means and the initialization means when the internal state has been changed by this means. Standby redundancy multiplexing provided with a checkpoint setting mechanism, comprising: means for executing the changing means when it is determined that the internal state has not been changed by the determining means. Processing system.
【請求項21】実行単位群を主系実行単位群と待機系実
行単位群とに多重化し、前記主系実行単位群を実行処理
する主系実行主体が故障した時に、前記待機系実行単位
群を実行処理する待機系実行主体に切替えて実行処理を
継続する待機冗長型多重化処理システムにおいて、 前記主系実行主体は、 チェックポイントタイミングを記憶する記憶手段と、 この手段に記憶されたチェックポイントタイミングを初
期化する初期化手段と、 前記記憶手段に記憶されたチェックポイントタイミング
を変更し、該変更されたチェックポイントタイミングを
新たなチェックポイントタイミングとして前記記憶手段
に再記憶させる変更手段と、 前記主系実行主体の内部状態を前記待機系実行主体に送
信する送信手段と、 前記チェックポイントタイミングに従って前記主系実行
主体の内部状態が変更されたか否かを判定する判定手段
と、 この手段により内部状態が変更されたと判定された場合
に、前記送信手段及び前記初期化手段を実行する手段
と、 前記判定手段により内部状態が変更されていないと判定
された場合に、前記変更手段を実行する手段とを備え、 前記待機系実行主体は、 該待機系実行主体の内部状態を記憶する内部状態記憶手
段と、 前記送信手段により送信された内部状態に従って前記内
部状態記憶手段に記憶された内部状態を更新する更新手
段とを備えたことを特徴とする待機冗長型多重化処理シ
ステム。
21. A standby execution unit group when a main execution unit that multiplexes an execution unit group into a main execution unit group and a standby execution unit group and executes processing of the main execution unit group fails. In a standby redundant multiplexing processing system that switches to a standby execution entity that performs execution processing and continues execution processing, the main execution entity includes a storage unit that stores checkpoint timing, and a checkpoint stored in this unit. Initializing means for initializing the timing; changing means for changing the checkpoint timing stored in the storage means, and re-storing the changed checkpoint timing as a new checkpoint timing in the storage means; Transmitting means for transmitting the internal state of the main execution body to the standby execution body; Determining means for determining whether or not the internal state of the main execution subject has been changed; and means for executing the transmitting means and the initialization means when the internal state has been changed by this means. And a means for executing the change means when it is determined that the internal state has not been changed by the determination means, wherein the standby execution body stores an internal state of the standby execution body. A standby redundant multiplex processing system comprising: a state storage unit; and an updating unit that updates an internal state stored in the internal state storage unit according to the internal state transmitted by the transmission unit.
【請求項22】実行単位群を主系実行単位群と待機系実
行単位群とに多重化し、前記主系実行単位群を実行処理
する主系実行主体が故障した時に、前記待機系実行単位
群を実行処理する待機系実行主体に切替えて実行処理を
継続する待機冗長型多重化処理システムにおいて、 前記主系実行主体は、 該主系実行主体の内部状態が変更されたか否かを判定す
る判定手段と、 この手段による判定結果に従って前記内部状態又は変更
されていない旨を前記待機系実行主体に送信する送信手
段とを備え、 前記待機系実行主体は、 チェックポイントタイミングを記憶する記憶手段と、 この手段に記憶されたチェックポイントタイミングを初
期化する初期化手段と、 前記記憶手段に記憶されたチェックポイントタイミング
を変更し、該変更されたチェックポイントタイミングを
新たなチェックポイントタイミングとして前記記憶手段
に再記憶させる変更手段と、 該待機系実行主体の内部状態を記憶する内部状態記憶手
段と、 前記記憶手段に記憶されたチェックポイントタイミング
に従って前記判定手段に判別結果を要求する要求手段
と、 この手段に基づいて前記送信手段より送信された送信内
容が前記主系実行主体の内部状態である場合に、該内部
状態に従って前記内部状態記憶手段に記憶された内部状
態を更新する更新手段及び前記初期化手段を実行する手
段と、 前記要求手段に基づいて前記送信手段より送信された送
信内容が変更されていない旨である場合に、前記変更手
段を実行する手段とを備えたことを特徴とする待機冗長
型多重化処理システム。
22. The standby execution unit group, wherein the execution unit group is multiplexed into a main execution unit group and a standby execution unit group, and when the main execution unit executing the main execution unit group fails, In the standby redundant multiplexing processing system that switches to the standby execution entity that executes the execution process and continues the execution process, the main execution entity determines whether or not the internal state of the main execution entity has been changed. Means, transmitting means for transmitting to the standby system execution subject that the internal state or not changed according to the determination result by this means, the standby system execution subject, storage means for storing checkpoint timing, Initialization means for initializing the checkpoint timing stored in the means; and changing the checkpoint timing stored in the storage means, Changing means for re-storing the internal timing of the standby execution subject in the storage means; and Request means for requesting the determination result to the determination means; and if the transmission content transmitted from the transmission means based on the determination means is an internal state of the main execution subject, the internal state storage means Updating means for updating the stored internal state; means for executing the initializing means; and changing means when the transmission content transmitted from the transmitting means has not been changed based on the request means. And a means for executing a standby redundant multiplex processing system.
【請求項23】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムに用いら
れるチェックポイント周期の変更方法において、 前記チェックポイント周期に従って前記実行権が与えら
れたプログラムモジュールの内部状態が変更されたか否
かを判定するステップと、 このステップにより前記実行権が与えられたプログラム
モジュールの内部状態が変更されたと判定された場合
に、前記他のプログラムモジュールに対して前記実行権
が与えられたプログラムモジュールの内部状態を送信す
るステップと、 このステップにより送信された内部状態に従って、前記
他のプログラムモジュールの内部状態を変更するステッ
プと、 前記判定ステップにより前記実行権が与えられたプログ
ラムモジュールの内部状態が変更されていないと判定さ
れた場合に、前記チェックポイント周期を変更するステ
ップと、からなることを特徴とする待機冗長型多重化処
理システムに用いられるチェックポイント周期の変更方
法。
23. A standby redundant type multiplex processing system which, when a program module to which execution right is given among the multiplexed program modules fails, gives execution right to another program module and continues execution. A method for changing the checkpoint cycle used, comprising: determining whether or not the internal state of the program module to which the execution right has been given has been changed in accordance with the checkpoint cycle; and When it is determined that the internal state of the module has been changed, transmitting the internal state of the program module to which the execution right has been given to the another program module; and, according to the internal state transmitted by this step, Internal state of the other program module Changing the checkpoint cycle when it is determined in the determining step that the internal state of the program module to which the execution right has been granted is not changed. A method of changing a checkpoint cycle used in a standby redundant multiplex processing system.
【請求項24】多重化されたプログラムモジュールのう
ち、実行権が与えられたプログラムモジュールが故障し
た場合に、他のプログラムモジュールに実行権を与えて
実行を継続する待機冗長型多重化処理システムに用いら
れるチェックポイント周期の変更方法において、 前記チェックポイントに従い前記他のプログラムモジュ
ールから前記実行権が与えられたプログラムモジュール
に、前記実行権が与えられたプログラムモジュールの内
部状態が変更されたか否かを問い合わせるための問い合
わせ要求を送信するステップと、 前記他のプログラムモジュールから送信された問い合わ
せ要求に従って、前記実行権が与えられたプログラムモ
ジュールの内部状態が変更されたか否かを判定するステ
ップと、 このステップにより判定された判別結果を前記他のプロ
グラムモジュールに返答するステップと、 この返答された判別結果が、前記実行権が与えられたプ
ログラムモジュールの内部状態を含んでいない場合に、
前記チェックポイント周期を変更するステップと、 前記返答ステップにより返答された判別結果が、前記実
行権が与えられたプログラムモジュールの内部状態を含
んでいる場合に、前記判別結果に含まれている内部状態
に従って前記他のプログラムモジュールの内部状態を変
更するステップと、からなることを特徴とする待機冗長
型多重化処理システムに用いられるチェックポイント周
期の変更方法。
24. A standby redundant multiplex processing system which, when a program module to which execution right is given among the multiplexed program modules fails, gives execution right to another program module and continues execution. In the method of changing the checkpoint cycle used, whether the internal state of the program module to which the execution right has been given has been changed from the another program module to the program module to which the execution right has been given according to the checkpoint. Transmitting an inquiry request for inquiring; and determining whether an internal state of the program module to which the execution right has been given has been changed in accordance with the inquiry request transmitted from the another program module. Discrimination determined by A step of replying a result to the other program modules, if the answer has been determined result, does not contain the internal state of program modules that the execution right is given,
Changing the checkpoint cycle; and if the determination result returned in the response step includes the internal state of the program module to which the execution right has been given, the internal state included in the determination result Changing the internal state of the other program module according to the following method: A method of changing a checkpoint cycle used in a standby redundant multiplex processing system.
【請求項25】前記内部状態変更ステップは、前記チェ
ックポイント周期を併せて変更することを特徴とする請
求項23又は24記載の待機冗長型多重化処理システム
に用いられるチェックポイント周期の変更方法。
25. The method according to claim 23, wherein the internal state changing step changes the checkpoint cycle together with the checkpoint cycle used in the standby redundant multiplex processing system.
【請求項26】前記内部状態変更ステップは、現在のチ
ェックポイント周期を初期値に併せて変更することを特
徴とする請求項23又は24記載の待機冗長型多重化処
理システムに用いられるチェックポイント周期の変更方
法。
26. The checkpoint cycle used in the standby redundant multiplex processing system according to claim 23, wherein said internal state changing step changes a current checkpoint cycle in accordance with an initial value. How to change.
【請求項27】前記チェックポイント周期変更ステップ
は、前記チェックポイント周期を現在値よりも長くなる
ように変更し、 前記内部状態変更ステップは、現在のチェックポイント
周期を初期値に併せて変更することを特徴とする請求項
23又は24記載の待機冗長型多重化処理システムに用
いられるチェックポイント周期の変更方法。
27. The checkpoint cycle changing step changes the checkpoint cycle to be longer than a current value, and the internal state changing step changes the current checkpoint cycle according to an initial value. The method for changing a checkpoint cycle used in the standby redundant multiplexing processing system according to claim 23 or 24, characterized in that:
【請求項28】前記チェックポイント周期変更ステップ
は、現在のチェックポイント周期を初期値に変更し、 前記内部状態変更ステップは、前記チェックポイント周
期を現在値よりも短くなるように併せて変更することを
特徴とする請求項23又は24記載の待機冗長型多重化
処理システムに用いられるチェックポイント周期の変更
方法。
28. The checkpoint cycle changing step changes a current checkpoint cycle to an initial value, and the internal state changing step also changes the checkpoint cycle so as to be shorter than a current value. The method for changing a checkpoint cycle used in the standby redundant multiplexing processing system according to claim 23 or 24, characterized in that:
【請求項29】前記チェックポイント周期変更ステップ
は、前記チェックポイント周期を現在値よりも長くなる
ように変更し、 前記内部状態変更ステップは、前記チェックポイント周
期を現在値よりも短くなるように併せて変更することを
特徴とする請求項23又は24記載の待機冗長型多重化
処理システムに用いられるチェックポイント周期の変更
方法。
29. The checkpoint cycle changing step changes the checkpoint cycle to be longer than a current value, and the internal state changing step adjusts the checkpoint cycle to be shorter than a current value. 25. The method according to claim 23, wherein the checkpoint cycle is changed.
JP31011494A 1993-12-15 1994-12-14 Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system Expired - Fee Related JP3329602B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31011494A JP3329602B2 (en) 1993-12-15 1994-12-14 Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP5-313903 1993-12-15
JP31390393 1993-12-15
JP31011494A JP3329602B2 (en) 1993-12-15 1994-12-14 Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system

Publications (2)

Publication Number Publication Date
JPH07225698A JPH07225698A (en) 1995-08-22
JP3329602B2 true JP3329602B2 (en) 2002-09-30

Family

ID=26566194

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31011494A Expired - Fee Related JP3329602B2 (en) 1993-12-15 1994-12-14 Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system

Country Status (1)

Country Link
JP (1) JP3329602B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012127598A1 (en) * 2011-03-21 2012-09-27 三菱電機株式会社 Synchronization device, synchronization method for synchronization device and synchronization program

Also Published As

Publication number Publication date
JPH07225698A (en) 1995-08-22

Similar Documents

Publication Publication Date Title
US6480473B1 (en) Verification of active nodes in an open network
US7676616B2 (en) Method, apparatus and program storage device for providing asynchronous status messaging in a data storage system
US5828888A (en) Computer network having os-versions management table to initiate network boot process via master computer
US5758157A (en) Method and system for providing service processor capability in a data processing by transmitting service processor requests between processing complexes
CA2733788C (en) Method and systems for redundant server automatic failover
US7269611B2 (en) Storage system and storage system control method
US5781770A (en) Method and controller for controlling shutdown of a processing unit
CN101605189B (en) System and method for upgrading intelligent platform management controller (IPMC) on line
JPH0576654B2 (en)
US7251813B2 (en) Server apparatus having function of changing over from old to new module
US5664090A (en) Processor system and method for maintaining internal state consistency between active and stand-by modules
TW200426571A (en) Policy-based response to system errors occurring during os runtime
US5737515A (en) Method and mechanism for guaranteeing timeliness of programs
JP3329602B2 (en) Standby redundant multiplexing processing system and method of changing checkpoint cycle used in the system
JPH11224207A (en) Computer constituting multi-cluster system
WO2023125482A1 (en) Cluster management method and device, and computing system
US20070022175A1 (en) Computer platform redundant system program remote switching control method and system
JP2001027951A (en) File loading device for information processing system of multiprocessor configuration and recording medium
TWI839203B (en) Extended server system and data update method
JPH11338703A (en) Firmware download system
US20110179423A1 (en) Managing latencies in a multiprocessor interconnect
JP2000357128A (en) Backup memory constitution system and communication transmission system
KR0168947B1 (en) Method for booting node without disk in real-time distributing system
JP3176945B2 (en) Information processing apparatus, standby redundant system, and method for taking checkpoint between main system and standby system of standby redundant system
JPH06295289A (en) Booting method for plural computers

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080719

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees