JPS6149270A - Input/output control system of multiprocessor - Google Patents

Input/output control system of multiprocessor

Info

Publication number
JPS6149270A
JPS6149270A JP59170707A JP17070784A JPS6149270A JP S6149270 A JPS6149270 A JP S6149270A JP 59170707 A JP59170707 A JP 59170707A JP 17070784 A JP17070784 A JP 17070784A JP S6149270 A JPS6149270 A JP S6149270A
Authority
JP
Japan
Prior art keywords
input
output request
input output
cpu
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.)
Pending
Application number
JP59170707A
Other languages
Japanese (ja)
Inventor
Masami Takada
高田 正実
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom 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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP59170707A priority Critical patent/JPS6149270A/en
Publication of JPS6149270A publication Critical patent/JPS6149270A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/17Interprocessor communication using an input/output type connection, e.g. channel, I/O port

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To adjust a using quantity of an input output device with a simple processing by comparing the number of an input output request commands actually preserved with the allowable number set concerning CPU, which is the transmission original of the input output request command. CONSTITUTION:Plural central processing devices CPU1-CPUn and one input output device 10 are connected through a common bus 11 and an input output control circuit 12. Respective VPU is composed of main memories PM1-PMn and processors P1-Pn and a common memory 9 is installed at a common bus 11. When the input output control circuit 12 receives an input output request command which respective CPU transmit while a program is executed, a waiting line allowable number for preserving an input output request command set for every CPU beforehand and an awaiting line number preserved presently are compared, and it is determined by the comparing result whether the received input output request command can be accepted or not.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、共通バスによって相互に結合された複数の中
央処理装置から構成されるマルチプロセッサシステムに
おける入出力要求指令を制御する方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for controlling input/output request commands in a multiprocessor system consisting of a plurality of central processing units interconnected by a common bus.

〔従来の技術〕[Conventional technology]

共通バスによって結合された複数の中央処理装置(CP
 U)からなるマルチプロセッサシステムにおいては、
一般に、共有する入出力装置に各CPUから入出力要求
指令がランダムに発生するので、同時に複数の入出力要
求指令が重なる場合が生じる。このような場合には、一
時的に入出力要求指令だけを待ち行列として記憶してお
き、先着のものから順次、入出力処理動作を実行する方
法が知られている。このように一時的に入出力要求指令
を保持しておくメモリは、入出力制御装置の中または共
有のメモリ上に配置されるが、待ち行列で記憶保持しな
ければならない入/出力要求指令が多過ぎてメモリの記
憶容量を超過してしまった場合には、実際の入出力動作
が進行して待ち行列に少なくとも1個の空きができるま
で新規な入出力要求指令を受付は記憶することは不可能
となる。したがって、受付けられなかった入出力要求指
令を発信した発信元のCPUは、その入出力要求指令が
入出力制御装置により受付けられるまで待機することに
なる。
Multiple central processing units (CPs) connected by a common bus
In a multiprocessor system consisting of U),
Generally, since input/output request commands are randomly generated from each CPU to a shared input/output device, a plurality of input/output request commands may overlap at the same time. In such a case, a method is known in which only the input/output request commands are temporarily stored in a queue, and input/output processing operations are executed in order from the first received command. The memory that temporarily holds input/output request commands in this way is placed in the input/output control device or on a shared memory, but the input/output request commands that must be stored in a queue are If the number exceeds the storage capacity of the memory, the reception will not store new I/O request commands until the actual I/O operation progresses and there is at least one free space in the queue. It becomes impossible. Therefore, the CPU that sent the input/output request command that was not accepted will wait until the input/output request command is accepted by the input/output control device.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来、各CPUより発生される入出力要求指令は入出力
制御装置からみれば、すべて同等に扱われているので、
仮に各CPUに割当てられた仕事(プログラム)の内容
や処理目的が同じであればよいが、異なる場合、例えば
、緊急度の大きいプログラムの実行をCPUIで主とし
て行い、緊急度の小さいプログラムをCPU2で実行す
る場合には、次のような欠点が生じる。
Conventionally, all input/output request commands generated by each CPU are treated equally from the perspective of the input/output control device.
It is fine if the contents and processing purposes of the tasks (programs) assigned to each CPU are the same, but if they are different, for example, a program with a high degree of urgency is primarily executed by the CPU, and a program with a low degree of urgency is executed by CPU2. When this is done, the following disadvantages arise:

(1)緊急度の低いプログラムを処理するための入出力
要求指令に対しても待ち行列でメモリに記憶して行くの
で、待ち行列の空きに余裕がなく・なってしまう。その
ため緊急度の高いプログラムを処理するための入出力要
求指令が受イ」けられないことがある。
(1) Since input/output request commands for processing programs with low urgency are also stored in the memory in a queue, there is no room in the queue. Therefore, input/output request commands for processing highly urgent programs may not be received.

(2)入出力動作は常に先着順に行われるので、プログ
ラム処理に優先順位がある場合でも優先処理は不可能で
ある。なお、プログラム実行中に発信される入出力要求
指令の発生顔度とプログラム実行の緊急度との間には一
般に特別な関係はない。
(2) Since input/output operations are always performed on a first-come, first-served basis, priority processing is impossible even if program processing has priority. Note that there is generally no special relationship between the frequency of occurrence of input/output request commands transmitted during program execution and the urgency of program execution.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上に述べたような欠点を解決する対策として次の2つの
方法が知られている。
The following two methods are known as countermeasures to solve the above-mentioned drawbacks.

先ず第1の方法は、入出力制御装置内に各cpUごとの
入出力要求指令受付メモリを設けて各CPUごとに入出
力要求指令の待ち行列を作成し、優先度の高いCPUの
待ち行列から順次実際の入出力処理を行うものである。
First, the first method is to provide an input/output request command reception memory for each CPU in the input/output control device, create a queue for input/output request commands for each CPU, and then wait from the queue of the CPU with a high priority. Actual input/output processing is performed sequentially.

しかしながら、このような方法では、入出力制御装置の
メモリが増え、その制御も複雑となり、装置価格を高価
にしてしまう欠点がある。
However, such a method has the disadvantage that the memory of the input/output control device increases, its control becomes complicated, and the cost of the device increases.

次に、第2の方法としては、入出力要求指令の中に優先
度情報を付加しておき、入出力制御装置がその優先度情
報をもとに入出力要求の待ち行列を優先度の高いものの
順に並べ換えた上、実際の入出力処理動作を行うもので
ある。しかしながら、この方法では、入出力要求がある
とその都度、待ち行列に並んでいるすべての入出力要求
指令中の優先度を相互に比較し、その比較結果として、
待ち行列の順位を変更する動作が必要となり、入出力制
御装置の負荷が大きくなる。また、入出力要求指令を保
持するための記憶容量には自ら限度があるため、待ち行
列が満杯になれば、それ以後に発生する入出力要求指令
については処理できないという欠点がある。
Next, as a second method, priority information is added to the input/output request command, and the input/output control device sorts the queue of input/output requests based on the priority information. After sorting the items in the order of the items, the actual input/output processing operations are performed. However, in this method, each time there is an input/output request, the priorities of all input/output request commands in the queue are compared with each other, and as a result of the comparison,
It becomes necessary to change the order of the queue, increasing the load on the input/output control device. Furthermore, since there is a limit to the storage capacity for holding input/output request commands, there is a drawback that once the queue is full, subsequent input/output request commands cannot be processed.

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

本発明の目的は、前述した従来技術の欠点を解消するた
めになされたものであって、極めて簡単な処理により、
各中央処理装置に割当てられたプログラム緊急度や処理
に応じて共有の入出力機器の使用量を各中央処理装置ご
とに調整可能にする入出力制御方式を提供するにある。
The purpose of the present invention is to solve the above-mentioned drawbacks of the prior art, and by an extremely simple process,
An object of the present invention is to provide an input/output control method that allows the usage of shared input/output equipment to be adjusted for each central processing unit according to program urgency and processing assigned to each central processing unit.

〔問題点を解決するだめの手段〕[Failure to solve the problem]

本発明は、各CPUで実行されるプログラム処理の緊急
度や処理量に応じて、各CPUごとに許容可能な待ち行
列数、すなわち、保持可能な入出力要求指令の数の最大
値(限界値)を入出力制御装置内に設定しておき、入出
力制御装置が入出力要求指令を受ける度に、現実に保持
されている入出力要求指令の数とその入出力要求指令の
発信元であるCPUについて設定された許容数とを比較
して、当該入出力要求指令の受付けを許すか否かの判定
を行うようにしている。
The present invention is based on the number of queues permissible for each CPU, that is, the maximum number of input/output request commands that can be held (limit value ) in the input/output control device, and each time the input/output control device receives an input/output request command, it will check the number of actually held input/output request commands and the source of the input/output request command. It is compared with the allowable number set for the CPU to determine whether or not to allow acceptance of the input/output request command.

〔作用〕[Effect]

このように構成することにより、各CPUに割当てられ
たプログラムの緊急度や処理炭(プログラムの実行頻度
)に応じて共有の入出力機器の使用量をCPUごとに調
整することが可能となり、その結果、マルチプロセッサ
システムの効率的な稼働が達成される。特に、各CPU
ごとに割当てられた仕事(プログラム)の目的が異なり
多様化した場合、これは一層顕著なものとなる。
With this configuration, it is possible to adjust the amount of shared input/output equipment used for each CPU according to the urgency of the program assigned to each CPU and the processing coal (program execution frequency). As a result, efficient operation of the multiprocessor system is achieved. In particular, each CPU
This becomes even more noticeable when the objectives of the work (programs) assigned to each program become different and diversified.

〔実施例〕〔Example〕

以下図面に示す本発明の実施例につき詳述する。 Embodiments of the present invention shown in the drawings will be described in detail below.

第1図は、複数の中央処理装置CPU、、CPU2.・
・・・・・CPUnと1つの入出力機器(Ilo)10
とが共通バス11及び入出力制御回路(10C)12を
介して接続されているマルチプロセッサシステムを示す
。各CPUは、主メモリPM、。
FIG. 1 shows a plurality of central processing units CPU, , CPU2.・
...CPUn and one input/output device (Ilo) 10
This shows a multiprocessor system in which these are connected via a common bus 11 and an input/output control circuit (10C) 12. Each CPU has a main memory PM.

PM2. ・・・・・・PMnとプロセッサ装置P+、
Pz。
PM2. ...PMn and processor device P+,
Pz.

・・・・・・Pnとからそれぞれ構成され、そして共通
バス11には本システムに共通な共通メモリ (CM)
9が設けられている。
...Pn, and the common bus 11 has a common memory (CM) common to this system.
9 is provided.

第2図及び第3図は、第1図に示した入出力制御回路の
動作を説明するために模式的に示した入出力制御回路1
2の構成を示す。第2図において、13は、例えば、メ
モリの所定領域をカウンタとして使用したカウンタ装置
であって、各カウンタ13−+ 、 13−z 、・”
” 13−nは、それぞれCPU、。
2 and 3 are input/output control circuits 1 schematically shown to explain the operation of the input/output control circuit shown in FIG. 1.
The configuration of No. 2 is shown below. In FIG. 2, 13 is a counter device that uses, for example, a predetermined area of a memory as a counter, and each counter 13-+, 13-z, .
” 13-n are CPUs, respectively.

CPU、、  ・・・・・・CP Unに対応し、各記
憶値N。
CPU, . . . Corresponding to CP Un, each stored value N.

〜Nnは各CPUが入出力要求指令の待ち行列を何個ま
で保持できるかを示す許容数(限界値)である。例えば
、cpu、についてば、カウンタ13−Iのブロック内
に示されているように、入出力要求指令を4つまで保持
可能である。同様に、CPU2゜CPUnについてはそ
れぞれ2つ、3つである。
~Nn is a permissible number (limit value) indicating how many input/output request command queues each CPU can hold. For example, as for the CPU, as shown in the block of counter 13-I, up to four input/output request commands can be held. Similarly, there are two and three for CPU2 and CPUn, respectively.

14は受信した入出力要求指令データ(入出力方向、入
出力データ数、入出力データ・アドレス等)を格納ブロ
ックに待ち行列として保持するためのリンクターミナル
(QL)であり、15は、待ち行列として現在保持され
ている入出力要求指令の受付けたデータの数QN (=
受付は待ち行列のブロック数)を記憶する記憶部であり
、図では、入出力要求指令データのブロック(Ri)1
.ブロック(Rii)2.ブロック(Riii)3の3
個がリンクされていることが示されている。なお、この
データ・ブロックl、2.3はCP U + 〜CP 
Unのいずれかのものから発信され、すでに受付けられ
たものである。また、16は空きの格納ブロックのため
のリンクターミナル(EL)を示し、17は、現在の空
き格納ブロックの数ENを記憶する記憶部を示すもので
あって、この例では、空きとなっている格納ブロック(
Ei)4.ブロック(Eii)5の2つがあることを示
している。ここで、入出力要求指令データRiが処理さ
れると、QNの値は2に、また、ENの値は3に変化す
る。
14 is a link terminal (QL) for holding received input/output request command data (input/output direction, number of input/output data, input/output data address, etc.) in a storage block as a queue, and 15 is a queue. The number of received input/output request command data currently held as QN (=
The reception is a storage unit that stores the number of blocks in the queue (the number of blocks in the queue), and in the figure, the block (Ri) 1 of input/output request command data
.. Block (Rii)2. Block (Riii) 3 of 3
It is shown that the items are linked. Note that this data block l, 2.3 is CPU U + ~CP
It was sent from one of the Un and has already been accepted. Further, 16 indicates a link terminal (EL) for empty storage blocks, and 17 indicates a storage unit that stores the current number EN of empty storage blocks. storage block (
Ei)4. This shows that there are two blocks (Eii) 5. Here, when the input/output request command data Ri is processed, the value of QN changes to 2 and the value of EN changes to 3.

本発明のマルチプロセッサシステムにおいて、各CPU
からの入出力要求データは、各CPUから参照可能なア
ドレスに割付けられた入出力制御レジスタ(図示しない
)を介して送受信される。
In the multiprocessor system of the present invention, each CPU
Input/output request data from the CPU is transmitted and received via an input/output control register (not shown) assigned to an address that can be referenced from each CPU.

また、入出力要求データは共通バス11を経由してDM
A (ダイレクト メモリ アクセス)方式で転送され
るような公知の様式で行われるが、これらは、本発明の
本質に直接関与しないので、その発明は省略する。
In addition, input/output request data is sent to the DM via the common bus 11.
Transfer is performed in a known manner such as A (direct memory access) method, but since these do not directly relate to the essence of the present invention, the invention will be omitted.

再び、第2図を参照するに、入出力制御回路12の実際
の入出力処理動作は、待ち行列の先頭に位置する入出力
要求指令データRiにもとづいて実行中であり、データ
Riの処理が完了するまでの間に、入出力要求指令デー
タをさらに2個受付は可能な状態である。
Referring again to FIG. 2, the actual input/output processing operation of the input/output control circuit 12 is being executed based on the input/output request command data Ri located at the head of the queue, and the processing of the data Ri is being performed. Until the process is completed, it is possible to receive two more input/output request command data.

このような状態において、入出力制御回路12が、例え
ばCPUtから新規な入出力要求指令を受信した場合に
は、CPUZに対応するカウンタ13−2の内容すなわ
ちN2=2と、待ち行列のブロック数QNの内容すなわ
ち3とが比較される。
In such a state, when the input/output control circuit 12 receives a new input/output request command from the CPUt, for example, the contents of the counter 13-2 corresponding to CPUZ, that is, N2=2, and the number of blocks in the queue The contents of QN, ie, 3, are compared.

この場合、待ち行列のブロック数がCPU2に対して予
め設定された許容数を上回っているため、新規な入出力
要求指令は受付は不可としてその旨CPU、へ通知する
。また、例えば、CPU、から新規な入出力要求指令R
Yを受信した場合には、上に述べたと同様にCPU、に
対応するカウンタ13−0の内容、すなわち、N=4と
待ち行列のブロック数QNの内容、すなわち、QN=3
とが比較されるが、待ち行列のブロック数がCP U 
+に対して予め設定された許容数(限界数)を下回って
いるので受付けに余裕があることになり、新規な入出力
要求指令はリンクターミナル14を介して、第3図に示
すように待ち行列の最後尾に待ちブロック(RY)6と
してリンクされ、入出力要求指令データRYが登録され
る。このように、現実にリンクされているブロック数が
1つ増えることになり、第3図に示すように、QNO値
は4となる。一方、空きブロックの数は1つ減少するこ
とになるので、ENO値は1となる。
In this case, since the number of blocks in the queue exceeds the allowable number preset for the CPU 2, the new input/output request command cannot be accepted and the CPU is notified of this fact. Also, for example, a new input/output request command R is sent from the CPU.
If Y is received, the contents of the counter 13-0 corresponding to the CPU, ie, N=4, and the contents of the number of blocks QN in the queue, ie, QN=3, as described above.
are compared, but the number of blocks in the queue is
Since the number is below the preset allowable number (limit number) for It is linked to the end of the queue as a waiting block (RY) 6, and input/output request command data RY is registered. In this way, the number of actually linked blocks increases by one, and the QNO value becomes 4, as shown in FIG. On the other hand, the number of free blocks decreases by one, so the ENO value becomes one.

このように、入出力要求指令を保持可能な空きブロック
が存在していても、CPUごとに予め設定された許容数
に応じて、自己の発した入出力要求指令が受付けられな
いCPUが生じることになり、その結果、各CPUごと
に共有される入出力機器10の使用量が許容数に応じて
調節される。
In this way, even if there are empty blocks that can hold input/output request commands, some CPUs may not be able to accept the input/output request commands they have issued, depending on the allowable number set in advance for each CPU. As a result, the usage amount of the input/output device 10 shared by each CPU is adjusted according to the allowable number.

すなわち、優先度の高いc p’ uは入出力機器を多
く使えることになる。
In other words, c p' u with a high priority can use many input/output devices.

ここで、各CPUごとの許容数N1〜Nnはマルチプロ
セッサシステムの設計時に設定されることが多いが、マ
ルチプロセッサシステムの稼働中に設定することもでき
、さらにこれを変更することも可能である。
Here, the allowable number N1 to Nn for each CPU is often set when designing a multiprocessor system, but it can also be set while the multiprocessor system is running, and it is also possible to change this. .

以上述べた実施例では、第2図に示した構成が入出力制
御回路に設けられるものとして説明されたが、第1図に
示す共通メモリ9内に設けることも可能である。
In the embodiments described above, the configuration shown in FIG. 2 has been described as being provided in the input/output control circuit, but it can also be provided in the common memory 9 shown in FIG.

また、入出力制御回路は、入力制御回路又は出力制御回
路のいずれか一方の機能を持っていればよく、いわゆる
入力又は出力制御回路であればよいことになる。
Further, the input/output control circuit only needs to have the function of either an input control circuit or an output control circuit, and may be a so-called input or output control circuit.

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

本発明は、マルチプロセッサシステムを構成する各CP
Uがプログラム実行中に発信する入出力要求指令を入出
力制御回路が受信したとき、各CPUごとに予め設定さ
れた入出力要求指令保持用の待ち行列許容数(限界値)
と現在保持している待ち行列数とを比較し、その比較結
果によって受信された入出力要求指令の受付は可否を決
定するので、マルチプロセッサシステムにおいて共用さ
れる入出力機器のCPUごとの使用量が極めて容易に調
整される。
The present invention provides a system for each CP constituting a multiprocessor system.
When the input/output control circuit receives an input/output request command sent by U during program execution, the permissible number of queues for holding input/output request commands (limit value) set in advance for each CPU.
The number of queues currently held is compared with the number of queues currently held, and based on the comparison result it is decided whether or not to accept the received input/output request command. Therefore, the usage amount for each CPU of the input/output equipment shared in the multiprocessor system. is very easily adjusted.

そこで、複数のCPUの各CPUに割当てられた仕事の
緊急性や処理量に応じて、入出力機器の使用量を設定し
て、その使用を効率のよいところで制御することができ
る。従って、極端な待ちや緊急度の低いものが無視され
たりすることがない。
Therefore, the usage of input/output devices can be set in accordance with the urgency and processing amount of work assigned to each of the plurality of CPUs, and the usage can be controlled in an efficient manner. Therefore, there is no need to wait too long or something with a low level of urgency is ignored.

しかも、その制御は簡単な処理で実現できる。Moreover, this control can be realized through simple processing.

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

第1図は本発明によるマルチプロセッサシステムの概略
構成を示すブロック図、第2図及び第3図は、入出力制
御回路内の構成及び動作を模式的に示したブロック図で
ある。 cpu・・・・・・中央処理装置 10 ・・・・・・入出力機器 12 ・・・・・・入出力制御回路 13 ・・・・・・カウンタmW 14.16・・・・・・リンクターミナル特許出願人 
富士電機製造株式会社 同 上  冨士ファコム制御株式会社 代理人 弁理士 森   哲 也 代理人 弁理士 内 藤 嘉 昭  。 代理人 弁理士 ’IW  水   正代理人 弁理士
 梶 山 信 是 第1図
FIG. 1 is a block diagram showing a schematic configuration of a multiprocessor system according to the present invention, and FIGS. 2 and 3 are block diagrams schematically showing the configuration and operation within an input/output control circuit. cpu... Central processing unit 10... Input/output device 12... Input/output control circuit 13... Counter mW 14.16... Link terminal patent applicant
Fuji Electric Seizo Co., Ltd. Same as above Fuji Facom Control Co., Ltd. Agent: Tetsuya Mori, patent attorney: Yoshiaki Naito, patent attorney. Agent Patent Attorney 'IW Mizu Authorized Agent Patent Attorney Nobu Kajiyama Figure 1

Claims (1)

【特許請求の範囲】[Claims] 複数の中央処理装置と、該中央処理装置によって共有さ
れる入力又は出力制御装置が共通バスにより接続された
マルチプロセッサシステムにおいて、前記入力又は出力
制御装置は、前記各中央処理装置に対応して、受付可能
な待ち行列の数の限界値を有し、前記中央処理装置から
の入/出力要求指令が受信されたとき、現在保持してい
る入/出力要求指令の待ち行列数と発信元である中央処
理装置につき設定した前記待ち行列数の限界値とを比較
し、その限界値を越えないときに入出力指令を待ち行列
として順次保持することを特徴とするマルチプロセッサ
システムの入/出力制御方式。
In a multiprocessor system in which a plurality of central processing units and an input or output control device shared by the central processing units are connected by a common bus, the input or output control device corresponds to each of the central processing units, It has a limit value for the number of queues that can be accepted, and when an input/output request command is received from the central processing unit, it is the number of queues currently held and the source of the input/output request command. An input/output control method for a multiprocessor system, characterized in that the number of queues is compared with a limit value set for the central processing unit, and when the limit value is not exceeded, input/output commands are sequentially held as a queue. .
JP59170707A 1984-08-16 1984-08-16 Input/output control system of multiprocessor Pending JPS6149270A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59170707A JPS6149270A (en) 1984-08-16 1984-08-16 Input/output control system of multiprocessor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59170707A JPS6149270A (en) 1984-08-16 1984-08-16 Input/output control system of multiprocessor

Publications (1)

Publication Number Publication Date
JPS6149270A true JPS6149270A (en) 1986-03-11

Family

ID=15909902

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59170707A Pending JPS6149270A (en) 1984-08-16 1984-08-16 Input/output control system of multiprocessor

Country Status (1)

Country Link
JP (1) JPS6149270A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6371755A (en) * 1986-09-12 1988-04-01 Fujitsu Ltd Method for controlling real time execution
JP2007094657A (en) * 2005-09-28 2007-04-12 Nec Corp Memory access control system, memory access control method, and processor system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5745628A (en) * 1980-08-30 1982-03-15 Nec Corp Data transfer controlling system
JPS58154029A (en) * 1982-03-08 1983-09-13 Fuji Facom Corp Shared controlling system using plural central processors for input and output device
JPS58222364A (en) * 1982-06-18 1983-12-24 Fujitsu Ltd Access control system of disc device in terminal system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5745628A (en) * 1980-08-30 1982-03-15 Nec Corp Data transfer controlling system
JPS58154029A (en) * 1982-03-08 1983-09-13 Fuji Facom Corp Shared controlling system using plural central processors for input and output device
JPS58222364A (en) * 1982-06-18 1983-12-24 Fujitsu Ltd Access control system of disc device in terminal system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6371755A (en) * 1986-09-12 1988-04-01 Fujitsu Ltd Method for controlling real time execution
JP2007094657A (en) * 2005-09-28 2007-04-12 Nec Corp Memory access control system, memory access control method, and processor system

Similar Documents

Publication Publication Date Title
US5448732A (en) Multiprocessor system and process synchronization method therefor
US5155854A (en) System for arbitrating communication requests using multi-pass control unit based on availability of system resources
US4914570A (en) Process distribution and sharing system for multiple processor computer system
EP0078034B1 (en) Data processing machine suitable for high-speed processing
KR20010070469A (en) Device and method for performing high-speed low overhead context switch
US5072365A (en) Direct memory access controller using prioritized interrupts for varying bus mastership
US5507032A (en) Multiprocessor I/O request control system forming device drive queue and processor interrupt queue from rows and cells of I/O request table and interrupt request table
JPH06161952A (en) Arbitration device of access request
Manner Hardware task/processor scheduling in a polyprocessor environment
US5875297A (en) Multimedia server
JPS6149270A (en) Input/output control system of multiprocessor
JPS63223860A (en) Multi-processor constituting device
JPS63300326A (en) Transaction execution schedule system
JPS61136159A (en) Single chip microcomputer
JPS59188749A (en) System for controlling data transfer
JPH01305461A (en) Right of using bus control system
JPS61201338A (en) Processor for data flow
GB2030331A (en) Real-time Data Processing System for Processing Time Period Commands
EP0602916A2 (en) Cross-bar interconnect apparatus
JPH0789323B2 (en) Multiple interrupt control method
JP3038257B2 (en) Electronic computer
JPS63826B2 (en)
JPH05128077A (en) Method for distributed processing plural computer system
JPH05210513A (en) State monitoring type interruption control system
JPH06337796A (en) Priority access controller