JP3841229B2 - Message synchronous data processing system - Google Patents

Message synchronous data processing system Download PDF

Info

Publication number
JP3841229B2
JP3841229B2 JP15394492A JP15394492A JP3841229B2 JP 3841229 B2 JP3841229 B2 JP 3841229B2 JP 15394492 A JP15394492 A JP 15394492A JP 15394492 A JP15394492 A JP 15394492A JP 3841229 B2 JP3841229 B2 JP 3841229B2
Authority
JP
Japan
Prior art keywords
reply
side space
message
processor module
destination information
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
JP15394492A
Other languages
Japanese (ja)
Other versions
JPH05346895A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP15394492A priority Critical patent/JP3841229B2/en
Publication of JPH05346895A publication Critical patent/JPH05346895A/en
Application granted granted Critical
Publication of JP3841229B2 publication Critical patent/JP3841229B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Description

【0001】
【産業上の利用分野】
本発明は、複数のプロセッサモジュールから構成されて、メッセージに従って他空間をアクセスしながら同期を取りつつデータ処理を実行していく構成を採るメッセージ同期型データ処理システムに関し、特に、プロセッサモジュールクラッシュが発生するときに、待ち状態にあるメッセージ送信元の空間に対して、このクラッシュ発生を迅速に通知できるようにするメッセージ同期型データ処理システムに関する。
【0002】
【従来の技術】
図10に、本発明の適用されるメッセージ同期型データ処理システムのシステム構成を図示する。
【0003】
この図に示すように、本発明の適用されるメッセージ同期型データ処理システムは、ハードウェア的には、CPU、メモリ等からなるプロセッサモジュール(図中のPM)が、バスや回線等で複数結合されることで構成され、一方、ソフトウェア的には、各プロセッサモジュールは、カーネル(核)を展開するとともに、機能単位や資源の種類等による複数の空間を展開する。
【0004】
そして、それぞれの空間は、互いに独立していて空間の壁により相互干渉から守られており、他空間をアクセスするときには、送信の宛先となる宛先CAP(Capability)を指定してメッセージを通信していくことで行う。ここで、このCAPは、空間に対応付けて管理されるものであって、CAP発行の権限を持つサーバが、空間の発行要求に応答して発行していくことになる。
【0005】
このようなシステム構成を採るメッセージ同期型データ処理システムでは、図11に示すように、送信側となる空間は、処理要求の要求メッセージを送信すると待ち状態に入る。一方、受信側となる空間は、この要求メッセージを受信すると、要求の処理の実行に入って、その処理を終了すると、要求メッセージの受信時に通知される返信CAP(返信宛先を表示する)を指定して、送信側空間に対して返信メッセージを送信する。そして、この返信メッセージを受けて、送信側空間は、待ち状態を解除し自処理の実行を再開していく。なお、受信側空間の返信CAPは、返信メッセージの送信時に削除されることになる。
【0006】
このようにして、メッセージ同期型データ処理システムでは、メッセージ・パシングに従って、データ処理を実行していく構成を採っている。
このメッセージ同期型データ処理システムでは、図12に示すように、受信側空間にクラッシュが発生したり、図13に示すように、受信側空間を展開するプロセッサモジュールにクラッシュが発生すると、送信側空間が待ち状態のままになってしまうことになる。
【0007】
このような不都合を解決するために、従来では、送信側空間は、要求メッセージの送信後にタイマを動作させて、規定の時間が経過しても返信メッセージが返信されてこないときには、空間クラッシュかプロセッサモジュールクラッシュが発生したものとして、待ち状態を解除していくという方法を採っていた。
【0008】
【発明が解決しようとする課題】
しかしながら、このような従来技術に従っていると、送信側空間は、要求メッセージの送信先に空間クラッシュやプロセッサモジュールクラッシュが発生しても、タイムアウトするまでは、それを検出することができないという問題点があった。これから、クラッシュ発生時に、要求メッセージ送信後の待ち状態を迅速に解除していくことができないという問題点があった。
【0009】
本発明は、かかる事情に鑑みてなされたものであって、プロセッサモジュールクラッシュが発生するときに、メッセージ送信元の空間に対して、このクラッシュ発生を迅速に通知できるようにする新たなメッセージ同期型データ処理システムの提供を目的とする。
【0010】
【課題を解決するための手段】
図1に本発明の原理構成を図示する。
図中、1は複数設けられるプロセッサモジュール、2はプロセッサモジュール1を接続する通信路、3は各プロセッサモジュール1に展開されるカーネル、4はプロセッサモジュール1に展開されて、要求メッセージの送信元となる送信側空間、5は送信側空間4に対応付けて展開されて、要求メッセージの送信先を表示する送信宛先情報を管理する送信宛先情報管理部、6はプロセッサモジュール1に展開されて、要求メッセージに対しての処理を実行して返信メッセージを返す受信側空間、7は受信側空間6に対応付けて展開されて、返信メッセージの返信先を表示する返信宛先情報を管理する返信宛先情報管理部である。
【0012】
1において、10は要求メッセージ送信先のプロセッサモジュール1対応に備えられて、返信宛先情報を管理する管理テーブル、11はカーネル3に展開されて、管理テーブル10の管理処理を実行するテーブル管理部、12はカーネル3に展開されて、他プロセッサモジュール1のクラッシュを検出するPMクラッシュ検出部、13はカーネル3に展開されて、送信側空間4に対してプロセッサモジュールクラッシュを表示する代行返信メッセージを送信する代行メッセージ送信部である。
【0016】
【作用】
このように構成される本発明では、送信側空間4の展開されるカーネル3のテーブル管理部11は、送信側空間4が他プロセッサモジュール1に展開される受信側空間6に対して要求メッセージを送信すると、そのプロセッサモジュール1に対応付けられる管理テーブル10に、戻されることになる返信メッセージの持つべき返信宛先情報を登録するとともに、他プロセッサモジュール1の受信側空間6が自モジュールの送信側空間4に返信メッセージを返信してくると、そのプロセッサモジュール1に対応付けられる管理テーブル10から、返信メッセージの持つ返信宛先情報を削除していく。この処理に従って、管理テーブル10は、他モジュールから送信されてくる返信メッセージの持つ返信宛先情報の内の未返信のものを管理していくよう処理する。
【0017】
このように管理テーブル10が未返信の返信宛先情報を管理していくときにあって、送信側空間4の展開されるカーネル3のPMクラッシュ検出部12が、他プロセッサモジュール1のクラッシュを検出すると、そのカーネル3の代行メッセージ送信部13は、受信側空間6に代わって、そのクラッシュモジュールに対応付けられる管理テーブル10の返信宛先情報を指定して、プロセッサモジュールクラッシュを表示する代行返信メッセージを送信側空間4に送信する。そして、この代行返信メッセージの送信を受けて、送信側空間4は、受信側空間6の展開されるプロセッサモジュール1のクラッシュを検出して、要求メッセージの送信後に入る待ち状態を解除する。
【0018】
このように、本発明では、受信側空間6の展開されるプロセッサモジュール1にクラッシュが発生すると、カーネル3が代行返信メッセージを送信側空間4に送信することで、送信側空間4に対してプロセッサモジュール1のクラッシュを通知していく構成を採ることから、送信側空間4は、受信側空間6の展開されるプロセッサモジュール1のクラッシュを迅速に認識できるようになって、要求メッセージ送信後の待ち状態を迅速に解除できるようになる。
【0019】
【実施例】
以下、実施例に従って本発明を詳細に説明する。
図2に、図1で説明した管理テーブル10の詳細なテーブル構成の一実施例を図示する。図中、100は送信先のプロセッサモジュール1対応に備えられて(送信先のプロセッサモジュール1を単位として備えられて)、返信宛先情報となる返信CAPや、IPL回数を表示するバージョンコード等を管理する送信先PM管理テーブル(以下、図中ではIPCLと略記する)、101はこの送信先PM管理テーブル100をハッシュ管理するハッシュテーブルである。
【0020】
プロセッサモジュール1のカーネル3は、この送信先PM管理テーブル100の返信CAPの管理処理を実行する。図3に、カーネル3の実行するこの管理処理の処理フローを図示する。
【0021】
各プロセッサモジュール1のカーネル3は、自モジュールの送信側空間4が他モジュールの受信側空間6に対して要求メッセージを送信するときには、図3(a)の処理フローに示すように、先ず最初に、ステップ1で、その要求メッセージに対しての応答となる返信メッセージで指定されることになる返信CAPを対応の送信先PM管理テーブル100に登録する。次に、ステップ2で、送信先のプロセッサモジュール1のカーネル3に対して、送信先PM管理テーブル100のどのエントリに返信CAPを登録したのかを表示するエントリ識別子を通知して処理を終了する。
【0022】
このようにして、送信元のプロセッサモジュール1のカーネル3から送信先PM管理テーブル100のエントリ識別子を受け取ると、受信側のカーネル3は、そのエントリ識別子を自モジュールの返信宛先情報管部7に登録していくことになる。そして、受信側空間6は、返信メッセージを送信するときには、このエントリ識別子の付加された返信CAPを用いていくことになる。
【0023】
図4に、この図3(a)の処理フローにより実行される送信先PM管理テーブル100への返信CAPの登録処理を図示する。
一方、各プロセッサモジュール1のカーネル3は、自モジュールの送信側空間4に対して返信メッセージが送信されてくると、図3(b)の処理フローに示すように、先ず最初に、ステップ1で、その返信メッセージがプログラムモジュール1間に渡る返信メッセージであるのか否かを判断する。この判断で、他モジュールから送信されてきた返信メッセージであると判断するときには、ステップ2に進んで、その送信されてきた返信メッセージの持つ返信CAPから送信先PM管理テーブル100のエントリ識別子を取り出す。
【0024】
続いて、ステップ3で、返信メッセージの送信元のプロセッサモジュール1に対応付けられる送信先PM管理テーブル100を検索して、ステップ2で取り出したエントリ識別子の指す返信CAPを検索する。続いて、ステップ4で、送信されてきた返信メッセージの持つ返信CAPと、ステップ3で検索した返信CAPとが一致するのか否かを判断して、一致すると判断するときには、ステップ5に進んで、送信先PM管理テーブル100からその返信CAPを削除する。このときには、返信メッセージは、返信CAPの指すメイルボックスに振り分けられることで、送信側空間4に通知されることになる。
【0025】
一方、ステップ4の判断で、一致しないと判断するときには、既にその返信メッセージを受け取っていることを示しているので、ステップ5の削除処理を実行することなく、そのまま処理を終了する。このときには、返信メッセージは捨てられることになる。そして、ステップ1の判断で、返信メッセージが同一モジュール内のものであると判断するときには、送信先PM管理テーブル100の管理対象外であるので、ステップ2ないしステップ5の処理を実行することなく、そのまま処理を終了する。
【0026】
図5に、この図3(b)の処理フローにより実行される送信先PM管理テーブル100からの返信CAPの削除処理を図示する。
このようにして、各プロセッサモジュール1のカーネル3は、図3の処理フローを実行していくことで、自モジュールに展開する送信先PM管理テーブル100が、他モジュールから送信されてくる返信メッセージの持つ返信CAPの内の未返信のものを管理していくよう処理するのである。
【0027】
次に、受信側空間6の空間クラッシュ発生時と、プロセッサモジュール1のクラッシュ発生時に実行するカーネル3のリカバリ処理について説明する。図6に、カーネル3の実行するこのリカバリ処理の処理フローを図示する。
【0028】
受信側空間6を展開する各プロセッサモジュール1のカーネル3は、自モジュールに展開される受信側空間6の空間クラッシュを検出すると、図6(a)の処理フローに示すように、先ず最初に、ステップ1で、そのクラッシュした受信側空間6に対応付けられる返信宛先情報管理部7の管理する返信CAPを検索する。次に、ステップ2で、その検索した返信CAPを宛先に指定して、空間クラッシュを表示する代行返信メッセージを送信側空間4に送信して処理を終了する。
【0029】
この代行返信メッセージを受信すると、待ち状態にある送信側空間4は、受信側空間6の空間クラッシュを認識して待ち状態を解除していく。
図7に、空間クラッシュの受信側空間6が自モジュールに展開されるときにおける代行返信メッセージ送信処理の説明図を図示するとともに、図8に、空間クラッシュの受信側空間6が他モジュールに展開されるときにおける代行返信メッセージ送信処理の説明図を図示する。
【0030】
このように、カーネル3は、受信側空間6に空間クラッシュが発生すると、送信側空間4に代行返信メッセージを送信していくことで、その空間クラッシュの発生を送信側空間4に通知していくよう処理するのである。
【0031】
なお、送信側空間4を展開するプロセッサモジュール1のカーネル3は、空間クラッシュの発生した受信側空間6が他モジュールに展開されるときには、そのプロセッサモジュール1から送信されてくる代行返信メッセージを受け取ると、通常の返信メッセージを受信するときと同様に、図3(b)の処理フローに従って送信先PM管理テーブル100から対応の返信CAPを削除していく処理を実行することになる。
【0032】
一方、送信側空間4を展開する各プロセッサモジュール1のカーネル3は、他プロセッサモジュール1のクラッシュを検出すると、図6(b)の処理フローに示すように、先ず最初に、ステップ1で、クラッシュの発生したプロセッサモジュール1に対応付けられる送信先PM管理テーブル100を検索して返信CAPを取得する。次に、ステップ2で、その取得した返信CAPを宛先に指定して、プロセッサモジュールクラッシュを表示する代行返信メッセージを送信側空間4に送信して処理を終了する。
【0033】
この代行返信メッセージを受信すると、待ち状態にある送信側空間4は、受信側空間6を展開するプロセッサモジュール1のクラッシュを認識して待ち状態を解除していく。
【0034】
図9に、このプロセッサモジュールクラッシュ時における代行返信メッセージの送信処理の説明図を図示する。
このように、カーネル3は、受信側空間6を展開するプロセッサモジュール1にクラッシュが発生すると、送信側空間4に代行返信メッセージを送信していくことで、そのクラッシュの発生を送信側空間4に通知していくよう処理するのである。
【0035】
なお、送信側空間4を展開するプロセッサモジュール1のカーネル3は、他プロセッサモジュール1のクラッシュに従って代行返信メッセージを送信するときには、送信先PM管理テーブル100から対応の返信CAPを削除していく処理を実行することになる。
【0036】
【発明の効果】
以上説明したように、本発明によれば、メッセージに従って他空間をアクセスしながら同期を取りつつデータ処理を実行していく構成を採るメッセージ同期型データ処理システムにあって、受信側空間のプロセッサモジュールにクラッシュが発生するときに、カーネルがクラッシュを表示する代行返信メッセージを送信側空間に送信することで、送信側空間に対してクラッシュを通知していく構成を採ることから、送信側空間は、このクラッシュを迅速に認識できるようになって、要求メッセージ送信後の待ち状態を迅速に解除できるようになる。
【図面の簡単な説明】
【図1】本発明の原理構成図である。
【図2】管理テーブルのテーブル構成の一実施例である。
【図3】 カールの実行する処理フローの一例である。
【図4】送信先PM管理テーブルへの返信CAPの登録処理説明図である。
【図5】送信先PM管理テーブルからの返信CAPの削除処理説明図である。
【図6】 カールの実行する処理フローの一例である。
【図7】空間クラッシュ時の処理の説明図である。
【図8】空間クラッシュ時の処理の説明図である。
【図9】プロセッサモジュールクラッシュ時の処理の説明図である。
【図10】メッセージ同期型データ処理システムの説明図である。
【図11】メッセージ同期型データ処理システムの説明図である。
【図12】クラッシュ発生時の説明図である。
【図13】クラッシュ発生時の説明図である。
【符号の説明】
1 プロセッサモジュール
2 通信路
3 カーネル
4 送信側空間
5 送信宛先情報管理部
6 受信側空間
7 返信宛先情報管理
0 管理テーブル
11 テーブル管理部
12 PMクラッシュ検出部
13 代行メッセージ送信部
[0001]
[Industrial application fields]
The present invention is made up of a plurality of processor modules, the arrangement to continue to perform data processing while synchronizing while accessing the other spatial relates Message synchronous data processing system take according to the message, in particular, profile processor module crashes The present invention relates to a message synchronous data processing system capable of promptly notifying the occurrence of a crash to the space of a message transmission source that is in a waiting state.
[0002]
[Prior art]
FIG. 10 illustrates a system configuration of a message synchronous data processing system to which the present invention is applied.
[0003]
As shown in the figure, in the message synchronous data processing system to which the present invention is applied, in terms of hardware, a plurality of processor modules (PM in the figure) composed of a CPU, a memory and the like are coupled by a bus or a line. On the other hand, in terms of software, each processor module develops a kernel (core) and develops a plurality of spaces depending on functional units, resource types, and the like.
[0004]
Each space is independent from each other and protected from mutual interference by the walls of the space. When accessing another space, a destination CAP (Capability) as a transmission destination is designated to communicate a message. To do. Here, this CAP is managed in association with a space, and a server having the authority to issue a CAP issues it in response to a space issuance request.
[0005]
In a message synchronous data processing system employing such a system configuration, as shown in FIG. 11, the space on the transmission side enters a waiting state when a request message for a processing request is transmitted. On the other hand, when receiving the request message, the receiving space enters the execution of the request process, and when the process ends, specifies the reply CAP (displays the reply destination) that is notified when the request message is received. Then, a reply message is transmitted to the transmission side space. Upon receiving this reply message, the transmitting side space releases the waiting state and resumes execution of its own processing. Note that the reply CAP in the receiving side space is deleted when the reply message is transmitted.
[0006]
In this way, the message synchronous data processing system adopts a configuration in which data processing is executed according to message passing.
In this message synchronous data processing system, when a crash occurs in the reception side space as shown in FIG. 12 or when a crash occurs in the processor module that expands the reception side space as shown in FIG. Will remain waiting.
[0007]
In order to solve such an inconvenience, conventionally, the transmission side space operates a timer after transmitting a request message, and when a reply message is not returned even after a specified time has elapsed, a space crash or processor As the module crash occurred, the wait state was released.
[0008]
[Problems to be solved by the invention]
However, according to such a conventional technique, even if a space crash or a processor module crash occurs at the destination of the request message, the sending side space cannot detect it until it times out. there were. As a result, there is a problem that the waiting state after sending the request message cannot be quickly released when a crash occurs.
[0009]
The present invention was made in view of such circumstances, profile processor when the module crash, against message source space, a new message synchronization to allow fast notification of this crash The purpose is to provide a type data processing system.
[0010]
[Means for Solving the Problems]
FIG. 1 illustrates the principle configuration of the present invention.
In the figure, 1 is a plurality of processor modules, 2 is a communication path for connecting the processor modules 1, 3 is a kernel developed in each processor module 1, 4 is deployed in the processor modules 1, The transmission side space 5 is expanded in association with the transmission side space 4, the transmission destination information management unit for managing the transmission destination information for displaying the transmission destination of the request message, and 6 is expanded in the processor module 1. A receiving space for executing a process on the message and returning a reply message, and 7 is expanded in association with the receiving space 6 and reply destination information management for managing reply destination information for displaying a reply destination of the reply message. Part.
[0012]
In Fig. 1, 10 is provided in the request message destination of the processor module 1 correspondence, the management table for managing the return destination information, 11 are expanded to the kernel 3, executes the management process of the management table 10 table The management unit 12 is expanded in the kernel 3 and the PM crash detection unit 13 detects the crash of the other processor module 1. The proxy 13 is expanded in the kernel 3 and displays the processor module crash for the transmission side space 4. It is a proxy message transmission unit that transmits a message.
[0016]
[Action]
In the present invention configured as described above, the table management unit 11 of the kernel 3 in which the transmission side space 4 is expanded sends a request message to the reception side space 6 in which the transmission side space 4 is expanded in the other processor module 1. When transmission is performed, the reply destination information to be included in the reply message to be returned is registered in the management table 10 associated with the processor module 1, and the reception side space 6 of the other processor module 1 is the transmission side space of its own module. When the reply message is sent back to 4, the reply destination information of the reply message is deleted from the management table 10 associated with the processor module 1. In accordance with this processing, the management table 10 performs processing so as to manage unreplied ones in reply destination information included in reply messages transmitted from other modules.
[0017]
In this way, when the management table 10 manages the reply destination information that has not been replied, the PM crash detection unit 12 of the kernel 3 deployed in the transmission side space 4 detects a crash of the other processor module 1. The proxy message transmission unit 13 of the kernel 3 transmits the proxy reply message that displays the processor module crash by designating the reply destination information of the management table 10 associated with the crash module, instead of the receiving side space 6. Transmit to side space 4. Then, upon receiving the transmission of the proxy reply message, the transmission side space 4 detects a crash of the processor module 1 in which the reception side space 6 is expanded, and cancels the waiting state that is entered after the transmission of the request message.
[0018]
As described above , in the present invention, when a crash occurs in the processor module 1 in which the reception side space 6 is expanded, the kernel 3 transmits a proxy reply message to the transmission side space 4, thereby allowing Since the configuration in which the crash of the module 1 is notified is adopted, the transmission side space 4 can quickly recognize the crash of the processor module 1 deployed in the reception side space 6 and waits after the request message is transmitted. The state can be released quickly.
[0019]
【Example】
Hereinafter, the present invention will be described in detail according to examples.
FIG. 2 shows an example of a detailed table configuration of the management table 10 described in FIG. In the figure, reference numeral 100 is provided for the destination processor module 1 ( provided for each destination processor module 1) , and manages a reply CAP serving as reply destination information, a version code for displaying the IPL count, and the like. A transmission destination PM management table (hereinafter abbreviated as IPCL in the figure) 101 is a hash table for hash management of the transmission destination PM management table 100.
[0020]
The kernel 3 of the processor module 1 executes the management process of the reply CAP in the transmission destination PM management table 100. FIG. 3 shows a processing flow of this management processing executed by the kernel 3.
[0021]
When the transmission side space 4 of each processor module 1 transmits a request message to the reception side space 6 of another module, as shown in the processing flow of FIG. In step 1, a reply CAP to be designated by a reply message that is a response to the request message is registered in the corresponding destination PM management table 100. Next, in step 2, the kernel identifier 3 of the transmission destination processor module 1 is notified of an entry identifier indicating which entry in the transmission destination PM management table 100 has registered the reply CAP, and the processing is terminated.
[0022]
In this way, when receiving the entry identifier of the destination PM management table 100 from the kernel 3 of the transmission source processor module 1, kernel 3 on the receiving side, the entry identifier to reply destination information management unit 7 of the module itself You will register. The receiving side space 6 uses the reply CAP to which this entry identifier is added when sending a reply message.
[0023]
FIG. 4 illustrates a process for registering a reply CAP to the transmission destination PM management table 100 executed according to the processing flow of FIG.
On the other hand, when a reply message is transmitted to the transmission side space 4 of its own module, the kernel 3 of each processor module 1 starts with step 1 as shown in the processing flow of FIG. Then, it is determined whether or not the reply message is a reply message between the program modules 1. If it is determined that this is a reply message transmitted from another module, the process proceeds to step 2 and the entry identifier in the destination PM management table 100 is extracted from the reply CAP of the transmitted reply message.
[0024]
Subsequently, in step 3, the transmission destination PM management table 100 associated with the processor module 1 that is the transmission source of the reply message is searched, and the reply CAP indicated by the entry identifier extracted in step 2 is searched. Subsequently, in step 4, it is determined whether or not the reply CAP included in the reply message transmitted matches the reply CAP searched in step 3. The reply CAP is deleted from the destination PM management table 100. At this time, the reply message is distributed to the mailbox pointed to by the reply CAP, so that the transmission side space 4 is notified.
[0025]
On the other hand, if it is determined in step 4 that they do not match, it indicates that the reply message has already been received, so the processing is terminated without executing the deletion processing in step 5. At this time, the reply message is discarded. When it is determined in step 1 that the reply message is in the same module, it is out of the management target of the transmission destination PM management table 100, so that the processing in steps 2 to 5 is not executed. The process is terminated as it is.
[0026]
FIG. 5 illustrates a process for deleting a reply CAP from the transmission destination PM management table 100, which is executed according to the processing flow of FIG.
In this way, the kernel 3 of each processor module 1 executes the processing flow of FIG. 3, so that the transmission destination PM management table 100 developed in its own module receives the reply message transmitted from another module. The processing is performed so as to manage the non-reply replies within the reply CAP.
[0027]
Next, a recovery process of the kernel 3 executed when a space crash occurs in the receiving side space 6 and when a crash occurs in the processor module 1 will be described. FIG. 6 shows a processing flow of this recovery processing executed by the kernel 3.
[0028]
Kernel 3 of each processor module 1 to expand the receiving side space 6 detects space crash receiving side space 6 which is open exhibition to the own module, as shown in the process flow of FIG. 6 (a), the first of In step 1, a reply CAP managed by the reply destination information management unit 7 associated with the crashed receiving space 6 is searched. Next, in step 2, the retrieved reply CAP is designated as a destination, a proxy reply message indicating a space crash is transmitted to the transmission side space 4, and the process is terminated.
[0029]
When this proxy reply message is received, the transmitting side space 4 in the waiting state recognizes a space crash in the receiving side space 6 and releases the waiting state.
FIG. 7 illustrates an explanatory diagram of the proxy reply message transmission process when the space crash receiving side space 6 is expanded to its own module, and FIG. 8 illustrates the space crash receiving side space 6 expanded to other modules. FIG. 6 illustrates an explanatory diagram of a proxy reply message transmission process at a time.
[0030]
In this way, when a space crash occurs in the reception side space 6, the kernel 3 notifies the transmission side space 4 of the occurrence of the space crash by transmitting a proxy reply message to the transmission side space 4. It is processed as follows.
[0031]
The kernel 3 of the processor module 1 that expands the transmission side space 4 receives the proxy reply message transmitted from the processor module 1 when the reception side space 6 in which the space crash has occurred is expanded to another module. Similarly to the case of receiving a normal reply message, the process of deleting the corresponding reply CAP from the transmission destination PM management table 100 is executed according to the processing flow of FIG.
[0032]
On the other hand, when the kernel 3 of each processor module 1 that expands the transmission side space 4 detects a crash of the other processor module 1, first, as shown in the processing flow of FIG. The transmission destination PM management table 100 associated with the processor module 1 in which the error occurred is searched to obtain a reply CAP. Next, in step 2, the acquired reply CAP is designated as a destination, a proxy reply message for displaying a processor module crash is transmitted to the transmission side space 4, and the process is terminated.
[0033]
When this proxy reply message is received, the transmitting side space 4 in the waiting state recognizes the crash of the processor module 1 that expands the receiving side space 6 and releases the waiting state.
[0034]
FIG. 9 illustrates an explanatory diagram of the proxy reply message transmission process when the processor module crashes.
As described above, when a crash occurs in the processor module 1 that expands the reception side space 6, the kernel 3 transmits the proxy reply message to the transmission side space 4, thereby notifying the transmission side space 4 of the occurrence of the crash. It is processed to notify.
[0035]
The kernel 3 of the processor module 1 that expands the transmission side space 4 deletes the corresponding reply CAP from the destination PM management table 100 when transmitting the proxy reply message in accordance with the crash of the other processor module 1. Will be executed.
[0036]
【The invention's effect】
As described above, according to the present invention, in the message-synchronous data processing system employing a configuration that continue to perform data processing while synchronizing while accessing the other space in accordance with the message, the processor of the receiving-side space When the module crashes, the kernel sends the proxy reply message that indicates the crash to the sender space, so that the sender space is notified of the crash. This crash can be recognized quickly, and the waiting state after sending the request message can be released quickly.
[Brief description of the drawings]
FIG. 1 is a principle configuration diagram of the present invention.
FIG. 2 is an example of a table configuration of a management table.
Figure 3 is an example of a processing flow executed by the car, channel.
FIG. 4 is an explanatory diagram of registration processing of a reply CAP to a transmission destination PM management table.
FIG. 5 is an explanatory diagram of processing for deleting a reply CAP from a destination PM management table.
6 is an example of a processing flow executed by the car, channel.
FIG. 7 is an explanatory diagram of processing at the time of a space crash.
FIG. 8 is an explanatory diagram of processing at the time of a space crash.
FIG. 9 is an explanatory diagram of processing when a processor module crashes;
FIG. 10 is an explanatory diagram of a message synchronous data processing system.
FIG. 11 is an explanatory diagram of a message synchronous data processing system.
FIG. 12 is an explanatory diagram when a crash occurs.
FIG. 13 is an explanatory diagram when a crash occurs.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Processor module 2 Communication path 3 Kernel 4 Transmission side space 5 Transmission destination information management part 6 Reception side space 7 Reply destination information management part
1 0 Management table 11 Table management unit 12 PM crash detection unit 13 Proxy message transmission unit

Claims (1)

複数のプロセッサモジュールから構成されて、送信側空間が、送信宛先情報を指定して、要求メッセージを送信して待ち状態に入り、一方、該送信宛先情報の指す受信側空間が、該送信側空間を指す返信宛先情報を指定して、この待ち状態の解除契機となる返信メッセージを送信する構成を採るメッセージ同期型データ処理システムにおいて、
送信側空間を展開するプロセッサモジュールのカーネルが、
他プロセッサモジュールに展開される受信側空間に対して要求メッセージが送信されるときに、送信先のプロセッサモジュールを単位として、該プロセッサモジュールに展開される受信側空間の指定することになる返信宛先情報を管理する管理手段に対して、該当の返信宛先情報を登録するとともに、プロセッサモジュールを越えて返信メッセージが自モジュールの送信側空間に送信されてくるときに、該返信メッセージの持つ返信宛先情報を該管理手段から削除する手段と、
他プロセッサモジュールのクラッシュ発生時に、上記管理手段の管理する返信宛先情報の中から該クラッシュモジュールに対応付けられるものを検索することで、該クラッシュモジュールに展開される受信側空間の指定することになる返信宛先情報を検索して、該受信側空間に代わって、その検索した返信宛先情報を指定して、プロセッサモジュールクラッシュを表す代行返信メッセージを送信する手段とを備えることを、
特徴とするメッセージ同期型データ処理システム。
The transmission side space is composed of a plurality of processor modules, specifies the transmission destination information, transmits a request message, and enters a waiting state, while the reception side space indicated by the transmission destination information is the transmission side space. In the message synchronous data processing system adopting a configuration in which the reply destination information indicating the address is designated and the reply message that triggers the release of the waiting state is transmitted.
The kernel of the processor module that expands the sender space
When a request message is transmitted to the receiving side space developed in the other processor module, the reply destination information specified by the receiving side space developed in the processor module in units of the destination processor module the management means for managing registers the reply destination information of the corresponding, when the response message over the processor module is transmitted to the transmission side space of its own module, the reply destination information held by the reply message Deleting from the management means ;
A crash occurrence of another processor module or by looking up shall correspond to the crash module from the reply destination information managed by the managing means, specifying the receiving side space that is extracted to the crash module Locate and a composed reply destination information, in place of the receiving-side space, by specifying the retrieved reply destination information, in that it comprises means for transmitting a proxy reply message indicating a processor module crash,
Characteristic message synchronous data processing system.
JP15394492A 1992-06-15 1992-06-15 Message synchronous data processing system Expired - Fee Related JP3841229B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15394492A JP3841229B2 (en) 1992-06-15 1992-06-15 Message synchronous data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15394492A JP3841229B2 (en) 1992-06-15 1992-06-15 Message synchronous data processing system

Publications (2)

Publication Number Publication Date
JPH05346895A JPH05346895A (en) 1993-12-27
JP3841229B2 true JP3841229B2 (en) 2006-11-01

Family

ID=15573493

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15394492A Expired - Fee Related JP3841229B2 (en) 1992-06-15 1992-06-15 Message synchronous data processing system

Country Status (1)

Country Link
JP (1) JP3841229B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0944421A (en) * 1995-07-27 1997-02-14 Kyushu Nippon Denki Software Kk Network management method

Also Published As

Publication number Publication date
JPH05346895A (en) 1993-12-27

Similar Documents

Publication Publication Date Title
CN1761944B (en) Dynamic service registry for virtual machines
US5784617A (en) Resource-capability-based method and system for handling service processor requests
EP0854610A2 (en) Ethernet communication redundancy method
CN103677988A (en) Multi-process communication method and system for software system
US7200781B2 (en) Detecting and diagnosing a malfunctioning host coupled to a communications bus
JP3841229B2 (en) Message synchronous data processing system
JP3091791B2 (en) Message type data processing system
US5754856A (en) MVS/ESA message transport system using the XCF coupling facility
JP2006031491A (en) Application linkage system
JPH0740690B2 (en) Back-up method of master-control station
JP3006469B2 (en) Message double feed check system
CN117221375A (en) Node state detection method, electronic device and readable storage medium
JPH1139110A (en) Printer status information notification system
JP2000188607A (en) Server access control method in client/server system, its system and information storage medium
JP2003044294A (en) Task fault detection system and method
JP2658215B2 (en) Automatic transaction equipment
JP2853265B2 (en) Crash handling method
JPH07107679B2 (en) Message communication control method between client and server
JP2907924B2 (en) Computer system
CN112596925A (en) Transaction data transmission method and device
CN117850851A (en) Highly reliable and thermally upgrade-friendly virtual switch software system
JP2848442B2 (en) Arbitrary message data discrimination method
JP2555752B2 (en) Event notification processing method
JPH0512224A (en) Inter-host resource waiting job starting system
JPH06189370A (en) Monitor and control system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20031007

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20040514

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060803

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20090818

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110818

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees