JPS62134728A - Inter-program data transferring system - Google Patents

Inter-program data transferring system

Info

Publication number
JPS62134728A
JPS62134728A JP27456285A JP27456285A JPS62134728A JP S62134728 A JPS62134728 A JP S62134728A JP 27456285 A JP27456285 A JP 27456285A JP 27456285 A JP27456285 A JP 27456285A JP S62134728 A JPS62134728 A JP S62134728A
Authority
JP
Japan
Prior art keywords
buffer
data
program
segment descriptor
buffer 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.)
Granted
Application number
JP27456285A
Other languages
Japanese (ja)
Other versions
JPH0444291B2 (en
Inventor
Kunikazu Kawashima
川嶋 邦一
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP27456285A priority Critical patent/JPS62134728A/en
Publication of JPS62134728A publication Critical patent/JPS62134728A/en
Publication of JPH0444291B2 publication Critical patent/JPH0444291B2/ja
Granted legal-status Critical Current

Links

Abstract

PURPOSE:To reduce a load on a central processor, and to improve the efficiency of a memory by shortening the time required for transferring a data, by providing a buffer area managing means, a buffer allocation request means, a transfer means, and a buffer release request means. CONSTITUTION:When a segment descriptor is informed from a buffer area managing means 4, a buffer allocation request means 1 informs it to a data transmitting program 6. The data transmitting program 6 processes a data on a buffer 31, and delivers the segment descriptor to a transfer means 5. When the segment descriptor is received from the data transmitting program 6, the transfer means 5 informs it to a data receiving program 7. When the segment descriptor is received from the data receiving program, a buffer release request means 2 requests to the buffer area managing means 4 so that the buffer 31 corresponding to its segment descriptor is released. When this request is received, the buffer area managing means 4 updates the contents of a management table so that the buffer 31 which is expressed by the segment descriptor remains unused, and executes a buffer release processing.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータ処理システムにおけるプログラム間のデ
ータ転送方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data transfer method between programs in a data processing system.

〔従来の技術〕[Conventional technology]

プログラム間でデータ転送を行なう場合、従来は、予め
決められた方法で転送するデータの最大サイズを決定し
、データ受信プログラム側とデータ送信プログラム側の
双方に最大サイズ以上のサイズのバッファを!1町備し
た後、データ送信プじ1グラム側のバッファのデータを
データ受信プログラム側のバッファに複写することによ
り行なわれていた。
Conventionally, when transferring data between programs, the maximum size of the data to be transferred is determined using a predetermined method, and a buffer of a size larger than the maximum size is created on both the data receiving program side and the data sending program side. After preparing one program, the data transmission program was carried out by copying the data in the buffer on the one-gram side to the buffer on the data reception program side.

[発明が解決しようとする問題点] しかし、」二連した従来の方式では、データを複写する
必要があるため中央処理装置の負荷が増大すると共にデ
ータ転送に多くの時間を要するという問題点と、データ
受信プログラム側でもバッファを〆lj (liftす
る必要があるためにメモリ効率が悪く且つデータ受(Δ
プログラム側でもバッファの最大サイズの決定手順が必
要となるという問題点があった。
[Problems to be Solved by the Invention] However, the conventional double-copy method has the problems of increasing the load on the central processing unit and taking a long time to transfer data because it is necessary to copy the data. , since the data receiving program side also needs to lift the buffer, the memory efficiency is poor and the data receiving program (Δ
There was a problem in that a procedure for determining the maximum size of the buffer was also required on the program side.

本発明はこのような従来の問題点を解決したもので、そ
のL1的は、データ送信プログラムとデータ受信プログ
ラムとの間のデータ転送に際するデータ処理システムの
中央処理装置のft荷を軽減すると共に、転送のための
所要時間が少なくて済み目、つメモリ効率の優れた方式
を提Ojすることにある。
The present invention solves these conventional problems, and its L1 purpose is to reduce the load on the central processing unit of a data processing system when transferring data between a data sending program and a data receiving program. In addition, it is an object of the present invention to provide a method that requires less time for transfer and has excellent memory efficiency.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のプログラム間データ転送方式は、仮想メモリ空
間をセグメント単位で参照することが可能なデータ処理
システムにおけるデータ送信プログラムとデータ受信プ
ログラムとのプログラム間データ転送方式において、 予め用意されたバッファ領域の割当て状況を管理すると
共に割当てたバッファを表現するセグメント記述子を生
成するバッファ領域管理手段と、データ送信プログラム
から要求されたサイズのバッファを前記バッファ領域か
ら割当てることを前記バッファ領域管理手段に要求し、
該要求に応して前記バッファ管理手段で生成されたセグ
メント記述子を取得するバッファ割当て要求手段と、該
バッファ割当て要求手段で取得されたセグメント記述子
で表現されるバッファ上でデータ処理を行なったデータ
送信プログラムから送信処理済のバッファのセグメント
記述子を受取り、該受取ったセグメント記述子をデータ
受信プログラムに転送する転送手段と、 該転送手段により転送されたセグメント記述子で表現さ
れるバッファ上でデータ処理を行なったデータ受信プロ
グラムから受(ε処理済のバッファのセグメント記述子
を受取り、該セグメント記述子で表現されるバッファの
解放を前記バッファ領域管理手段に要求するバッファ解
放要求手段とから構成される。
The inter-program data transfer method of the present invention is an inter-program data transfer method between a data sending program and a data receiving program in a data processing system that can refer to virtual memory space in segment units. buffer area management means for managing the allocation status and generating a segment descriptor representing the allocated buffer; and requesting the buffer area management means to allocate a buffer of a size requested by the data transmission program from the buffer area. ,
buffer allocation request means for obtaining a segment descriptor generated by the buffer management means in response to the request; and data processing is performed on the buffer represented by the segment descriptor obtained by the buffer allocation request means. a transfer means that receives a segment descriptor of a buffer that has undergone transmission processing from a data sending program and transfers the received segment descriptor to a data receiving program; Buffer release request means receives a segment descriptor of a buffer that has been processed (ε) from a data receiving program that has processed data, and requests the buffer area management means to release the buffer represented by the segment descriptor. be done.

(作用〕 データ送信プログラムからデータ受信プログラムへデー
タを転送する際、予め用意されたバッファ領域からデー
タ送信プログラムのデータ転送に必要なサイズのバッフ
ァが割当てられ、この割当てられたバッファを表現する
セグメント記述子がバッファ領域管理手段で生成される
。データ送信プログラムはこの生成されたセグメント記
述子で表現されるバッファ上でデータを処理した後、そ
のピグメント記述子を転送手段によりデータ受信プロゲ
ラl、に通知し、この通知を受けたデータ受信プログラ
ムは通知されたセグメント記述子で表現されたバッファ
のデータを処理した後、バッファ解放要求手段によりそ
のセグメント記述子で表現されたバッファの解放をバッ
ファ領域管理手段に対し要求させる。
(Operation) When transferring data from a data sending program to a data receiving program, a buffer of the size required for data transfer by the data sending program is allocated from a pre-prepared buffer area, and a segment description expressing this allocated buffer is created. A child is generated by the buffer area management means. After processing the data on the buffer represented by this generated segment descriptor, the data sending program notifies the data receiving program of the pigment descriptor by the transfer means. After receiving this notification, the data receiving program processes the data in the buffer represented by the notified segment descriptor, and then uses the buffer release request means to release the buffer represented by the segment descriptor to the buffer area management means. make demands on

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のブロック図であり、仮想メ
モリ空間をセグメント単位で参照することが可能なデー
タ処理システムに本発明を適用したものである。
FIG. 1 is a block diagram of an embodiment of the present invention, in which the present invention is applied to a data processing system that can refer to virtual memory space in units of segments.

この実施例のプログラム間データ転送方式は、同図に示
すようにバッファ割当て要求手段lと、バッファ解放要
求手段2と、仮想メモリ空間の一部に割当てられたバッ
ファ領域3と、バッファ領域管理手段4と、転送手段5
と、データ送信プログラム6と、データ受信プログラム
7とから構成される。
As shown in the figure, the inter-program data transfer method of this embodiment includes a buffer allocation requesting means 1, a buffer release requesting means 2, a buffer area 3 allocated to a part of the virtual memory space, and a buffer area management means. 4 and transfer means 5
, a data transmission program 6, and a data reception program 7.

バッファ領域管理手段4は、バッファ割当て要求手段l
から要求があると要求されたサイズに見合ったサイズの
バッファをバッファ領域3から切り出し、そのバッファ
を表現するセグメント記述子を生成する処理と、バッフ
ァをυ1当てた場合、内部の管理テーブル上でそのバッ
ファ部分を例えば使用中に更新し、またバッファ解放要
求手段2から要求があると、要求されたセグメント記述
子のバッファに対応する管理テーブルの内容を例えば未
使用に更新する処理等のバッファ領域の管理を行なう。
The buffer area management means 4 includes a buffer allocation request means l.
When there is a request from , a buffer of a size commensurate with the requested size is cut out from buffer area 3, and a segment descriptor representing that buffer is generated. For example, when the buffer part is updated while it is in use, and there is a request from the buffer release request means 2, the buffer area is updated, for example, by updating the contents of the management table corresponding to the buffer of the requested segment descriptor to unused. Perform management.

なお、セグメント記述子としては、例えばヘースアドレ
スとサイズとから構成される記述子をt采用することが
できる。
Note that as the segment descriptor, for example, a descriptor consisting of a heath address and a size can be used.

バッファ割当て要求手段lは、データ送信プログラム6
から要求されたサイズのバッファをバッファ領域3から
切り出すことをバッファ領域管理手段4に対し要求する
処理と、バッファ領域管理手段4で生成されたセグメン
ト記述子を要求元のデータ送信プログラム6に通知する
処理を行なう。
The buffer allocation requesting means 1 is a data transmission program 6
Processing of requesting the buffer area management means 4 to cut out a buffer of the requested size from the buffer area 3, and notifying the request source data transmission program 6 of the segment descriptor generated by the buffer area management means 4. Process.

転送手段5は、バッファ割当て要求手段lで取得された
セグメント記述子で表現されるバッファ上でデータ処理
を行なったデータ送信プログラム6から要求があると、
送信処理済のバッファのセグメント記述子を受取り、こ
れをデータ受(8プログラノ、7に転送する処理を行な
う。
When the transfer means 5 receives a request from the data transmission program 6 that has performed data processing on the buffer represented by the segment descriptor obtained by the buffer allocation request means 1,
It receives the segment descriptor of the buffer that has been sent and transfers it to the data receiver (Prograno 8, 7).

バッファ解放要求手段2は、転送手段5により転送され
たセグメント記述子で表現されるバッファ上でデータ処
理を行なったデータ受信プログラム7から要求があると
、受信処理済のバッファのセグメント記述子をデータ受
信プログラム7から受取り、そのセグメント記述子で表
現されるバッファの解放をバッファ領域管理手段4に要
求する処理を行なう。
When receiving a request from the data receiving program 7 that has processed data on the buffer represented by the segment descriptor transferred by the transfer unit 5, the buffer release requesting unit 2 releases the segment descriptor of the buffer that has undergone the reception processing into data. It receives it from the receiving program 7 and performs processing to request the buffer area management means 4 to release the buffer represented by the segment descriptor.

次にプログラム間でデータを転送する際の動作を第1図
を参照して説明する。
Next, the operation when transferring data between programs will be explained with reference to FIG.

データの送信は次のようにして行なわれる。即ら、デー
タ送信プロゲラl、6は、データ転送すべきデータが発
生すると、先ずデータ転送に必要なバッファのサイズを
決定し、バッファ割当て要求手段lに対し要求を発する
。バッファ割当て要求手段lはこの要求があると、バッ
ファ領域管理手段4に対し、データ送信プログラム6が
要求するサイズに見合ったサイズのバッファをバッファ
領域3から切り出してそのセグメント記述子を通知する
よう要求する。これに応答して、バッファ領域管理手段
4は、先ず管理テーブルの内容を参照し未使用の部分か
ら要求されたサイズに見合ったサイズのバッファ例えば
第1図のバッファ31を切り出し、バッファ31が使用
中である旨を管理テーブルに登録した後、バッファ31
を表現するセグメント記述子を生成してバッファ割当て
要求手段lに通知する。
Data transmission is performed as follows. That is, when data to be transferred is generated, the data transmitting programmer 1, 6 first determines the size of the buffer necessary for data transfer, and issues a request to the buffer allocation requesting means 1. When receiving this request, the buffer allocation requesting means 1 requests the buffer area management means 4 to cut out a buffer of a size commensurate with the size requested by the data transmission program 6 from the buffer area 3 and notify the segment descriptor thereof. do. In response to this, the buffer area management means 4 first refers to the contents of the management table, cuts out a buffer of a size commensurate with the requested size from the unused portion, for example, the buffer 31 in FIG. After registering in the management table, the buffer 31
A segment descriptor representing the segment descriptor is generated and notified to the buffer allocation requesting means l.

バッファ割当て要求手段lは、バッファ領域管理手段4
からセグメント記述子が通知されると、これをデータ送
信プログラム6に通知する。データ送信プログラム6は
この通知があると、セグメント記述子で表現されるバッ
ファ31上でデータを処理し、この処理が終了すると、
転送手段5ヘセグメント記述子を渡す。
The buffer allocation requesting means 1 is the buffer area management means 4.
When the segment descriptor is notified from , it is notified to the data transmission program 6 . When the data transmission program 6 receives this notification, it processes the data on the buffer 31 represented by the segment descriptor, and when this processing is completed,
The segment descriptor is passed to the transfer means 5.

転送手段5はデータ送信プログラム6からセグメント記
述子を受取ると、これをデータ受信プログラム7へ通知
する。
When the transfer means 5 receives the segment descriptor from the data transmission program 6, it notifies the data reception program 7 of this.

データ受信プログラム7は、転送手段5からセグメント
記述子を受取ると、そのセグメント記述子で表現される
バッファ31上でデータ処理を行ない、処理が終了する
と、バッファ解放要求手段2にそのセグメント記述子を
渡す。
When the data reception program 7 receives a segment descriptor from the transfer means 5, it processes the data on the buffer 31 represented by the segment descriptor, and when the processing is completed, it sends the segment descriptor to the buffer release request means 2. hand over.

バッファ解放要求手段2は、データ受信プログラムから
セグメント記述子を受取ると、バッファ領域管理手段4
に対し、そのセグメント記述子に対応するバッファ31
を解放するように要求する。
When the buffer release requesting means 2 receives the segment descriptor from the data receiving program, the buffer release requesting means 2 sends the segment descriptor to the buffer area management means 4.
, the buffer 31 corresponding to the segment descriptor
request to be released.

ハ・7フア領域管理手段4は、バッファ解放要求手段2
から要求があると、管理テーブルの内容をそのセグメン
ト記述子で表現されるバッファ31が未使用となるよう
に更新してバッファ解放処理を実行する。
C.7 The buffer area management means 4 is the buffer release requesting means 2.
When there is a request from , the contents of the management table are updated so that the buffer 31 represented by the segment descriptor is unused, and buffer release processing is executed.

以上の実施例は、一つのデータ送信プログラム6と一つ
のデータ受信プログラム間ムのデータ転送を例にしたが
、複数のデータ送信プログラムと複数のデータ受信プロ
グラム間のデータ転送に対しても本発明は適用可能であ
る。その場合には、バッファ割当て要求手段1は複数の
データ送信プログラムに接続され、バッファ解放要求手
段2は複数のデータ受信ブし+グラl、に接続され、転
送手段5は複数のデータ送信プロゲラl、およびデータ
受信プログラムに接渣される。また、データ送信ブr1
グラムはセグメント記述子と共にそのセグメント記述子
が表現するバッファの使用目的等を転jス手段に渡し、
転送手段は各使用目的等毎にそのセグメント記述子を異
なる待ら行列に入れ、データ受信プログラムから要求の
あった使用目的に合致するセグメント記述子を待ら行列
から取出してデータ受(δプログラムに渡す等の構成が
15:用される。
In the above embodiments, data transfer between one data transmission program 6 and one data reception program was taken as an example, but the present invention also applies to data transfer between a plurality of data transmission programs and a plurality of data reception programs. is applicable. In that case, the buffer allocation request means 1 is connected to a plurality of data transmission programs, the buffer release request means 2 is connected to a plurality of data reception programs, and the transfer means 5 is connected to a plurality of data transmission programs. , and is connected to the data receiving program. Also, the data transmission block r1
The program passes the segment descriptor along with the purpose of use of the buffer represented by the segment descriptor to the transfer means,
The transfer means places the segment descriptors in different queues for each purpose of use, takes out segment descriptors that match the purpose of use requested by the data receiving program from the queue, and sends them to the data receiving (δ program). A configuration such as 15: passing is used.

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

以上説明したように、本発明によれば、バッファ領域管
理手段と、バッファ割当て要求手段と、転送手段と、バ
ッファ解放要求手段とを設けたので、次のような効果を
得ることができる。
As explained above, according to the present invention, since the buffer area management means, buffer allocation request means, transfer means, and buffer release request means are provided, the following effects can be obtained.

■ 従来のようにデータを複写する必要がないので、中
央処理装置の1!を荷を軽残することができる。
■ There is no need to copy data as in the past, so the central processing unit 1! The load can be left light.

■ データを複写する必要がないので、データ転送の所
要時間を短11dすることができる。
- Since there is no need to copy data, the time required for data transfer can be reduced by 11d.

■ データ受信プログラム側でバッファを中備する必要
がないのでメモリの効率が向上する。
■ Memory efficiency is improved because there is no need to prepare a buffer on the data receiving program side.

■ データ受信プログラム側でバッファを’$#備する
必要がないのでバッファの最大サイズの決定のための手
続きを省略できる。
■ Since there is no need to provide a buffer on the data receiving program side, the procedure for determining the maximum size of the buffer can be omitted.

■ データ送信プログラムとデータ受信プログラムとの
間のデータ転送に割当てられたバッファは、データ転送
が終了すればバッファ解放要求手段による要求により解
放され、その解放されたバッファは他のデータ送信プロ
グラム等によるデータ転送に使用することができ、限ら
れたバッファ領域を多数のデータ送信プログラムやデー
タ受信プログラムで共用使用することができ、メモリ効
率が更に向上する。
■ The buffer allocated for data transfer between the data sending program and the data receiving program is released upon request by the buffer release request means when the data transfer is completed, and the released buffer is used by other data sending programs, etc. It can be used for data transfer, and the limited buffer area can be shared by a large number of data sending programs and data receiving programs, further improving memory efficiency.

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

第1図は本発明の一実施例のブロック図である。 図において、lはバッファ割当て要求手段、2はバッフ
ァ解放要求手段、3はバッファ領域、4はバッファ領域
管理手段、5は転送手段、6はデータ送信プログラム、
7はデータ受信プログラムである。
FIG. 1 is a block diagram of one embodiment of the present invention. In the figure, l is a buffer allocation requesting means, 2 is a buffer release requesting means, 3 is a buffer area, 4 is a buffer area management means, 5 is a transfer means, 6 is a data transmission program,
7 is a data receiving program.

Claims (1)

【特許請求の範囲】 仮想メモリ空間をセグメント単位で参照することが可能
なデータ処理システムにおけるデータ送信プログラムと
データ受信プログラムとのプログラム間データ転送方式
において、 予め用意されたバッファ領域の割当て状況を管理すると
共に割当てたバッファを表現するセグメント記述子を生
成するバッファ領域管理手段と、データ送信プログラム
から要求されたサイズのバッファを前記バッファ領域か
ら割当てることを前記バッファ領域管理手段に要求し、
該要求に応じて前記バッファ管理手段で生成されたセグ
メント記述子を取得するバッファ割当て要求手段と、該
バッファ割当て要求手段で取得されたセグメント記述子
で表現されるバッファ上でデータ処理を行なったデータ
送信プログラムから送信処理済のバッファのセグメント
記述子を受取り、該受取ったセグメント記述子をデータ
受信プログラムに転送する転送手段と、 該転送手段により転送されたセグメント記述子で表現さ
れるバッファ上でデータ処理を行なったデータ受信プロ
グラムから受信処理済のバッファのセグメント記述子を
受取り、該セグメント記述子で表現されるバッファの解
放を前記バッファ領域管理手段に要求するバッファ解放
要求手段とから構成されたことを特徴とするプログラム
間データ転送方式。
[Scope of Claims] In a data processing system that can refer to virtual memory space in units of segments, in an inter-program data transfer method between a data sending program and a data receiving program, the allocation status of a buffer area prepared in advance is managed. and requesting the buffer area management means to allocate a buffer of a size requested by the data transmission program from the buffer area;
a buffer allocation requesting means for acquiring a segment descriptor generated by the buffer management means in response to the request; and data processed on the buffer represented by the segment descriptor acquired by the buffer allocation requesting means. a transfer means that receives a segment descriptor of a buffer that has been sent from a sending program and transfers the received segment descriptor to a data receiving program; buffer release request means for receiving a segment descriptor of a buffer that has undergone reception processing from the data reception program that has performed the processing, and requesting the buffer area management means to release the buffer represented by the segment descriptor; A program-to-program data transfer method featuring:
JP27456285A 1985-12-06 1985-12-06 Inter-program data transferring system Granted JPS62134728A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27456285A JPS62134728A (en) 1985-12-06 1985-12-06 Inter-program data transferring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27456285A JPS62134728A (en) 1985-12-06 1985-12-06 Inter-program data transferring system

Publications (2)

Publication Number Publication Date
JPS62134728A true JPS62134728A (en) 1987-06-17
JPH0444291B2 JPH0444291B2 (en) 1992-07-21

Family

ID=17543458

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27456285A Granted JPS62134728A (en) 1985-12-06 1985-12-06 Inter-program data transferring system

Country Status (1)

Country Link
JP (1) JPS62134728A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05216693A (en) * 1991-10-30 1993-08-27 Internatl Business Mach Corp <Ibm> Method and apparatus for imparting communication function between virtual memories
JPH06309253A (en) * 1993-04-20 1994-11-04 Nec Corp Computer system
JP2007080051A (en) * 2005-09-15 2007-03-29 Sony Computer Entertainment Inc Data reader

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58155459A (en) * 1982-03-11 1983-09-16 Hitachi Ltd Interface system for inter-program input/output buffer
JPS59146346A (en) * 1983-02-10 1984-08-22 Fujitsu Ltd Communication system between processes

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58155459A (en) * 1982-03-11 1983-09-16 Hitachi Ltd Interface system for inter-program input/output buffer
JPS59146346A (en) * 1983-02-10 1984-08-22 Fujitsu Ltd Communication system between processes

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05216693A (en) * 1991-10-30 1993-08-27 Internatl Business Mach Corp <Ibm> Method and apparatus for imparting communication function between virtual memories
JP2501727B2 (en) * 1991-10-30 1996-05-29 インターナショナル・ビジネス・マシーンズ・コーポレイション Method for providing inter-memory communication capability in problem state
JPH06309253A (en) * 1993-04-20 1994-11-04 Nec Corp Computer system
JP2007080051A (en) * 2005-09-15 2007-03-29 Sony Computer Entertainment Inc Data reader
JP4527640B2 (en) * 2005-09-15 2010-08-18 株式会社ソニー・コンピュータエンタテインメント Data reading device

Also Published As

Publication number Publication date
JPH0444291B2 (en) 1992-07-21

Similar Documents

Publication Publication Date Title
EP0205946B1 (en) Flexible data transmission for message based protocols
EP0205945B1 (en) Process transparent multi storage mode data transfer and buffer control
US8239588B2 (en) System and method for improved I/O node control in computer system
EP0272835B1 (en) Virtual execution of programs on a multiprocessor system
JPS62281039A (en) Dynamic provision of virtual memory source to control program
WO2017185285A1 (en) Method and device for assigning graphics processing unit task
WO2021129116A1 (en) Neural network processor and control method therefor
WO2012106943A1 (en) Synchronous processing method and device based on multi-core system
EP0205948B1 (en) Distributed data management mechanism
JPS62134728A (en) Inter-program data transferring system
JPS62126457A (en) Distributed data processing system
JP3243672B2 (en) Medical image processing system
JPH04274524A (en) System for controlling inter-process communication
JPH02245864A (en) Multiprocessor system
JP2664827B2 (en) Real-time information transfer control method
CN219642231U (en) Task distribution device and multi-core heterogeneous processor based on task distribution device
JP3176199B2 (en) Server client system
JP3014112B2 (en) Message communication method in multiprocessor system
JPH0378065A (en) Reception control system for peripheral device
CA1287178C (en) Extended process for a multiprocessor system
JPH11353197A (en) Shared pool resource control system
JPS61143858A (en) File share method for plural operating systems
JPH02247748A (en) Data base processing system based upon multiprocessor
JPH0679284B2 (en) De-dock prevention method for distributed database system
JPH0991231A (en) Application program execution method and device therefor in server-client computer system