JPH0334032A - Parallel multiplex control system - Google Patents

Parallel multiplex control system

Info

Publication number
JPH0334032A
JPH0334032A JP1168694A JP16869489A JPH0334032A JP H0334032 A JPH0334032 A JP H0334032A JP 1168694 A JP1168694 A JP 1168694A JP 16869489 A JP16869489 A JP 16869489A JP H0334032 A JPH0334032 A JP H0334032A
Authority
JP
Japan
Prior art keywords
message
elements
messages
multiplexed
system element
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.)
Granted
Application number
JP1168694A
Other languages
Japanese (ja)
Other versions
JPH0795280B2 (en
Inventor
Toshibumi Seki
関 俊文
Yasukuni Oiyake
岡宅 泰邦
Shinsuke Tamura
田村 信介
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 JP1168694A priority Critical patent/JPH0795280B2/en
Publication of JPH0334032A publication Critical patent/JPH0334032A/en
Publication of JPH0795280B2 publication Critical patent/JPH0795280B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Hardware Redundancy (AREA)

Abstract

PURPOSE:To reduce the processing overhead by setting the valid number of pieces of information at the value equal to or larger than the multiplex degree of a system element. CONSTITUTION:The processors 1a - 1c are prepared as the process executing means where the system elements are registered together with the message identifying means 2a - 2c which identify the same messages connected to the processors 1a - 1c, and the message exchanging devices 3a - 3c. These processors, means and devices are connected in series. When the information are exchanged among the multiplexed system elements A - C, each system element validates a message when it receives the information of the same contents from a group of multiplexed elements in the number of valid pieces. Thus it is not required to wait for the messages to be received from all multiplexed system elements. Then the processing overhead is reduced.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は、プログラムや資源のようなシステム要素が信
頼性向上等の目的のため多重化されたシステムにおいて
、多重要素群が送出するメツセージ中から正しいメツセ
ージを、個々のシステム要素が多重度を意識することな
く、また処理のオーバーヘッドを少なくして効率よく抽
出する並列多重制御方式に関する。
[Detailed Description of the Invention] [Objective of the Invention] (Industrial Application Field) The present invention provides a system in which system elements such as programs and resources are multiplexed for the purpose of improving reliability. The present invention relates to a parallel multiplex control method that efficiently extracts the correct message from among the messages sent by the system, without individual system elements being aware of the multiplicity and with less processing overhead.

(従来の技術) 近年、電算機システムの各分野における要素の多重化及
び技術の高度化に伴ってシステムが大規模化かつ複雑化
する傾向にあるため、分散してジョブを処理する並列/
分散処理システムの需要が高まっている。
(Prior art) In recent years, with the multiplexing of elements in various fields of computer systems and the advancement of technology, systems have tended to become larger and more complex.
Demand for distributed processing systems is increasing.

この時システムの信頼性を向上させるために、同一の処
理を複数のシステム要素で並列に実行する並列多重処理
方式と、処理はtp−のシステム要素で実行し、実行中
のシステム要素が故障した段階で予備要素が処理を継続
する待機冗長処理方式待機冗長処理方式では、故障特に
予備要素が処理を引継ぐのに時間がかかる、あるいは高
速で処理を引継ぐには高頻度で予備要素に処理の途中経
過を通報しなければならない等の欠点がある。このため
、リアルタイム制御システム等では、並列多重処理方式
が好ましいが、並列多重処理方式では個々の要素が多重
化された要素群より受けるメツセージから正しいメツセ
ージを抽出する機構が必要になる。
At this time, in order to improve the reliability of the system, we have adopted a parallel multiprocessing method in which the same process is executed in parallel by multiple system elements, and a process is executed in the tp- system element, so that if the system element being executed fails, A standby redundant processing method in which the spare element continues processing at a stage.In the standby redundant processing method, it takes time for the spare element to take over processing especially when there is a failure, or to take over processing at a high speed, the spare element is frequently interrupted in the middle of processing. There are drawbacks such as the need to report progress. For this reason, in real-time control systems and the like, the parallel multiprocessing method is preferable, but the parallel multiprocessing method requires a mechanism for extracting the correct message from messages received from a group of elements in which individual elements are multiplexed.

個々のシステム要素が正しいメツセージだけを受信する
ことを保証する完全な自己診断能力を持てば、個々のシ
ステム要素は正しいメツセージしか出力しないので、個
々のシステム要素は、最初に受信したメツセージを採用
し、以降到着するメツセージを無視する先先着優先処理
方式を用いることにより正しいメツセージの受信ができ
る。
Having complete self-diagnostic capabilities to ensure that each system element receives only the correct messages will ensure that each system element only outputs the correct messages, so that each system element adopts the first message it receives. By using a first-come, first-served priority processing method that ignores messages that arrive after , the correct message can be received.

しかし、高度な自己診断機能を実現することは困難であ
るので、多重化されたシステム要素群のメツセージを比
較する方式が一般に用いられている。多重化されたシス
テム要素群のメツセージを比較する方式では、通常多数
決等によって正しいメツセージを抽出するが、そのため
には各システム要素が関連システム要素の多重度を知る
必要があり、システムの拡張性を妨げていた。また、多
数決に必要な数のメツセージが届くのを待たなければな
らないといった処理実行中のオーバーヘッドも大きかっ
た。
However, since it is difficult to realize a sophisticated self-diagnosis function, a method of comparing messages from multiplexed system element groups is generally used. In a method that compares messages from a group of multiplexed system elements, the correct message is usually extracted by majority vote, but in order to do this, each system element needs to know the multiplicity of related system elements, which makes it difficult to expand the system. It was hindering me. Additionally, there was a large overhead during processing, such as having to wait for the number of messages required for majority voting to arrive.

このため、システム実行中の処理のオーバーヘッド及び
故障による休止峙間を極力小さく抑え、かつ関連システ
ム要素の多重度を意識しない多重処理制御法が重要とな
る。
Therefore, it is important to have a multiprocessing control method that minimizes processing overhead and downtime due to failures during system execution, and does not take into account the multiplicity of related system elements.

(発明が解決しようとする課題) 上述した従来の多重化されたシステム要素群のメツセー
ジを比較する方式では、通常多数決等によって正しいメ
ツセージを抽出するが、そのためには各システム要素が
関連システム要素の多重度を知る必要があり、システム
の拡張性を妨げるという問題があった。
(Problem to be Solved by the Invention) In the conventional method of comparing messages of multiplexed system element groups described above, the correct message is usually extracted by majority vote. There was a problem in that it was necessary to know the multiplicity, which hindered the expandability of the system.

また、多数決に必要な数のメツセージが届くのを待たな
ければならないといった処理実行中のオーバーヘッドも
大きくなるという欠点もあった。
Another drawback is that there is a large overhead during processing, such as having to wait for the number of messages required for majority voting to arrive.

本発明は、このような事情に対してなされたもので、多
重要素群間での処理のオーバーヘッドを極力小さくしリ
アルタイム制御に適用可能とすると共に、関連要素の多
重度を意識する必要をなくすことによって、システムの
拡張性を損わずに高い信頼性を実現することを目的とす
る。
The present invention has been made in response to these circumstances, and aims to minimize the overhead of processing between multiple element groups, making it applicable to real-time control, and eliminating the need to be aware of the degree of multiplicity of related elements. The aim is to achieve high reliability without compromising system scalability.

[発明の構成] (課題を解決するための手段) 上記従来の目的を達成する本発明の並列多重制御方式は
、少なくとも一つ以上のメツセージ交換手段と、受信メ
ツセージを同一内容毎に識別・分類するメツセージ識別
手段とを備え、多重化されたシステム要素が登録され、
その機能が実行される処理手段を結合した並列/分散処
理システムにおいて、多重化されたシステム要素間で情
報交換する際に、個々のシステム要素は多重化要素群か
ら同一内容の情報を予め決められた有効個数受信した時
、当該メツセージを有効化することを特徴とする。
[Structure of the Invention] (Means for Solving the Problems) The parallel multiplex control system of the present invention that achieves the above-mentioned conventional object includes at least one message exchange means, and a method for identifying and classifying received messages according to the same content. a message identification means for registering multiplexed system elements;
In a parallel/distributed processing system that combines processing means that execute its functions, when exchanging information between multiplexed system elements, each system element receives predetermined information of the same content from a group of multiplexed elements. The present invention is characterized in that when a valid number of messages is received, the message is validated.

(作 用) 本発明において、有効個数は対応するシステム要素の多
重度に等しいかそれ以下の値とする。
(Function) In the present invention, the effective number is equal to or less than the multiplicity of the corresponding system element.

これにより、各システム要素は関連システム要素に要求
される信頼度(メツセージの有効個数)だけを知ってお
けば良く (この値はメツセージに付加することもでき
る)、関連システム要素の多重度を知る必要がないので
、システム要素の多重化によって拡張性や適応性が低下
することはない。
As a result, each system element only needs to know the reliability (valid number of messages) required for the associated system element (this value can also be added to the message) and the multiplicity of the associated system element. Multiplexing system elements does not reduce scalability or adaptability because it is not necessary.

また、有効個数を:J3整することによって、メツセー
ジ内容の信頼度を任意に設定することが可能となる。さ
らに、多数決方式のように全ての関連要素からのメツセ
ージを待合わせる必要もないので、処理のオーバーヘッ
ドを小さく抑えられる。
Furthermore, by setting the effective number to :J3, it becomes possible to arbitrarily set the reliability of the message content. Furthermore, unlike the majority voting system, there is no need to wait for messages from all related elements, so processing overhead can be kept low.

(実施例) 以下、本発明の一実施例について図面を参照して詳細に
説明する。
(Example) Hereinafter, an example of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例による並列多重制御方式の構
成ブロック図である。
FIG. 1 is a block diagram of a parallel multiplex control system according to an embodiment of the present invention.

本実施例の並列多重制御方式は、システム要素が登録さ
れる処理実行手段としてのプロセッサ1a、lb、lc
と、プロセッサla、lb、lcにそれぞれ接続された
同一メツセージを識別するメツセージ識別手段2a、2
b、2cと、メッセ−ジ交換装置3a、3b、3cを一
列に接続した構成となっている。ここで、プロセッサ1
a、1b、lcによりシステム要素の機能が実行され、
システム要素によって生成されたメツセージは、メツセ
ージ交換装置3a、3b、3cを介して送信される。送
信されたメツセージはメツセージ交換装置3a、3b、
3cによって受信され、メツセージ識別手段2a、2b
、2cに渡され同一内容のメツセージ毎に分類される。
The parallel multiplex control method of this embodiment uses processors 1a, lb, and lc as processing execution means in which system elements are registered.
and message identification means 2a, 2 for identifying the same message connected to the processors la, lb, lc, respectively.
b, 2c and message exchange devices 3a, 3b, 3c are connected in a line. Here, processor 1
a, 1b, lc perform the functions of the system elements,
Messages generated by the system elements are transmitted via message exchange devices 3a, 3b, 3c. The transmitted message is sent to the message exchange devices 3a, 3b,
3c, the message identification means 2a, 2b
, 2c, and are classified into messages with the same content.

本発明においては、信頼性を向上させる等の理由により
、例え(を第2図に示すように個々のシステム□素は多
重化され、各プロセッサla、lb。
In the present invention, for reasons such as improving reliability, the individual system elements are multiplexed, as shown in FIG.

ICに分散されて配置されている。第2図では、システ
ム要素AとCはプロセッサla、lb及びICに登録さ
れ、システム要素Bはプロセッサ1aと1bに登録され
ている。このような状況下において各システム要素A、
B、Cは、異なるシステム要素間で第3図に示すように
メツセージを交換しながら処理を実行するが、このとき
各システム要素は自要素を含めて他のシステム要素の多
重度を意識しない。
They are distributed and arranged in the IC. In FIG. 2, system elements A and C are registered with processors la, lb and IC, and system element B is registered with processors 1a and 1b. Under these circumstances, each system element A,
B and C execute processing while exchanging messages between different system elements as shown in FIG. 3, but at this time, each system element is not aware of the multiplicity of other system elements including its own element.

第3図において、システム要素Aは要素Al。In FIG. 3, system element A is element Al.

A2.A3とで3重化、システム要素Bは要素B1、B
2とで2重化、システム要素Cは要素C1゜C2,C3
とで3重化されている。多重化された各システム要素群
は同一処理を行なうように設計されている。
A2. Tripled with A3, system element B is element B1, B
2, system element C is element C1゜C2, C3
It is triplexed. Each multiplexed system element group is designed to perform the same processing.

また、各システム要素毎にメツセージの有効個数は予め
宣言されている。この有効個数は対応するシステム要素
の多重度に等しいかそれ以下の値とする。例えば、シス
テム要素Aの発するメツセージの有効個数は2、システ
ム要素Bの発するメツセージの有効個数は1であるとす
る。個々のシステム要素は送信先のシステム要素がどの
プロセッサに存在するか、何重化されているかを意識す
ることなく放送通信を用いてメツセージを送信する。こ
のような状況下でシステム要素Al、A2゜A3は、そ
の処理結果をシステム要素Bに対して送信する。システ
ム要素81□ B2は、第4図のフローチャートに従っ
てメツセージの受信処理を行なう。
Further, the effective number of messages is declared in advance for each system element. This effective number shall be equal to or less than the multiplicity of the corresponding system element. For example, assume that the effective number of messages issued by system element A is 2, and the effective number of messages issued by system element B is 1. Each system element transmits a message using broadcast communication without being aware of which processor the destination system element resides in or how many layers it has. Under such circumstances, system elements Al, A2 and A3 transmit their processing results to system element B. The system element 81□B2 performs message reception processing according to the flowchart in FIG.

個々のシステム要素Aによって送信されたメツセージは
メツセージ交換装置によって受信され(ステップ401
)、受信されたメツセージはメツセージ識別手段によっ
て同一内容を持つメツセージ毎に分類され(ステップ4
02)、該当メツセージの受信回数に1を加え(ステッ
プ403)、その受信回数が予め宣言された有効個数と
比べられる(ステップ404)。例えば、システム要素
Aからのメツセージであればその有効個数は2であるの
で受信回数が2より小さければその受信メツセージを保
存しくステップ405)、受信回数が2と等しいとき(
つまり受信回数が2となったとき)当該メツセージを有
効化しくステップ406)、宛先であるシステム要素に
当該メツセージを渡す(ステップ407)。
Messages sent by individual system elements A are received by the message switching device (step 401).
), and the received messages are classified by message identification means into messages having the same content (step 4).
02), 1 is added to the number of times the message has been received (step 403), and the number of times the message has been received is compared with a previously declared valid number (step 404). For example, if the message is from system element A, the effective number is 2, so if the number of receptions is less than 2, the received message is saved (step 405), and when the number of receptions is equal to 2 (
In other words, when the number of receptions reaches 2), the message is validated (step 406), and the message is passed to the destination system element (step 407).

受信回数が有効個数より大きいとき(つまり受信回数が
2より大きいとき)その受信メツセージを捨てる(ステ
ップ408)。第3図の場合については、各システム要
素Bl、B2はA1、A2ないしA3のどれか2つから
同一内容のメツセージを受信したとき当該メツセージが
有効化され各システム要素Bl、B2が起動される。3
っめの同一内容のメツセージを受信したときには、その
メツセージは捨てられる。
When the number of receptions is greater than the valid number (that is, when the number of receptions is greater than 2), the received message is discarded (step 408). In the case of FIG. 3, when each system element Bl, B2 receives a message with the same content from any two of A1, A2, or A3, the message is validated and each system element Bl, B2 is activated. . 3
If another message with the same content is received, that message will be discarded.

システム要素Bからのメツセージについては有効個数が
1と宣言されているので、各システム要素C1,C2,
C3は、システム要素B1ないしB2から送信されたメ
ツセージの西、先に到着した方のメツセージを右動化し
、後から到着するメツセージを捨てる。
Since the effective number of messages from system element B is declared to be 1, each system element C1, C2,
C3 converts messages sent from system elements B1 and B2 that arrive earlier to the right, and discards messages that arrive later.

これにより本実施例によれば、各システム要素は関連シ
ステム要素に要求される信頼度として有効個数だけを知
っておけば良く、関連システム要素の多重度を知る必要
がないので、システム要素の多重化によって拡張性や適
応性が低下することはない。また、有効個数を調整する
ことによって、メツセージ内容の信頼度を任意に設定す
ることが可能となる。さらに、多数決方式のように全て
の関連要素からのメツセージを待合わせる必要もないの
で、処理のオーバーヘッドを小さく抑えられる。
As a result, according to this embodiment, each system element only needs to know the effective number as the reliability required for the related system elements, and there is no need to know the multiplicity of the related system elements. This does not reduce scalability or adaptability. Furthermore, by adjusting the effective number, it is possible to arbitrarily set the reliability of the message content. Furthermore, unlike the majority voting system, there is no need to wait for messages from all related elements, so processing overhead can be kept low.

[発明の効果] 以上説明したように本発明の並列多重制御方式によれば
、各システム要素はその多重度を意識する必要がなく、
そのメツセージの信頼度を示す有効個数のみを予め宣言
しておけば良いことになる。
[Effects of the Invention] As explained above, according to the parallel multiplex control method of the present invention, each system element does not need to be aware of its multiplicity;
It is sufficient to declare in advance only the effective number that indicates the reliability of the message.

このため、システム拡張時にシステム要素の多重度を考
慮する必要がなくなり、拡張性の向上が図られる。
Therefore, there is no need to consider the multiplicity of system elements when expanding the system, and expandability can be improved.

また、全ての多重システム要素からのメツセージを待合
わせる必要もないので、処理のオーバーヘッドを小さく
することができる。
Additionally, since there is no need to wait for messages from all multiplex system elements, processing overhead can be reduced.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は多重化されたシステム要素をプロセッサに分散配
置した状態を示す図、第3図は多重化されたシステム要
素間でのメツセージ交換を示す図、第4図はメツセージ
を受信した際の動作を示すフローチャートである。 la、  ユb、1cm プロセッサ、2a、2b2 
c =−・メツセージ識別装置、3a、3b、3cmメ
ツセージ交換装置、A、B、C・・・システム要素。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a diagram showing a state in which multiplexed system elements are distributed among processors, and FIG. 3 is a diagram showing how multiplexed system elements are distributed among processors. FIG. 4 is a flowchart showing the operation when a message is received. la, yu b, 1cm processor, 2a, 2b2
c=--Message identification device, 3a, 3b, 3cm message exchange device, A, B, C... System elements.

Claims (1)

【特許請求の範囲】[Claims] 少なくとも一つ以上のメッセージ交換手段と、受信メッ
セージを同一内容毎に識別・分類するメッセージ識別手
段とを備え、多重化されたシステム要素が登録され、そ
の機能が実行される処理手段を結合した並列/分散処理
システムにおいて、多重化されたシステム要素間で情報
交換する際に、個々のシステム要素は多重化要素群から
同一内容の情報を予め決められた有効個数受信した時、
当該メッセージを有効化することを特徴とする並列多重
制御方式。
A parallel system comprising at least one message exchange means and a message identification means for identifying and classifying received messages according to the same content, and combining processing means in which multiplexed system elements are registered and their functions are executed. /In a distributed processing system, when information is exchanged between multiplexed system elements, when each system element receives a predetermined effective number of pieces of information with the same content from a group of multiplexed elements,
A parallel multiplex control method characterized by activating the message.
JP1168694A 1989-06-30 1989-06-30 Parallel multiplex control system and control method of parallel multiplex control system Expired - Fee Related JPH0795280B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1168694A JPH0795280B2 (en) 1989-06-30 1989-06-30 Parallel multiplex control system and control method of parallel multiplex control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1168694A JPH0795280B2 (en) 1989-06-30 1989-06-30 Parallel multiplex control system and control method of parallel multiplex control system

Publications (2)

Publication Number Publication Date
JPH0334032A true JPH0334032A (en) 1991-02-14
JPH0795280B2 JPH0795280B2 (en) 1995-10-11

Family

ID=15872730

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1168694A Expired - Fee Related JPH0795280B2 (en) 1989-06-30 1989-06-30 Parallel multiplex control system and control method of parallel multiplex control system

Country Status (1)

Country Link
JP (1) JPH0795280B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007049249A (en) * 2005-08-08 2007-02-22 Furukawa Electric Co Ltd:The Antenna system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63173138A (en) * 1987-01-12 1988-07-16 Fujitsu Ltd Majority decision processing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63173138A (en) * 1987-01-12 1988-07-16 Fujitsu Ltd Majority decision processing system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007049249A (en) * 2005-08-08 2007-02-22 Furukawa Electric Co Ltd:The Antenna system
JP4690820B2 (en) * 2005-08-08 2011-06-01 古河電気工業株式会社 Antenna device

Also Published As

Publication number Publication date
JPH0795280B2 (en) 1995-10-11

Similar Documents

Publication Publication Date Title
EP0283193B1 (en) Method of spare capacity use for fault detection in a multiprocessor system
US5210871A (en) Interprocessor communication for a fault-tolerant, mixed redundancy distributed information processing system
JPH02287858A (en) Restarting system for distributed processing system
US7562154B2 (en) System and method for filtering stale messages resulting from membership changes in a distributed computing environment
Goscinski Two algorithms for mutual exclusion in real-time distributed computer systems
JPH0334032A (en) Parallel multiplex control system
JPS62150948A (en) Bus faulty part detection system
JPS60198645A (en) Data processing system
JP3176945B2 (en) Information processing apparatus, standby redundant system, and method for taking checkpoint between main system and standby system of standby redundant system
JPS6314542B2 (en)
JPH01241662A (en) Multi-processor synchronizing system
JP2577474B2 (en) Verification duplex program control method
JPH0368584B2 (en)
JPH0344465B2 (en)
JPH0561820B2 (en)
Dal Cin On distributed system-level self-diagnosis
JPS5838808B2 (en) Data transfer method in multiprocessor system
JP2645134B2 (en) Message transmission control method to restoration signal link
JP2616246B2 (en) Dual processing method for inter-system data in dual operation redundant apparatus and dual operation redundant apparatus
JP3646346B2 (en) Abnormal processing method of computer system
JPS63167938A (en) Signal processing apparatus and method
JPS63237639A (en) Multi-address transmission system with loop type bus
JPS6221342A (en) Information transmission processor
JPH04333144A (en) Multiplex element control system
JPS6211957A (en) Detection system for faulty processor in multi-processor system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees