JPH0512199A - Data transfer system - Google Patents

Data transfer system

Info

Publication number
JPH0512199A
JPH0512199A JP15932791A JP15932791A JPH0512199A JP H0512199 A JPH0512199 A JP H0512199A JP 15932791 A JP15932791 A JP 15932791A JP 15932791 A JP15932791 A JP 15932791A JP H0512199 A JPH0512199 A JP H0512199A
Authority
JP
Japan
Prior art keywords
data
module
transfer
processor
area
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
JP15932791A
Other languages
Japanese (ja)
Inventor
Makoto Honma
誠 本間
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 JP15932791A priority Critical patent/JPH0512199A/en
Publication of JPH0512199A publication Critical patent/JPH0512199A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Systems (AREA)

Abstract

PURPOSE:To reduce the waste of a store area at the data receiving side and at the same time to decrease the data copying frequency in a data transfer state. CONSTITUTION:This size information on the largest length, etc., of the transfer data is given to a module B 21 from a module A 11 defore the transfer of data is started. The module 21 forms an area control part in its own data store memory. When the data are transferred between the processors, the module 11 informs the module 21 of the transfer data size. Thus the module 21 searches a pointer out of the area control part for a data receiving area of the minimum capacity that can store the transferred data based on the informed transfer data size. Then the module 21 returns an answer to the module 11. The module 11 copies the transfer data to the pointer showing a store area of its own store memory in an amount equal to the transfer data size.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はプロセッサ間でのデータ
転送方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer system between processors.

【0002】[0002]

【従来の技術】従来、プロセッサ間でのデータ転送方式
は、転送されてきたデータを一時引取りエリア(ワーク
エリア)に一時的に引き取ったのちこれを格納エリアに
移し換えて管理する第1の方式、又は引取りエリアとし
て転送データの最大長のサイズの格納エリアを数多く持
っていてこれらに転送データを直接引き取って管理する
第2の方式となっていた。
2. Description of the Related Art Conventionally, a data transfer method between processors is a first method in which transferred data is temporarily stored in a temporary storage area (work area) and then transferred to a storage area for management. This is the second method in which a large number of storage areas each having a maximum length of transfer data are provided as a transfer area or a transfer area, and transfer data is directly transferred to and managed by these storage areas.

【0003】[0003]

【発明が解決しようとする課題】この従来のデータ転送
方式のうち第1の方式は、伝達データを一時的にワーク
エリアに引き取り、これを管理するための格納エリアに
移し換えるため、転送データのサイズが大きくなるとそ
の移換えの時間が大きくなってしまい性能が低下する。
また、従来の第2の方式では転送データの最大長サイズ
のエリアを数多く持っているので、この各エリアに小さ
なデータを多く引き取ると格納エリアの無駄が多くな
り、メモリ資源を有効に利用できなくなるという欠点が
あった。
The first method of the conventional data transfer methods is to temporarily transfer the transfer data to a work area and transfer it to a storage area for managing the transfer data. The larger the size, the longer the transfer time and the lower the performance.
Further, since the second conventional method has many areas of the maximum length size of transfer data, if a large amount of small data is taken in each area, the storage area is wasted and the memory resources cannot be effectively used. There was a drawback.

【0004】[0004]

【課題を解決するための手段】本発明のデータ転送方式
は、それぞれモジュールとデータ格納メモリとを備える
複数のプロセッサからなるシステムの前記プロセッサ間
のデータ転送方式において、第1のプロセッサから第2
のプロセッサヘのデータ転送が発生したとき前記第1の
プロセッサのデータ転送元モジュールは転送データのサ
イズを前記第2のプロセッサのデータ転送先モジュール
に通知し、このデータ転送先モジュールは自プロセッサ
の前記格納メモリの前記転送データを引き取り格納する
に足る最小容量のデータ引取りエリアのポインタを前記
第1のプロセッサに返答通知し、前記データ転送先モジ
ュールは自プロセッサの前記データ格納メモリの前記ポ
インタに従ったデータを前記データ転送先モジュールに
転送することを特徴とする。
A data transfer system according to the present invention is a data transfer system between processors in a system comprising a plurality of processors each including a module and a data storage memory.
When data transfer to the other processor occurs, the data transfer source module of the first processor notifies the data transfer destination module of the second processor of the size of the transfer data, and the data transfer destination module of the data transfer destination module of the own processor. The pointer of the data receiving area of the minimum capacity sufficient to receive and store the transfer data of the storage memory is notified to the first processor in response, and the data transfer destination module follows the pointer of the data storage memory of its own processor. The transferred data is transferred to the data transfer destination module.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。図1は本発明の一実施例を示すシステムブロック
図、図2は図1における動作の流れを示すフローチャー
トである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings. FIG. 1 is a system block diagram showing an embodiment of the present invention, and FIG. 2 is a flow chart showing an operation flow in FIG.

【0006】本実施例のマルチプロセッサシステムは図
1に示すように、プロセッサ1とプロセッサ2を接続し
てなり、プロセッサ1はモジュールA11とデータ格納
メモリ12とを備え、プロセッサ2はモジュールB21
とデータ格納メモリ22とを備えている。
As shown in FIG. 1, the multiprocessor system of this embodiment comprises a processor 1 and a processor 2 connected to each other. The processor 1 comprises a module A11 and a data storage memory 12, and the processor 2 comprises a module B21.
And a data storage memory 22.

【0007】続いて本実施例の動作について図2を併用
して説明する。まずプロセッサ1からプロセッサ2へデ
ータ転送を開始する前にモジュールA11からモジュー
ルB21に転送データの最大長等のサイズ情報Nを通知
しておく(ステップ1)。モジュールB21はデータ格
納メモリ22にエリア管理部CTAを生成して(ステッ
プ2)、データ転送の発生を待つ(ステップ3)。この
状態でプロセッサ1からプロセッサ2へのデータ転送が
発生すると、モジュールA11はモジュールB21に転
送データサイズSZを通知する(ステップ4)。モジュ
ールB21は転送データサイズSZから転送データを引
き取って格納するに足る最小容量のデータ引取りエリア
のポインタPTをエリア管理部CTAからサーチして
(ステップ5)、モジュールA11に返答通知する(ス
テップ6)。モジュールA11はデータ格納メモリ12
の格納エリアを示すポインタPTへ転送データMをその
サイズ分コピーする。これにより転送データMはデータ
格納メモリ22内の格納エリアに伝達される(ステップ
7)。
Next, the operation of this embodiment will be described with reference to FIG. First, before starting data transfer from the processor 1 to the processor 2, the module A11 notifies the module B21 of size information N such as the maximum length of transfer data (step 1). The module B21 generates the area management unit CTA in the data storage memory 22 (step 2) and waits for the occurrence of data transfer (step 3). When data transfer from the processor 1 to the processor 2 occurs in this state, the module A11 notifies the module B21 of the transfer data size SZ (step 4). The module B21 searches the area management unit CTA for a pointer PT of a data collection area having a minimum capacity for receiving and storing transfer data from the transfer data size SZ (step 5), and notifies the module A11 of a reply (step 6). ). Module A11 is data storage memory 12
The transfer data M of the size is copied to the pointer PT indicating the storage area of. As a result, the transfer data M is transmitted to the storage area in the data storage memory 22 (step 7).

【0008】[0008]

【発明の効果】以上説明したように本発明のデータ転送
方式は、転送先モジュールでは転送先モジュールから通
知されたポインタを受け取って、このポインタから転送
先データサイズ分だけコピーして転送するようにしたの
で、データ引取り側の格納エリアの無駄を少なくするこ
とができ、また転送の際のデータのコピー回数を減らす
ことができるという効果がある。
As described above, according to the data transfer method of the present invention, the transfer destination module receives the pointer notified from the transfer destination module, and copies the transfer destination data size from the pointer to transfer. Therefore, it is possible to reduce the waste of the storage area on the data receiving side and to reduce the number of times data is copied during transfer.

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

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

【図2】図1における動作の流れを示すフローチャート
である。
FIG. 2 is a flowchart showing a flow of operations in FIG.

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

1,2 プロセッサ 11,21 モジュールA,B 12,22 データ格納メモリ CTA エリア管理部 M 転送データ N 格納エリア情報 PT ポインタ SZ 転送データサイズ 1, 2 Processors 11, 21 Modules A, B 12, 22 Data storage memory CTA Area management unit M Transfer data N Storage area information PT pointer SZ Transfer data size

Claims (1)

【特許請求の範囲】 【請求項1】 それぞれモジュールとデータ格納メモリ
とを備える複数のプロセッサからなるシステムの前記プ
ロセッサ間のデータ転送方式において、第1のプロセッ
サから第2のプロセッサヘのデータ転送が発生したとき
前記第1のプロセッサのデータ転送元モジュールは転送
データのサイズを前記第2のプロセッサのデータ転送先
モジュールに通知し、このデータ転送先モジュールは自
プロセッサの前記データ格納メモリの前記転送データを
引き取り格納するに足る最小容量のデータ引取りエリア
のポインタを前記第1のプロセッサに返答通知し、前記
データ転送先モジュールは自プロセッサの前記データ格
納メモリの前記ポインタに従ったデータを前記データ転
送先モジュールに転送することを特徴とするデータ転送
方式。
Claim: What is claimed is: 1. In a data transfer system between processors in a system comprising a plurality of processors each including a module and a data storage memory, data transfer from a first processor to a second processor is performed. When it occurs, the data transfer source module of the first processor notifies the size of transfer data to the data transfer destination module of the second processor, and the data transfer destination module is the transfer data of the data storage memory of its own processor. To the first processor, the data transfer destination module notifies the first processor of a pointer of a data receiving area having a minimum capacity enough to receive and store the data, and the data transfer destination module transfers the data according to the pointer of the data storage memory of the own processor. Data transfer characterized by transfer to the destination module Method.
JP15932791A 1991-07-01 1991-07-01 Data transfer system Pending JPH0512199A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15932791A JPH0512199A (en) 1991-07-01 1991-07-01 Data transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15932791A JPH0512199A (en) 1991-07-01 1991-07-01 Data transfer system

Publications (1)

Publication Number Publication Date
JPH0512199A true JPH0512199A (en) 1993-01-22

Family

ID=15691393

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15932791A Pending JPH0512199A (en) 1991-07-01 1991-07-01 Data transfer system

Country Status (1)

Country Link
JP (1) JPH0512199A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6671752B1 (en) 2000-08-28 2003-12-30 International Business Machines Corporation Method and apparatus for bus optimization in a PLB system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6671752B1 (en) 2000-08-28 2003-12-30 International Business Machines Corporation Method and apparatus for bus optimization in a PLB system

Similar Documents

Publication Publication Date Title
JP4186537B2 (en) Disk array system backup method
JP2809961B2 (en) Multiprocessor
EP0106213B1 (en) Decentralized information processing system and initial program loading method therefor
JPS61502846A (en) How to back up your database
JPH0512199A (en) Data transfer system
US6886088B2 (en) Memory that allows simultaneous read requests
JPH01198862A (en) System for managing received document
JP2728591B2 (en) Information processing device
JPS59214977A (en) Data processing device
KR20040050958A (en) Memory database back-up apparatus by duplicating management and method thereof
JP2995420B2 (en) Network disconnection method
JP2793411B2 (en) I / O processor
JPS5960547A (en) Interface converting device
JP3260515B2 (en) Interface circuit for multiple port storage device
JPS6240565A (en) Memory control system
JPS62196729A (en) Loading system for microprogram
JPS60247767A (en) Simultaneous input and output system for reading-out and writing-in operation of shared memory
JP2001236238A (en) Method for processing interruption
JPH11327681A (en) Virtual system time management system and management method and recording medium recording management program
JPH0744457A (en) Parallel processing unit
JPH10207638A (en) Copying device
JPH064472A (en) Input/output priority order control system
JPH0962642A (en) Program loading system of parallel computer
JPS62127955A (en) Page control system
JPH01283653A (en) Memory pool managing system