JPH05158781A - Exclusive flag management device for shared memory system - Google Patents

Exclusive flag management device for shared memory system

Info

Publication number
JPH05158781A
JPH05158781A JP3322994A JP32299491A JPH05158781A JP H05158781 A JPH05158781 A JP H05158781A JP 3322994 A JP3322994 A JP 3322994A JP 32299491 A JP32299491 A JP 32299491A JP H05158781 A JPH05158781 A JP H05158781A
Authority
JP
Japan
Prior art keywords
computer
flag
exclusive flag
exclusive
shared memory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3322994A
Other languages
Japanese (ja)
Inventor
Takashi Hiraoka
孝 平岡
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 JP3322994A priority Critical patent/JPH05158781A/en
Publication of JPH05158781A publication Critical patent/JPH05158781A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To immediately permit the access of the other computer to the shared memory in case of a fault generation in a computer with the exclusive flag. CONSTITUTION:The number of a computer with the exclusive flag is extracted by an encoder 13 to be recorded on a register 16. In case of a fault generation, the computer number is extracted by an encoder 12, and a comparator 17 collates it with the computer number with the exclusive flag on the register 16. If both numbers are matched, a flip-flop 19 outputs a forced reset signal of the exclusive flag.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、共有メモリ方式におけ
る排他フラグ管理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an exclusive flag management device in a shared memory system.

【0002】[0002]

【従来の技術】複数の計算機を結合した複合計算機シス
テムにおいて、複数の計算機を結合する手段の一つに共
有メモリ方式がある。
2. Description of the Related Art In a composite computer system in which a plurality of computers are connected, a shared memory system is one of the means for connecting a plurality of computers.

【0003】図3は、4台の計算機101、102、1
03および104を共有メモリ装置105によって結合
した複合計算機システムを示している。この共有メモリ
装置105には各計算機の参照処理および更新処理を排
除する排他フラグ106が設けられている。
FIG. 3 shows four computers 101, 102, 1
3 shows a composite computer system in which 03 and 104 are connected by a shared memory device 105. The shared memory device 105 is provided with an exclusive flag 106 that excludes the reference process and the update process of each computer.

【0004】上記構成において、今、共有メモリのある
アドレスAのデータXに対して2台の計算機101,1
02が“1”を加算する処理を実行する場合を想定す
る。
In the above configuration, two computers 101, 1 are now used for the data X at address A in the shared memory.
Assume that 02 executes a process of adding "1".

【0005】まず、図4に示すように、排他制御をしな
い場合は、計算機101がデータXを読み込んで“1”
を加算してデータX+1を得る。この加算データX+1
を前記アドレスAに書き込んで計算機101による処理
を終了する。計算機101のデータXの読み込み後、計
算機102もデータXを読み込んで“1”を加算してデ
ータX+1を得る。この加算データX+1もアドレスA
に書き込まれる。その結果、最終的にアドレスAに書き
込まれたデータはX+1となり、期待される結果、すな
わち、最終的にアドレスAに書き込まれるデータX+2
は得ることができない。
First, as shown in FIG. 4, when exclusive control is not performed, the computer 101 reads the data X and outputs "1".
Is added to obtain data X + 1. This addition data X + 1
Is written in the address A, and the processing by the computer 101 is terminated. After reading the data X of the computer 101, the computer 102 also reads the data X and adds “1” to obtain the data X + 1. This addition data X + 1 is also the address A
Written in. As a result, the data finally written in the address A becomes X + 1, and the expected result, that is, the data X + 2 finally written in the address A is obtained.
Can't get

【0006】一方、図5に示すように、排他制御をする
場合には、計算機101が排他フラグ106をセットす
ると、その間計算機102によるアクセスは停止され
る。計算機101はアドレスAからデータXを読み
“1”を加算し、この加算データX+1をアドレスAに
書き込む。書き込み終了後、排他フラグ106をリセッ
トして排他制御を解除する。次いで、計算機102は排
他フラグ106をセットする。計算機102はアドレス
AからデータX+1を読み“1”を加算し、この加算デ
ータX+2をアドレスAに書き込む。書き込み終了後、
排他フラグ106をリセットして排他制御を解除する。
その結果、アドレスAには、期待されるデータX+2が
得られる。
On the other hand, as shown in FIG. 5, in the case of exclusive control, when the computer 101 sets the exclusion flag 106, the access by the computer 102 is suspended during that period. The computer 101 reads the data X from the address A, adds “1”, and writes the added data X + 1 to the address A. After the writing is completed, the exclusive flag 106 is reset to release the exclusive control. Next, the computer 102 sets the exclusive flag 106. The computer 102 reads the data X + 1 from the address A, adds "1", and writes the added data X + 2 to the address A. After writing,
The exclusive flag 106 is reset to release the exclusive control.
As a result, the expected data X + 2 is obtained at the address A.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、排他フ
ラグ106をセットした計算機101がこのフラグ10
6をリセットする前あるいはリセットしようとしている
ときに、その計算機101に何等かの障害が発生する
と、排他フラグ106をリセットできなくなってしまう
ことがある。この場合、その計算機101の処理が終了
しても排他フラグ106は永遠にリセットされないの
で、他の計算機102による共有メモリ装置105のア
クセスは不可能となってしまう。
However, the computer 101 that has set the exclusive flag 106 sets the flag 10
If any failure occurs in the computer 101 before or while resetting 6, the exclusive flag 106 may not be reset. In this case, the exclusion flag 106 is not reset forever even after the processing of the computer 101 ends, so that the shared memory device 105 cannot be accessed by another computer 102.

【0008】そこで、これを解決する手段として、従来
よりウオッチドッグタイマを用いた排他フラグ管理装置
が知られている。
Therefore, as a means for solving this, an exclusive flag management device using a watchdog timer has been conventionally known.

【0009】この従来装置は、排他フラグがセットされ
ている時間をウオッチドッグタイマにより監視し、一定
時間を越えて排他フラグがセットされ続けている場合に
は、強制的に排他フラグをリセットするものである。
This conventional apparatus monitors the time when the exclusion flag is set by a watchdog timer, and forcibly resets the exclusion flag when the exclusion flag continues to be set for a certain period of time. Is.

【0010】しかしながら、この従来装置では、誤って
排他フラグをリセットするのを防止するために、その監
視時間は、通常考えられる排他フラグのセット時間の最
大値にマージンを加算した時間に設定される。このた
め、この監視時間はかなり長いものとなってしまい、排
他フラグをセットした計算機に障害が発生した場合にあ
っても、他の計算機による共有メモリのアクセスは直ち
にはできず、その監視期間が終了するまで待たなければ
ならないという問題点があった。
However, in this conventional apparatus, in order to prevent the exclusive flag from being accidentally reset, the monitoring time is set to a time obtained by adding a margin to the maximum value of the normally set exclusive flag set times. .. For this reason, this monitoring time becomes quite long, and even if a computer with the exclusive flag set fails, other computers cannot immediately access the shared memory and the monitoring period is There was a problem that we had to wait until the end.

【0011】本発明は上記の事情に鑑みてなされたもの
であり、その目的は、排他フラグをセットした計算機に
障害が発生した場合にも直ちに他の計算機による共有メ
モリのアクセスを許可することのできる共有メモリ方式
における排他フラグ管理装置を提供することにある。
The present invention has been made in view of the above circumstances, and an object of the present invention is to permit access to a shared memory by another computer immediately when a computer having an exclusive flag set fails. An object of the present invention is to provide an exclusive flag management device in a shared memory system that can be used.

【0012】[0012]

【課題を解決するための手段】上記の目的を達成するた
めに本発明は、複数の計算機により共有される共有メモ
リ装置上に設けられた排他フラグのセット、リセットを
管理する排他フラグ管理装置において、前記排他フラグ
をセットした計算機の番号を記録する記録手段と、前記
計算機のいずれかに障害が発生したとき、その計算機の
番号と、前記記録手段に記載された前記排他フラグをセ
ットした計算機番号とを照合する照合手段と、照合の結
果、両者の番号が一致したとき、前記排他フラグを強制
的にリセットするリセット手段とを具備することを特徴
する。
In order to achieve the above object, the present invention provides an exclusive flag management device for managing setting and resetting of an exclusive flag provided on a shared memory device shared by a plurality of computers. A recording means for recording the number of the computer having the exclusive flag set, and when a failure occurs in any of the computers, the number of the computer and the computer number having the exclusive flag set in the recording means And a resetting means for forcibly resetting the exclusive flag when both numbers match as a result of the matching.

【0013】[0013]

【作用】いずれかの計算機から共有メモリ装置へのアク
セス要求があると、まず排他フラグがセットされるが、
この排他フラグをセットした計算機の番号が記録され
る。
When the access request to the shared memory device is issued from any of the computers, the exclusive flag is set first.
The number of the computer that sets this exclusion flag is recorded.

【0014】計算機のいずれかに障害が発生すると、計
算機側から障害通知が供給されるが、この障害通知から
その計算機番号が抽出されて、前記排他フラグをセット
した計算機番号とが比較される。比較の結果、両者の番
号が一致したときに排他フラグの強制リセット信号が出
力される。
When a failure occurs in any of the computers, a failure notification is supplied from the computer, and the computer number is extracted from this failure notification and compared with the computer number with the exclusive flag set. As a result of the comparison, when the two numbers match, the exclusive reset flag forced reset signal is output.

【0015】[0015]

【実施例】図1は本発明に係る排他フラグ管理装置の一
実施例構成を示すブロック図であり、図2は本発明に係
る排他フラグ管理装置が適用された複合計算機システム
の構成図である。
1 is a block diagram showing a configuration of an embodiment of an exclusive flag management device according to the present invention, and FIG. 2 is a configuration diagram of a compound computer system to which the exclusive flag management device according to the present invention is applied. ..

【0016】本実施例の複合計算機システムは、図2に
示すように、4台の計算機1,2,3,4と、これら計
算機1〜4が共有する共有メモリ装置5とを備えてい
る。また、共有メモリ装置5は、各計算機1〜4からの
アクセス要求の受け付けおよび各計算機1〜4に対する
データの送出等を行う入出力装置6と、各計算機1〜4
からの共有メモリ装置5に対する参照処理および更新処
理を排除するための排他フラグ7と、排他フラグ7のセ
ット、リセットを管理する排他フラグ管理装置8と、各
計算機1〜4により共有されるデータが格納されたメモ
リ9とを備えている。
As shown in FIG. 2, the composite computer system of this embodiment comprises four computers 1, 2, 3 and 4 and a shared memory device 5 shared by these computers 1 to 4. The shared memory device 5 includes an input / output device 6 that receives access requests from the computers 1 to 4 and sends data to the computers 1 to 4, and the computers 1 to 4
The exclusion flag 7 for eliminating the reference process and the update process for the shared memory device 5 from the device, the exclusion flag management device 8 for managing the setting and resetting of the exclusion flag 7, and the data shared by the computers 1 to 4 are And a stored memory 9.

【0017】排他フラグ管理装置8は、図1に示すよう
に、計算機1〜4から障害通知E1〜E4のいずれかが
出力されたとき、これを入力して障害発生信号S11を
生成するOR回路11と、前記各障害通知E1〜E4を
入力して障害通知を出力した計算機の番号を抽出するエ
ンコーダ12と、各計算機1〜4からの排他フラグ7の
セット要求SD1〜SD4を入力してセット要求を出力
した計算機1〜4の番号を抽出するエンコーダ13と、
各計算機1〜4のいずれかからの排他フラグセット要求
SD1〜SD4を入力してフラグセット指令S14を生
成するOR回路14と、各計算機1〜4からの排他フラ
グリセット要求RD1〜RD4を入力してフラグリセッ
ト指令S15を生成するOR回路15と、エンコーダ1
3で抽出された計算機番号を記憶するレジスタ16と、
レジスタ16の出力S16とエンコーダ12の出力S1
2とを比較して一致した場合に一致信号S17を出力す
る比較器17と、比較器17の一致信号S17とOR回
路11の出力信号(障害発生信号)S11との論理積を
とるAND回路18と、AND回路18の出力信号(強
制リセット指令)S18とOR回路15の出力信号(フ
ラグリセット指令)S15とクロック信号CLとを入力
して排他フラグのセット・リセット信号S19を排他フ
ラグ7に出力するJ−Kフリップフロップ19とを備え
て構成されている。
As shown in FIG. 1, the exclusive flag management device 8 is an OR circuit for inputting any of the fault notifications E1 to E4 from the computers 1 to 4 and generating the fault occurrence signal S11 by inputting the fault notifications E1 to E4. 11, an encoder 12 for inputting each of the fault notifications E1 to E4 to extract the number of the computer that has output the fault notification, and a set request SD1 to SD4 for the exclusive flag 7 from each of the computers 1 to 4 to input and set An encoder 13 that extracts the numbers of the computers 1 to 4 that output the request,
An OR circuit 14 that inputs the exclusive flag set requests SD1 to SD4 from any of the computers 1 to 4 to generate a flag set command S14 and the exclusive flag reset requests RD1 to RD4 from each of the computers 1 to 4 are input. And the OR circuit 15 for generating the flag reset command S15 by the encoder 1
A register 16 for storing the computer number extracted in 3;
Output S16 of register 16 and output S1 of encoder 12
Comparing 2 with each other, a comparator 17 which outputs a coincidence signal S17 when they coincide with each other, and an AND circuit 18 which takes a logical product of the coincidence signal S17 of the comparator 17 and the output signal (fault occurrence signal) S11 of the OR circuit 11 And the output signal (forced reset command) S18 of the AND circuit 18, the output signal (flag reset command) S15 of the OR circuit 15 and the clock signal CL, and outputs the set / reset signal S19 of the exclusive flag to the exclusive flag 7. And a JK flip-flop 19 that operates.

【0018】次に本実施例の作用を説明する。Next, the operation of this embodiment will be described.

【0019】今、計算機3が共有メモリ装置5を排他的
にアクセスする場合を想定する。計算機3が排他フラグ
セット要求SD3を出力すると、この要求信号SD3が
エンコーダ13とOR回路14に入力される。エンコー
ダ13は、この要求信号SD3から計算機番号を抽出し
てその番号信号S13をレジスタ16へ供給する。レジ
スタ16は、計算機番号を記憶する。
Now, assume that the computer 3 exclusively accesses the shared memory device 5. When the computer 3 outputs the exclusive flag set request SD3, this request signal SD3 is input to the encoder 13 and the OR circuit 14. The encoder 13 extracts the computer number from the request signal SD3 and supplies the number signal S13 to the register 16. The register 16 stores the computer number.

【0020】また、前記要求信号SD3を入力するとO
R回路14は、フリップフロップ19のJ端子にセット
指令信号S14を出力する。これによりフリップフロッ
プ19は、排他フラグ7にセット信号S19を出力して
排他フラグ7をセットする。排他フラグ7がセットされ
ている間に、他の計算機1,2,4のいずれかからアク
セス要求があると、排他フラグ7がセット中である旨の
信号が該当する計算機に出力され、この計算機のアクセ
スは排除される。
When the request signal SD3 is input, O
The R circuit 14 outputs the set command signal S14 to the J terminal of the flip-flop 19. As a result, the flip-flop 19 outputs the set signal S19 to the exclusion flag 7 to set the exclusion flag 7. If an access request is issued from any of the other computers 1, 2 and 4 while the exclusion flag 7 is set, a signal indicating that the exclusion flag 7 is being set is output to the corresponding computer, and this computer Access is excluded.

【0021】計算機3のメモリ9に対するアクセスが終
了して計算機3からリセット要求RD3が出力される
と、OR回路15はフリップフロップ19のK端子にリ
セット指令信号S15を出力する。これによりフリップ
フロップ19は、排他フラグ7をリセットする。排他フ
ラグ7のリセットにより、他の計算機1,2,4のアク
セスが許可される。
When access to the memory 9 of the computer 3 is completed and the reset request RD3 is output from the computer 3, the OR circuit 15 outputs the reset command signal S15 to the K terminal of the flip-flop 19. As a result, the flip-flop 19 resets the exclusive flag 7. By resetting the exclusive flag 7, access to other computers 1, 2, 4 is permitted.

【0022】一方、排他フラグ7をセットした計算機3
が、リセット要求RD3を出力する前に何等かの障害発
生によってダウンすると、OR回路11およびエンコー
ダ12に計算機3の障害通知E3が供給される。この障
害通知信号E3によりOR回路11はAND回路8に障
害検知信号S11を出力する。また、前記障害通知E3
によりエンコーダ12は、障害発生計算機の番号を抽出
してその番号信号S12を比較器17に供給する。比較
器17には、排他フラグをセットした計算機の番号信号
S16が供給されており、この計算機番号と障害発生計
算機番号とが比較され、両番号が一致した場合にAND
回路18に一致信号S17を出力する。その結果、AN
D回路18からは強制リセット指令S18がフリップフ
ロップ19のクリア端子に出力され、これによりフリッ
プフロップ19から排他フラグ7に強制リセット信号が
出力され排他フラグ7は強制的にリセットされる。
On the other hand, the computer 3 with the exclusive flag 7 set
However, if any failure occurs before the reset request RD3 is output, the failure notification E3 of the computer 3 is supplied to the OR circuit 11 and the encoder 12. The OR circuit 11 outputs a failure detection signal S11 to the AND circuit 8 in response to the failure notification signal E3. Also, the failure notification E3
Thus, the encoder 12 extracts the number of the failure occurrence computer and supplies the number signal S12 to the comparator 17. The comparator 17 is supplied with the number signal S16 of the computer with the exclusive flag set. This computer number is compared with the faulty computer number, and if both numbers match, AND is performed.
The coincidence signal S17 is output to the circuit 18. As a result, AN
The forced reset command S18 is output from the D circuit 18 to the clear terminal of the flip-flop 19, whereby the forced reset signal is output from the flip-flop 19 to the exclusion flag 7 and the exclusion flag 7 is forcibly reset.

【0023】他方、排他フラグ7をセットしない計算
機、例えば計算機1に障害が発生した場合には、この計
算機1からの障害通知E1もOR回路11およびエンコ
ーダ12にも入力されるが、排他フラグをセットした計
算機番号と障害発生計算機番号とは一致しないので、比
較器7からは一致信号S17は出力されず、排他フラグ
7はリセットされない。
On the other hand, when a failure occurs in a computer that does not set the exclusion flag 7, for example, the computer 1, the failure notification E1 from this computer 1 is also input to the OR circuit 11 and the encoder 12, but the exclusion flag is set. Since the set computer number and the faulty computer number do not match, the match signal S17 is not output from the comparator 7 and the exclusion flag 7 is not reset.

【0024】このように本実施例によれば、排他フラグ
7をセットした計算機に障害が発生した時点で遅滞なく
排他フラグ7が確実にリセットされる。
As described above, according to this embodiment, the exclusion flag 7 is reliably reset without delay when a failure occurs in the computer in which the exclusion flag 7 is set.

【0025】なお、本実施例では、排他フラグ管理装置
5をハードウェアで構成したが、障害発生計算機番号と
排他フラグ7をセットした計算機番号との比較や排他フ
ラグ7のリセット要求等をファームウェアによって行う
ようにしても良い。さらに、前述したウオッチドッグタ
イマ方式等、他の方式の排他フラグ管理方式と本実施例
とを組み合わせて構成することもできる。
In this embodiment, the exclusion flag management device 5 is constructed by hardware. However, the firmware compares the failure computer number with the computer number for which the exclusion flag 7 is set, requests for resetting the exclusion flag 7, and the like. You may do it. Furthermore, it is also possible to combine the present embodiment with an exclusive flag management method of another method such as the watchdog timer method described above.

【0026】[0026]

【発明の効果】以上説明したように本発明によれば、排
他フラグをセットした計算機に障害が発生した時点で遅
滞なく排他フラグを確実にリセットすることができ、共
有メモリ方式を採る複合計算機システムの信頼性が向上
する。
As described above, according to the present invention, the exclusion flag can be surely reset without delay when a failure occurs in the computer in which the exclusion flag is set, and the shared computer system is adopted. Improves reliability.

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

【図1】本発明に係る排他フラグ管理装置の一実施例構
成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an embodiment of an exclusive flag management device according to the present invention.

【図2】本発明に係る排他フラグ管理装置が適用された
複合計算機システムの構成図である。
FIG. 2 is a configuration diagram of a compound computer system to which an exclusive flag management device according to the present invention is applied.

【図3】従来からある複合計算機システムの構成図であ
る。
FIG. 3 is a block diagram of a conventional complex computer system.

【図4】複合計算機システムにおいて排他制御をしない
場合の作用を示す説明図である。
FIG. 4 is an explanatory diagram showing an operation when exclusive control is not performed in the composite computer system.

【図5】複合計算機システムにおいて排他制御をした場
合の作用を示す説明図である。
FIG. 5 is an explanatory diagram showing an operation when exclusive control is performed in the complex computer system.

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

1,2,3,4 計算機 5 共有メモリ装置 6 入出力装置 7 排他フラグ 8 排他フラグ管理装置 9 メモリ 11,14,15 OR回路 12,13 エンコーダ 16 レジスタ(記録手段) 17 比較器(照合手段) 18 AND回路 19 フリップフロップ(リセット手段) 1, 2, 3, 4 Computer 5 Shared memory device 6 Input / output device 7 Exclusive flag 8 Exclusive flag management device 9 Memory 11, 14, 15 OR circuit 12, 13 Encoder 16 Register (recording means) 17 Comparator (verifying means) 18 AND circuit 19 flip-flop (reset means)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数の計算機により共有される共有メモ
リ装置上に設けられた排他フラグのセット、リセットを
管理する排他フラグ管理装置において、 前記排他フラグをセットした計算機の番号を記録する記
録手段と、 前記計算機のいずれかに障害が発生したとき、その計算
機の番号と、前記記録手段に記録された前記排他フラグ
をセットした計算機番号とを照合する照合手段と、 照合の結果、両者の番号が一致したとき、前記排他フラ
グを強制的にリセットするリセット手段と、 を具備することを特徴とする共有メモリ方式における排
他フラグ管理装置。
1. An exclusive flag management device for managing the setting and resetting of an exclusive flag provided on a shared memory device shared by a plurality of computers, and a recording means for recording the number of the computer that has set the exclusive flag. When a failure occurs in any of the computers, a collating unit that collates the computer number with the computer number that sets the exclusive flag recorded in the recording unit, and as a result of the collation, both numbers are An exclusive flag management device in a shared memory system, comprising: resetting means for forcibly resetting the exclusive flag when they match.
JP3322994A 1991-12-06 1991-12-06 Exclusive flag management device for shared memory system Pending JPH05158781A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3322994A JPH05158781A (en) 1991-12-06 1991-12-06 Exclusive flag management device for shared memory system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3322994A JPH05158781A (en) 1991-12-06 1991-12-06 Exclusive flag management device for shared memory system

Publications (1)

Publication Number Publication Date
JPH05158781A true JPH05158781A (en) 1993-06-25

Family

ID=18149960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3322994A Pending JPH05158781A (en) 1991-12-06 1991-12-06 Exclusive flag management device for shared memory system

Country Status (1)

Country Link
JP (1) JPH05158781A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262140A (en) * 1994-03-16 1995-10-13 Nec Corp Exclusive controller
JP2009085430A (en) * 2007-09-11 2009-04-23 Daikin Ind Ltd Pipe fitting and refrigeration system using the same

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262140A (en) * 1994-03-16 1995-10-13 Nec Corp Exclusive controller
JP2009085430A (en) * 2007-09-11 2009-04-23 Daikin Ind Ltd Pipe fitting and refrigeration system using the same

Similar Documents

Publication Publication Date Title
US6728791B1 (en) RAID 1 read mirroring method for host adapters
JPH01154242A (en) Double-zone failure-proof computer system
US5450590A (en) Authorization method for conditional command execution
US6496878B1 (en) Transfer progress alert module
US5522029A (en) Fault tolerant rendezvous and semaphore for multiple parallel processors
US7146533B2 (en) Method for and system producing shared usage of intercommunication fabric error logging registers in a multiprocessor environment
US8473773B2 (en) Method and system to provide a compliance clock service suitable for cloud deployment
JPS6324440A (en) System managing apparatus for multiplex processor system
JPH05158781A (en) Exclusive flag management device for shared memory system
US5204964A (en) Method and apparatus for resetting a memory upon power recovery
US10565076B2 (en) Device for supervising and initializing ports
US5652837A (en) Mechanism for screening commands issued over a communications bus for selective execution by a processor
US6701385B1 (en) Raid 1 write mirroring method for host adapters
JP2513060B2 (en) Failure recovery type computer
US5212799A (en) Method and apparatus for storing a data block in multiple memory banks within a computer
JPH02143343A (en) Robustizing processing system for storing ordinal file
US6453323B1 (en) Resolving long-busy conditions for synchronized data sets
JPH07141120A (en) Processing method for fault in information storage medium
JPH0782475B2 (en) Memory interlock control circuit
JPH06161797A (en) Data processor
JPS59163663A (en) Detecting method of breakdown of simple file
JP3033509B2 (en) Transaction delay recovery method, delay recovery method, and recording medium recording delay recovery program
JPS61294556A (en) Detection system for program malfunction
JPH05324378A (en) Fault-resistant multiprocessor system and processing method
JPH04369711A (en) Electronic disk sub-system

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20081127

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

Free format text: PAYMENT UNTIL: 20091127

Year of fee payment: 11

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

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20101127

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

Free format text: PAYMENT UNTIL: 20111127

Year of fee payment: 13

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

Year of fee payment: 14

Free format text: PAYMENT UNTIL: 20121127

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

Free format text: PAYMENT UNTIL: 20131127

Year of fee payment: 15

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term