JPH0652120A - Telegraphic message processing synchroning method between computers - Google Patents

Telegraphic message processing synchroning method between computers

Info

Publication number
JPH0652120A
JPH0652120A JP4202729A JP20272992A JPH0652120A JP H0652120 A JPH0652120 A JP H0652120A JP 4202729 A JP4202729 A JP 4202729A JP 20272992 A JP20272992 A JP 20272992A JP H0652120 A JPH0652120 A JP H0652120A
Authority
JP
Japan
Prior art keywords
computer
computers
processing
order
message
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
JP4202729A
Other languages
Japanese (ja)
Inventor
Haruo Kohama
晴雄 小浜
Naohiko Mori
直彦 森
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP4202729A priority Critical patent/JPH0652120A/en
Publication of JPH0652120A publication Critical patent/JPH0652120A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To permit respective computers to receive telegraphic message respective terminals and to process them in the same order in a computer network system. CONSTITUTION:The computers 1 and 2 have the data bases 3 and 4 of the same content. Terminals 5 and 6 are connected to the computers 1 and 2 through a transmission path network 10. The priority of the computer 1, is assumed to be higher between the computers 1 and 2. The terminals 5 and 6 respectively transmit the telegrams A, B and C and D. The computers 1 and 2 respectively receive the telegrams. The computer 1 adds processing serial numbers to the received telegrams, informs the computer 2 of them, processes the received telegram in accordance with the processing serial numbers and updates the data base 3. The computer 2 rearranges the received telegram in accordance with the informed processing serial numbers, processes the telegraphic message and updates the data base 4.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は計算機間の電文処理同期
方法に係り、詳しくは、複数の計算機が同一内容のデー
タベースを個別に持ち、一部の計算機が障害等で運転を
停止しても、残りの正常な計算機によりサービスの継続
を可能とする計算機ネットワークシステムにおいて、計
算機間のデータベース情報の一致性を保証する処理方法
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for synchronizing message processing between computers, and more specifically, a plurality of computers each have a database having the same contents, and even if some computers stop operation due to a failure or the like. The present invention relates to a processing method for guaranteeing the consistency of database information between computers in a computer network system that allows the remaining normal computers to continue service.

【0002】[0002]

【従来の技術】複数の端末と、同一内容のデータベース
を各々個別に持つ複数の計算機から構成される計算機ネ
ットワークシステムでは、通常は各計算機が端末からの
処理要求電文を並列に処理し、一部の計算機が障害等で
運転を停止した場合は、残りの正常な計算機が端末から
の処理要求電文を処理することとなる。この場合、各計
算機の持つデータベース情報を常に一致させておくため
に、各計算機では、端末からの処理要求電文を同じ順序
で処理する必要があるが、端末と各計算機間の伝送路網
の遅延時間のズレ等により、複数の端末からの処理要求
電文が各計算機に到着する順序は必ずしも一致しないこ
とがある。
2. Description of the Related Art In a computer network system composed of a plurality of terminals and a plurality of computers each having a database of the same contents, each computer normally processes the processing request message from the terminals in parallel, When the above computer stops its operation due to a failure or the like, the remaining normal computers will process the processing request message from the terminal. In this case, in order to keep the database information of each computer consistent, each computer must process the processing request messages from the terminals in the same order, but the delay of the transmission line network between the terminals and each computer Due to time lag or the like, the order in which the processing request messages from a plurality of terminals arrive at each computer may not necessarily match.

【0003】図2はこれを説明する図で、1と2は計算
機、3と4は同一内容のデータベース、5と6は端末、
10は伝送路網である。図2の例は、端末5が電文A,
Bを送出し、端末6が電文C、Dを送出した場合、計算
機1には“A,B,C,D”の順に到着したが、伝送路
網10の遅延時間のズレにより、計算機2には“A,
C,B,D”の順に到着したことを示している。計算機
1と2がこの到着順にそれぞれ電文を処理すると、デー
タベース3と4の内容は一致しなくなる。
FIG. 2 is a diagram for explaining this. 1 and 2 are computers, 3 and 4 are databases having the same contents, 5 and 6 are terminals,
10 is a transmission line network. In the example of FIG. 2, the terminal 5 sends a message A,
When B is transmitted and the terminal 6 transmits the telegrams C and D, the computer 1 arrives at the computer 1 in the order of “A, B, C, D”, but due to the delay time difference of the transmission line network 10, the computer 2 is transmitted. Is "A,
It shows that the data arrives in the order of C, B, D ". When the computers 1 and 2 process the electronic messages in the order of arrival, the contents of the databases 3 and 4 do not match.

【0004】従来、この種の計算機ネットワークステム
では、各計算機での電文の処理順序を一致させるため
に、以下のような方法を用いていた。
Conventionally, in this type of computer network system, the following method has been used in order to make the processing order of electronic messages in each computer the same.

【0005】第1の方法は、図3に示すように、ネット
ワークシステム内の全端末(5,6・・・)を通常は1
台の計算機1とのみ接続し、各端末からの処理要求電文
を計算機1で処理し、その処理結果を計算機1から端末
が接続されていない計算機2に通知し、計算機2では計
算機1から通知された処理結果により自分の持つデータ
ベース4を更新することにより、計算機間のデータベー
ス情報を一致させるというものである。
In the first method, as shown in FIG. 3, all terminals (5, 6 ...) In the network system are normally set to 1
Connected to only one computer 1, the processing request message from each terminal is processed by the computer 1, and the processing result is notified from the computer 1 to the computer 2 to which the terminal is not connected, and the computer 2 notifies from the computer 1. By updating the own database 4 according to the processing result, the database information between the computers is made to match.

【0006】第2の方法は、図4に示すように、端末
(5,6・・・)と計算機1、2の間にサブセンタ7を
設け、各端末からの処理要求電文を一度サブセンタ7で
受信し、サブセンタ7から計算機1、2に同時に通知す
ることにより、計算機1、2での処理要求電文の処理順
序を一致させ、計算機間のデータベース情報を一致させ
るというものである。
In the second method, as shown in FIG. 4, a sub-center 7 is provided between the terminals (5, 6 ...) And the computers 1 and 2, and a processing request message from each terminal is once transmitted by the sub-center 7. By receiving and notifying the computers 1 and 2 from the sub-center 7 at the same time, the processing order of the processing request messages in the computers 1 and 2 is matched, and the database information between the computers is matched.

【0007】[0007]

【発明が解決しようとする課題】上記従来技術におい
て、第1の方法では、端末の接続された計算機が障害等
により運転を停止した場合、その時に当該計算機で処理
中であった電文の情報が失われてしまうと言う問題があ
る。また、当該計算機が障害等により運転を停止したと
きに、別の計算機によりサービスを継続させるために
は、全ての端末を該計算機に接続しなおす操作が必要で
あり、操作性の点でも問題がある。
In the above prior art, in the first method, when the computer connected to the terminal stops its operation due to a failure or the like, the information on the electronic message being processed by the computer at that time is There is a problem of being lost. Further, when the computer is stopped due to a failure or the like, in order to continue the service by another computer, it is necessary to reconnect all the terminals to the computer, which causes a problem in operability. is there.

【0008】一方、第2の方法では、サブセンタが常に
各端末からの処理要求電文を各計算機に通知するため、
ある計算機が障害等により運転を停止した場合でも他計
算機によりサービスの継続が可能であり、また、障害発
生時に処理していた電文の情報喪失は発生しない。しか
し、各端末と各計算機との通信は全てサブセンタを経由
するため、ネットワークシステムの信頼度は、サブセン
タの信頼度により大きく影響をうける。このため、サブ
センタに関して、信頼度向上のため冗長な機器構成等を
行う必要があり、多大な投資となる問題があった。
On the other hand, in the second method, since the sub-center always notifies each computer of the processing request message from each terminal,
Even if the operation of one computer is stopped due to a failure, the service can be continued by the other computer, and the information of the telegram being processed at the time of the failure will not be lost. However, since the communication between each terminal and each computer passes through the subcenter, the reliability of the network system is greatly affected by the reliability of the subcenter. For this reason, it is necessary to make a redundant device configuration or the like in order to improve the reliability of the sub-center, which causes a problem of a large investment.

【0009】本発明の目的は、端末と計算機の間にサブ
センタを設けることなく、全ての計算機が各端末からの
処理要求電文を直接受け付け、かつ同じ順序で処理する
ことを可能とし、一部の計算機が障害となっても、他の
計算機によるサービスの継続が可能な信頼性の高い計算
機ネットワークシステムを経済的に実現可能とする計算
機間の電文処理同期方法を提供することにある。
The object of the present invention is to enable all computers to directly receive the processing request message from each terminal and process them in the same order without providing a sub-center between the terminals and the computer. It is an object of the present invention to provide a message processing synchronization method between computers, which makes it possible to economically realize a highly reliable computer network system in which the service of another computer can be continued even if the computer becomes an obstacle.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、計算機ネットワークシステム内の全ての
計算機がそれぞれ各端末からの処理要求電文を受信する
ようにすると共に、計算機間にあらかじめ優先順位を設
定しておいて、最も優先順位の高い計算機が受信電文の
処理順序を決定し、この処理順序を他の計算機に通知す
るようにしたことである。
In order to achieve the above object, the present invention allows all computers in a computer network system to receive a processing request message from each terminal, and the computers in advance need to receive the processing request messages. That is, the priority order is set, the computer having the highest priority order determines the processing order of the received message, and notifies the other computers of this processing order.

【0011】さらに、本発明は、最も優先順位の高い計
算機が障害等で運転を停止した場合、次に優先順位の高
い計算機が受信電文の処理順序を決定し、他の正常な各
計算機に通知するようにしたことである。
Further, according to the present invention, when the computer with the highest priority stops its operation due to a failure or the like, the computer with the next highest priority determines the processing order of the received message and notifies the other normal computers. That is what I did.

【0012】[0012]

【作用】優先順位の高い計算機は、自分の決定した処理
順序に従って受信電文の処理を行い、自分のデータベー
スを更新する。他の各計算機は、優先順位の高い計算機
から通知された処理順序に従って受信電文の処理を行
い、自分のデータベースを更新する。これにより、計算
機ネットワークシステム内の全ての計算機は、各端末か
らの処理要求電文を同じ順序で処理することが可能にな
り、計算機間のデータベース情報の一致性を確保でき
る。
Operation: The computer with the higher priority processes the received message according to the processing order determined by itself, and updates its own database. Each of the other computers processes the received message according to the processing order notified from the computer with the higher priority, and updates its own database. As a result, all the computers in the computer network system can process the processing request messages from each terminal in the same order, and the consistency of the database information between the computers can be secured.

【0013】また、本発明では、各端末からの処理要求
電文は複数の計算機でそれぞれ受信され、各計算機で同
じように処理されるため、一部の計算機で障害が発生し
ても電文の処理内容が失われることがない。さらに、各
端末と各計算機が直接的に接続されることにより、高信
頼性が要求されるサブセンタは不要となる。
Further, according to the present invention, the processing request message from each terminal is received by each of the plurality of computers and is processed in the same manner by each computer. Therefore, even if a failure occurs in some computers, the processing of the message is performed. No content is lost. Furthermore, since each terminal is directly connected to each computer, a sub-center that requires high reliability is unnecessary.

【0014】[0014]

【実施例】図1は本発明による計算機間の電文処理同期
方法を説明するための計算機ネットワークシステムの一
実施例を示すものである。図1において、計算機1、2
は各々同一内容のデータベース3、4を有している。ま
た、計算機1、2の間には電文の処理順序等を通知する
ための通信回線8が設けられている。端末(5,6・・
・)は計算機1、2の両方と伝送路網10を介して接続
されている。以下の説明では、計算機1、2の間では計
算機1の優先順位が高いものとする。なお、計算機間の
優先順位の決め方には、装置アドレスにより決める方
法、時間的に先に宣言した方を優先する方法等、種々の
方法があり、そのいずれでもよい。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows an embodiment of a computer network system for explaining a method for synchronizing message processing between computers according to the present invention. In FIG. 1, computers 1, 2
Respectively have databases 3 and 4 having the same contents. Further, a communication line 8 is provided between the computers 1 and 2 to notify the processing order of electronic messages. Terminal (5, 6 ...
.) Is connected to both the computers 1 and 2 via the transmission line network 10. In the following description, it is assumed that the computer 1 has a high priority among the computers 1 and 2. There are various methods for determining the priority order among the computers, such as a method of determining by the device address and a method of prioritizing the one declared earlier in time, and any method may be used.

【0015】各端末(5,6・・・)からの処理要求電
文は計算機1、2の両方に通知される。この各端末
(5,6・・・)から計算機1および計算機2への処理
要求電文の通知は、シーケンシャルに通知(計算機1に
通知してから計算機2に通知する)してもよく、端末と
計算機間の通知方法に応じて既存の方法のいずれでもよ
い。図1では図2と同様に、端末5が電文A,Bを出
し、端末6が電文C,Dを出し、計算機1にはA,B,
C,Dの順序で、また、計算機2にはA,C,B,Cの
順序で到着したことを示している。
The processing request message from each terminal (5, 6 ...) Is notified to both the computers 1 and 2. The notification of the processing request message from each of the terminals (5, 6 ...) To the computer 1 and the computer 2 may be performed sequentially (notifying the computer 1 and then the computer 2). Any existing method may be used depending on the notification method between the computers. In FIG. 1, similarly to FIG. 2, the terminal 5 outputs the electronic messages A and B, the terminal 6 outputs the electronic messages C and D, and the computer 1 outputs A, B, and
It shows that the data has arrived in the order of C, D and in the order of A, C, B, C at the computer 2.

【0016】図5は計算機1の処理フローを示すもので
ある。優先順位の高い計算機1では、端末から処理要求
電文を受信すると(ステップ101)、まず、電文の到
着順に、処理を行うための通番(処理通番)を付与する
(ステップ102)。計算機1での電文の到着順序は
A,B,C,Dであり、この到着順に処理通番,,
,を付与する。次に、計算機1は、各電文に付与し
た処理通番を通信回線8を介して他の計算機2に通知す
るとともに(ステップ103)、該処理通番に従い、各
電文の処理を行って自分のデータベース3の更新を行う
(ステップ104)。なお、計算機1は、他の計算機2
への処理通番の通知に際して、他の計算機2での処理通
番と受信電文の対応付けを可能とするため、処理通番と
ともに電文を識別するための情報(電文標識、要求元端
末番号等)も含めて通知する。
FIG. 5 shows a processing flow of the computer 1. When the computer 1 having a high priority receives a processing request message from the terminal (step 101), first, a serial number for performing processing (processing sequence number) is given in the order of arrival of the message (step 102). The arrival order of the electronic messages on the computer 1 is A, B, C, D, and the processing serial numbers are in the order of arrival.
, Is added. Next, the computer 1 notifies the other computer 2 of the processing serial number assigned to each electronic message via the communication line 8 (step 103), and also processes each electronic message in accordance with the processing serial number to make its own database 3 Is updated (step 104). Note that the computer 1 is the other computer 2
At the time of notifying the processing serial number to the other computer, the processing serial number and the information for identifying the electronic message (the electronic message indicator, the requesting terminal number, etc.) are also included so that the processing serial number in the other computer 2 can be associated with the received electronic message. To notify you.

【0017】図6は計算機2の処理フローを示すもので
ある。優先順位の低い計算機2では、端末から電文を受
信すると(ステップ201)、それを一度バッファに保
持する。計算機2での電文の到着順序はA、C、B、D
である。その後、ステップ202の判定を経て、優先順
位の高い計算機1から電文の処理通番の通知を受け取る
と(ステップ203)、計算機1から指定された処理通
番に従い、バッファ上の受信電文の並び代えを行い(ス
テップ204)、この並び代えた後の順序に従って電文
の処理を実行し、自分のデータベース4の更新を行う。
ここでは、受信電文A,C,B,Cが、計算機1からの
電文標識a,b,c,dと処理通番,,,によ
りA,B,C,Dと並び代えられ、この順番に処理され
る。
FIG. 6 shows a processing flow of the computer 2. When the computer 2 having a low priority receives a message from the terminal (step 201), it retains it once in the buffer. The order of arrival of electronic messages on computer 2 is A, C, B, D
Is. After that, when the notification of the processing sequence number of the electronic message is received from the computer 1 having a high priority through the determination in step 202 (step 203), the received electronic messages on the buffer are rearranged according to the processing sequence number specified by the computer 1. (Step 204), the processing of the electronic message is executed in accordance with the rearranged order, and the own database 4 is updated.
Here, the received telegrams A, C, B, C are rearranged as A, B, C, D by the telegram indicators a, b, c, d from the computer 1 and the processing serial numbers ,, and are processed in this order. To be done.

【0018】このようにして、計算機1では、自分の決
定した処理順序で受信電文を処理し、一方計算機2で
は、計算機1と受信電文の到着が異なっていても、計算
機1で決定した処理通番に従い、計算機1と同じ順序で
受信電文の処理を行うため、計算機1、2の持つデータ
ベース3、4の情報は常に一致していることが保証され
る。また、計算機1、2では、各端末(5,6・・・)
からの処理要求電文をそれぞれ受信するため、一方の計
算機が障害等により運転を停止しても、端末からの処理
要求電文の情報が失われることはない。
In this way, the computer 1 processes the received message in the processing order determined by itself, while the computer 2 determines the processing sequence number determined by the computer 1 even if the arrival of the received message differs from that of the computer 1. According to the above, since the received message is processed in the same order as that of the computer 1, it is guaranteed that the information in the databases 3 and 4 of the computers 1 and 2 always matches. Further, in the computers 1 and 2, each terminal (5, 6 ...)
Since the processing request message from each terminal is received, even if one of the computers stops operating due to a failure or the like, the information of the processing request message from the terminal is not lost.

【0019】次に、図6により、計算機1が障害により
運転を停止した場合の計算機2での処理を説明する。計
算機2は、優先順位の高い計算機1から障害停止通知を
受け取り(ステップ202でYES)、自分が正常運転
の計算機の中で最も優先順位の高い計算機の場合(ステ
ップ211でYES)、以後の受信電文に対する処理通
番の付与および他の計算機への処理通番の通知を行うと
共に(ステップ212,213)、該処理通番に従って
受信電文の処理を行い、自分のデータベース4の更新を
行う(ステップ205)。なお、正常運転の計算機の中
で自分より優先順位の高い計算機が他にあれば、計算機
2は、ステップ203でその計算機から処理通番の通知
を受けることになる。これにより、残った計算機間での
データベース情報の一致性が保証される。
Next, referring to FIG. 6, the processing in the computer 2 when the computer 1 is stopped due to a failure will be described. The computer 2 receives the failure stop notification from the computer 1 with a high priority (YES in step 202), and if it is the computer with the highest priority among the normally operating computers (YES in step 211), the subsequent reception The processing serial number is given to the electronic message and the processing serial number is notified to another computer (steps 212 and 213), the received electronic message is processed according to the processing serial number, and the own database 4 is updated (step 205). If there is another computer having a higher priority than itself among the computers in normal operation, the computer 2 will be notified of the processing serial number from the computer in step 203. This ensures the consistency of the database information among the remaining computers.

【0020】[0020]

【発明の効果】請求項1の発明によれば、高信頼性が要
求されるサブセンタ等を介さなくとも、計算機ネットワ
ークシステム内の全ての計算機が端末からの処理要求電
文を同じ順序で処理し、計算機間のデータベース情報の
一致性を確保することができる。また、計算機ネットワ
ークシステム内の各計算機が各端末から同じ電文を受信
しそれぞれ処理するため、一部の計算機で障害等が発生
しても、障害発生時に処理していた電文の情報が失われ
ることもない。
According to the first aspect of the present invention, all computers in the computer network system process the processing request messages from the terminals in the same order even without going through a sub-center or the like which requires high reliability, Consistency of database information between computers can be secured. In addition, since each computer in the computer network system receives the same message from each terminal and processes it, even if some computer fails, the information of the message that was being processed at the time of failure will be lost. Nor.

【0021】請求項2の発明によれば、最も優先順位の
高い計算機が障害等のため運転を停止した場合でも、計
算機ネットワークシステム内の残りの正常な各計算機に
おいて、端末からの処理要求電文を同じ順序で処理し、
それら計算機間のデータベース情報の一致性を同様に確
保することができるため、サービスの継続が可能であ
る。
According to the second aspect of the present invention, even when the computer with the highest priority has stopped operating due to a failure or the like, the processing request message from the terminal is transmitted to each of the remaining normal computers in the computer network system. Process in the same order,
Since the consistency of the database information between those computers can be similarly ensured, the service can be continued.

【0022】このように、請求項1および2の発明によ
り、比較的安価で一般的な計算機を用いて、信頼性の高
い計算機ネットワークを経済的に実現することができ
る。
As described above, according to the inventions of claims 1 and 2, it is possible to economically realize a highly reliable computer network by using a relatively inexpensive general computer.

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

【図1】本発明による計算機間の電文処理同期方法を説
明するための計算機ネットワークシステム構成の一実施
例を示す図である。
FIG. 1 is a diagram showing an embodiment of a computer network system configuration for explaining a message processing synchronization method between computers according to the present invention.

【図2】複数の端末と複数の計算機を有する計算機ネッ
トワークシステムでの電文処理順序の問題を説明する図
である。
FIG. 2 is a diagram illustrating a problem of a message processing order in a computer network system having a plurality of terminals and a plurality of computers.

【図3】従来の計算機ネットワークシステム構成の一例
であって、全ての端末を一台の計算機に接続する図であ
る。
FIG. 3 is an example of a conventional computer network system configuration, and is a diagram in which all terminals are connected to one computer.

【図4】従来の計算機ネットワークシステム構成の一例
であって、端末と計算機間にサブセンタを設ける図であ
る。
FIG. 4 is a diagram showing an example of a conventional computer network system configuration, in which a sub-center is provided between a terminal and a computer.

【図5】本発明の方法において、優先順位の高い計算機
における処理フロー例を示す図である。
FIG. 5 is a diagram showing an example of a processing flow in a computer with a high priority in the method of the present invention.

【図6】本発明の方法において、優先順位の低い計算機
における処理フロー例を示す図である。
FIG. 6 is a diagram showing an example of a processing flow in a computer with a low priority in the method of the present invention.

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

1,2 計算機 3,4 データベース 5,6 端末 1, 2 Computer 3,4 Database 5,6 Terminal

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数の端末と、同一内容のデータベース
を各々保持する複数の計算機から構成され、一部の計算
機が運転を停止しても他の計算機でサービスの継続を可
能とする計算機ネットワークシステムにおいて、 複数の計算機間にあらかじめ優先順位を設定しておき、
端末からの処理要求電文を各計算機でそれぞれ受信し、 最も優先順位の高い計算機は、受信した処理要求電文の
処理順序を決定し、該処理順序を他の優先順位の低い各
計算機に通知すると共に、該決定した処理順序で前記処
理要求電文を処理し、 優先順位の低い各計算機は、前記優先順位の高い計算機
から通知された処理順序に従って、受信した処理要求電
文を処理する、ことを特徴とする計算機間の電文処理同
期方法。
1. A computer network system comprising a plurality of terminals and a plurality of computers each holding a database of the same contents, and which enables other computers to continue service even if some computers stop operating. In, set the priority order in advance between multiple computers,
Each computer receives the processing request message from the terminal, and the computer with the highest priority determines the processing order of the received processing request message and notifies the other computers with lower priorities of the processing order. The processing request message is processed in the determined processing order, and each low priority computer processes the received processing request message according to the processing order notified from the high priority computer. A method for synchronizing message processing between computers.
【請求項2】 前記最も優先順位の高い計算機が運転を
停止した場合、次に優先順位の高い計算機が受信した処
理要求電文の処理順序を決定して他の各計算機に通知す
ることを特徴とする請求項1記載の計算機間の電文処理
同期方法。
2. When the computer with the highest priority has stopped operating, the processing order of the processing request message received by the computer with the next highest priority is determined and notified to each of the other computers. The method for synchronizing message processing between computers according to claim 1.
JP4202729A 1992-07-29 1992-07-29 Telegraphic message processing synchroning method between computers Pending JPH0652120A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4202729A JPH0652120A (en) 1992-07-29 1992-07-29 Telegraphic message processing synchroning method between computers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4202729A JPH0652120A (en) 1992-07-29 1992-07-29 Telegraphic message processing synchroning method between computers

Publications (1)

Publication Number Publication Date
JPH0652120A true JPH0652120A (en) 1994-02-25

Family

ID=16462198

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4202729A Pending JPH0652120A (en) 1992-07-29 1992-07-29 Telegraphic message processing synchroning method between computers

Country Status (1)

Country Link
JP (1) JPH0652120A (en)

Similar Documents

Publication Publication Date Title
US6282669B1 (en) Ethernet communication redundancy method
CN107295080B (en) Data storage method applied to distributed server cluster and server
US9356800B2 (en) Communication method for the transmission of TT ethernet messages in a distributed real time computer system
CA1288525C (en) Multi-cpu interlock
EP0552794B1 (en) Efficient and reliable large-amount data transmission method and system
JP2002522845A (en) Fault tolerant computer system
JPS611146A (en) Information communication equipment
JPS63279633A (en) Multi-address communication system
US20040131054A1 (en) Serialized bus communication and control architecture
US6339796B1 (en) System for logical connection resynchronization
JPH1127342A (en) Method and system for matching network information
JP3730545B2 (en) Service control application execution method and system
JPH0652120A (en) Telegraphic message processing synchroning method between computers
EP0507540A2 (en) Method for operating a networked computer system to minimize data conversion overhead
JPS62114356A (en) Transfer system for divided interruption packet
JPH0830523A (en) Method for communicating on-line message
JP2006295667A (en) Receiving method and apparatus in ring type duplicated network
JPH0621925A (en) Communication control system for multiplex transmission line
US20030172176A1 (en) Embedded system having multiple data receiving channels
JPH0683741A (en) Data distributing processing system
JPH04302338A (en) Computer system
JPH0653973A (en) Multi-address data communication system
JPH0468456A (en) Manager device for network control system
JPH0235850A (en) Exclusivecontrol system for pre-communication processor
JPH0683739A (en) Switching system for host computer