JP3219974B2 - Multiple processing of synchronous type I / O instructions - Google Patents
Multiple processing of synchronous type I / O instructionsInfo
- Publication number
- JP3219974B2 JP3219974B2 JP19026995A JP19026995A JP3219974B2 JP 3219974 B2 JP3219974 B2 JP 3219974B2 JP 19026995 A JP19026995 A JP 19026995A JP 19026995 A JP19026995 A JP 19026995A JP 3219974 B2 JP3219974 B2 JP 3219974B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- output
- input
- processor
- channel
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Description
【0001】[0001]
【産業上の利用分野】本発明は、複数の命令プロセッサ
から発行される同期タイプ入出力命令を多重に処理する
方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for multiplexing synchronous type input / output instructions issued from a plurality of instruction processors.
【0002】[0002]
【従来の技術】同期タイプ入出力命令は、命令プロセッ
サと入出力プロセッサ間のハードウェアのインタフェー
スが、一般に、命令プロセッサから入出力プロセッサへ
の入出力起動と、その応答である入出力起動応答と、命
令終了を報告する入出力割込みからなり、命令プロセッ
サと入出力プロセッサが同期して命令を実行することか
らその名が付けられている。そして、このハードウェア
のインタフェースは、1つの同期タイプ入出力命令の起
動から終了までの間、占有されるため、同時に1つの同
期タイプ入出力命令しか実行できない。2. Description of the Related Art Synchronous type input / output instructions are generally implemented by a hardware interface between the instruction processor and the input / output processor. , An input / output interrupt that reports the end of an instruction, and the instruction processor and the input / output processor execute the instruction in synchronization with each other. Since this hardware interface is occupied from the start to the end of one synchronous type input / output instruction, only one synchronous type input / output instruction can be executed at the same time.
【0003】同期タイプ入出力命令を多重で処理するた
めに、各命令プロセッサと各入出力プロセッサ間の前記
インタフェースを、各々独立に持つことで、複数の命令
プロセッサからの同期タイプ入出力命令の実行を並行し
て行う方法があるが、命令プロセッサと入出力プロセッ
サの数が増えるに従い、ハードウェア量が膨大になる。In order to process synchronous type input / output instructions in a multiplex manner, the interface between each instruction processor and each input / output processor is independently provided, so that the execution of synchronous type input / output instructions from a plurality of instruction processors can be performed. Are performed in parallel, but as the number of instruction processors and input / output processors increases, the amount of hardware increases.
【0004】一方、非同期タイプの入出力命令は、命令
プロセッサが命令をキューに登録すると次の命令に進
み、入出力プロセッサが非同期にキューから命令を読み
出して命令を実行するもので、多くの入出力命令を処理
することができるが、命令が起動されてから実行される
までの時間が不確定となる。On the other hand, the asynchronous type input / output instruction proceeds to the next instruction when the instruction processor registers the instruction in the queue, and the input / output processor asynchronously reads the instruction from the queue and executes the instruction. The output instruction can be processed, but the time from when the instruction is activated to when it is executed is uncertain.
【0005】図4は、従来のデータ処理システムを示す
図である。1はプログラムを解析し、入出力プロセッサ
に対して入出力命令の起動と終了処理を行う複数の命令
プロセッサ、2は1つの命令プロセッサと1つの入出力
プロセッサを接続するインタフェース制御装置、3は命
令プロセッサを選択するセレクタ、4は入出力命令の起
動を受け付け、実行し、その終了報告を行う複数の入出
力プロセッサ、5はチャネルを選択して起動するチャネ
ルパス制御部、6はデバイスを起動するチャネル、7は
命令プロセッサ1、入出力プロセッサ4の双方からアク
セス可能な記憶装置、8は複数の命令プロセッサに共通
の同期入出力命令用起動情報の格納領域、9は同期タイ
プ入出力命令と非同期タイプ入出力命令を持つプログラ
ムである。なお、各チャネル6には、図示しないデバイ
ス、あるいは他のデータ処理システムが接続されてい
る。FIG. 4 is a diagram showing a conventional data processing system. Reference numeral 1 denotes a plurality of instruction processors for analyzing a program and performing input / output instruction activation and termination processing for the input / output processor; 2, an interface control device for connecting one instruction processor to one input / output processor; A selector for selecting a processor, a plurality of input / output processors for accepting and executing activation of an input / output instruction and reporting the end thereof, a channel path control unit for selecting and activating a channel, and a device for activating a device A channel 7, a storage device accessible from both the instruction processor 1 and the input / output processor 4, a storage area 8 for synchronous input / output instruction start information common to a plurality of instruction processors, and a reference numeral 9 asynchronous with the synchronous type input / output instruction It is a program that has type I / O instructions. Each channel 6 is connected to a device (not shown) or another data processing system.
【0006】図5は、従来の同期タイプ入出力命令の処
理の流れを説明する図である。n台の命令プロセッサ
が、例えば同時に同期タイプ入出力命令を実行するもの
として、その動作を説明する。n台の内の複数の命令プ
ロセッサが同時に入出力命令を実行する場合、あるいは
複数の命令プロセッサが順次入出力命令を実行する場合
でも同様である。FIG. 5 is a diagram for explaining the flow of processing of a conventional synchronous type input / output instruction. The operation will be described assuming that n instruction processors simultaneously execute, for example, synchronous type input / output instructions. The same applies to a case where a plurality of instruction processors out of n units simultaneously execute input / output instructions or a case where a plurality of instruction processors sequentially execute input / output instructions.
【0007】n台の命令プロセッサ1は、まず記憶装置
7上の同期入出力命令用起動情報の格納領域8の獲得を
要求する。例えば、命令プロセッサ1aがこの格納領域
8を獲得できたとする。命令プロセッサ1aは、格納領
域8に同期入出力命令用起動情報としてコマンド情報と
起動するデバイスの指示情報を格納する。First, the n instruction processors 1 request acquisition of a storage area 8 for synchronous input / output instruction start information on the storage device 7. For example, assume that the instruction processor 1a has acquired this storage area 8. The instruction processor 1a stores command information and instruction information of a device to be activated in the storage area 8 as activation information for synchronous input / output instructions.
【0008】その後、命令プロセッサ1aは、インタフ
ェース制御装置2に対して入出力プロセッサ4を選択す
る選択信号と入出力起動を出す。インタフェース制御装
置2のセレクタ3は、例えば入出力プロセッサ4aを選
択し、入出力起動201を送る。入出力プロセッサ4a
のチャネルパス制御部5は、インタフェース制御装置2
を介して命令プロセッサ1aに入出力起動応答202を
返し、次いで、チャネルパス制御部5は、記憶装置7上
の格納領域8内の起動情報を参照して、チャネル6を選
択し、チャネルを起動する。Thereafter, the instruction processor 1a issues a selection signal for selecting the input / output processor 4 and an input / output activation to the interface control device 2. The selector 3 of the interface control device 2 selects, for example, the input / output processor 4a and sends an input / output activation 201. Input / output processor 4a
Of the interface control device 2
, An input / output activation response 202 is returned to the instruction processor 1a, and the channel path control unit 5 refers to the activation information in the storage area 8 on the storage device 7, selects the channel 6, and activates the channel. I do.
【0009】チャネル6は指定されたデバイスを起動し
て同期タイプ入出力命令の処理203を実行し、このチ
ャネル6とデバイスでの処理が終了すると、チャネル6
はチャネルパス制御部5に終了割込みを報告する。これ
を受けてチャネルパス制御部5はインタフェース制御装
置2を介して命令プロセッサ1aに入出力割込み204
を報告する。命令プロセッサ1aは入出力割込み204
を受け取ると、プログラム9に対して終了報告205を
実行する。The channel 6 activates the designated device to execute the processing 203 of the synchronous type input / output instruction, and when the processing in the channel 6 and the device is completed, the channel 6
Reports an end interrupt to the channel path control unit 5. In response, the channel path control unit 5 sends the input / output interrupt 204 to the instruction processor 1a via the interface control device 2.
Report. The instruction processor 1a has an input / output interrupt 204
Is received, the end report 205 is executed for the program 9.
【0010】このように、インタフェース制御装置2お
よびチャネルパス制御部5は、入出力起動の受け付けか
ら入出力割込みを報告するまで、1台の命令プロセッサ
によって占有されるため、1台目の命令プロセッサが入
出力命令を終了してから、2台目の命令プロセッサが動
作し、同様にしてn台目の命令プロセッサまで順々に実
行されることになる。従って、このデータ処理システム
の処理能力は、n−1個の命令プロセッサが停止してい
て、1台の命令プロセッサがn個の同期タイプ入出力命
令を実行することに相当し、データ処理システムが複数
の命令プロセッサで構成されていても十分な処理性能が
得られないことになる。As described above, the interface controller 2 and the channel path controller 5 are occupied by one instruction processor from the reception of the input / output activation to the reporting of the input / output interrupt. After the input / output instruction has been completed, the second instruction processor operates, and similarly the nth instruction processor is sequentially executed. Therefore, the processing capability of this data processing system is equivalent to the case where n-1 instruction processors are stopped and one instruction processor executes n synchronous type input / output instructions. Even with a plurality of instruction processors, sufficient processing performance cannot be obtained.
【0011】[0011]
【発明が解決しようとする課題】命令プロセッサ数の増
加により、入出力命令の発行数も同時に増加し、これに
対応するために非同期タイプ入出力命令が開発され、少
ないハードウェアで多くの命令を処理できるようになっ
た。しかし、近年、処理速度が要求されることから、再
び同期タイプ入出力命令を用いて高速処理を行う必要が
出てきた。このため、今まで主に非同期タイプ命令を処
理していたシステムにおいても、複数の命令プロセッサ
からの同期タイプ入出力命令を処理しなければならなく
なったが、前述したように、1つの同期タイプ入出力命
令が終了するまで他の同期タイプ入出力命令が実行でき
ないため、他の命令プロセッサが待たされることにな
り、高速に処理することができないという問題があっ
た。As the number of instruction processors increases, the number of issued I / O instructions also increases. As a result, asynchronous type I / O instructions have been developed, and many instructions can be executed with less hardware. Can be processed. However, in recent years, due to the demand for processing speed, it has become necessary to perform high-speed processing again using synchronous type input / output instructions. For this reason, even in a system which has been mainly processing asynchronous type instructions, it has been necessary to process synchronous type input / output instructions from a plurality of instruction processors. Since another synchronous type input / output instruction cannot be executed until the output instruction is completed, another instruction processor has to wait, and there has been a problem that high-speed processing cannot be performed.
【0012】本発明の目的は、複数の命令プロセッサか
ら同期タイプ入出力命令が発行されたとき、該命令を多
重に処理することによって高速化を図った同期タイプ入
出力命令の多重処理方法を提供することにある。An object of the present invention is to provide a synchronous type input / output instruction multiple processing method in which, when synchronous type input / output instructions are issued from a plurality of instruction processors, the instructions are processed in a multiplexed manner to speed up the processing. Is to do.
【0013】[0013]
【課題を解決するための手段】前記目的を達成するため
に、本発明では、入出力プロセッサに対して同期タイプ
入出力命令(以下、入出力命令という)の起動と該命令
の終了処理を実行する複数の命令プロセッサと、該入出
力命令の起動を受けて、その応答を該命令プロセッサに
返し、起動情報を基にチャネルを選択し起動するチャネ
ルパス制御手段と、該起動情報を基にデバイスを起動し
て前記入出力命令の処理を実行する複数のチャネルとを
備えた複数の入出力プロセッサと、命令プロセッサと該
命令プロセッサによって選択される入出力プロセッサと
の間を接続するインタフェース制御手段と、前記起動情
報が格納され、前記複数の命令プロセッサと複数の入出
力プロセッサからアクセスされる記憶手段と、を備えた
データ処理システムにおいて、前記複数の命令プロセッ
サから発行される入出力命令を多重に処理する方法であ
って、該複数の命令プロセッサの内、起動情報と命令プ
ロセッサを識別する情報を、前記記憶手段に書き込んだ
第1の命令プロセッサが選択され、該第1の命令プロセ
ッサによって選択された入出力プロセッサ内のチャネル
パス制御手段の入出力起動が指示され、該入出力起動に
応じて、該第1の命令プロセッサに応答を返すととも
に、前記起動情報を基にチャネルおよびデバイスが起動
され、該デバイスの起動に応じて、前記チャネルパス制
御手段から第1の命令プロセッサに入出力割り込みが通
知され、該入出力割り込みが通知された時点で、前記イ
ンタフェース制御手段とチャネルパス制御手段を、他の
命令プロセッサに開放することを特徴としている。In order to achieve the above object, according to the present invention, a synchronous type input / output instruction (hereinafter, referred to as an input / output instruction) is executed for an input / output processor, and a termination process of the instruction is executed. A plurality of instruction processors that receive the input / output instruction, return a response to the instruction processor, select a channel based on the activation information and activate the channel, and a device based on the activation information. And a plurality of input / output processors having a plurality of channels for executing the processing of the input / output instructions, and an interface control means for connecting the instruction processor and the input / output processor selected by the instruction processor. , A data processing system comprising: a storage unit in which the start information is stored and accessed by the plurality of instruction processors and the plurality of input / output processors. A method of processing input / output instructions issued from the plurality of instruction processors in a multiplex manner, wherein, among the plurality of instruction processors, activation information and information for identifying the instruction processors are written in the storage means. One instruction processor is selected, input / output activation of channel path control means in the input / output processor selected by the first instruction processor is instructed, and the first instruction processor is instructed in response to the input / output activation. A response is returned, and a channel and a device are activated based on the activation information. In response to the activation of the device, an input / output interrupt is notified from the channel path control means to the first instruction processor. When notified, the interface control means and the channel path control means are released to another instruction processor. It is.
【0014】また、前記チャネル起動時に、前記記憶手
段から前記識別情報が読み出されてチャネル内に格納さ
れ、前記デバイスにおける処理が終了することに応じ
て、該チャネル内の識別情報で指定される前記記憶手段
内の領域に、終了通知を含む情報が格納され、前記入出
力割り込みが通知された第1の命令プロセッサは、該命
令プロセッサに割り当てられた前記領域に、前記終了通
知を含む情報が格納されるまで、該領域に対してポーリ
ングすることを特徴としている。When the channel is activated, the identification information is read from the storage means and stored in the channel, and is designated by the identification information in the channel in response to completion of the processing in the device. Information including an end notification is stored in an area in the storage unit, and the first instruction processor notified of the input / output interrupt stores information including the end notification in the area allocated to the instruction processor. It is characterized by polling the area until it is stored.
【0015】[0015]
【作用】命令プロセッサが入出力プロセッサに対して同
期タイプ入出力命令の起動を出し、入出力プロセッサが
起動受け付け時に、命令プロセッサと入出力プロセッサ
間のインタフェースを開放して、他の命令プロセッサか
らの別の同期タイプ入出力命令を起動可能とする。命令
プロセッサは記憶領域に終了報告が入るまでポーリング
を行い、入出力プロセッサは受け付けた同期タイプ入出
力命令の処理を実行し、処理終了後に記憶領域に終了通
知を格納する。命令プロセッサが終了通知を受けると、
同期タイプ入出力命令を終了させる。これによって、入
出力プロセッサが1つの同期タイプ入出力命令の処理を
実行中に、他の命令プロセッサからの同期タイプ入出力
命令の起動を受け付け、処理を実行することができ、同
期タイプ入出力命令を、命令プロセッサの数まで多重に
処理することができる。The instruction processor issues a synchronous type input / output instruction to the input / output processor, and when the input / output processor accepts the activation, releases the interface between the instruction processor and the input / output processor to allow the input / output processor to execute the instruction. Enable another synchronous type input / output instruction. The instruction processor performs polling until an end report is received in the storage area, the input / output processor executes processing of the received synchronous type input / output instruction, and stores an end notification in the storage area after the processing is completed. When the instruction processor receives the termination notification,
End the synchronous type I / O instruction. Thus, while the input / output processor is executing the processing of one synchronous type input / output instruction, it can accept the activation of the synchronous type input / output instruction from another instruction processor and execute the processing. Can be multiplexed up to the number of instruction processors.
【0016】[0016]
【実施例】以下、本発明の一実施例を図面を用いて具体
的に説明する。図1は、本発明のデータ処理システムの
構成を示す図である。命令プロセッサ1、インタフェー
ス制御装置2は、図4で説明した従来のものと同様であ
る。本発明では、記憶装置7に、命令プロセッサに対応
した記憶領域11と、起動情報の格納領域8内に命令プ
ロセッサの識別情報(命令プロセッサの番号)の格納領
域10が設けられている。また、入出力プロセッサ4の
チャネル6内には、命令プロセッサの識別情報とデバイ
ス情報を格納する領域12が設けられている。DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be specifically described below with reference to the drawings. FIG. 1 is a diagram showing the configuration of the data processing system of the present invention. The instruction processor 1 and the interface control device 2 are the same as the conventional one described in FIG. In the present invention, the storage device 7 is provided with a storage area 11 corresponding to the instruction processor and a storage area 10 for identification information of the instruction processor (instruction processor number) in the storage area 8 for the activation information. An area 12 for storing instruction processor identification information and device information is provided in the channel 6 of the input / output processor 4.
【0017】各命令プロセッサに対応した記憶領域11
は、例えば、命令プロセッサ1aと記憶領域11aが対
応し、命令プロセッサ1bと記憶領域11bが対応して
いて、各命令プロセッサに対応して記憶領域が割り当て
られている。Storage area 11 corresponding to each instruction processor
For example, the instruction processor 1a corresponds to the storage area 11a, the instruction processor 1b corresponds to the storage area 11b, and a storage area is assigned to each instruction processor.
【0018】図3は、命令プロセッサ毎に割り当てられ
た記憶領域11を示す。各記憶領域11は、同期タイプ
入出力命令の終了を通知する情報21と、命令の実行結
果の情報22(例えば、データ転送、メッセージ転送の
成功、失敗)などが格納されている。また、各命令プロ
セッサに割り当てられた記憶領域のアドレスは、それぞ
れ固定のアドレスである。FIG. 3 shows a storage area 11 assigned to each instruction processor. Each storage area 11 stores information 21 for notifying the end of the synchronous type input / output instruction, information 22 of the execution result of the instruction (for example, success or failure of data transfer and message transfer), and the like. The addresses of the storage areas allocated to the respective instruction processors are fixed addresses.
【0019】また、記憶装置7内の識別情報の格納領域
10は、命令プロセッサ1が、その識別情報(プロセッ
サ番号)を入出力プロセッサ4に対して通知するための
ものである。すなわち、命令プロセッサ1が同期タイプ
の入出力命令の起動時に、識別情報の格納領域10に命
令プロセッサの識別情報を格納し、入出力プロセッサ4
が同期タイプの入出力命令の起動受取時に、この命令プ
ロセッサの識別情報10を読み出す。The identification information storage area 10 in the storage device 7 is for the instruction processor 1 to notify the input / output processor 4 of the identification information (processor number). That is, when the instruction processor 1 activates a synchronous type input / output instruction, the identification information of the instruction processor is stored in the identification information storage area 10 and the input / output processor 4
Reads the identification information 10 of the instruction processor when the synchronous type input / output instruction is activated.
【0020】図2は、本発明の同期タイプ入出力命令の
処理の流れを説明する図である。従来例で説明したと同
様に、n台の命令プロセッサが同時に同期タイプ入出力
命令を実行するものとして、本実施例の動作を説明す
る。FIG. 2 is a diagram for explaining the flow of processing of a synchronous type input / output instruction according to the present invention. The operation of the present embodiment will be described assuming that n instruction processors simultaneously execute a synchronous type input / output instruction, as described in the conventional example.
【0021】前述したと同様に、n台の命令プロセッサ
1は、まず記憶装置7上の同期入出力命令用起動情報の
格納領域8の獲得を要求する。例えば、命令プロセッサ
1aがこの格納領域8を獲得できたとすると、命令プロ
セッサ1aは、格納領域8に同期入出力命令用起動情報
としてコマンド情報と起動するデバイスの指示情報を格
納すると共に、識別情報の格納領域10に命令プロセッ
サの番号を格納する。As described above, the n instruction processors 1 first request acquisition of the synchronous input / output instruction start information storage area 8 on the storage device 7. For example, assuming that the instruction processor 1a has acquired the storage area 8, the instruction processor 1a stores command information and instruction information of a device to be activated as activation information for a synchronous input / output instruction in the storage area 8, and also stores identification information. The instruction processor number is stored in the storage area 10.
【0022】その後、命令プロセッサ1aは、インタフ
ェース制御装置2に対して入出力プロセッサ4の選択信
号と入出力起動101を出す。インタフェース制御装置
2のセレクタ3は、例えば入出力プロセッサ4aを選択
し、入出力起動を送る。入出力プロセッサ4aのチャネ
ルパス制御部5は、インタフェース制御装置2を介して
命令プロセッサ1aに入出力起動応答102を返し、次
いで、チャネルパス制御部5は、記憶装置7上の格納領
域8内の起動情報を参照して、チャネル6を選択し、チ
ャネルを起動する。Thereafter, the instruction processor 1a issues a selection signal of the input / output processor 4 and an input / output activation 101 to the interface control device 2. The selector 3 of the interface control device 2 selects, for example, the input / output processor 4a and sends an input / output activation. The channel path control unit 5 of the input / output processor 4a returns an input / output activation response 102 to the instruction processor 1a via the interface control device 2, and then the channel path control unit 5 The channel 6 is selected by referring to the activation information, and the channel is activated.
【0023】チャネル6は、記憶装置7上の起動情報の
格納領域8から起動情報を直接読み出して命令プロセッ
サ1aの識別情報10を得る。あるいは他の実施例とし
て、チャネル起動時にチャネルパス制御部5から起動情
報を受け取って命令プロセッサ1aの識別情報10を得
る。そして、チャネル6は、命令プロセッサ1aの識別
情報を得ると、チャネル6内部の格納部12に、この命
令プロセッサ1aの識別情報と起動されるデバイス情報
を格納する。The channel 6 reads the activation information directly from the activation information storage area 8 on the storage device 7 to obtain the identification information 10 of the instruction processor 1a. Alternatively, as another embodiment, the activation information is received from the channel path control unit 5 when the channel is activated, and the identification information 10 of the instruction processor 1a is obtained. When the channel 6 obtains the identification information of the instruction processor 1a, the identification information of the instruction processor 1a and the activated device information are stored in the storage unit 12 inside the channel 6.
【0024】チャネル6は指定されたデバイスを起動す
ると、チャネルパス制御部5に起動成功を報告し、チャ
ネルパス制御部5は、インタフェース制御装置2を介し
て命令プロセッサ1aに入出力割込み103を報告す
る。入出力割込み103を受け取った命令プロセッサ1
aは、命令プロセッサ1aに対応した記憶領域11aに
終了通知の情報が格納されるまで、該記憶領域11aに
対するポーリング104を開始する。起動されたデバイ
スとチャネルは、同期タイプ入出力命令の処理105の
実行を開始する。When the channel 6 activates the designated device, the channel 6 reports success of activation to the channel path control unit 5, and the channel path control unit 5 reports an input / output interrupt 103 to the instruction processor 1 a via the interface control device 2. I do. The instruction processor 1 that has received the input / output interrupt 103
“a” starts polling 104 for the storage area 11a until the information of the end notification is stored in the storage area 11a corresponding to the instruction processor 1a. The activated device and channel start executing the process 105 of the synchronous type input / output instruction.
【0025】一方、入出力プロセッサ4のチャネルパス
制御部5から入出力割込み103が報告された時点で、
命令プロセッサ1aと入出力プロセッサ4間のインタフ
ェース制御装置2とチャネルパス制御部5が開放され、
他の命令プロセッサからの同期タイプ入出力命令の入出
力起動を実行することができるようになる。例えば、命
令プロセッサ1bが前述したと同様にして格納領域8を
獲得できたとすると、命令プロセッサ1bは格納領域8
に起動情報(コマンド情報とデバイス情報)を書き込み
(前の情報に上書きされる)、格納領域10に命令プロ
セッサ1bの番号を書き込む。そして、前述したと同様
に、インタフェース制御装置2に対して、入出力プロセ
ッサ4の選択信号と入出力起動を出力する。On the other hand, when the input / output interrupt 103 is reported from the channel path control unit 5 of the input / output processor 4,
The interface controller 2 between the instruction processor 1a and the input / output processor 4 and the channel path controller 5 are opened,
Input / output activation of a synchronous type input / output instruction from another instruction processor can be executed. For example, if the instruction processor 1b can acquire the storage area 8 in the same manner as described above, the instruction processor 1b
Then, the startup information (command information and device information) is written into the storage area 10 (overwriting the previous information), and the number of the instruction processor 1b is written into the storage area 10. Then, as described above, the selection signal of the input / output processor 4 and the input / output activation are output to the interface control device 2.
【0026】従って、起動されたデバイスが入出力命令
の処理実行を行っている間に、次々と他の命令プロセッ
サからの同期タイプ入出力命令の入出力起動が実行され
る。Therefore, while the activated device is executing the processing of the input / output instruction, the input / output activation of the synchronous type input / output instruction from another instruction processor is executed one after another.
【0027】デバイスでの処理が終了すると、チャネル
6は、格納領域12内に記憶していた、デバイスに対応
した命令プロセッサの識別情報を基に、命令プロセッサ
1aに対応した記憶領域11aに、終了通知の情報と実
行結果の情報106を格納する。記憶領域11aをポー
リングしていた命令プロセッサ1aは、終了通知の情報
と実行結果の情報を記憶領域11aから読み出すと、プ
ロセッサ9に終了報告107を実行する。なお、命令プ
ロセッサによるポーリングと、他の命令プロセッサによ
る起動情報などの書き込みによって、記憶装置に対する
アクセスが競合したときは、ポーリングが優先される。When the processing in the device is completed, the channel 6 is stored in the storage area 11a corresponding to the instruction processor 1a on the basis of the identification information of the instruction processor corresponding to the device stored in the storage area 12. The notification information and the execution result information 106 are stored. The instruction processor 1a that has polled the storage area 11a reads the information of the end notification and the information of the execution result from the storage area 11a, and executes the end report 107 to the processor 9. Note that when access to the storage device conflicts between polling by the instruction processor and writing of activation information or the like by another instruction processor, the polling has priority.
【0028】以下、同様にして、他の命令プロセッサか
ら出された同期タイプ入出力命令が並行して多重に実行
される。この結果、本発明のデータ処理システムでは、
n台の命令プロセッサが同時に1個の同期タイプ入出力
命令を実行するにほぼ等しい処理能力を得ることができ
る。Hereinafter, similarly, synchronous type input / output instructions issued from other instruction processors are multiplexed and executed in parallel. As a result, in the data processing system of the present invention,
It is possible to obtain almost the same processing power as n instruction processors executing one synchronous type input / output instruction at the same time.
【0029】[0029]
【発明の効果】以上、説明したように、本発明によれ
ば、同期タイプ入出力命令を、命令プロセッサ数まで多
重に処理することができるので、各命令プロセッサと各
入出力プロセッサ間に各々独立した専用のハードウェア
を設ける必要がなく、少ないハードウェアで効率良く高
速に処理することが可能となる。しかも、1つの同期タ
イプ入出力命令において、デバイスでの処理実行時間が
長い命令ほど、その効果が顕著なものとなる。As described above, according to the present invention, synchronous type input / output instructions can be processed in a multiplex manner up to the number of instruction processors. Thus, it is not necessary to provide dedicated hardware, and processing can be efficiently performed at high speed with a small amount of hardware. In addition, the effect of one synchronous type input / output instruction becomes more remarkable as the processing execution time of the device is longer.
【図1】本発明のデータ処理システムの構成を示す図で
ある。FIG. 1 is a diagram showing a configuration of a data processing system of the present invention.
【図2】本発明の同期タイプ入出力命令の処理の流れを
説明する図である。FIG. 2 is a diagram illustrating the flow of processing of a synchronous type input / output instruction according to the present invention.
【図3】命令プロセッサ毎に割り当てられた記憶領域を
示す。FIG. 3 shows a storage area assigned to each instruction processor.
【図4】従来のデータ処理システムを示す図である。FIG. 4 is a diagram showing a conventional data processing system.
【図5】従来の同期タイプ入出力命令の処理の流れを説
明する図である。FIG. 5 is a diagram illustrating a flow of processing of a conventional synchronous type input / output instruction.
1 命令プロセッサ 2 インタフェース制御装置 3 セレクタ 4 入出力プロセッサ 5 チャネルパス制御部 6 チャネル 7 記憶装置 8 起動情報の格納領域 9 プログラム 10 命令プロセッサの識別情報格納領域 11 命令プロセッサに対応した記憶領域 12 命令プロセッサの識別情報とデバイス情報を格納
する領域REFERENCE SIGNS LIST 1 instruction processor 2 interface control device 3 selector 4 input / output processor 5 channel path control unit 6 channel 7 storage device 8 startup information storage region 9 program 10 instruction processor identification information storage region 11 storage region corresponding to instruction processor 12 instruction processor Area for storing device identification information and device information
Claims (2)
出力命令(以下、入出力命令という)の起動と該命令の
終了処理を実行する複数の命令プロセッサと、該入出力
命令の起動を受けて、その応答を該命令プロセッサに返
し、起動情報を基にチャネルを選択し起動するチャネル
パス制御手段と、該起動情報を基にデバイスを起動して
前記入出力命令の処理を実行する複数のチャネルとを備
えた複数の入出力プロセッサと、命令プロセッサと、該
命令プロセッサによって選択される入出力プロセッサと
の間を接続するインタフェース制御手段と、前記起動情
報が格納され、前記複数の命令プロセッサと複数の入出
力プロセッサからアクセスされる記憶手段と、を備えた
データ処理システムにおいて、前記複数の命令プロセッ
サから発行される入出力命令を多重に処理する方法であ
って、該複数の命令プロセッサの内、起動情報と命令プ
ロセッサを識別する情報を、前記記憶手段に書き込んだ
第1の命令プロセッサが選択され、該第1の命令プロセ
ッサによって選択された入出力プロセッサ内のチャネル
パス制御手段の入出力起動が指示され、該入出力起動に
応じて、該第1の命令プロセッサに応答を返すととも
に、前記起動情報を基にチャネルおよびデバイスが起動
され、該デバイスの起動に応じて、前記チャネルパス制
御手段から第1の命令プロセッサに入出力割り込みが通
知され、該入出力割り込みが通知された時点で、前記イ
ンタフェース制御手段とチャネルパス制御手段を、他の
命令プロセッサに開放することを特徴とする同期タイプ
入出力命令の多重処理方法。A plurality of instruction processors for executing a synchronous type input / output instruction (hereinafter, referred to as an input / output instruction) to the input / output processor and executing an end processing of the instruction; Channel path control means for returning a response to the instruction processor, selecting and activating a channel based on the activation information, and a plurality of channels for activating a device based on the activation information and executing the processing of the input / output instruction A plurality of input / output processors comprising: an instruction processor; an interface control means for connecting the input / output processor selected by the instruction processor; and the activation information stored therein; And a storage means accessed by the input / output processor of the plurality of instruction processors. A method of processing output instructions in a multiplex manner, wherein a first instruction processor which has written in the storage means the start information and the information for identifying the instruction processor is selected from the plurality of instruction processors. An input / output activation of the channel path control means in the input / output processor selected by the instruction processor is instructed. In response to the input / output activation, a response is returned to the first instruction processor, and a channel is set based on the activation information. And the device is activated, and in response to the activation of the device, an input / output interrupt is notified from the channel path control means to the first instruction processor. When the input / output interrupt is notified, the interface control means and the channel A multiprocessing method for synchronous type input / output instructions, wherein the path control means is opened to another instruction processor.
ら前記識別情報が読み出されてチャネル内に格納され、
前記デバイスにおける処理が終了することに応じて、該
チャネル内の識別情報で指定される前記記憶手段内の領
域に、終了通知を含む情報が格納され、前記入出力割り
込みが通知された第1の命令プロセッサは、該命令プロ
セッサに割り当てられた前記領域に、前記終了通知を含
む情報が格納されるまで、該領域に対してポーリングす
ることを特徴とする請求項1記載の同期タイプ入出力命
令の多重処理方法。2. When the channel is activated, the identification information is read from the storage means and stored in the channel.
In response to the end of the processing in the device, information including an end notification is stored in an area in the storage unit designated by the identification information in the channel, and the first input / output interrupt is notified. 2. The synchronous type input / output instruction according to claim 1, wherein the instruction processor polls the area until the information including the end notification is stored in the area allocated to the instruction processor. Multiple processing method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP19026995A JP3219974B2 (en) | 1995-07-26 | 1995-07-26 | Multiple processing of synchronous type I / O instructions |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP19026995A JP3219974B2 (en) | 1995-07-26 | 1995-07-26 | Multiple processing of synchronous type I / O instructions |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0944438A JPH0944438A (en) | 1997-02-14 |
JP3219974B2 true JP3219974B2 (en) | 2001-10-15 |
Family
ID=16255348
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP19026995A Expired - Fee Related JP3219974B2 (en) | 1995-07-26 | 1995-07-26 | Multiple processing of synchronous type I / O instructions |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3219974B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10585821B2 (en) | 2015-10-01 | 2020-03-10 | International Business Machines Corporation | Synchronous input/output command |
US10700869B2 (en) | 2015-10-01 | 2020-06-30 | International Business Machines Corporation | Access control and security for synchronous input/output links |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2008126138A1 (en) * | 2007-03-26 | 2008-10-23 | Fujitsu Limited | Input/output completion detecting system |
CN116167422A (en) * | 2019-07-31 | 2023-05-26 | 华为技术有限公司 | Integrated chip and method for processing sensor data |
-
1995
- 1995-07-26 JP JP19026995A patent/JP3219974B2/en not_active Expired - Fee Related
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10585821B2 (en) | 2015-10-01 | 2020-03-10 | International Business Machines Corporation | Synchronous input/output command |
US10592446B2 (en) | 2015-10-01 | 2020-03-17 | International Business Machines Corporation | Synchronous input/output command |
US10700869B2 (en) | 2015-10-01 | 2020-06-30 | International Business Machines Corporation | Access control and security for synchronous input/output links |
Also Published As
Publication number | Publication date |
---|---|
JPH0944438A (en) | 1997-02-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5349682A (en) | Dynamic fault-tolerant parallel processing system for performing an application function with increased efficiency using heterogeneous processors | |
US4553202A (en) | User controlled dialog resource switching in a multi-tasking word processor | |
US4435755A (en) | Balanced channel finding method | |
JPH04348451A (en) | Parallel computer | |
US4245301A (en) | Information processing system | |
EP1760581A1 (en) | Processing operations management systems and methods | |
JP3219974B2 (en) | Multiple processing of synchronous type I / O instructions | |
US5860026A (en) | Information processing system for controlling operations of input/output devices of another clusters according to control instructions issued from a cluster | |
JP2585905B2 (en) | Multitask execution device | |
JP2000215071A (en) | Virtual computer system | |
US20010039558A1 (en) | Cache memory management method for real time operating system | |
KR100294314B1 (en) | Data processing system and method and communication system with such system | |
JPH10124438A (en) | Input and output processor | |
JPH0449146B2 (en) | ||
JP3591883B2 (en) | Computer, its system and its control method | |
JPH0535507A (en) | Central processing unit | |
JPH02129724A (en) | Program executing system | |
JP2001344119A (en) | Transaction execution control system and transaction execution control method | |
JPH06187312A (en) | Processing method and its device in multi-cpu system | |
JPS6227413B2 (en) | ||
JP3585956B2 (en) | Information processing apparatus and method | |
JPH07134698A (en) | Message synchronizing device | |
EP0375900A2 (en) | Computer system | |
JPH0281254A (en) | Multi-processor controller | |
JPH11161506A (en) | Dispatch method for information processor, information processor and storage medium thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |