JP2595697B2 - Message processing system - Google Patents

Message processing system

Info

Publication number
JP2595697B2
JP2595697B2 JP63298928A JP29892888A JP2595697B2 JP 2595697 B2 JP2595697 B2 JP 2595697B2 JP 63298928 A JP63298928 A JP 63298928A JP 29892888 A JP29892888 A JP 29892888A JP 2595697 B2 JP2595697 B2 JP 2595697B2
Authority
JP
Japan
Prior art keywords
message
processing
pointer
computer
output
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 - Lifetime
Application number
JP63298928A
Other languages
Japanese (ja)
Other versions
JPH02144654A (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 JP63298928A priority Critical patent/JP2595697B2/en
Publication of JPH02144654A publication Critical patent/JPH02144654A/en
Application granted granted Critical
Publication of JP2595697B2 publication Critical patent/JP2595697B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概 要〕 計算機から他の計算機にメッセージ出力を要求するメ
ッセージ出力命令の制御に関し、 要求元の計算機がメッセージ出力命令の実行のために
拘束される時間を短縮できるメッセージ出力命令制御方
式を目的とし、 第1の計算機の所定の命令によって指定されたメッセ
ージについて所定の出力処理を実行する第2の計算機を
有するシステムにおいて、複数の該メッセージを保持す
るバッファと、該バッファ上の該メッセージを指示する
ポインタと、該出力処理に同期して、該バッファ及びポ
インタを処理する管理部とを設け、第1の計算機では、
該命令で指定される該メッセージを該バッファに格納す
ることによって、当該命令の実行を完了させ、第2の計
算機では、該ポインタで指示される該メッセージの出力
処理を実行し、該管理部に該処理の終了を通知するよう
に構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding control of a message output command for requesting a message output from a computer to another computer, a message capable of shortening the time required for the requesting computer to execute the message output command In a system having a second computer for executing a predetermined output process on a message specified by a predetermined command of a first computer for the purpose of an output command control method, a buffer for holding a plurality of the messages, A pointer for indicating the above message and a management unit for processing the buffer and the pointer in synchronization with the output process are provided. In the first computer,
By storing the message specified by the instruction in the buffer, the execution of the instruction is completed, and the second computer executes output processing of the message specified by the pointer, and sends the message to the management unit. It is configured to notify the end of the processing.

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

本発明は、第1の計算機から第2の計算機にメッセー
ジ出力を要求するメッセージ出力命令を実行するメッセ
ー処理システムに関する。
The present invention relates to a message processing system that executes a message output command for requesting a second computer to output a message from a first computer.

例えば公知のサービス処理装置を第2の計算機とした
場合に、サービス処理装置は第1の計算機である中央処
理装置と接続して当該中央処理装置の状態監視、診断そ
の他のサービス機能を実行するために、中央処理装置で
実行される命令によるメッセージ出力要求を処理して、
その制御下のオペレータコンソールにメッセージを出力
する処理も行う。
For example, when a publicly known service processing device is used as the second computer, the service processing device is connected to the central processing device as the first computer to execute status monitoring, diagnosis, and other service functions of the central processing device. Processing a message output request by a command executed by the central processing unit,
A process of outputting a message to the operator console under the control is also performed.

〔従来の技術と発明が解決しようとする課題〕[Problems to be solved by conventional technology and invention]

第4図は計算機の構成例を示すブロック図である。中
央処理装置(以下においてCPU)2で所定のメッセージ
出力命令が実行されると、実行制御部3がその命令のオ
ペランド等で指定されている主記憶装置12の主記憶領域
4上のアドレス及びメッセージ長等で定まるメッセージ
5を、主記憶領域4から主記憶装置12に設けられた通信
領域6に転送して、サービス処理装置(以下にSVP)1
のメッセージ制御部8に信号線9で通知する。
FIG. 4 is a block diagram showing a configuration example of a computer. When a predetermined message output instruction is executed by a central processing unit (hereinafter referred to as a CPU) 2, the execution control unit 3 sends an address and a message on the main storage area 4 of the main storage device 12 specified by an operand of the instruction. A message 5 determined by length or the like is transferred from the main storage area 4 to the communication area 6 provided in the main storage device 12, and the service processing device (hereinafter, SVP) 1
The message control unit 8 is notified by a signal line 9.

SVP1では、メッセージ制御部8が通信領域6からメッセ
ージを取り出して、CRTディスプレイ等の表示装置10に
出力する出力処理を実行し、処理が完了すると信号線11
で実行制御部3に完了を通知するので、実行制御部3は
この通知を待って先のメッセージ出力命令の実行を完了
する制御を開始し、命令実行結果の状態を表示する公知
の条件コードを、正常終了を示す値である例えば0に設
定して命令の実行処理を終わり、次の命令の実行処理に
移る。
In SVP1, the message control unit 8 performs an output process of extracting a message from the communication area 6 and outputting the message to a display device 10 such as a CRT display.
The execution control unit 3 notifies the execution control unit 3 of the completion. The execution control unit 3 waits for the notification and starts the control for completing the execution of the previous message output instruction, and outputs a known condition code indicating the state of the instruction execution result. Is set to, for example, 0, which indicates a normal end, and the execution process of the instruction is completed, and the process proceeds to the execution process of the next instruction.

SVP1は通常比較的小型低速のプロセッサを中心にして
構成されているので処理速度が比較的遅く、以上のよう
なメッセージ出力処理に数秒を要する場合があるが、そ
の間CPU2はその完了を待っていて、他の処理ができな
い。このために、例えば現用、予備システムを構成する
2システムで、両システムの共用メモリの所定領域を現
用システムのCPUが一定時間(例えば1秒以内)ごとに
更新するのを、予備側のCPUでチェックすることによ
り、現用システムを監視するような場合には、現用シス
テムで前記のメッセージ出力命令を実行すると、その完
了まで共用メモリが更新されないためにシステムの障害
と判断されて、システム切換が起こるという問題が生じ
る。
SVP1 is usually built around a relatively small and low-speed processor, so its processing speed is relatively slow, and the above message output processing may take several seconds, but during that time CPU2 waits for its completion. , Can not do other processing. For this purpose, for example, in the two systems constituting the working system and the spare system, the CPU of the working system updates the predetermined area of the shared memory of both systems at regular intervals (for example, within 1 second) by the spare CPU. When the active system is monitored by checking, if the above-mentioned message output instruction is executed in the active system, the shared memory is not updated until the completion thereof, so that it is determined that the system has failed, and system switching occurs. The problem arises.

本発明は、メッセージ出力要求元の計算機がメッセー
ジ出力命令の実行のために拘束される時間を短縮して処
理効率を改善し、且つ不必要なシステム切換等が生じる
ことのないようにできるメッセージ処理システムを目的
とする。
The present invention provides a message processing apparatus capable of shortening the time required for a message output requesting computer to execute a message output instruction, improving processing efficiency, and preventing unnecessary system switching or the like. Aim for the system.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図は計算機の構成を示し、CPU22の23は命令の実行を
制御する実行制御部、24は主記憶装置20に設ける通信領
域26のメッセージのバッファ30及びポインタ31を処理す
る通信領域管理部、SVP21の28はバッファ30からメッセ
ージを取り出して出力処理を行うメッセージ制御部であ
る。
The figure shows the configuration of the computer, 23 of the CPU 22 is an execution control unit that controls the execution of instructions, 24 is a communication area management unit that processes the message buffer 30 and pointer 31 of the communication area 26 provided in the main storage device 20, and SVP 21. Reference numeral 28 denotes a message control unit that extracts a message from the buffer 30 and performs output processing.

〔作 用〕(Operation)

システムには第1の計算機であるCPU22等の所定の命
令によって指定される、主記憶領域4上の格納位置に保
持されているメッセージ5について所定の出力処理を実
行する第2の計算機であるSVP21等を有する。
The system includes a SVP21 which is a second computer which executes a predetermined output process for a message 5 held at a storage position on the main storage area 4 specified by a predetermined command of a CPU22 or the like which is a first computer. Etc.

このシステムに複数のメッセージを保持するバッファ
30と、バッファ30上のメッセージ6を指示するポインタ
31と、SVP21による前記出力処理に同期して、バッファ3
0及びポインタ31を処理する管理部である通信領域管理
部24とを設ける。
A buffer to hold multiple messages in this system
30 and a pointer to message 6 on buffer 30
31 and the buffer 3 in synchronization with the output processing by the SVP 21.
A communication area management unit 24, which is a management unit that processes 0 and the pointer 31, is provided.

CPU22では、実行制御部23が前記命令で指定されるメ
ッセージ5を通信領域管理部24によってバッファ30に格
納すると、当該命令の実行を完了させ、SVP21ではポイ
ンタ31で指示されるメッセージ6の出力処理を実行し、
実行終了を通信領域管理部24に通知し、従って通信領域
管理部24はポインタ31の更新等の処理をする。
In the CPU 22, when the execution control unit 23 stores the message 5 specified by the instruction in the buffer 30 by the communication area management unit 24, the execution of the instruction is completed, and the SVP 21 outputs the message 6 indicated by the pointer 31. Run
The completion of execution is notified to the communication area management unit 24, and accordingly, the communication area management unit 24 performs processing such as updating the pointer 31.

この制御方式により、CPUがメッセージ出力命令の実
行に長時間拘束されることが無く、従って不必要なシス
テム切換等も生じない。
With this control method, the CPU is not restricted by the execution of the message output instruction for a long time, and therefore, unnecessary system switching does not occur.

〔実施例〕〔Example〕

第1図において、CPU22の実行制御部23がメッセージ
出力命令の実行を制御する場合には、従来と同様の命令
のオペランドで主記憶装置20の主記憶領域4上のアドレ
スが指定されているメッセージ5を、主記憶領域4から
主記憶装置20に設けられた通信領域26のバッファ30に転
送するように通信領域管理部24に指示する。この転送が
完了すると、以後のメッセージの処理を待つこと無く、
条件コードを0にしてそのメッセージ出力命令の実行完
了とする。
In FIG. 1, when the execution control unit 23 of the CPU 22 controls the execution of the message output instruction, a message in which an address on the main storage area 4 of the main storage device 20 is designated by the operand of the same instruction as in the related art. 5 is instructed to be transferred from the main storage area 4 to the buffer 30 of the communication area 26 provided in the main storage device 20. When this transfer is completed, without waiting for the subsequent message processing,
The condition code is set to 0, and the execution of the message output instruction is completed.

通信領域管理部24はメッセージ5を主記憶領域4から
バッファ30の空き領域に転送し、それが最初のメッセー
ジであればその先頭アドレスを指示するようにポインタ
31を設定して、SVP21に信号線9によって通知する。
The communication area management unit 24 transfers the message 5 from the main storage area 4 to an empty area of the buffer 30. If the message 5 is the first message, the pointer is set so as to indicate the start address.
31 is set, and the SVP 21 is notified by the signal line 9.

SVP21のメッセージ制御部28は、通知を受けるとポイ
ンタ31で指示される領域からメッセージを取り出して、
その後は従来と同様に表示装置10にメッセージを出力
し、出力処理を終了すると通信領域管理部24に信号線11
で通知する。こゝで、通信領域管理部24は、バッファ30
に未処理のメッセージがあればポインタ31を次のメッセ
ージを指示するように更新して、再び信号線9でSVP21
に通知し、前記のようにメッセージの出力処理を開始さ
せる。
Upon receiving the notification, the message control unit 28 of the SVP 21 extracts the message from the area indicated by the pointer 31,
Thereafter, a message is output to the display device 10 as before, and when the output process is completed, the signal line 11 is sent to the communication area management unit 24.
To notify. Here, the communication area management unit 24
If there is an unprocessed message, the pointer 31 is updated to point to the next message, and the SVP 21 is again
And the message output process is started as described above.

以上の制御のために、バッファ30は例えば第2図に示
すように、所要数(例示は3)の一定長(例えば80バイ
ト)の領域40に分割され、各最初の2バイトを制御情報
41として、最大78バイトまでのメッセージを各領域40に
格納できるようにする。制御情報41は、例えば第1バイ
トをメッセージ有効フラグ、第2バイトをメッセージ長
の表示とする。なお、メッセージ有効フラグはSVP21の
処理で領域のチェックに使用する。
For the above control, the buffer 30 is divided into a required number (for example, 3) of fixed-length (for example, 80 bytes) areas 40 as shown in FIG.
As 41, a message of up to 78 bytes can be stored in each area 40. In the control information 41, for example, the first byte indicates a message valid flag, and the second byte indicates a message length. The message valid flag is used for checking the area in the processing of SVP21.

又現領域ポインタ42、メッセージポインタ43、メッセ
ージカウンタ44を設け、それぞれ初期値を0にして、通
信領域管理部24は例えば第3図に示すように処理する。
Also, a current area pointer 42, a message pointer 43, and a message counter 44 are provided, and the initial values are respectively set to 0, and the communication area management unit 24 performs processing as shown in FIG. 3, for example.

即ち、メッセージ出力命令の実行のために実行制御部
23から指示を受けた場合には、処理ステップ50でメッセ
ージカウンタ44によりメッセージ数を識別して、バッフ
ァ30に空き領域があるか識別する。メッセージ数<3で
あれば、処理ステップ51で現領域ポインタをバッファ30
の次の領域(なお第3領域の次は第1領域とする)の先
頭に進め、処理ステップ52でその領域の先頭に制御情報
41を設定し、処理ステップ53で続く領域にメッセージを
主記憶領域から転送し、処理ステップ54でメッセージカ
ウンタ44を+1し、処理ステップ55で実行制御部23に転
送完了を通知する。
That is, the execution control unit executes the message output instruction.
When the instruction is received from 23, the number of messages is identified by the message counter 44 in the processing step 50, and whether or not the buffer 30 has an empty area is identified. If the number of messages <3, the processing area 51 stores the current area pointer in the buffer 30
(The first area is followed by the third area), and the control information is added to the beginning of the area in a processing step 52.
41 is set, the message is transferred from the main storage area to the subsequent area in the processing step 53, the message counter 44 is incremented by 1 in the processing step 54, and the completion of the transfer is notified to the execution control unit 23 in the processing step 55.

処理ステップ56でメッセージポインタ43が0か識別
し、0でなければSVP21でメッセージ出力処理中なので
一旦処理を終了するが、0の場合は最初のメッセージで
あるので、処理ステップ57でメッセージポインタ43をバ
ッファの第1領域先頭のアドレスに設定し、処理ステッ
プ58でメッセージポインタ43の内容をポインタ31に設定
して、処理ステップ59でSVP21へ出力処理をするように
通知して処理を終わる。
In processing step 56, it is determined whether the message pointer 43 is 0. If not 0, the message output processing is being performed in SVP21, so the processing is once ended. However, if it is 0, the message is the first message. The address of the first area of the buffer is set to the start address, the content of the message pointer 43 is set to the pointer 31 in a processing step 58, and the processing is notified to the SVP 21 in the processing step 59 to end the output processing.

前記の処理ステップ50で、メッセージ数=3であった
場合には、メッセージを格納する空きが無いので、処理
ステップ60で実行制御部23にその旨通知して処理を終わ
る。この場合に実行制御部23は、例えばビジー状態を示
すために条件コードを2にしてメッセージ出力命令の実
行を終了するものとし、この命令のプログラムで空きを
待つ等の適当な処理をとることができるようにする。
If the number of messages is equal to 3 in the processing step 50, there is no room for storing the message, and the processing is notified to the execution control unit 23 in the processing step 60, and the processing ends. In this case, the execution control unit 23 terminates the execution of the message output instruction by setting the condition code to 2, for example, to indicate a busy state, and may take appropriate processing such as waiting for a free space in the program of this instruction. It can be so.

次に、SVP21のメッセージ制御部28が1メッセージの
出力処理を終わって通信領域管理部24に通知を返した場
合には、処理ステップ61で実行制御部23に通知してメッ
セージ出力完了をプログラムに通知するための所定の割
込を発生させる状態にした後、処理ステップ62でメッセ
ージポインタ43で指示する領域のメッセージ有効フラグ
を無効を示すようにリセットする。
Next, when the message control unit 28 of the SVP 21 finishes the output processing of one message and returns a notification to the communication area management unit 24, it notifies the execution control unit 23 in a processing step 61 and notifies the program of the completion of the message output. After a state in which a predetermined interrupt for notification is generated, in a processing step 62, the message valid flag in the area pointed to by the message pointer 43 is reset to indicate invalid.

処理ステップ63でメッセージカウンタ44を−1し、結
果のメッセージ数を処理ステップ64で識別して、メッセ
ージ数>0であれば処理ステップ65でメッセージポイン
タ43を次の領域へ進め、前記の処理ステップ58へ進ん
で、前記のようにポインタ31を設定してSVPに出力処理
をするように通知する。
In a processing step 63, the message counter 44 is decremented by one, and the number of the resulting messages is identified in a processing step 64. If the number of messages is greater than 0, the message pointer 43 is advanced to the next area in a processing step 65. Proceeding to 58, the pointer 31 is set as described above to notify the SVP to perform output processing.

又、処理ステップ64でメッセージ数=0であった場合
には、処理ステップ66で現領域ポインタ42、メッセージ
ポインタ43も0の初期値に戻して処理を終わる。
If the number of messages = 0 in the processing step 64, the current area pointer 42 and the message pointer 43 are also returned to the initial values of 0 in the processing step 66, and the processing ends.

〔発明の効果〕〔The invention's effect〕

以上の説明から明らかなように本発明によれば、計算
機から他の計算機にメッセージ出力を要求するメッセー
ジ出力命令の制御において、メッセージ出力要求元の計
算機が要求のために拘束される時間を短縮して処理効率
を改善し、又相互監視の現用/予備システムにおける長
時間の拘束による不必要なシステム切換の発生を避ける
ことができるという著しい工業的効果がある。
As is apparent from the above description, according to the present invention, in the control of a message output instruction for requesting a message output from a computer to another computer, the time required for the message output request source computer to be restrained for a request is reduced. Thus, there is a significant industrial effect that the processing efficiency can be improved and unnecessary system switching caused by long-term restraint in the mutual monitoring working / standby system can be avoided.

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

第1図は本発明の構成を示すブロック図、 第2図は本発明のバッファ等の説明図、 第3図は本発明の処理の流れ図、 第4図は従来の構成例を示すブロック図 である。 図において、 1、21はSVP、2、22はCPU、 3、23は実行制御部、4は主記憶領域、 6、26は通信領域、 8、28はメッセージ制御部、 10は表示装置、12、20は主記憶装置、 24は通信領域管理部、30はバッファ、 31はポインタ、42は現領域ポインタ、 43はメッセージポインタ、 44はメッセージカウンタ、 50〜66は処理ステップ を示す。 FIG. 1 is a block diagram showing a configuration of the present invention, FIG. 2 is an explanatory diagram of a buffer and the like of the present invention, FIG. 3 is a flowchart of a process of the present invention, and FIG. is there. In the figure, 1, 21 is an SVP, 2, 22 is a CPU, 3, 23 is an execution control section, 4 is a main storage area, 6, 26 is a communication area, 8, 28 is a message control section, 10 is a display device, 12 , 20 is a main storage unit, 24 is a communication area management unit, 30 is a buffer, 31 is a pointer, 42 is a current area pointer, 43 is a message pointer, 44 is a message counter, and 50 to 66 indicate processing steps.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】メッセージ出力命令を実行する場合に、該
メッセージ出力命令が指定するメッセージ指定を通知す
る手段と、 該通知手段による通知に対して、完了通知を受け取るこ
とにより、当該メッセージ出力命令の実行を完了させる
手段と、 主記憶領域上の該メッセージ指定で指定される格納位置
にあるメッセージを、前記主記憶領域上のバッファに転
送した後、前記メッセージ出力命令の実行完了の通知を
送信する手段と、前記バッファ上の前記メッセージの格
納位置を前記主記憶領域上のポインタに設定して、第2
の計算機に対して出力要求を送信する手段とを有する通
信領域管理部を 備える第1の計算機と、 前記出力要求を受け取った場合に、前記バッファから前
記ポインタで指示されるメッセージを読み出して、前記
出力要求に関して、予め定められた処理を、該メッセー
ジに対して実行する手段を 備える第2の計算機と、 から構成されることを特徴とするメッセージ処理システ
ム。
When executing a message output command, a means for notifying a message designation specified by the message output command; and receiving a completion notification in response to the notification by the notifying means, to execute the message output command. Means for completing the execution; transmitting a message at a storage location specified by the message specification on the main storage area to a buffer on the main storage area; and transmitting a notification of completion of execution of the message output instruction. Means for setting the storage location of the message in the buffer to a pointer in the main storage area,
A first computer having a communication area management unit having means for transmitting an output request to a computer; and, when receiving the output request, reading a message indicated by the pointer from the buffer, A second computer comprising means for executing a predetermined process for the output request with respect to the message, and a second computer.
JP63298928A 1988-11-25 1988-11-25 Message processing system Expired - Lifetime JP2595697B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63298928A JP2595697B2 (en) 1988-11-25 1988-11-25 Message processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63298928A JP2595697B2 (en) 1988-11-25 1988-11-25 Message processing system

Publications (2)

Publication Number Publication Date
JPH02144654A JPH02144654A (en) 1990-06-04
JP2595697B2 true JP2595697B2 (en) 1997-04-02

Family

ID=17865997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63298928A Expired - Lifetime JP2595697B2 (en) 1988-11-25 1988-11-25 Message processing system

Country Status (1)

Country Link
JP (1) JP2595697B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6394636B2 (en) 2016-04-28 2018-09-26 株式会社デンソー Fuel supply device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60247742A (en) * 1984-05-23 1985-12-07 Nec Corp Pipeline arithmetic controller
JPS61170831A (en) * 1985-01-25 1986-08-01 Nec Corp Instruction execution control device of central processor
JPS6263333A (en) * 1985-09-12 1987-03-20 Nec Corp Picture information controlling system
JPS63238619A (en) * 1986-05-26 1988-10-04 Hitachi Ltd Terminal state control system

Also Published As

Publication number Publication date
JPH02144654A (en) 1990-06-04

Similar Documents

Publication Publication Date Title
US7293119B2 (en) DMA data transfer between low-overhead processor and connected external circuitry using transactions log
US5287471A (en) Data transfer controller using direct memory access method
EP0502214B1 (en) Message control method for data communication system
EP0477385B1 (en) Method of resetting adapter module at failing time and computer system executing said method
JP2595697B2 (en) Message processing system
JP2877095B2 (en) Multiprocessor system
JP3074770B2 (en) Information processing device
EP0410382A2 (en) Data transfer controller using direct memory access method
JP2770797B2 (en) Page Descriptor Update Control Method for Multiprocessor System
JPH0414378B2 (en)
JPS6239789B2 (en)
JP2000089971A (en) Method and device for controlling interruption order
JP3130892B2 (en) Redundant system
JP2819705B2 (en) Data transfer control device
JP3373323B2 (en) Automatic collection method of communication control device information
JP3316739B2 (en) Device interface control method
JPH0468458A (en) Data communication processing unit
JPS6182260A (en) Input and output interruption control system
JPH01263731A (en) Interruption control system
JPH03288205A (en) Programmable controller system
JPS6380347A (en) Retransmission system for file transfer
JPH07111711B2 (en) Processing end interrupt control system
JPS62291236A (en) Ambient equipment controller for computer system
JPH01147636A (en) Process retrial system for occurrence of fault
JP2002278917A (en) Image data transfer system