JPH04295952A - Message communication equipment for multi-processor system - Google Patents

Message communication equipment for multi-processor system

Info

Publication number
JPH04295952A
JPH04295952A JP6056691A JP6056691A JPH04295952A JP H04295952 A JPH04295952 A JP H04295952A JP 6056691 A JP6056691 A JP 6056691A JP 6056691 A JP6056691 A JP 6056691A JP H04295952 A JPH04295952 A JP H04295952A
Authority
JP
Japan
Prior art keywords
memory
memory block
communication
processor
shared
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
JP6056691A
Other languages
Japanese (ja)
Inventor
Hiroshi Tominaga
浩史 富永
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP6056691A priority Critical patent/JPH04295952A/en
Publication of JPH04295952A publication Critical patent/JPH04295952A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To execute the communication of message data at a high speed, and to hardly lower the ability of instantaneous message communication by eliminating an unnecessary copy operation. CONSTITUTION:In the message communication equipment in a multi-processor system, which has a shared memory 300, and executes to transmit and receive message data by a transmitting/receiving queue 300a by connecting plural memory blocks, a free memory block 301 of a free memory pool 300b in the shared memory 300 is used in common by an inter-task communication in a processor.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明はマルチプロセッサシス
テムにおけるデータ通信装置に関し、特に、メッセージ
データの通信の高速化を図ったマルチプロセッサシステ
ムにおけるメッセージ通信装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data communication device in a multiprocessor system, and more particularly to a message communication device in a multiprocessor system that increases the speed of message data communication.

【0002】0002

【従来の技術】従来、共有メモリを用いてメッセージデ
ータの送受信を実行するマルチプロセッサシステムにお
けるメッセージ通信装置としては共有メモリ上に通信チ
ャネルを設けて、この共有メモリ上の通信チャネルを用
いてデータの送受信を実行する装置が知られている。こ
の共有メモリ上の通信チャネルは、共有メモリの複数の
メモリブロックを連結して構成される、いわゆる送受信
キュー(送受信待ち行列)を用いてデータの送受信を実
行するものである。
2. Description of the Related Art Conventionally, a message communication device in a multiprocessor system that uses a shared memory to send and receive message data has provided a communication channel on the shared memory and used the communication channel on the shared memory to transfer data. Devices that perform transmission and reception are known. This communication channel on the shared memory executes data transmission and reception using a so-called transmission/reception queue (transmission/reception queue) that is configured by connecting a plurality of memory blocks of the shared memory.

【0003】このような、共有メモリを用いたマルチプ
ロセッサシステムにおけるメッセージ通信装置において
、リアルタイムシステムのメッセージ通信方式としては
、いわゆるメールボックス方式といわれるものがある。 このメールボックス方式は、オペレーティングシステム
のメモリプールから適当な大きさのメモリブロックを取
り出し、このメモリブロックに送信メッセージデータを
コピーしてメールボックスに投函する手続きをとる。
[0003] In such a message communication device in a multiprocessor system using a shared memory, there is a so-called mailbox method as a message communication method for a real-time system. This mailbox method extracts a memory block of an appropriate size from the memory pool of the operating system, copies outgoing message data to this memory block, and posts the data to a mailbox.

【0004】図5は、従来の共有メモリを用いたマチマ
ルチプロセッサシステムにおけるメッセージデータ通信
装置を示したものである。図5において、送信側プロセ
ッサ10は中央演算処理装置(CPU)11、オペレー
ティングシステム(OS)12、ドライバ13を備えて
構成され、受信側プロセッサ20も同様に、中央演算処
理装置(CPU)21、オペレーティングシステム(O
S)22、ドライバ23を備えて構成される。
FIG. 5 shows a message data communication device in a conventional multi-processor system using shared memory. In FIG. 5, a transmitting processor 10 includes a central processing unit (CPU) 11, an operating system (OS) 12, and a driver 13, and a receiving processor 20 similarly includes a central processing unit (CPU) 21, Operating system (O
S) 22 and a driver 23.

【0005】共有メモリ30には、連結された複数のメ
モリブロック31,32,33,…3nからなる送受信
キュー30aが形成されている。送信側プロセッサ10
と受信側プロセッサ20との間では、この送受信キュー
30aを通信チャネルとしてメッセージデータの送受信
を行う。
A transmission/reception queue 30a is formed in the shared memory 30. The transmission/reception queue 30a is composed of a plurality of connected memory blocks 31, 32, 33, . . . 3n. Sending processor 10
Message data is transmitted and received between the receiving processor 20 and the receiving processor 20 using the transmitting/receiving queue 30a as a communication channel.

【0006】今、送信側プロセッサ10から受信側プロ
セッサ20にメッセージデータを伝送する場合を考える
。この場合、送信側プロセッサ10のタスクAは、OS
12のメモリプール121から、適当な大きさのメモリ
ブロック121aを獲得し、このメモリブロック121
aに送信すべきメッセージデータを書き込み、これを、
例えばタスクCを介してドライバ13に伝送し、ドライ
バ13ではこのメモリブロック121aの内容を共有メ
モリ30のメモリブロック31にコピーする。
Consider now the case where message data is transmitted from the transmitting processor 10 to the receiving processor 20. In this case, task A of the sending processor 10 is
A memory block 121a of an appropriate size is acquired from the 12 memory pools 121, and this memory block 121
Write the message data to be sent to a, and write this as
For example, it is transmitted to the driver 13 via task C, and the driver 13 copies the contents of this memory block 121a to the memory block 31 of the shared memory 30.

【0007】共有メモリ30ではこのメモリブロック3
1に書き込まれたメッセージデータを、メモリブロック
32、メモリブロック33と順次移動させ、このデータ
がメモリブロック3nに達すると、受信側プロセッサ2
0のドライバ23は、OS22のメモリプール221か
ら、適当な大きさのメモリブロック221aを獲得し、
このメモリブロック221aに、共有メモリ30のメモ
リブロック3nの内容をコピーし、これを、例えばタス
クDを介してタスクEに伝送する構成をとっている。
In the shared memory 30, this memory block 3
The message data written in memory block 3n is sequentially moved to memory block 32 and memory block 33, and when this data reaches memory block 3n, the receiving processor 2
The driver 23 of 0 acquires a memory block 221a of an appropriate size from the memory pool 221 of the OS 22,
The configuration is such that the contents of the memory block 3n of the shared memory 30 are copied to this memory block 221a and transmitted to the task E via the task D, for example.

【0008】[0008]

【発明が解決しようとする課題】ところで、メッセージ
通信装置のようなリアルタイムシステムにおいては即時
性が重要であるが、上記の如き従来装置にあっては、メ
ッセージ通信にオペレーティングシステムのメモリプー
ルから獲得したメモリブロックを用いているため、共有
メモリを用いたプロセッサ間通信を行う際に、オペレー
ティングシステムのメモリプールから獲得したメモリブ
ロックの内容を共有メモリのメモリブロックにコピーす
る操作が必要となり、また、共有メモリから受信メッセ
ージデータを取り出す際には共有メモリのメモリブロッ
クの内容をオペレーティングシステムのメモリプールか
ら獲得したメモリブロックにコピーする必要が生じ、こ
のため時間的損失が生じ、メッセージ通信の即時性が損
なわれるという問題があった。
[Problem to be Solved by the Invention] By the way, immediacy is important in real-time systems such as message communication devices, but in conventional devices such as those mentioned above, message communication requires memory acquired from the operating system's memory pool. Since memory blocks are used, when performing inter-processor communication using shared memory, it is necessary to copy the contents of the memory block acquired from the operating system's memory pool to the memory block of the shared memory. Retrieving received message data from memory requires copying the contents of a memory block in shared memory to a memory block obtained from the operating system's memory pool, resulting in time loss and impairing the immediacy of message communication. There was a problem that

【0009】これを図6を用いて更に説明する。図6に
おいて、送信側の送信側プロセッサ10内部でのタスク
間通信ではOS12のメモリプール121から獲得した
メモリブロック121aを用いて通信を行う。ここで、
共有メモリ30を用いたプロセッサ間通信を行う場合は
、メモリブロック121aの内容を共有メモリ30の送
受信キューの初段のメモリブロック4にコピーする。
This will be further explained using FIG. 6. In FIG. 6, inter-task communication within the sending processor 10 on the sending side uses a memory block 121a acquired from the memory pool 121 of the OS 12. here,
When performing inter-processor communication using the shared memory 30, the contents of the memory block 121a are copied to the memory block 4 at the first stage of the transmission/reception queue of the shared memory 30.

【0010】共有メモリ30では、送受信キューの初段
のメモリブロック4にメモリブロック121aの内容が
コピーされると次段のメモリブロック3との連結を行い
、メッセージデータの伝送を行う。このメッセージデー
タが送受信キューの終段のメモリブロック1に達すると
、前段のメモリブロック2との切断を行う。
In the shared memory 30, when the contents of the memory block 121a are copied to the memory block 4 at the first stage of the transmission/reception queue, connection is made with the memory block 3 at the next stage, and message data is transmitted. When this message data reaches the memory block 1 at the last stage of the transmission/reception queue, it is disconnected from the memory block 2 at the previous stage.

【0011】共有メモリ30からのメッセージデータの
取り出しは、送受信キューの終段のメモリブロック1の
内容を、OS22のメモリプール221から獲得したメ
モリブロック221aにコピーすることにより行われる
。そして、受信側の受信側プロセッサ20の内部でのタ
スク間通信ではこのOS22のメモリプール221から
獲得したメモリブロック221aを用いて通信を行う。
Message data is retrieved from the shared memory 30 by copying the contents of the memory block 1 at the last stage of the transmission/reception queue to the memory block 221a acquired from the memory pool 221 of the OS 22. Inter-task communication within the receiving processor 20 on the receiving side uses the memory block 221a acquired from the memory pool 221 of this OS 22.

【0012】このような構成によると、送信側から共有
メモリにメッセージデータを送出する際と、共有メモリ
からメッセージデータを取り出す際の2回のコピー動作
が必要となる。
[0012] According to such a configuration, two copy operations are required: when transmitting message data from the sending side to the shared memory and when retrieving message data from the shared memory.

【0013】そこで、この発明は、不要なコピー動作を
なくすことによりメッセージデータの通信の高速化を図
り、メッセージ通信の即時性を損なわないようにしたマ
ルチプロセッサシステムにおけるメッセージ通信装置を
提供することを目的とする。
SUMMARY OF THE INVENTION Accordingly, it is an object of the present invention to provide a message communication device in a multiprocessor system that speeds up message data communication by eliminating unnecessary copying operations and does not impair the immediacy of message communication. purpose.

【0014】[0014]

【課題を解決するための手段】この発明は、上記目的を
達成するために、共有メモリを有し、この共有メモリの
複数のメモリブロックの連結による送受信キューにより
メッセージデータの送受信を実行するマルチプロセッサ
システムにおけるメッセージ通信装置において、前記共
有メモリのメモリブロックをプロセッサ内のタスク間通
信で共用するようにしたことを特徴とする。
[Means for Solving the Problems] In order to achieve the above object, the present invention provides a multiprocessor having a shared memory and transmitting and receiving message data using a transmitting/receiving queue formed by connecting a plurality of memory blocks of the shared memory. The message communication device for the system is characterized in that the memory block of the shared memory is shared for communication between tasks within a processor.

【0015】[0015]

【作用】プロセッサ間通信で用いる共有メモリのメモリ
ブロックをプロセッサ内のタスク間通信でも共用する。 これにより不要なコピー動作がなくなり、メッセージデ
ータ通信の高速化が図れる。
[Operation] The memory block of the shared memory used for inter-processor communication is also shared for intra-processor inter-task communication. This eliminates unnecessary copy operations and speeds up message data communication.

【0016】[0016]

【実施例】以下、この発明を図面に基づいて説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be explained below based on the drawings.

【0017】図1は、この発明のマルチプロセッサシス
テムにおけるデータ通信装置の一実施例をブロック図で
示したものである。図1において、送信側プロセッサ1
00は中央演算処理装置(CPU)101、オペレーテ
ィングシステム(OS)102、ドライバ103を備え
て構成され、受信側プロセッサ200も同様に、中央演
算処理装置(CPU)201、オペレーティングシステ
ム(OS)202、ドライバ203を備えて構成される
FIG. 1 is a block diagram showing an embodiment of a data communication device in a multiprocessor system according to the present invention. In FIG. 1, the transmitter processor 1
00 is configured with a central processing unit (CPU) 101, an operating system (OS) 102, and a driver 103, and the receiving processor 200 similarly includes a central processing unit (CPU) 201, an operating system (OS) 202, It is configured to include a driver 203.

【0018】また、OS102内にはメモリプール10
2aがあるが、この実施例ではこのメモリプール102
aは用いない。また、OS202内にもメモリプール2
02aがあるが、この実施例ではこのメモリプール20
2aも用いない。
[0018] Also, within the OS 102 there is a memory pool 10.
2a, but in this embodiment, this memory pool 102
A is not used. In addition, memory pool 2 is also stored in the OS 202.
02a, but in this embodiment, this memory pool 20
2a is also not used.

【0019】共有メモリ300には、連結された複数の
メモリブロックからなる送受信キュー300aが形成さ
れ、更に、空きメモリブロック301を有する空メモリ
ブロックキュー(空きメモリプール)300bが設けら
れている。
In the shared memory 300, a transmission/reception queue 300a consisting of a plurality of connected memory blocks is formed, and an empty memory block queue (empty memory pool) 300b having an empty memory block 301 is further provided.

【0020】次に、この実施例の動作を説明する。Next, the operation of this embodiment will be explained.

【0021】送信側プロセッサ100のタスクAはメッ
セーデータの通信を行う場合、共有メモリ300の空き
メモリプール300bから空きメモリブロック301を
獲得し、このメモリブロック301に送信すべきメッセ
ージデータを書き込み、これを、例えばタスクCを介し
てドライバ13に伝送し、ドライバ13ではこのメモリ
ブロック301をそのままコピーすることなく、共有メ
モリ300の送受信キューの初段のメモリブロックとし
て設定する。
When task A of the sending processor 100 communicates message data, it acquires a free memory block 301 from the free memory pool 300b of the shared memory 300, writes message data to be sent to this memory block 301, and writes the message data to be sent to this memory block 301. is transmitted to the driver 13 via, for example, task C, and the driver 13 sets this memory block 301 as the first stage memory block of the transmission/reception queue of the shared memory 300 without copying it as is.

【0022】共有メモリ300ではこのメモリブロック
301を送受信キューの次段のメモリブロックに接続し
、このメッセージデータを順次移動させ、このデータが
終段のメモリブロックに達すると、このメモリブロック
を、コピーすることなく、直接受信側プロセッサ200
のドライバ203を介してタスクDに送出する。タスク
Dはこれを更に、例えばタスクEに伝送するこの動作を
図2を参照して更に説明する。
In the shared memory 300, this memory block 301 is connected to the next stage memory block of the transmission/reception queue, and this message data is sequentially moved. When this data reaches the last stage memory block, this memory block is copied. directly to the receiving processor 200 without
The task is sent to task D via the driver 203. Task D further transmits this to, for example, task E. This operation will be further explained with reference to FIG.

【0023】図2において、送信側の送信側プロセッサ
100内部でのタスク間通信では共有メモリ300の空
きメモリプール300bから獲得した空きメモリブロッ
ク301を用いてタクク間通信を行う。ここで、共有メ
モリ300を用いたプロセッサ間通信を行う場合は、メ
モリブロック301をそのまま送受信キューの初段のメ
モリブロック4として用いる。
In FIG. 2, inter-task communication within the sending processor 100 on the sending side uses a free memory block 301 acquired from the free memory pool 300b of the shared memory 300 for inter-task communication. Here, when performing inter-processor communication using the shared memory 300, the memory block 301 is used as it is as the first-stage memory block 4 of the transmission/reception queue.

【0024】共有メモリ300では、この送受信キュー
の初段のメモリブロック4と次段のメモリブロック3と
の連結を行い、メッセージデータの伝送を行う。このメ
ッセージデータが送受信キューの終段のメモリブロック
1に達すると、前段のメモリブロック2との切断を行う
In the shared memory 300, the first stage memory block 4 of this transmission/reception queue is connected to the next stage memory block 3, and message data is transmitted. When this message data reaches the memory block 1 at the last stage of the transmission/reception queue, it is disconnected from the memory block 2 at the previous stage.

【0025】そして、この終段のメモリブロック1をそ
のまま、受信側の受信側プロセッサ200に送出し、受
信側プロセッサ200の内部でのタスク間通信ではこの
終段のメモリブロック1をそのまま用いて通信を行う。
Then, this final stage memory block 1 is sent as is to the receiving side processor 200 on the receiving side, and this final stage memory block 1 is used as is for communication between tasks within the receiving side processor 200. I do.

【0026】このような構成によると、不要なコピー動
作がなくなり、メッセージデータ通信の高速化が図れる
[0026] According to such a configuration, unnecessary copying operations are eliminated and message data communication can be made faster.

【0027】図3は、送信側プロセッサ100のドライ
バ103の動作をフローチャートで示したものである。 図3において、まず、共有メモリ300の空きメモリプ
ール300bから空きメモリブロックを獲得する(ステ
ップ131)。続いて、送信データを作成して、この送
信データをこの空きメモリブロックに書き込む(ステッ
プ132)。その後、このメモリブロックを用いて、共
有メモリ300の送受信キュー300aにキューイング
する(ステップ133)。
FIG. 3 is a flowchart showing the operation of the driver 103 of the transmitting processor 100. In FIG. 3, first, a free memory block is acquired from the free memory pool 300b of the shared memory 300 (step 131). Subsequently, transmission data is created and written into this free memory block (step 132). Thereafter, this memory block is used to queue in the transmission/reception queue 300a of the shared memory 300 (step 133).

【0028】図4は、受信側プロセッサ200のドライ
バ203の動作をフローチャートで示したものである。 図4において、まず、共有メモリ300からデータ受信
を検知すると(ステップ231)、共有メモリ300の
送受信キュー300aのメモリブロックをデキューイン
グ(受信)し(ステップ232)、所定のデータ受信処
理を実行する(ステップ233)。その後、使用済みの
メモリブロックを共有メモリ300の空きメモリプール
300bに返却する(ステップ234)。
FIG. 4 is a flowchart showing the operation of the driver 203 of the receiving processor 200. In FIG. 4, first, when data reception is detected from the shared memory 300 (step 231), the memory block of the transmission/reception queue 300a of the shared memory 300 is dequeued (received) (step 232), and predetermined data reception processing is executed. (Step 233). Thereafter, the used memory block is returned to the free memory pool 300b of the shared memory 300 (step 234).

【0029】[0029]

【発明の効果】以上説明したように、この発明では、プ
ロセッサ間通信で用いる共有メモリのメモリブロックを
プロセッサ内のタスク間通信でも共用するように構成し
たので、不要なコピー動作がなくなり、メッセージデー
タ通信の高速化が図れるという効果を奏する。そして、
この効果は送受信メセージデータ長が長くなる程顕著に
なる。
As explained above, in this invention, the memory block of the shared memory used for inter-processor communication is also shared for intra-processor inter-task communication, so unnecessary copy operations are eliminated and message data This has the effect of increasing communication speed. and,
This effect becomes more pronounced as the length of transmitted and received message data increases.

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

【図1】この発明に係わるマルチプロセッサシステムに
おけるメッセージ通信装置の一実施例を示すブロック図
FIG. 1 is a block diagram showing an embodiment of a message communication device in a multiprocessor system according to the present invention.

【図2】図1に示した実施例における具体的動作例を説
明する説明図。
FIG. 2 is an explanatory diagram illustrating a specific example of operation in the embodiment shown in FIG. 1;

【図3】図1に示した実施例における送信側装置の動作
を説明するフローチャート。
FIG. 3 is a flowchart illustrating the operation of the transmitting device in the embodiment shown in FIG. 1;

【図4】図1に示した実施例における受信側装置の動作
を説明するフローチャート。
FIG. 4 is a flowchart illustrating the operation of the receiving device in the embodiment shown in FIG. 1;

【図5】従来のマルチプロセッサシステムにおけるデー
タ通信装置を示すブロック図。
FIG. 5 is a block diagram showing a data communication device in a conventional multiprocessor system.

【図6】図5に示した従来装置における具体的動作例を
説明する説明図。
FIG. 6 is an explanatory diagram illustrating a specific example of operation in the conventional device shown in FIG. 5;

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

10,100    送信側プロセッサ11,21,1
01,201    中央演算処理装置(CPU) 12,22,102,202    オペレーティング
システム(OS) 13,23,103,203    ドライバ20,2
00    受信側プロセッサ30,300    共
有メモリ 31〜3n    メモリブロック 30a,300a    送受信キュー102a,20
2a,121,221    メモリプール121a,
221a    メモリブロック300b    空メ
モリブロックキュー(空きメモリプール) 301    空きメモリブロック
10,100 Sending processor 11, 21, 1
01,201 Central processing unit (CPU) 12,22,102,202 Operating system (OS) 13,23,103,203 Driver 20,2
00 Receiving side processor 30, 300 Shared memory 31 to 3n Memory block 30a, 300a Transmission/reception queue 102a, 20
2a, 121, 221 memory pool 121a,
221a Memory block 300b Free memory block queue (free memory pool) 301 Free memory block

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】共有メモリを有し、この共有メモリの複数
のメモリブロックの連結による送受信キューによりメッ
セージデータの送受信を実行するマルチプロセッサシス
テムにおけるメッセージ通信装置において、前記共有メ
モリのメモリブロックをプロセッサ内のタスク間通信で
共用するようにしたことを特徴とするマルチプロセッサ
システムにおけるメッセージ通信装置。
1. A message communication device in a multiprocessor system that has a shared memory and executes message data transmission and reception using a transmission/reception queue formed by linking a plurality of memory blocks of the shared memory, wherein the memory blocks of the shared memory are connected to each other within a processor. A message communication device in a multiprocessor system, characterized in that the message communication device is shared in inter-task communication.
JP6056691A 1991-03-25 1991-03-25 Message communication equipment for multi-processor system Withdrawn JPH04295952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6056691A JPH04295952A (en) 1991-03-25 1991-03-25 Message communication equipment for multi-processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6056691A JPH04295952A (en) 1991-03-25 1991-03-25 Message communication equipment for multi-processor system

Publications (1)

Publication Number Publication Date
JPH04295952A true JPH04295952A (en) 1992-10-20

Family

ID=13145944

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6056691A Withdrawn JPH04295952A (en) 1991-03-25 1991-03-25 Message communication equipment for multi-processor system

Country Status (1)

Country Link
JP (1) JPH04295952A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7949815B2 (en) * 2006-09-27 2011-05-24 Intel Corporation Virtual heterogeneous channel for message passing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7949815B2 (en) * 2006-09-27 2011-05-24 Intel Corporation Virtual heterogeneous channel for message passing
US8281060B2 (en) 2006-09-27 2012-10-02 Intel Corporation Virtual heterogeneous channel for message passing

Similar Documents

Publication Publication Date Title
EP0536073A2 (en) Method and process for interprocess communication using named pipes
JPH04295952A (en) Message communication equipment for multi-processor system
JP2697588B2 (en) Communication task management method
JPH06259302A (en) Data update processing system of decentralized computer
JP2853607B2 (en) Communication system between jobs
JPS60502073A (en) Circuit device that combines one-chip microprocessor
JP2948380B2 (en) Data communication device
JP2539517B2 (en) Communication control method
JP3030901B2 (en) Private branch exchange
JPH0511341B2 (en)
JPH05314061A (en) Bus interface control system
JPS6124739B2 (en)
JPH02118841A (en) Input queue control system
JPH0338754A (en) Data transfer system
JPS6339237A (en) Line trace control system
JPH05143498A (en) Method for coping with communication fault in distributed system
JPS6243230B2 (en)
JPH0544695B2 (en)
JPS63263850A (en) Communication system between information processors
JPH01297591A (en) Setting and processing system for system timepiece
JPH0253816B2 (en)
JPS60244138A (en) Processor for communication control
JPS6245575B2 (en)
JPS6334665A (en) On-line system in multiplex processor
JPH05260085A (en) Facsimile store and forward exchange device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514