Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP2589006B2 - Information processing device - Google Patents
[go: Go Back, main page]

JP2589006B2 - Information processing device - Google Patents

Information processing device

Info

Publication number
JP2589006B2
JP2589006B2 JP3137567A JP13756791A JP2589006B2 JP 2589006 B2 JP2589006 B2 JP 2589006B2 JP 3137567 A JP3137567 A JP 3137567A JP 13756791 A JP13756791 A JP 13756791A JP 2589006 B2 JP2589006 B2 JP 2589006B2
Authority
JP
Japan
Prior art keywords
processor
data
command
processing
header
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP3137567A
Other languages
Japanese (ja)
Other versions
JPH04362764A (en
Inventor
智子 大崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3137567A priority Critical patent/JP2589006B2/en
Publication of JPH04362764A publication Critical patent/JPH04362764A/en
Application granted granted Critical
Publication of JP2589006B2 publication Critical patent/JP2589006B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、プロセッサ間で通信を
行うプロセッサ間通信処理方式であって、相互のコマン
ドの授受によって情報処理を行う2台のプロセッサから
構成される情報処理装置間で、多量のデータのリード/
ライトを行う際に生じるデータの編集作業の時間を削減
し、両プロセッサ間の処理効率の向上を実現するプロセ
ッサ間通信処理方式に関するものである。個々のプロセ
ッサの能力が向上している現在、更にマルチプロセッサ
・システムを構築することにより、システムの性能向上
が要求されている。このマルチプロセッサ・システムの
欠点であるプロセッサ間の通信時間の削減が望まれてい
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inter-processor communication processing method for performing communication between processors, wherein an information processing apparatus comprising two processors for performing information processing by mutually transmitting and receiving commands is provided. Read a large amount of data /
The present invention relates to an inter-processor communication processing method that reduces the time required for data editing work that occurs when performing writing and improves processing efficiency between both processors. Now that the performance of individual processors has been improved, there is a demand for improved system performance by constructing further multiprocessor systems. It is desired to reduce communication time between processors, which is a drawback of this multiprocessor system.

【0002】[0002]

【従来の技術】従来のコマンド授受によって共有メモリ
を介して通信を行うマルチプロセッサ・システムが、多
量のデータのリード/ライトを行う場合、あるプロセッ
サAがリクエスト・コマンドを発行してプロセッサBに
処理依頼し、プロセッサBが依頼を受けた処理を行って
その結果をレスポンス・コマンドでプロセッサAに返
す。この際、図4に示すように、プロセッサBがインタ
フェース内の共有メモリにヘッダとデータを書き込
み、これをプロセッサAが受け取る。レスポンス・コマ
ンドで図示のようなヘッダとデータを受け取ったプ
ロセッサAは、左側に示すように、プロセッサA内のメ
モリに、ヘッダとデータをコピーする。次に、同様
に、プロセッサAはリクエスト・コマンドを順次発行
し、プロセッサBから受け取ったレスポンス・コマンド
によってインタフェース内の共有メモリにプロセッサB
によって書き込まれたヘッダとデータ、ヘッダと
データ、ヘッダとデータからデータ、、の
みをその都度順次取り出し、プロセッサA内のメモリに
図示のように連続して格納する。そして、この連続させ
たデータをハードディスク装置などに格納するようにし
ていた。
2. Description of the Related Art In a conventional multiprocessor system which performs communication via a shared memory by transmitting and receiving commands, when a large amount of data is read / written, a certain processor A issues a request command and processes the request command to a processor B. Then, the processor B performs the requested processing, and returns the result to the processor A as a response command. At this time, as shown in FIG. 4, the processor B writes a header and data to the shared memory in the interface, and the processor A receives the data. Processor A that has received the header and data as illustrated in the response command copies the header and data to the memory in processor A as shown on the left. Next, similarly, the processor A sequentially issues request commands, and stores the processor B in the shared memory in the interface according to the response command received from the processor B.
Each time, only the header and data written therein, and the header and data, and the data from the header and data, are sequentially extracted and stored successively in the memory of the processor A as shown in the figure. Then, the continuous data is stored in a hard disk device or the like.

【0003】[0003]

【発明が解決しようとする課題】このため、処理依頼元
のプロセッサAは、処理依頼先のプロセッサBから受け
取ったデータの編集作業をその都度、行う必要があり、
この編集作業の間に次のリクエスト・コマンドを発行で
きず、マルチプロセッサ・システムにおいて迅速に処理
を行えないなどの問題があった。
For this reason, it is necessary for the processor A of the processing requester to edit the data received from the processor B of the processing request destination each time.
During this editing operation, the next request command cannot be issued, and there is a problem that the processing cannot be performed quickly in a multiprocessor system.

【0004】本発明は、リクエスト・コマンド内に編集
情報フラグを設け、依頼先のプロセッサで編集して共有
メモリに格納してこれを依頼元のプロセッサが受け取る
ことにより、編集作業を削減してマルチプロセッサシス
テムの全体の処理効率を向上させることを目的としてい
る。
According to the present invention, an editing information flag is provided in a request command, edited by a requesting processor, stored in a shared memory, and received by the requesting processor, thereby reducing editing work and reducing multi-processing. It is intended to improve the overall processing efficiency of the processor system.

【0005】[0005]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、リクエス
ト・コマンド11は、処理依頼内容および編集情報フラ
グ13などからなるコマンドである。プロセッサA、プ
ロセッサBは、マルチプロセッサ・システムを構成する
プロセッサであって、インタフェース2内の共有メモリ
を介して通信を行うものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, a request command 11 is a command including a processing request content, an edit information flag 13, and the like. The processors A and B are processors constituting a multiprocessor system, and perform communication via a shared memory in the interface 2.

【0006】インタフェース2は、プロセッサA、Bが
処理依頼やその結果の授受を行うための共有メモリなど
からなるものである。
The interface 2 comprises a shared memory for the processors A and B to send and receive processing requests and results.

【0007】[0007]

【作用】本発明は、図1に示すように、プロセッサAが
リクエスト・コマンド11を他のプロセッサBに発行
し、プロセッサBが依頼を受けた処理を行った結果につ
いて、リクエスト・コマンド11内の編集情報フラグ1
3がオフのときにヘッダ部12およびデータ部14をイ
ンタフェース2内の共有メモリに格納し、一方、編集情
報フラグ13がオンのときにインタフェース2内の共有
メモリのヘッダ部格納域にヘッダ部を格納およびデータ
部を指定されたアドレスに格納した後、レスポンス・コ
マンド16でその結果を依頼元のプロセッサAに通知す
ることを必要に応じて順次繰り返し、プロセッサAがイ
ンタフェース2内の共有メモリからデータをまとめて取
り込むようにしている。
According to the present invention, as shown in FIG. 1, the processor A issues a request command 11 to another processor B, and the processor B performs the requested processing. Edit information flag 1
When the edit information flag 13 is on, the header section 12 and the data section 14 are stored in the shared memory in the interface 2. When the edit information flag 13 is on, the header section is stored in the header section storage area of the shared memory in the interface 2. After storing and storing the data portion at the designated address, the result is notified to the requesting processor A by the response command 16 in order as necessary, and the processor A transmits the data from the shared memory in the interface 2. In a batch.

【0008】従って、リクエスト・コマンド11内に編
集情報フラグ13を設け、依頼先のプロセッサで編集し
て共有メモリに格納してこれを依頼元のプロセッサが受
け取ることにより、編集作業を削減してマルチプロセッ
サシステムの全体の処理効率を向上させることが可能と
なる。
Accordingly, an editing information flag 13 is provided in the request command 11, edited by the requesting processor, stored in the shared memory, and received by the requesting processor, thereby reducing editing work and reducing multi-processing. It is possible to improve the overall processing efficiency of the processor system.

【0009】[0009]

【実施例】次に、図1から図3を用いて本発明の実施例
の構成および動作を順次詳細に説明する。図1の(イ)
は、構成ブロック図を示す。図1の(イ)において、情
報処理装置1は、プロセッサAとプロセッサBをインタ
フェース2を用いて接続したマルチプロセッサ・システ
ムから構成される、情報を処理する装置である。この情
報処理装置1は、更にインタフェース5を介して他の情
報処理装置3や、インタフェース6を介して他の情報処
理装置4と接続し、全体として複数のプロセッサで処理
を行うシステムである。
Next, the structure and operation of an embodiment of the present invention will be sequentially described in detail with reference to FIGS. Fig. 1 (a)
Shows a configuration block diagram. In FIG. 1A, an information processing device 1 is a device for processing information, which is composed of a multiprocessor system in which a processor A and a processor B are connected using an interface 2. The information processing apparatus 1 is a system that is further connected to another information processing apparatus 3 via an interface 5 and another information processing apparatus 4 via an interface 6 and performs processing by a plurality of processors as a whole.

【0010】図1の(ロ)は、リクエスト・コマンド例
を示す。このリクエスト・コマンドは、例えば図1の
(イ)のプロセッサAがインタフェース2を介してプロ
セッサBに発行して処理依頼するコマンドである。ここ
で、・アクセス対象:依頼したアクセス対象(例えばコ
ントロールストレージなど)・アクセスアドレス:アク
セス対象をアクセスするアドレス・Read/Writ
e:アクセス対象のアクセスアドレスについて、リード
するか、ライトするかの種別・アクセス長:アクセスす
る長さ(例えばバイト長)・処理結果:リクエストコマ
ンドで処理依頼した結果(例えば正常、異常など)・デ
ータポインタ:インタフェース内の共有メモリのデータ
部のポインタ(アドレス)・編集情報フラグ:本発明の
フラグであって、処理依頼先のプロセッサに処理結果の
データ部をインタフェース2内の共有メモリの指定した
アドレスに格納する旨のフラグ読み出し/書き込みのデ
ータ:インタフェース2内の共有メモリのデータ部設定
エリアに格納したデータ(データ部14)次に、図2の
(イ)のフローチャートに従い、図3のリクエストコマ
ンド、レスポンスコマンドをからの順序で発行した
ときの動作を、図2の(ロ)を用いて詳細に説明する。
FIG. 1B shows an example of a request command. This request command is, for example, a command that the processor A in FIG. 1A issues to the processor B via the interface 2 to request processing. Here, access target: requested access target (for example, control storage, etc.) access address: address for accessing the access target Read / Write
e: Type of read or write for the access address to be accessed. Access length: Length of access (for example, byte length). Processing result: Result of request processing by request command (for example, normal, abnormal, etc.). Data pointer: Pointer (address) / edit information flag of the data part of the shared memory in the interface: A flag of the present invention, which specifies the data part of the processing result to the processor of the processing request in the shared memory in the interface 2. Flag read / write data to be stored in the address: data stored in the data section setting area of the shared memory in the interface 2 (data section 14) Next, according to the flowchart of FIG. The operation when the command and the response command are issued in the order from B) it will be described in detail with reference to.

【0011】図2の(イ)において、S1は、プロセッ
サAがリクエスト・コマンド1を発行する。これは、プ
ロセッサAが図3のリクエスト・コマンド1を発行す
る。S2は、S1で発行された図3のリクエスト・コ
マンド1を受け取ったプロセッサBが、当該リクエス
ト・コマンドで依頼を受けた処理を行い、その結果を共
有メモリに格納する。これは、図3のリクエスト・コ
マンドで依頼を受けたアクセス対象(00 00 03、コント
ロール・ストレージ)のアクセスアドレス(00 00 10)
からリード(02)をアクセス長(00 04 00バイト)だけ行
い、編集情報フラグ13がオフ(00 00) であったので、
その読み出した結果をインタフェース2内の共有メモリ
へのポインタ00 20 00が示すアドレスから、図2の(ロ)
ヘッダとデータに示すように順次格納する。
In FIG. 2A, the processor A issues a request command 1 in S1. This means that processor A issues request command 1 of FIG. In S2, the processor B that has received the request command 1 of FIG. 3 issued in S1 performs the processing requested by the request command, and stores the result in the shared memory. This is the access address (00 00 10) of the access target (00 00 03, control storage) requested by the request command in FIG.
Since the read (02) is performed only for the access length (00 04 00 bytes) and the edit information flag 13 is off (00 00),
The read result is obtained from the address indicated by the pointer 00 2 00 to the shared memory in the interface 2 as shown in FIG.
They are stored sequentially as shown in the header and data.

【0012】S3は、プロセッサBがレスポンスコマン
ド1を発行する。これは、プロセッサBが図3のレス
ポンス・コマンド1を発行する。この図3のレスポン
ス・コマンドには、図示のように、正常終了の旨、およ
びインタフェース2内の共有メモリにヘッダ部およびデ
ータ部を書き込む先頭アドレスを設定する。S4は、プ
ロセッサAがS3で発行された図3のレスポンス・コ
マンド1を受信する。これにより、図2の(ロ)のイン
タフェース2内の共有メモリへのポインタが示すアドレ
ス以降にヘッダ部とデータ部とが図示のように格納
されていることを受信する。
At S3, the processor B issues a response command 1. This means that the processor B issues the response command 1 in FIG. In the response command of FIG. 3, as shown in the figure, a message indicating normal termination and a start address for writing a header portion and a data portion in the shared memory in the interface 2 are set. At S4, the processor A receives the response command 1 of FIG. 3 issued at S3. Thereby, it is received that the header part and the data part are stored as shown in the figure after the address indicated by the pointer to the shared memory in the interface 2 in (b) of FIG.

【0013】S5は、編集情報フラグ13をオンに設定
し、リクエスト・コマンド2を発行する。これは、プロ
セッサAが続いて、図3のリクエストコマンド2を発
行する(ここで、編集情報フラグ13をオンに設定して
おく)。S6は、プロセッサBが図3のリクエスト・
コマンドによって依頼された処理を行い、その結果を共
有メモリに格納する。即ち、アクセス対象(00 00 03、
コントロール・ストレージ)のアクセスアドレス(00 4
0 10)からリード(02)をアクセス長(00 04 00バイト)だ
け行い、編集情報フラグ13がオン(00 10) であったの
で、その読み出した結果をインタフェース2内の共有メ
モリの00 21 00が示すアドレスから図2の(ロ)データ
に示すように格納、およびヘッダ部をヘッダ部設定エリ
アに格納する。
In step S5, the edit information flag 13 is set to ON, and a request command 2 is issued. This is followed by the processor A issuing the request command 2 in FIG. 3 (the editing information flag 13 is set to ON here). In S6, the processor B sends the request of FIG.
Performs the process requested by the command and stores the result in the shared memory. That is, the access target (00 00 03,
Control storage access address (00 4
Since the read (02) is performed for the access length (00 04 00 bytes) from (0 10) and the edit information flag 13 is ON (00 10), the read result is stored in the shared memory 00 21 00 in the interface 2. Is stored from the address indicated by, as shown in (b) data of FIG. 2, and the header part is stored in the header part setting area.

【0014】S7は、レスポンス・コマンド2を発行す
る。これは、プロセッサBが、S6の処理を行った後、
図3のレスポンス・コマンド2を発行する。以上のよ
うに、プロセッサAが図3のリクエスト・コマンド1
を発行し、プロセッサBがこのリクエスト・コマンド
1で依頼を受けた処理を行った後、レスポンス・コマ
ンド1を発行し、続いてプロセッサAがリクセスト・
コマンド2(編集情報フラグ13がオン)を発行し、プ
ロセッサBがこのリクエスト・コマンドで依頼を受け
た処理を行った後、レスポンス・コマンド2を発行す
ることにより、図2の(ロ)のインタフェース2内の共
有メモリに、ヘッダ、データ、データが連続した
領域に格納されると共に、ヘッダはヘッダ部設定エリ
アに格納される。
At S7, a response command 2 is issued. This is because after the processor B performs the processing of S6,
The response command 2 of FIG. 3 is issued. As described above, the processor A receives the request command 1 shown in FIG.
Is issued, and after the processor B performs the processing requested by the request command 1, the processor B issues a response command 1, and then the processor A issues the request command 1.
After issuing the command 2 (the edit information flag 13 is turned on) and the processor B performs the processing requested by the request command, the processor B issues the response command 2, thereby obtaining the interface shown in FIG. 2, a header, data, and data are stored in a continuous area in the shared memory, and the header is stored in the header section setting area.

【0015】以下同様に、プロセッサAが図3のリク
エスト・コマンド3、リクエストコマンド4、プロセ
ッサBが依頼を受けた処理を行った後、リクエスト・
コマンド、リクエスト・コマンドを発行することによ
り、図2の(ロ)に示すように、ヘッダ部、データ部
、、、が連続した領域に格納されるので、プロ
セッサAはこの連続した領域のヘッダ部、データ部
、、、を一括して外部記憶装置などに編集する
ことなく、迅速に格納することが可能となる。
Similarly, after the processor A performs the request command 3 and the request command 4 shown in FIG.
By issuing the command and the request command, as shown in FIG. 2B, the header section, the data section, and the like are stored in a continuous area. , Data part,... Can be quickly stored without being edited collectively in an external storage device or the like.

【0016】図2の(ロ)は、インタフェース2内の共
有メモリにヘッダ部およびデータ部を格納した様子を示
す。これは、既述したように、プロセッサAが図3の編
集情報フラグ13がオフのリクエスト・コマンド1、
編集情報フラグ13がオンのリクエスト・コマンド
2、リクセスト・コマンド3、リクエスト・コマン
ド4を順次発行し、これに対応してプロセッサBがイン
タフェース2内の共有メモリに格納した状態を示す。こ
の状態でプロセッサAは、プロセッサBによって編集さ
れたデータ(ヘッダ部、データ部、、、)を
まとめて例えば外部記憶装置に迅速に格納、即ち従来の
図4の右側のデータを左側のデータに複数回のコピーを
行うという編集を行うことなく格納することが可能とな
る。
FIG. 2B shows a state where the header section and the data section are stored in the shared memory in the interface 2. This is because, as described above, the processor A requests the command 1 with the edit information flag 13 of FIG.
A request command 2, a request command 3, and a request command 4 in which the edit information flag 13 is ON are sequentially issued, and the processor B stores the request command 2, the request command 3, and the request command 4 in the shared memory in the interface 2 in response thereto. In this state, the processor A collectively stores the data (header portion, data portion,...) Edited by the processor B, for example, quickly in an external storage device, that is, converts the data on the right in FIG. It is possible to store the data without performing the editing of making multiple copies.

【0017】図3は、本発明のコマンド例を示す。これ
は、図1の構成で、プロセッサAがリクエストコマン
ド1、リクエスト・コマンド2、リクエスト・コマ
ンド3、リクエスト・コマンド3を順次発行し、プロ
セッサBがこれらリクエストコマンドで依頼を受けた処
理を行った後、レスポンス・コマンド1、レスポン
ス・コマンド2、レスポンス・コマンド3、レスポ
ンス・コマンド4を発行するときのものである。
FIG. 3 shows an example of a command according to the present invention. In the configuration shown in FIG. 1, processor A sequentially issues request command 1, request command 2, request command 3, and request command 3, and processor B performs the processing requested by these request commands. Thereafter, the response command 1, the response command 2, the response command 3, and the response command 4 are issued.

【0018】[0018]

【発明の効果】以上説明したように、本発明によれば、
リクエスト・コマンド11内に編集情報フラグ13を設
け、これを設定して依頼先のプロセッサで編集してイン
フェース内の共有メモリに格納してこれを依頼元のプロ
セッサが受け取る構成を採用しているため、編集作業を
削減してマルチプロセッサシステムの全体の処理効率を
向上させることができる。これにより、内部プログラム
のみの改良により、コマンド処理方式のマルチプロセッ
サ・システムに必要不可欠なプロセッサ間のコマンドの
送受信を効率良好に行うことができ、処理効率の高いマ
ルチプロセッサ・システムを構築することが可能とな
る。
As described above, according to the present invention,
An editing information flag 13 is provided in the request command 11, is set, edited by the requesting processor, stored in the shared memory in the interface, and received by the requesting processor. Therefore, editing work can be reduced and the overall processing efficiency of the multiprocessor system can be improved. This makes it possible to efficiently transmit and receive commands between processors, which are indispensable for a command processing type multiprocessor system, by improving only the internal program, and to construct a multiprocessor system with high processing efficiency. It becomes possible.

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

【図1】本発明の1実施例構成図である。FIG. 1 is a configuration diagram of one embodiment of the present invention.

【図2】本発明の動作説明図である。FIG. 2 is a diagram illustrating the operation of the present invention.

【図3】本発明のコマンド例である。FIG. 3 is a command example of the present invention.

【図4】従来のデータ格納方法説明図である。FIG. 4 is an explanatory diagram of a conventional data storage method.

【符号の説明】 1、3、4:情報処理装置 2、5、6:共有メモリを持つインタフェース 11:リクエスト・コマンド 12:ヘッダ部 13:編集情報フラグ 14:データ部 15:レスポンス・コマンド[Description of Reference Codes] 1, 3, 4: Information processing device 2, 5, 6: Interface having shared memory 11: Request command 12: Header 13: Edit information flag 14: Data 15: Response command

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プロセッサ間で授受されるコマンド内の
データ部分を格納するデータ部格納域と当該コマンド内
のヘッダ部分を格納するヘッダ部格納域とを有する共有
メモリと、 リクエスト・コマンド内に編集情報フラグを設定して処
理の依頼を行い、当該編集情報フラグに基づいて前記共
有メモリのデータ部格納域に格納された処理結果を受信
する第1のプロセッサと、 前記第1のプロセッサからの編集情報フラグに応じて、
前記第1のプロセッサからの処理依頼に対する処理結果
をデータ部分とヘッダ部分に編集してそれぞれ前記共有
メモリのデータ部格納域とヘッダ部格納域にそれぞれ格
納する第2のプロセッサとを備えたことを特徴とする情
報処理装置
1. A command exchanged between processors .
Data part storage area for storing the data part and within the command
Sharing with a header part storage area for storing the header part of
Set the edit information flag in the memory and in the request command to process
Request for management, and based on the edit information flag,
Receives processing results stored in the data storage area of the existing memory
A first processor to execute, and an edit information flag from the first processor,
Processing result in response to a processing request from the first processor
Edit the data part and the header part and share each
Stored in the data area storage area and header area
And a second processor for storing the information.
Information processing device .
JP3137567A 1991-06-10 1991-06-10 Information processing device Expired - Lifetime JP2589006B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3137567A JP2589006B2 (en) 1991-06-10 1991-06-10 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3137567A JP2589006B2 (en) 1991-06-10 1991-06-10 Information processing device

Publications (2)

Publication Number Publication Date
JPH04362764A JPH04362764A (en) 1992-12-15
JP2589006B2 true JP2589006B2 (en) 1997-03-12

Family

ID=15201738

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3137567A Expired - Lifetime JP2589006B2 (en) 1991-06-10 1991-06-10 Information processing device

Country Status (1)

Country Link
JP (1) JP2589006B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63292261A (en) * 1987-05-25 1988-11-29 Matsushita Electric Ind Co Ltd multiprocessor equipment
JPH0746337B2 (en) * 1988-04-25 1995-05-17 富士通株式会社 Adapter control method

Also Published As

Publication number Publication date
JPH04362764A (en) 1992-12-15

Similar Documents

Publication Publication Date Title
US5201040A (en) Multiprocessor system having subsystems which are loosely coupled through a random access storage and which each include a tightly coupled multiprocessor
JPS5818728A (en) Data communication executing system
US5901328A (en) System for transferring data between main computer multiport memory and external device in parallel system utilizing memory protection scheme and changing memory protection area
US4639862A (en) Computer system
JPH01269142A (en) Buffer memory control system
JP2589006B2 (en) Information processing device
EP0164972A2 (en) Shared memory multiprocessor system
JP3110024B2 (en) Memory control system
JP2522412B2 (en) Communication method between programmable controller and input / output device
JP3825605B2 (en) Data processing device
JP2540844B2 (en) Data transfer control method
JPS6020255A (en) Buffer memory control system
JP2994917B2 (en) Storage system
JP2984594B2 (en) Multi-cluster information processing system
JP2594567B2 (en) Memory access control device
JPH0246967B2 (en)
JPS585824A (en) Data transferring system between channels
JPS62134718A (en) Data access control system
JPS6113265B2 (en)
JPH0236011B2 (en)
JPH03252848A (en) Variable bus width designation/information reception system for split bus
JPH0564824B2 (en)
JPH0685154B2 (en) Intermediate buffer control method
JPH0918540A (en) Data transfer system
JPH0666058B2 (en) Channel processor

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19961022