JPS62145448A - Time-out avoiding system for terminal - Google Patents

Time-out avoiding system for terminal

Info

Publication number
JPS62145448A
JPS62145448A JP60287494A JP28749485A JPS62145448A JP S62145448 A JPS62145448 A JP S62145448A JP 60287494 A JP60287494 A JP 60287494A JP 28749485 A JP28749485 A JP 28749485A JP S62145448 A JPS62145448 A JP S62145448A
Authority
JP
Japan
Prior art keywords
timer
processing
terminal
host computer
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.)
Granted
Application number
JP60287494A
Other languages
Japanese (ja)
Other versions
JPH0343653B2 (en
Inventor
Mitsutaka Sakamoto
光隆 坂本
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 JP60287494A priority Critical patent/JPS62145448A/en
Publication of JPS62145448A publication Critical patent/JPS62145448A/en
Publication of JPH0343653B2 publication Critical patent/JPH0343653B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To allow a terminal side to receive the processing result from a computer even when the end of execution of the processing request from the terminal in the computer is delayed by changing the timer supervisory time to a value indicated by a timer change text. CONSTITUTION:A host computer 1 receives a text having timer supervisory time from a terminal 2 to give control to a timer exit routine 5 after a time (170sec) shorter than the timer supervisory time. The processing by the computer 1 is started at a processing routine 4 by a processing request. The processing is finished normally in 2min or so, but it is supposed that 4min or so are required for the completion of many processing data items. The routine 5 calculates a new timer supervisory time for the terminal 2 by taking into the state of the processing routine into account (e.g., 4min+alpha=250sec). The time is sent to the terminal 2 as a timer change text, the timer value controlling the routine 5 is changed, the control is returned to the routine 4 to restart the processing.

Description

【発明の詳細な説明】 〔概要〕 独立にタイマ監視を行っている端末とホスト計算機との
通信において、タイマ変更電文を非同期ルーチンにより
生成して端末に送信することにより、端末がタイム・ア
ウトを検出することを防止するものである。
[Detailed Description of the Invention] [Summary] In communication between a terminal that independently monitors a timer and a host computer, a timer change message is generated using an asynchronous routine and sent to the terminal, thereby preventing the terminal from timing out. This prevents detection.

〔産業上の利用分野〕[Industrial application field]

本発明は、ホスト計算機と端末との通信において、処理
結果の送信が遅れると予想される場合□には、ホスト計
算機がタイマ変更電文を端末に送るようにした端末のタ
イム・アウト回避方式に関するものである。
The present invention relates to a timeout avoidance method for a terminal in which the host computer sends a timer change message to the terminal when transmission of processing results is expected to be delayed in communication between the host computer and the terminal. It is.

〔従来技術と問題点〕[Conventional technology and problems]

第4図は端末から電文をホスト計算機に送った場合にお
ける従来の処理を説明する図である。第4図において、
lはホスト計算機、2は端末、3は応用プログラム、4
は処理ルーチンをそれぞれ示している。ホスト計算機1
に接続されている端末2は、ホスト計算機1と独立して
タイマ監視(端末2とホスト計算機1間における電文の
送受信時間の監視)を行っている。端末2の利用者は、
例えば画像をホスト計算機1に送りたい場合、ADDコ
マンドを入力する。そうすると、端末2はADDコマン
ド及び画像データより成る処理依頼電文をホスト計算機
1に送る。このとき、端末2は、通信タイマ(タイマ時
間監視用)をクリアし、タイマ監視を始めると共に、ホ
スト計算機1からの電文を受信するための準備を行う。
FIG. 4 is a diagram illustrating conventional processing when a message is sent from a terminal to a host computer. In Figure 4,
l is the host computer, 2 is the terminal, 3 is the application program, 4
indicate processing routines. host computer 1
The terminal 2 connected to the host computer 1 performs timer monitoring (monitoring the transmission/reception time of messages between the terminal 2 and the host computer 1) independently of the host computer 1. The user of terminal 2,
For example, if you want to send an image to the host computer 1, input the ADD command. Then, the terminal 2 sends a processing request message consisting of an ADD command and image data to the host computer 1. At this time, the terminal 2 clears the communication timer (for timer time monitoring), starts timer monitoring, and prepares to receive the message from the host computer 1.

端末2は、ホスト計算機1からの電文受信がタイマ監視
時間内に行われない場合(タイム・アウト)、ホスト計
算機1の処理異常と見做し、電文受信状態を解除する。
If the terminal 2 does not receive the message from the host computer 1 within the timer monitoring time (timeout), the terminal 2 assumes that there is a processing abnormality in the host computer 1 and releases the message reception state.

ホスト計算機1は、端末2からの例えばADDコマンド
を受信すると、ADDコマンド処理ルーチンを起動する
。このADDコマンド処flルーチンは、受信した画像
データをライブラリに格納する処理を行うためのもので
ある。ホスト計算機1は、本来ならば端末2のタイマ監
視時間内に電文(ADDコマンドの場合はADD OK
という電文)を端末に送信しなければならないが、処理
のオーバヘッドによりタイマ監視時間内に送信できない
場合がある。このような場合には、処理完了後に端末2
に処理結果電文を送信するが、端末2では既に受信処理
状態が解除されているため、この電文が受は付けられな
い。
When the host computer 1 receives, for example, an ADD command from the terminal 2, it starts an ADD command processing routine. This ADD command processing fl routine is for storing received image data in a library. Normally, host computer 1 should send the message (ADD OK in the case of ADD command) within the timer monitoring time of terminal 2.
However, due to processing overhead, it may not be possible to send the message within the timer monitoring time. In such a case, after the process is completed, terminal 2
However, since terminal 2 has already released the reception processing state, this message cannot be accepted.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の考察に基づくものであって、ホスト計
算機が端末からの処理依頼を実行し、その処理結果を端
末に返すように構成された通信システムにおいて、ホス
ト計算機内における端末からの処理依頼の実行終了が遅
れるような場合でも、端末側がホスト計算機からの処理
結果を受信できるよう°になった端末のタイム・アウト
回避方式を提供することを目的としている。
The present invention is based on the above considerations, and provides a communication system configured such that a host computer executes a processing request from a terminal and returns the processing result to the terminal. The purpose of this invention is to provide a time-out avoidance method for terminals that allows the terminal side to receive processing results from a host computer even if the completion of execution of a request is delayed.

〔目的を達成するための手段〕[Means to achieve the purpose]

そしてそのため本発明の端末のタイム・アウト回避方式
は、処理依頼電文に対する処理結果電文がタイマ監視時
間内にホスト計算機から返送されて来なかった場合には
ホスト処理異常とみなすように構成された端末と、上記
端末から処理依頼電文を受信したとき、当該処理依頼電
文に対応した処理ルーチンを実行し、処理結果電文を依
頼元の端末に送信するように構成されたホスト計算機と
を具備する通信システムにおける端末のタイム・アウト
回避方式であって、上記端末は、処理依頼電文の中にタ
イマ監視時間を含ませて処理依頼電文を上記ホスト計算
機に送信し、タイマ監視時間内において上記ホスト計算
機から処理結果電文が送られて来たときには当該処理結
果電文を受信して処理を行い、タイマ監視時間内に上記
ホスト計算機からタイマ変更電文が送られて来たときに
は現在までのタイマ時間をクリアすることな(継続する
と共に当該タイマ変更電文で指示された値にタイマ監視
時間を変更するように構成され、上記ホスト計算機は、
上記端末からの処理依頼電文を受信した場合、処理依鎖
に対応する処理ルーチンを実行し、当該処理依頼電文で
指定されたタイマ監視時間内に処理が終了出来ないと予
想される場合には、新タイマ監視時間を計算し、当該新
タイマ監視時間を通知するためのタイマ変更電文を上記
端末に送信するように構成されていることを特徴とすも
のである。
Therefore, the terminal time-out avoidance method of the present invention is a terminal that is configured to consider a host processing abnormality if a processing result message for a processing request message is not returned from the host computer within the timer monitoring time. and a host computer configured to, when receiving a processing request message from the terminal, execute a processing routine corresponding to the processing request message and send a processing result message to the requesting terminal. In this terminal time-out avoidance method, the terminal includes a timer monitoring time in the processing request message, sends the processing request message to the host computer, and requests the processing from the host computer within the timer monitoring time. When a result message is sent, the processing result message is received and processed, and when a timer change message is sent from the host computer within the timer monitoring time, the current timer time is not cleared. (The host computer is configured to continue and change the timer monitoring time to the value instructed by the timer change message, and the host computer
When a processing request message is received from the above terminal, the processing routine corresponding to the processing dependence is executed, and if it is expected that the processing cannot be completed within the timer monitoring time specified in the processing request message, The device is characterized in that it is configured to calculate a new timer monitoring time and send a timer change message to the terminal to notify the new timer monitoring time.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明を図面を参照しつつ説明する。第1図は端
末から送信される処理依頼電文の構成例を示す図である
。端末2は、ホスト計算機1とのセション確立後、ホス
ト計算機1に処理依頼電文を送信すが、この電文の先頭
に端末のタイマ監視時間を記入する。例えば、タイマ監
視時間を3分とした場合には、第1図に示すような電文
をホスト計算機1に送出する。また、端末2は、ホスト
計算機1に処理依頼する電文を送出した後、下記の2種
類の電文を受は付けるように構成される。
Hereinafter, the present invention will be explained with reference to the drawings. FIG. 1 is a diagram showing an example of the structure of a processing request message sent from a terminal. After establishing a session with the host computer 1, the terminal 2 transmits a processing request message to the host computer 1, and writes the terminal's timer monitoring time at the beginning of this message. For example, when the timer monitoring time is set to 3 minutes, a message as shown in FIG. 1 is sent to the host computer 1. Further, the terminal 2 is configured to send a message requesting processing to the host computer 1 and then accept the following two types of messages.

(a)  ホスト計算機での処理結果電文(処理依頼の
電文に対するレスポンス) (b)  タイマ変更電文 端末2は、タイマ変更電文を受信した場合、タイマを監
視している時間は継続し、新しいタイマ監視時間でタイ
マ監視を再開すると共に、ホスト計算機1からの電文受
信を待つ。
(a) Processing result message on the host computer (response to the processing request message) (b) When the timer change message terminal 2 receives the timer change message, the timer monitoring time continues and new timer monitoring is started. It restarts timer monitoring at the specified time and waits for the reception of a message from the host computer 1.

第2図はホスト計算機の応用プログラムの処理と構造を
説明するための図である。第2図において、5はタイマ
出口ルーチンを示している。応用プログラムの構造は、
従来の構造にタイマ出口ルーチン5とタイマ取消処理を
追加したものである。
FIG. 2 is a diagram for explaining the processing and structure of the application program of the host computer. In FIG. 2, 5 indicates a timer exit routine. The structure of the application program is
This structure has a timer exit routine 5 and a timer cancellation process added to the conventional structure.

タイマ出口ルーチン5は、非同期ルーチンであり、端末
2のタイマ監視時間より短い時間で制御される。
The timer exit routine 5 is an asynchronous routine and is controlled in a shorter time than the timer monitoring time of the terminal 2.

ホスト計算機1での処理が端末2の通信タイマの設定値
より短い場合には、ホスト計算機1で下記のような処理
が行われる。
If the processing at the host computer 1 is shorter than the communication timer setting value of the terminal 2, the following processing is performed at the host computer 1.

i)端末2からタイマ監視時間付き処理結果電文を受信
する。゛いま、このタイマ監視時間をTOとする0時間
TO−Δt(Δtは微小な値)時間経過すると、タイマ
出口ルーチン5に制御が渡るようにする。
i) Receive a processing result message with timer monitoring time from terminal 2. Now, when the timer 0 time TO - Δt (Δt is a small value) has elapsed, the control is passed to the timer exit routine 5.

ii)受信した電文により、ホスト計算機1での処理を
処理ルーチン4で開始する。タイマ出口ルーチン5に制
御が渡る前(端末2がタイム・アウトを検出する前)に
ホスト計算機1での処理が完了すると、端末2ヘホスト
計算機1の処理結果を送信する。
ii) Processing in the host computer 1 is started in the processing routine 4 based on the received message. When the processing in the host computer 1 is completed before control is passed to the timer exit routine 5 (before the terminal 2 detects a timeout), the processing result of the host computer 1 is transmitted to the terminal 2.

iii )タイマ出口ルーチン5に制御が渡らないよう
にし、端末2からの次の電文を待つ。
iii) Prevent control from passing to the timer exit routine 5 and wait for the next message from the terminal 2.

ホスト計算機1での処理が端末2の通信タイマの設定値
より長い場合には、ホスト計算機1で下記のような処理
が行われる。
If the processing at the host computer 1 is longer than the communication timer setting value of the terminal 2, the following processing is performed at the host computer 1.

i)端末1からタイマ監視時間付きの電文を受信する。i) Receive a message with timer monitoring time from terminal 1.

時間TO−Δを時間経過すると、タイマ出口ルーチン5
に制御が渡るようにする。
When time TO−Δ has elapsed, timer exit routine 5
so that control is passed to

ii)受信した電文により、ホスト計算機1での処理を
処理ルーチン4で開始する。処理ルーチン4での時間が
端末のタイマ監視時間を越える直前に、タイマ監視出口
ルーチン5に制御が渡る。
ii) Processing in the host computer 1 is started in the processing routine 4 according to the received message. Just before the time in processing routine 4 exceeds the timer monitoring time of the terminal, control passes to timer monitoring exit routine 5.

iii )タイマ出口ルーチン5では、処理状況を考慮
して端末2の新しいタイマ監視時間を割り出す。
iii) In the timer exit routine 5, a new timer monitoring time for the terminal 2 is determined taking into consideration the processing situation.

その時間をタイマ変更電文として端末2に送信する。そ
れと同時に、タイマ出口ルーチン5を制御しているタイ
マ値も変更して処理ルーチン4に制御を戻す。
The time is sent to the terminal 2 as a timer change message. At the same time, the timer value controlling the timer exit routine 5 is also changed and control is returned to the processing routine 4.

iv)制御が戻された処理ルーチン4は、処理を再開し
て新しく設定されたタイマ値以内に処理を完了する。そ
して、その処理結果を端末2に送信する。
iv) The processing routine 4 to which control has been returned resumes processing and completes the processing within the newly set timer value. Then, the processing result is transmitted to the terminal 2.

■)タイマ出口ルーチン5に制御が渡らないようにし、
端末2からの次の電文を待つ。
■) Prevent control from passing to timer exit routine 5,
Waits for the next message from terminal 2.

第3図は全体の処理と流れを説明するための図である。FIG. 3 is a diagram for explaining the overall processing and flow.

なお、■、■、・・・等の処理を順番を示すものである
Note that ■, ■, etc. indicate the order of processing.

■ セション確立後、最初の電文(処理依$1)をホス
ト計算機1に送信する際、端末2のタイマ監視時間も電
文に含める。これと同時に、タイマ監視を開始する。端
末2のタイマ監視時間を3分として、これ以降を説明す
る。
■ When the first message (processing request $1) is sent to the host computer 1 after the session is established, the timer monitoring time of the terminal 2 is also included in the message. At the same time, timer monitoring is started. The following explanation will be given assuming that the timer monitoring time of the terminal 2 is 3 minutes.

■ 端末2からタイマ監視時間付きの電文(処理依頼)
をホスト計算機1は受信し、タイマ監視時間より短い時
間(170秒)後にタイマ出口ルーチン5に制御が渡る
ようにする。
■ Message with timer monitoring time from terminal 2 (processing request)
The host computer 1 receives this and transfers control to the timer exit routine 5 after a time shorter than the timer monitoring time (170 seconds).

■ 処理依頼によりホスト計算機1での処理を処理ルー
チン4で開始する。通常2分程度で処理完了するが、処
理データ件数が多く、完了するまでに4分程度要すると
する。タイマ設定から170秒経過すると、タイマ出口
ルーチン5に制御が渡る。
(2) In response to the processing request, processing in the host computer 1 is started in the processing routine 4. Normally, processing is completed in about 2 minutes, but the number of processed data is large and it takes about 4 minutes to complete. When 170 seconds have elapsed since the timer setting, control is passed to the timer exit routine 5.

■ タイマ出口ルーチン5では、処理ルーチンの状況を
考慮して端末2の新しいタイマ監視時間(例えば4分子
α=250秒)を割り出す。この時間をタイマ変更電文
として端末2に送信する。それと同時に、タイマ出口ル
ーチン5を制御しているタイマ値も変更し、処理ルーチ
ン4に制御を戻し、処理を再開する。
(2) In the timer exit routine 5, a new timer monitoring time for the terminal 2 (for example, 4 molecules α=250 seconds) is calculated taking into consideration the status of the processing routine. This time is sent to the terminal 2 as a timer change message. At the same time, the timer value controlling the timer exit routine 5 is also changed, control is returned to the processing routine 4, and processing is restarted.

■ タイマ変更電文を受は取った端末2は、現在のタイ
マは継続し、新しいタイマ監視時間でタイム・アウトを
検出するためのタイム・アウト検出処理を行うと共に、
電文受信状態を継続する。
■ Terminal 2 that has received the timer change message continues the current timer and performs time-out detection processing to detect time-out using the new timer monitoring time.
Continue receiving messages.

■ 4分後に処理ルーチン4での処理が完了したとする
と、処理結果を端末2へ送信する。
(2) Assuming that the processing in processing routine 4 is completed after 4 minutes, the processing results are transmitted to terminal 2.

■ 端末2は、ホスト計算機1からの処理結果をタイマ
監視時間内に受取り、正常に一連の処理を完了する。
(2) The terminal 2 receives the processing result from the host computer 1 within the timer monitoring time and normally completes the series of processing.

■ ホスト計算機1は、端末2に対する処理が完了した
ので、タイマ出口ルーチン5に制御が渡らないようにし
、次の電文を待つ。
(2) Since the processing for the terminal 2 has been completed, the host computer 1 prevents control from passing to the timer exit routine 5 and waits for the next message.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、ホス
ト側の処理時間が遅延した場合においても、処理を正常
に終了させることが出来る。
As is clear from the above description, according to the present invention, even if the processing time on the host side is delayed, the processing can be completed normally.

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

第1図は端末から送信される電文の構成例を示す図、第
2図はホスト計算機の応用プログラムの処理と構造を説
明するための図、第3図は全体の処理と流れを説明する
ための図、第4図は端末から電文をホスト計算機に送っ
た場合における従来の処理を説明する図である。 1・・・ホスト計算機、2・・・端末、3・・・応用プ
ログラム、4・・・処理ルーチン、5・・・タイマ出口
ルーチン。 特許出願人   富士通株式会社 代理人弁理士  京 谷 四 部 第1m
Figure 1 is a diagram showing an example of the structure of a message sent from a terminal, Figure 2 is a diagram to explain the processing and structure of the application program of the host computer, and Figure 3 is a diagram to explain the overall processing and flow. , and FIG. 4 are diagrams for explaining conventional processing when a message is sent from a terminal to a host computer. DESCRIPTION OF SYMBOLS 1...Host computer, 2...Terminal, 3...Application program, 4...Processing routine, 5...Timer exit routine. Patent applicant Fujitsu Ltd. Representative Patent Attorney Kyotani 4th Department 1m

Claims (1)

【特許請求の範囲】[Claims] 処理依頼電文に対する処理結果電文がタイマ監視時間内
にホスト計算機から返送されて来なかった場合にはホス
ト処理異常とみなすように構成された端末と、上記端末
から処理依頼電文を受信したとき、当該処理依頼電文に
対応した処理ルーチンを実行し、処理結果電文を依頼元
の端末に送信するように構成されたホスト計算機とを具
備する通信システムにおける端末のタイム・アウト回避
方式であって、上記端末は、処理依頼電文の中にタイマ
監視時間を含ませて処理依頼電文を上記ホスト計算機に
送信し、タイマ監視時間内において上記ホスト計算機か
ら処理結果電文が送られて来たときには当該処理結果電
文を受信して処理を行い、タイマ監視時間内に上記ホス
ト計算機からタイマ変更電文が送られて来たときには現
在までのタイマ時間をクリアすることなく継続すると共
に当該タイマ変更電文で指示された値にタイマ監視時間
を変更するように構成され、上記ホスト計算機は、上記
端末からの処理依頼電文を受信した場合、処理依頼に対
応する処理ルーチンを実行し、当該処理依頼電文で指定
されたタイマ監視時間内に処理が終了出来ないと予想さ
れる場合には、新タイマ監視時間を計算し、当該新タイ
マ監視時間を通知するためのタイマ変更電文を上記端末
に送信するように構成されていることを特徴とする端末
のタイム・アウト回避方式。
If a processing result message for a processing request message is not returned from the host computer within the timer monitoring time, the terminal is configured to assume that the host processing is abnormal, and when the processing request message is received from the above terminal, the corresponding A terminal time-out avoidance method in a communication system comprising a host computer configured to execute a processing routine corresponding to a processing request message and send a processing result message to a requesting terminal, the terminal includes the timer monitoring time in the processing request message and sends the processing request message to the above host computer, and when the processing result message is sent from the above host computer within the timer monitoring time, the processing result message is sent. When a timer change message is sent from the host computer within the timer monitoring time, the timer continues without clearing the current timer time, and the timer changes to the value specified in the timer change message. The host computer is configured to change the monitoring time, and when it receives a processing request message from the terminal, it executes a processing routine corresponding to the processing request, and within the timer monitoring time specified in the processing request message. If it is predicted that the process will not be able to be completed, the system is configured to calculate a new timer monitoring time and send a timer change message to the terminal to notify the new timer monitoring time. A timeout avoidance method for terminals that use
JP60287494A 1985-12-20 1985-12-20 Time-out avoiding system for terminal Granted JPS62145448A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60287494A JPS62145448A (en) 1985-12-20 1985-12-20 Time-out avoiding system for terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60287494A JPS62145448A (en) 1985-12-20 1985-12-20 Time-out avoiding system for terminal

Publications (2)

Publication Number Publication Date
JPS62145448A true JPS62145448A (en) 1987-06-29
JPH0343653B2 JPH0343653B2 (en) 1991-07-03

Family

ID=17718066

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60287494A Granted JPS62145448A (en) 1985-12-20 1985-12-20 Time-out avoiding system for terminal

Country Status (1)

Country Link
JP (1) JPS62145448A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02280237A (en) * 1989-04-21 1990-11-16 Nec Corp System for controlling transaction processing time
JPH03208138A (en) * 1990-01-09 1991-09-11 Fujitsu Ltd System supervisory system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02280237A (en) * 1989-04-21 1990-11-16 Nec Corp System for controlling transaction processing time
JPH03208138A (en) * 1990-01-09 1991-09-11 Fujitsu Ltd System supervisory system

Also Published As

Publication number Publication date
JPH0343653B2 (en) 1991-07-03

Similar Documents

Publication Publication Date Title
JPS62145448A (en) Time-out avoiding system for terminal
US5475816A (en) Reply monitor for a network of microprocessor-based systems
JPH0535460B2 (en)
JPH02212966A (en) Host state monitor system
JP2770797B2 (en) Page Descriptor Update Control Method for Multiprocessor System
JP2842748B2 (en) Monitoring and control method for information processing equipment
JPH02282856A (en) Connection controller for time sharing system
JPH02310755A (en) Health check system
CN111918318A (en) Data processing method and related equipment
JPS60177748A (en) Circuit controlling system
JPS6072060A (en) Communication control processing device
JPH04147347A (en) Processor failure recovery control method
JPH01196942A (en) Cut-off response command control system
JPH07115423A (en) Transmission control system
JPS58168170A (en) Multiplex processor
JPH06138984A (en) Information processor
JPS59225695A (en) Interruption control system
JPS6155705B2 (en)
JPH1027111A (en) Method for switching for operation system and stand-by system
JPH0424858A (en) Handshake system between host computer and tool
JPH04106640A (en) Timer management system
JPS63131256A (en) Information processing system
JPH09319684A (en) Health check system
JPS6285374A (en) Bus coupling device
JPH11120140A (en) Method for automatically activating appllication on terminal computer