JPH05282256A - Intra-processor message communicating method - Google Patents

Intra-processor message communicating method

Info

Publication number
JPH05282256A
JPH05282256A JP36001091A JP36001091A JPH05282256A JP H05282256 A JPH05282256 A JP H05282256A JP 36001091 A JP36001091 A JP 36001091A JP 36001091 A JP36001091 A JP 36001091A JP H05282256 A JPH05282256 A JP H05282256A
Authority
JP
Japan
Prior art keywords
processor
message
communication
bus
intra
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.)
Withdrawn
Application number
JP36001091A
Other languages
Japanese (ja)
Inventor
Hiroki Nagao
裕樹 永尾
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP36001091A priority Critical patent/JPH05282256A/en
Publication of JPH05282256A publication Critical patent/JPH05282256A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To provide a intra-processor message communicating method by which the performance of an entire system including the precedence of an emergency communication can be improved. CONSTITUTION:At the time of connecting the plural processors, each processor uses a cache communication bus 50 connecting each processor different from a command system bus, for a specific shared memory, and operates a intra- processor communication. Message buffers 32, 33, 34, and 35 for the intra- processor message communication to which an access can be directly attained from the cache communication bus 50 are provided on each processor, and the precedence of each message buffer 32, 33, 34, and 35 is decided according to the emergency of the intra-processor communication. An interruption processing for the recognition of the processors only by the sample window of a specific cycle time is generated from each message buffer 32, 33, 34, and 35.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数のプロセッサが共
通バスによって間接的に接続されるマルチプロセッサシ
ステムに関し、特に複数のプロセッサ間に互いに情報を
やり取りし、1つのタスクを複数のプロセッサに割り振
ることにより高性能を発揮する密結合型のマルチプロセ
ッサシステムにおけるプロセッサ間メッセージ通信方法
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system in which a plurality of processors are indirectly connected by a common bus, and particularly, information is exchanged among the plurality of processors and one task is allocated to the plurality of processors. Therefore, the present invention relates to an interprocessor message communication method in a tightly coupled multiprocessor system that exhibits high performance.

【0002】[0002]

【従来の技術】従来のマルチプロセッサシステムとし
て、システム内にある一定容量の共有メモリ領域を持
ち、共有メモリのある固定されたアドレス領域を利用
し、プロセッサ間メッセージ通信の発行側のプロセッサ
が前記アドレス領域にメッセージデータを書き込み、メ
ッセージ受信させたいプロセッサに割り込み処理を実行
し、再び受信側のプロセッサが前記アドレス領域を読み
込むことにより、プロセッサ間メッセージ通信を実行す
るという密結合型のマルチプロセッサシステムがあっ
た。
2. Description of the Related Art As a conventional multiprocessor system, a shared memory area having a fixed capacity in the system is used, and a fixed address area having a shared memory is used. There is a tightly-coupled multiprocessor system in which message data is written in an area, a processor that wants to receive a message executes interrupt processing, and the processor on the receiving side reads the address area again to execute inter-processor message communication. It was

【0003】[0003]

【発明が解決しようとする課題】従来の密結合型マルチ
プロセッサシステムに於けるプロセッサ間メッセージ通
信は、共有メモリ領域内のある固定されたアドレス領域
を利用して処理を行うため、必ず2回以上のメモリアク
セスが発生してシステムバスや共有メモリの負荷による
影響が大きくなり、一定数以上のバスマスタ数になると
システムバスの負荷の増大によりプロセッサ間のメッセ
ージ通信のレスポンスが悪くなるという問題がある。ま
た、複数のプロセッサ間メッセージ通信がある1つのプ
ロセッサに対して実行されると、受信側プロセッサはど
のメッセージ通信の緊急度が高いかを判別することが出
来ないため、ある固定された優先度順位に基づいて発行
側プロセッサに依頼された処理を実行するため、受信タ
イミングによって緊急度の低いプロセッサ間メッセージ
通信に対してサービスを行う場合が多く発生し、緊急度
の高いプロセッサ間メッセージ通信などシステム性能に
寄与する処理のレスポンスが悪くなり、システム全体の
性能が下がるという欠点があった。
In inter-processor message communication in a conventional tightly coupled multiprocessor system, processing is performed using a fixed address area in the shared memory area, and therefore, it is necessary to perform the processing twice or more. However, if the number of bus masters exceeds a certain number, the load of the system bus increases and the response of the message communication between the processors deteriorates. In addition, when a message communication between a plurality of processors is executed for one processor, the receiving processor cannot determine which message communication has a high urgency, so that a fixed priority order is set. Since the processing requested by the issuing processor is executed based on the above, there are many cases where service is provided to inter-processor message communication with low urgency depending on the reception timing, and system performance such as inter-processor message communication with high urgency occurs. However, the response of the process that contributes to the system deteriorates, and the performance of the entire system deteriorates.

【0004】[0004]

【発明の目的】本発明は、かかる従来例の有する不都合
を改善し、とくに、緊急通信の優先的種理を含むシステ
ム全体の性能向上を図ったプロセッサ間メッセージ通信
方法を提供することを、その目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an inter-processor message communication method which improves the inconveniences of the conventional example, and particularly improves the performance of the entire system including the priority reason of emergency communication. To aim.

【0005】[0005]

【課題を解決するための手段】本発明では、複数のプロ
セッサを接続する場合に、各々のプロセッサが特定共有
メモリシステムに対して共通システムバスとは別の各プ
ロセッサ間を接続するキャッシュ通信バスを使用し、プ
ロセッサ間メッセージ通信を行い、各々のプロセッサ上
にはキャッシュ通信バスから直接アクセス可能なプロセ
ッサ間メッセージ通信用の数組のメッセージバッフアを
持ち、各々のメッセージバッフアにはプロセッサ間メッ
セージ通信の緊急度によって優先度づけがなされてお
り、メッセージバッフアは各々に固有のサイクル時間の
サンプルウインドウでのみプロセッサに認識させるため
の割り込み処理を発生させる、という手法が採られてい
る。これによって前述した目的を達成しようとするもの
である。
According to the present invention, when a plurality of processors are connected, a cache communication bus for connecting each processor to a specific shared memory system, which is different from the common system bus, is provided. It uses the inter-processor message communication, and each processor has several sets of message buffers for inter-processor message communication that can be directly accessed from the cache communication bus. Prioritization is performed according to the degree of urgency, and a method is adopted in which the message buffer causes an interrupt process for causing the processor to recognize only in a sample window of a cycle time unique to each message. This aims to achieve the above-mentioned object.

【0006】[0006]

【実施例】以下、本発明の一実施例を、図1ないし図2
基づいて説明する。図1に、複数のプロセッサが接続さ
れ、分散処理マルチプロセッサ対応のオペレーティング
システム上でデバイスドライバやアプリケーションがス
レッド単位の並列処理を行うコンピュータシステムの一
例を示す。この図1に於いて、プロセッサ1は内部キャ
ッシュバス10を介してキャシュメモリ7及びメッセー
ジ通信制御部4と接続されており、キャシュメモリ7は
共通システムバス26を介して共有メモリシステム3
0,キャシュ通信バス25を介してプロセッサボード1
7上のキャッシュメモリ8,プロセッサボード18上の
キャッシュメモリ9と接続されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT An embodiment of the present invention will be described below with reference to FIGS.
It will be explained based on. FIG. 1 shows an example of a computer system in which a plurality of processors are connected and a device driver or an application performs parallel processing in thread units on an operating system compatible with distributed processing multiprocessors. In FIG. 1, the processor 1 is connected to a cache memory 7 and a message communication control unit 4 via an internal cache bus 10. The cache memory 7 is connected to a shared memory system 3 via a common system bus 26.
0, processor board 1 via cache communication bus 25
7 and the cache memory 9 on the processor board 18.

【0007】共有メモリシステム30は、D−RAMで
構成されておりオペレーティングシステムカーネル部及
び一般アプリケーションプログラムを収納するための十
分なメモリ容量を持っている。キャシュメモリ7,8,
9は、共有メモリシステム30の競合を減少させシステ
ム性能を向上させるために搭載されており、高速動作の
スタティックRAMで構成されている。同様に、プロセ
ッサ2は、内部キャッシュバス11を介してキャシュメ
モリ8及びメッセージ通信制御部5と接続されており、
キャシュメモリ8は共通システムバス26に接続されて
いる。プロセッサ3は、内部キャシュバス12を介して
キャシュメモリ9及びメッセージ通信制御部6と接続さ
れており、キャシュメモリ9は共通システムバス26に
接続されている。
The shared memory system 30 is composed of a D-RAM and has a sufficient memory capacity for accommodating an operating system kernel section and general application programs. Cash memory 7, 8,
9 is mounted in order to reduce competition of the shared memory system 30 and improve system performance, and is composed of a static RAM operating at high speed. Similarly, the processor 2 is connected to the cache memory 8 and the message communication control unit 5 via the internal cache bus 11,
The cache memory 8 is connected to the common system bus 26. The processor 3 is connected to the cache memory 9 and the message communication control unit 6 via the internal cache bus 12, and the cache memory 9 is connected to the common system bus 26.

【0008】また、磁気テープ装置29,ハードディス
ク装置28,キー入力装置27などのI/Oアダプタ等
は、全て共通システムバス26によって接続されてい
る。共通システムバス26は、共通システムバス調整装
置31によって調停処理を行われている。内部キャシュ
バス10,11,12とキャシュ通信バス25及びキャ
ッシュシステム7,8,9は、電気的負荷の小さい高速
デバイスで構成されており、プロセッサクロックに同期
した高速クロックで動作している。それぞれのプロセッ
サで実行されるOS及びその他のアプリケーションプロ
グラムは、全て共通システムバス26によって接続され
る共有メモリシステム30及びキャッシュメモリ7,
8,9上で実行される。
The magnetic tape device 29, the hard disk device 28, the key input device 27, and other I / O adapters are all connected by a common system bus 26. The common system bus 26 is arbitrated by the common system bus adjusting device 31. The internal cache buses 10, 11, 12 and the cache communication bus 25 and the cache systems 7, 8, 9 are composed of high-speed devices with a small electrical load, and operate with a high-speed clock synchronized with the processor clock. The OS and other application programs executed by the respective processors are all shared memory system 30 and cache memory 7, which are connected by the common system bus 26,
8 and 9 run.

【0009】図2は各々のプロセッサボード上に搭載さ
れるメッセージ通信制御部の詳細を示す。メッセージ通
信制御部は、プロセッサ割り込み制御部48、メッセー
ジバッファ32,33,34,35とタイムカウンタ4
0,41,42,43、カウントセットレジスタ36,
37,38,39、カウント比較器44,45,46,
47で構成されており、各メッセージバッファにはキャ
ッシュ通信バス50を介して他のプロセッサボード上の
プロセッサから直接書き込みすることができる。
FIG. 2 shows details of the message communication control section mounted on each processor board. The message communication control unit includes a processor interrupt control unit 48, message buffers 32, 33, 34 and 35 and a time counter 4.
0, 41, 42, 43, count set register 36,
37, 38, 39, count comparators 44, 45, 46,
47, each message buffer can be directly written from a processor on another processor board via the cache communication bus 50.

【0010】メッセージバッファにはそれぞれプロセッ
サ間メッセージ通信処理に関する優先度づけがなされて
おり、優先度の高い順にメッセージバッファ32,3
3,34,35の順となる。タイムカウンタ40,4
1,42,43は、プロセッサクロックによって絶えず
インクリメントカウントを行っており、それぞれのカウ
ント値が対応するカウントセットレジスタ36,37,
38,39と同値となったときにカウント比較器からの
パルスがプロセッサ割り込み制御部48に入力される。
プロセッサが割り込みを受け付けたことをプロセッサ割
り込み制御部48が認識すると、タイムカウンタはリセ
ットされ、初期値(0)から再びインクリメントカウン
トを開始する。プロセッサ割り込み制御部48は、カウ
ント比較器44,45,46,47のパルス出力を監視
し、パルス出力をトリガとしてプロセッサに対してプロ
セッサ割り込み信号49を有効にして割り込みを発生さ
せる。
The message buffers are prioritized with respect to inter-processor message communication processing, and the message buffers 32 and 3 are arranged in descending order of priority.
The order is 3, 34, 35. Time counter 40,4
1, 42, and 43 constantly perform increment count by the processor clock, and count set registers 36, 37, and
When the values are the same as 38 and 39, the pulse from the count comparator is input to the processor interrupt control unit 48.
When the processor interrupt control unit 48 recognizes that the processor has accepted the interrupt, the time counter is reset and the increment count is restarted from the initial value (0). The processor interrupt control unit 48 monitors the pulse output of the count comparators 44, 45, 46, 47 and uses the pulse output as a trigger to enable the processor interrupt signal 49 for the processor to generate an interrupt.

【0011】そして、プロセッサの割り込み応答時に他
のプロセッサからの各メッセージバッファの出力イネー
ブルを制御し、プロセッサ間通信メッセージを内部キャ
ッシュバス50を通してプロセッサに入力する動作を行
う。また、各々のタイムカウンタの設定値は、システム
起動時及びシステム稼働中に割り込み処理を禁止させ
て、内部キャッシュバス50を通してカウント値を書き
換えることが可能であり、システム設定に応じて変化さ
せることができる。
Then, when the processor responds to an interrupt, it controls the output enable of each message buffer from another processor and inputs the interprocessor communication message to the processor through the internal cache bus 50. Further, the set values of the respective time counters can be rewritten via the internal cache bus 50 by prohibiting interrupt processing during system startup and system operation, and can be changed according to system settings. it can.

【0012】カウント設定値は、メッセージバッファに
よって異なっており、ここでは設定値の小さい順にカウ
ントセットレジスタ36,37,38,39の順とな
る。すなわち、タイムカウンタのパルス出力の発生頻度
の高い順に整列すると、メッセージバッファ32,3
3,34,35の順となる。ここで、プロセッサ1が共
有メモリシステム上のあるプログラムを実行する場合、
システム内で負荷状態の低いプロセッサを探し、複数の
プロセッサでプログラムを実行できる環境を整えるた
め、プログラムを並列実行可能なスレッド単位に分割し
始める。
The count set value differs depending on the message buffer, and here, the count set registers 36, 37, 38, 39 are arranged in the ascending order of the set value. That is, if the time counters are arranged in descending order of the pulse output frequency, the message buffers 32, 3 are arranged.
The order is 3, 34, 35. Here, when the processor 1 executes a certain program on the shared memory system,
To find a processor with a low load in the system, and to prepare an environment in which a program can be executed by multiple processors, start dividing the program into threads that can be executed in parallel.

【0013】プロセッサ2の負荷状態が低いことを検出
したプロセッサ1は、分割されたスレッド内の数スレッ
ドをプロセッサ2に実行させるために、プロセッサ2に
対してキャッシュ通信バス50を介したプロセッサ間メ
ッセージ通信を発行する。この場合、プロセッサ1で実
行されるスレッドと比較して、プロセッサ2で実行され
るスレッドの優先度が最も低い場合は、プロセッサ1は
プロセッサ2のボードに搭載されるプロセッサ間メッセ
ージ通信用のメッセージバッファの内、最も優先度の低
いメッセージバッファ35にメッセージを書き込む。こ
の場合、メッセージバッファ35に付随するカウントセ
ットレジスタ39のパルス発生設定値が非常に大きいた
め、例えばプロセッサクロック100 [MHz](サイク
ルタイム10[ns])でパルス発生設定値が100000の場
合、プロセッサ2に対する割り込みが発生する迄の時間
は10[ns]から1[ms]までの範囲で発生すること
になり、平均値を示す平均割り込みサービス時間は500
[μs]になる。
When the processor 1 detects that the load state of the processor 2 is low, the processor 1 instructs the processor 2 to execute an inter-processor message via the cache communication bus 50 in order to cause the processor 2 to execute several threads in the divided threads. Issue a communication. In this case, when the thread executed by the processor 2 has the lowest priority as compared with the thread executed by the processor 1, the processor 1 determines that the message buffer for inter-processor message communication mounted on the board of the processor 2 is used. Among them, the message is written in the message buffer 35 having the lowest priority. In this case, since the pulse generation setting value of the count set register 39 attached to the message buffer 35 is very large, for example, if the pulse generation setting value is 100000 at the processor clock 100 [MHz] (cycle time 10 [ns]), the processor The time until the interrupt for 2 occurs is in the range of 10 [ns] to 1 [ms], and the average interrupt service time showing the average value is 500.
[Μs].

【0014】また、プロセッサ2で実行されるスレッド
の優先度が高い場合は、プロセッサ1はプロセッサ2の
ボードに搭載されるプロセッサ間メッセージ通信用のメ
ッセージバッファの内、最も優先度の高いメッセージバ
ッファ32にメッセージを書き込む。この場合はカウン
トセットレジスタ36のパルス発生設定値が小さいた
め、例えば1000の場合、プロセッサ2に対する割り込み
が発生する迄の時間は10[ns]から10[μs]までの
範囲で発生することになり、平均割り込みサービス時間
は5[μs]になる。同様にしてプロセッサ1からプロ
セッサ3に対してプロセッサ間メッセージ通信が発行さ
れ、その10[μs]後にプロセッサ2からプロセッサ3
に対してプロセッサ間メッセージ通信が発行され、プロ
セッサ1から発行されたプロセッサ間メッセージ通信は
緊急度が低く、プロセッサ2から発行されたプロセッサ
間メッセージ通信の緊急度が高い場合、プロセッサ1は
プロセッサ3ボード上の優先度のやや低いメッセージバ
ッファ38にメッセージを書き込む。その後プロセッサ
2からプロセッサ3ボード上の優先度の最も高いメッセ
ージバッファ32にデータが書き込まれる。
When the priority of the thread executed by the processor 2 is high, the processor 1 has the highest priority message buffer 32 among the message buffers for inter-processor message communication mounted on the board of the processor 2. Write a message to. In this case, since the pulse generation setting value of the count set register 36 is small, for example, in the case of 1000, the time until the interrupt to the processor 2 occurs is in the range of 10 [ns] to 10 [μs]. , The average interrupt service time is 5 [μs]. Similarly, the inter-processor message communication is issued from the processor 1 to the processor 3, and 10 [μs] after that, the processor 2 to the processor 3 issue the message communication.
If the inter-processor message communication issued by the processor 1 is low in urgency, and the inter-processor message communication issued by the processor 2 is high in urgency, the processor 1 is the processor 3 board. The message is written in the message buffer 38 having a slightly lower priority. After that, the data is written from the processor 2 to the message buffer 32 having the highest priority on the processor 3 board.

【0015】プロセッサ1のメッセージ書き込み時のメ
ッセージバッファ34に対応するタイムカウンタ42の
カウント値が5000で、プロセッサ2のメッセージ書き込
み時のメッセージバッファ32に対応するタイムカウン
タ40のカウント値が500 の場合、プロセッサ2のメッ
セージ時の双方のカウント値はタイムカウンタ42は60
00で、タイムカウンタ40は500 である。すわなちプロ
セッサ1からのメッセージがプロセッサ3で処理される
のはタイムカウンタ42のカウント値が10000になる40
[μs]後であり、プロセッサ2からのメッセージがプ
ロセッサ3で処理されるのがタイムカウンタ40のカウ
ント値が1000になる5[μs]後となる。ここで、プロ
セッサ1からプロセッサ3に対して依頼される緊急度の
低いプロセッサ間メッセージ通信の処理時間が1[m
s]であったとすると、緊急度の高いプロセッサ1から
のプロセッサ間メッセージ通信は、発行された順序で割
り込みを入力する場合と比較すると995 [μs]早くサ
ービスされることになる。
When the count value of the time counter 42 corresponding to the message buffer 34 at the time of writing a message of the processor 1 is 5000 and the count value of the time counter 40 corresponding to the message buffer 32 at the time of writing a message of the processor 2 is 500, The count value of both when the message of the processor 2 is 60 is displayed by the time counter 42.
At 00, the time counter 40 is 500. That is, the message from the processor 1 is processed by the processor 3 because the count value of the time counter 42 becomes 10,000.
It is after [μs], and the message from the processor 2 is processed by the processor 3 after 5 [μs] when the count value of the time counter 40 reaches 1000. Here, the processing time of message communication between processors with low urgency requested from the processor 1 to the processor 3 is 1 [m
s], the inter-processor message communication from the processor 1, which has a high degree of urgency, will be serviced 995 [μs] earlier than when interrupts are input in the order in which they are issued.

【0016】[0016]

【発明の効果】以上説明したように、本発明によると、
優先度の高いメッセージバッファに書き込まれたプロセ
ッサ間通信メッセージが、優先度の低いメッセージより
も先に処理される確率が高くなり、緊急のプロセッサ間
メッセージ通信が優先度の低いものに待たされることが
非常に少なくなり、これによりプロセッサ間メッセージ
通信の優先度に応じてマルチプロセッサシステムのプロ
セッサ能力を振り分けることが可能となり、その結果シ
ステム全体の総合的な性能向上を図り得るという従来に
ない優れたプロセッサ間メッセージ通信方法を提供する
ことができる。
As described above, according to the present invention,
Interprocessor communication messages written to high priority message buffers are more likely to be processed before low priority messages, and urgent interprocessor message communication may be delayed by lower priority messages. The number of processors is extremely small, which makes it possible to distribute the processor capacity of a multiprocessor system according to the priority of message communication between processors, and as a result, it is possible to improve the overall performance of the entire system. An inter-message communication method can be provided.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】図1内におけるメッセージ通信制御部の具体例
を示すブロック図である。
FIG. 2 is a block diagram showing a specific example of a message communication control unit in FIG.

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

1,2,3 プロセッサ 4,5,6 メッセージ通信制御部 7,8,9 キャッシュメモリ 10,11,12 内部キャッシュバス 13,14,15 割り込み信号 16,17,18 プロセッサボード 19,20,21 共通バス要求信号 22,23,24 共通バス許可信号 25 キャッシュ通信バス 26 共通システムバス 30 共有メインメモリ 31 共通バス調停装置 32,33,34,35 メッセージバッファ 36,37,38,39 カウントセットレジスタ 40,41,42,43 タイムカウンタ 44,45,46,47 カウント比較器 48 プロセッサ割り込み制御 49 プロセッサ割り込み信号 50 キャッシュ通信バス 51 プロセッサクロック 1,2,3 Processors 4,5,6 Message communication control unit 7,8,9 Cache memory 10,11,12 Internal cache bus 13,14,15 Interrupt signal 16,17,18 Processor board 19,20,21 Common Bus request signal 22, 23, 24 Common bus permission signal 25 Cache communication bus 26 Common system bus 30 Shared main memory 31 Common bus arbitration device 32, 33, 34, 35 Message buffer 36, 37, 38, 39 Count set register 40, 41, 42, 43 Time counter 44, 45, 46, 47 Count comparator 48 Processor interrupt control 49 Processor interrupt signal 50 Cache communication bus 51 Processor clock

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセッサがシステム内の共通シ
ステムバスによって間接的に接続されているマルチプロ
セッサシステムにおいて、それぞれプロセッサボード上
にプロセッサ間メッセージ通信用のメッセージバッフア
を持ち、それぞれのメッセージバッフアに緊急度の大き
い順に優先度を定義し、通信処理の優先度によって適性
にプロセッサ能力を割り振ることを特徴とするプロセッ
サ間メッセージ通信方法。
1. In a multiprocessor system in which a plurality of processors are indirectly connected by a common system bus in the system, a message buffer for interprocessor message communication is provided on each processor board, and each message buffer is provided. An inter-processor message communication method characterized in that the priority is defined in descending order of urgency, and the processor capacity is appropriately allocated according to the priority of communication processing.
JP36001091A 1991-12-27 1991-12-27 Intra-processor message communicating method Withdrawn JPH05282256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36001091A JPH05282256A (en) 1991-12-27 1991-12-27 Intra-processor message communicating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36001091A JPH05282256A (en) 1991-12-27 1991-12-27 Intra-processor message communicating method

Publications (1)

Publication Number Publication Date
JPH05282256A true JPH05282256A (en) 1993-10-29

Family

ID=18467431

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36001091A Withdrawn JPH05282256A (en) 1991-12-27 1991-12-27 Intra-processor message communicating method

Country Status (1)

Country Link
JP (1) JPH05282256A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578064B1 (en) 1994-04-14 2003-06-10 Hitachi, Ltd. Distributed computing system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578064B1 (en) 1994-04-14 2003-06-10 Hitachi, Ltd. Distributed computing system
US6957434B2 (en) 1994-04-14 2005-10-18 Hitachi, Ltd. Distributed computing system

Similar Documents

Publication Publication Date Title
US10649935B2 (en) Deferred inter-processor interrupts
US5168568A (en) Delaying arbitration of bus access in digital computers
US5560016A (en) System and method for dynamic bus access prioritization and arbitration based on changing bus master request frequency
US5682551A (en) System for checking the acceptance of I/O request to an interface using software visible instruction which provides a status signal and performs operations in response thereto
AU687627B2 (en) Multiprocessor system bus protocol for optimized accessing of interleaved storage modules
JPH07230347A (en) Power-down device for scsi-disk-drive
JP3519182B2 (en) Information processing system, bus arbiter, and bus control method
EP0355463A2 (en) Timer channel with multiple timer reference features
JPH04312160A (en) Multiprocessor system and its message transmission and reception controller
US6393505B1 (en) Methods and apparatus for data bus arbitration
EP3770759A1 (en) Wake-up and scheduling of functions with context hints
CN109933549B (en) Interrupt controller suitable for RISC-V treater
JPS63310051A (en) Method and apparatus for executing input/output process containing program input/output instruction
US5953535A (en) Using intelligent bus bridges with pico-code to service interrupts and improve interrupt response
JPH05282256A (en) Intra-processor message communicating method
US6105082A (en) Data processor used in a data transfer system which includes a detection circuit for detecting whether processor uses bus in a forthcoming cycle
JPH0656602B2 (en) Priority control system for processors with cache
JP4151362B2 (en) Bus arbitration method, data transfer device, and bus arbitration method
EP2657847A1 (en) Information processing system
JP2585905B2 (en) Multitask execution device
JP3124544B2 (en) Bus controller
JPH0973429A (en) Computer system and inter-bus control circuit
JP2006185198A (en) Memory access control circuit
JP5494925B2 (en) Semiconductor integrated circuit, information processing apparatus, and processor performance guarantee method
JPH0281254A (en) Multi-processor controller

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990311