JP2943710B2 - Buffer busy control method - Google Patents

Buffer busy control method

Info

Publication number
JP2943710B2
JP2943710B2 JP8220356A JP22035696A JP2943710B2 JP 2943710 B2 JP2943710 B2 JP 2943710B2 JP 8220356 A JP8220356 A JP 8220356A JP 22035696 A JP22035696 A JP 22035696A JP 2943710 B2 JP2943710 B2 JP 2943710B2
Authority
JP
Japan
Prior art keywords
data
buffer
next transfer
transfer
transfer amount
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
JP8220356A
Other languages
Japanese (ja)
Other versions
JPH1049344A (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.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP8220356A priority Critical patent/JP2943710B2/en
Publication of JPH1049344A publication Critical patent/JPH1049344A/en
Application granted granted Critical
Publication of JP2943710B2 publication Critical patent/JP2943710B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)
  • Information Transfer Systems (AREA)
  • Computer And Data Communications (AREA)

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、バッファ制御方式
に関し、特に、コンピュータ等情報処理装置に用いて好
適とされる受信データバッファの制御方法において装置
間におけるデータ転送時の中断/再開の指示を行う制御
方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a buffer control system, and more particularly to a method for controlling a reception data buffer suitable for use in an information processing apparatus such as a computer. The control method to be performed.

【0002】[0002]

【従来の技術】この種の受信データバッファのビジー制
御の従来方式は、最初に設定された規定値とバッファの
残容量を比較することで行っている。例えば特開平3−
233745号公報には、所定のバッファ数が設定され
る送信バッファ数レジスタを設け、この値と空きバッフ
ァ数とを比較して、送信一時停止要求を出力する方法が
提案されている。図4に、上記公報に提案されるバッフ
ァ装置の構成を示す。
2. Description of the Related Art This type of conventional method of busy control of a reception data buffer is performed by comparing a predetermined value set first with a remaining capacity of the buffer. For example, JP
Japanese Patent Publication No. 233745 proposes a method of providing a transmission buffer number register in which a predetermined number of buffers is set, comparing this value with the number of empty buffers, and outputting a transmission suspension request. FIG. 4 shows the configuration of the buffer device proposed in the above publication.

【0003】図4において、110は管理部で、送信デ
ータ処理部107内に設けられて送信一度停止要求/解
除を管理している。105は送信バッファ数レジスタ
で、所定のバッファ数Bが初期設定される。104は空
きバッファ数レジスタであり、ここには現在の空きバッ
ファ数Nがセットされる。管理部110は空きバッファ
数Nと送信バッファ数レジスタに初期設定されている所
定のバッファ数Bとを比較し、N≦Bならば送信一時停
止要求121aをCPU101に出力する。
In FIG. 4, reference numeral 110 denotes a management unit, which is provided in the transmission data processing unit 107 and manages a transmission once stop request / release. Reference numeral 105 denotes a transmission buffer number register, in which a predetermined buffer number B is initialized. Reference numeral 104 denotes an empty buffer number register, in which the current empty buffer number N is set. The management unit 110 compares the number N of empty buffers with the predetermined number B of buffers initially set in the number-of-transmission-buffers register, and outputs a transmission suspension request 121a to the CPU 101 if N ≦ B.

【0004】また、空きバッファ数Nが、N>Bに回復
すると、送信一時停止要求は解除される。
When the number N of free buffers recovers to N> B, the transmission suspension request is released.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記し
た従来のバッファ装置を、可変長のデータ転送に適用し
た場合、バッファの使用率が悪くなる、という問題点を
有している。その理由は以下の通りである。
However, when the above-described conventional buffer device is applied to variable-length data transfer, there is a problem that the buffer utilization rate is deteriorated. The reason is as follows.

【0006】すなわち、従来のバッファ装置において
は、可変長のデータ転送に対しても、所定のバッファ量
として一定の値が用いられる。そして、この一定値に
は、バッファのオーバーフローが発生しないように、送
信元から転送されてくる可能性のあるデータ量の最大値
が設定される。このため、可変長のデータ転送の際に、
実際に次に転送されてくるデータが、受信バッファに格
納可能な場合においても、受信バッファの残量が所定の
バッファ量に達するまでは、次の転送を実行しないよう
に制御している。
That is, in the conventional buffer device, a fixed value is used as the predetermined buffer amount even for variable-length data transfer. Then, the maximum value of the amount of data that may be transferred from the transmission source is set to the fixed value so that the buffer does not overflow. Therefore, when transferring variable-length data,
Even if the next data to be actually transferred can be stored in the reception buffer, control is performed so that the next transfer is not executed until the remaining amount of the reception buffer reaches the predetermined buffer amount.

【0007】このような制御方式により、従来技術にお
いては、可変長データの転送に際し、受信バッファの使
用効率、データ転送路の利用率が低下している。
With such a control method, in the prior art, when transferring variable-length data, the use efficiency of the receiving buffer and the utilization rate of the data transfer path are reduced.

【0008】したがって、本発明は、上記事情に鑑みて
なされたものであって、その目的は、データ受信バッフ
ァの使用効率を高めるビジー制御方式を提供することに
ある。
Accordingly, the present invention has been made in view of the above circumstances, and an object of the present invention is to provide a busy control method for improving the use efficiency of a data reception buffer.

【0009】[0009]

【課題を解決するための手段】前記目的を達成するた
め、本発明は、装置間のデータ転送の制御において、
信側装置から受信側装置への今回の転送データ内に、
続する次転送の存在とその転送量(「次転送量」とい
う)がセットされて前記受信側装置に通知され、前記受
信側装置では、前記次転送量と受信バッファの空き容量
とを比較して前記受信バッファのビジー判定を行うこと
により、前記受信バッファの使用効率を上げるようにし
たことを特徴とする。
To achieve the above object, according to an aspect of the present invention, in the control of data transfer between devices, feed
In this transfer data to the receiving apparatus from the signal-side device is notified to the receiving side device present and the transfer amount of the next transfer to continue (referred to as "next transfer amount") is set, the receiving
In the receiving device, the next transfer amount and the free space of the reception buffer
And making a busy determination of the reception buffer to increase the use efficiency of the reception buffer.

【0010】本発明は、受信データを格納する受信バッ
ファを含むデータ受信装置のバッファ制御方式におい
て、データ受信装置が、データ送信装置側から転送され
る今回の転送データ内に次転送データの転送量(「次転
送量」という)がセットされている場合、該次転送量を
保持する保持手段を備え、前記受信バッファの残容量
が、前記次転送量以下になった場合にのみ、前記データ
送信装置側に受信バッファビジー信号を送出し、データ
送信を待機させるように制御することを特徴とする。
According to the present invention, in a buffer control method of a data receiving apparatus including a receiving buffer for storing received data, the data receiving apparatus is configured to transfer data from a data transmitting apparatus.
The next transfer data transfer amount ("Next transfer
If that Okuryou ") is set, a holding means for holding the next transfer amount, the remaining capacity of the reception buffer, only when it becomes below said next transfer amount, to the data transmitting apparatus It is characterized in that a reception buffer busy signal is transmitted and control is performed so as to wait for data transmission.

【0011】また、本発明においては、前記データ送信
装置側からの次転送量情報が得られない場合、前記デー
タ受信装置において前記次転送量として予め定めた所定
の値が設定されることを特徴とする。
In the present invention, when the next transfer amount information cannot be obtained from the data transmitting device, a predetermined value is set as the next transfer amount in the data receiving device. And

【0012】さらに、本発明においては、前記データ送
信装置側から転送されるデータが可変長方式とデータと
され、今回の転送量、及び次回の転送量情報を、今回の
送信データとともに前記データ受信装置に転送し、次転
送データが存在しない場合には所定に識別符号が次回の
転送量情報として格納される、ことを特徴とする。
Further, in the present invention, the data transferred from the data transmitting apparatus is a variable length data, and the current transfer amount and the next transfer amount information are transmitted together with the current transmission data. When the next transfer data does not exist, the identification code is stored as the next transfer amount information in a predetermined manner.

【0013】本発明の概要を以下に説明する。本発明に
おいては、送信モジュールにはデータ転送時に、次に要
求するデータ転送が既に存在する場合には、その転送量
を予め決められたデータ位置にセットすることで、次転
送の存在とその転送量を受信モジュールに示す機能をも
たせている。同時に、受信モジュールには送信モジュー
ルから送られてきた次転送量を保持し受信データバッフ
ァの残容量と比較するためのデータ長保持バッファ(図
1の26)を設けている。
The outline of the present invention will be described below. According to the present invention, when a data transfer to be requested next already exists in the transmission module at the time of data transfer, the transfer amount is set to a predetermined data position to determine the presence of the next transfer and the transfer thereof. The function of indicating the quantity to the receiving module is provided. At the same time, the receiving module is provided with a data length holding buffer (26 in FIG. 1) for holding the next transfer amount sent from the transmitting module and comparing it with the remaining capacity of the received data buffer.

【0014】[0014]

【作用】受信モジュールは、送信モジュールが連続転送
をすべきデータを保持している場合に、通知してきた次
転送量を順次データ長保持バッファに保持し、データ長
保持バッファに保持している値と受信バッファの残容量
と比較してビジー制御を行うので、送信モジュールが多
くの転送データを保持している時に、送信モジュールの
データ転送量が可変長の場合でも、次転送量分のバッフ
ァ空き容量が確保されれば直ちにビジーを解除すること
ができる。
When the transmitting module holds data to be continuously transferred, the receiving module sequentially stores the notified next transfer amount in the data length holding buffer and the value stored in the data length holding buffer. The busy control is performed in comparison with the remaining capacity of the receiving buffer, so when the sending module holds a large amount of transfer data, even if the data transfer amount of the sending module is variable length, the buffer space for the next transfer amount is available. If the capacity is secured, the busy can be released immediately.

【0015】[0015]

【発明の実施の形態】本発明の実施の形態について図面
を参照して以下に詳細に説明する。
Embodiments of the present invention will be described in detail below with reference to the drawings.

【0016】図1は、本発明の実施の形態の構成を示す
図である。図1を参照すると、本発明の実施の形態は、
送信モジュール1と受信モジュール2とがデータ転送路
3で接続されている。送信モジュール1は、送信用デー
タバッファ11と、送信制御装置12と、を備えてい
る。
FIG. 1 is a diagram showing a configuration of an embodiment of the present invention. Referring to FIG. 1, an embodiment of the present invention comprises:
The transmission module 1 and the reception module 2 are connected by a data transfer path 3. The transmission module 1 includes a transmission data buffer 11 and a transmission control device 12.

【0017】また、受信モジュール2は、転送されてく
るデータを蓄積するための受信データバッファ21と、
データバッファ空き容量算出回路24と、規定値レジス
タ25と、データ長保持バッファ26と、ビジー制御回
路27と、を備えて構成されている。
The receiving module 2 includes a receiving data buffer 21 for storing the transferred data,
The circuit includes a data buffer free space calculation circuit 24, a specified value register 25, a data length holding buffer 26, and a busy control circuit 27.

【0018】受信モジュール2のビジー制御回路27は
送信モジュール1の送信制御装置12と接続されてい
る。
The busy control circuit 27 of the receiving module 2 is connected to the transmission control device 12 of the transmitting module 1.

【0019】次に、本発明の実施の形態の動作を説明す
る。
Next, the operation of the embodiment of the present invention will be described.

【0020】図1を参照すると、送信モジュール1の送
信用データバッファ11に蓄積された送信データ100
〜103は、順次受信モジュール2に転送されて受信デ
ータバッファ21に格納される。受信データバッファ2
1は、使用中の領域22と未使用の領域22と、を含
み、受信データバッファ21における空き容量(未使用
の領域の容量)は、データバッファ空き容量算出回路2
4によって検出され、ビジー制御回路27に報告され
る。
Referring to FIG. 1, transmission data 100 stored in transmission data buffer 11 of transmission module 1 is transmitted.
To 103 are sequentially transferred to the reception module 2 and stored in the reception data buffer 21. Receive data buffer 2
1 includes an in-use area 22 and an unused area 22, and a free space (capacity of an unused area) in the reception data buffer 21 is calculated by a data buffer free space calculation circuit 2.
4 and is reported to the busy control circuit 27.

【0021】ビジー制御回路27は、データバッファ空
き容量算出回路24から供給されたデータバッファ空き
容量と、データ長保持バッファ26の値と、を比較し、
データバッファ空き容量の方が少ない場合には、送信モ
ジュール1の送信制御装置12に受信データバッファビ
ジー信号28で通知する。
The busy control circuit 27 compares the data buffer free capacity supplied from the data buffer free capacity calculation circuit 24 with the value of the data length holding buffer 26,
When the free space of the data buffer is smaller, the transmission controller 12 of the transmission module 1 is notified by a reception data buffer busy signal 28.

【0022】データ長保持バッファ26の値は、各デー
タ転送毎に、送信モジュール1から送られてくる次転送
量に更新され、次転送量が送られてこない場合には規定
値レジスタ25に設定されている値に更新される。
The value of the data length holding buffer 26 is updated to the next transfer amount sent from the transmission module 1 for each data transfer, and is set in the specified value register 25 if the next transfer amount is not sent. Is updated to the value that has been set.

【0023】規定値レジスタ25には、初期設定におい
て、送信モジュール1固有の値がセットされる。
In the specified value register 25, a value unique to the transmission module 1 is set in the initial setting.

【0024】次に、受信モジュール2の動作を、図1及
び図3に示したフローチャートを参照して以下に説明す
る。
Next, the operation of the receiving module 2 will be described below with reference to the flowcharts shown in FIGS.

【0025】処理開始後、最初に初期設定値を規定値レ
ジスタ25にセットする(ステップ301)。
After the processing is started, first, an initial set value is set in the specified value register 25 (step 301).

【0026】次に、データ長保持バッファ26に次転送
量として規定値レジスタ25の値をセットする(ステッ
プ302)。
Next, the value of the specified value register 25 is set in the data length holding buffer 26 as the next transfer amount (step 302).

【0027】次に、ビジー制御回路27は、受信データ
バッファ21の空き容量とデータ長保持バッファ26の
値とを比較し、データ長保持バッファ26の値の方が大
きい場合には、送信モジュール1の送信制御回路12に
対してビジー信号を送出し、受信データバッファ21に
データ長保持バッファ26の値以上の空き容量が確保さ
れるまで待ち状態とする(ステップ303〜305)。
Next, the busy control circuit 27 compares the free space of the reception data buffer 21 with the value of the data length holding buffer 26. If the value of the data length holding buffer 26 is larger, the busy control circuit 27 A busy signal is sent to the transmission control circuit 12 of the above, and a wait state is set until a free space equal to or larger than the value of the data length holding buffer 26 is secured in the reception data buffer 21 (steps 303 to 305).

【0028】一方、ステップ303の判定にて、受信デ
ータバッファ21の空き容量がデータ長保持バッファ2
6の値よりも大きい時には、更に、ビジー信号の送信中
であるか否かをチェックし(ステップ307)、ビジー
信号を送信中の場合にはビジー信号を解除し(ステップ
310)、次のデータ転送が実行可能な状態にする。そ
して、送信モジュール1は、送信用データバッファ11
のデータを受信モジュール2に対してデータ転送を実行
する(ステップ311)。
On the other hand, in the determination of step 303, the free space of the reception data buffer 21 is
If it is larger than the value of 6, it is further checked whether or not a busy signal is being transmitted (step 307). If the busy signal is being transmitted, the busy signal is released (step 310) and the next data Make the transfer executable. Then, the transmission module 1 includes the transmission data buffer 11
Is transferred to the receiving module 2 (step 311).

【0029】受信モジュール2は、転送データ内に次転
送長がセットされているか否かをチェックし(ステップ
312)、次転送長がセットされていない場合には(ス
テップ312のno)、データ長保持バッファの値を規
定値レジスタの値に更新する(ステップ302)。
The receiving module 2 checks whether or not the next transfer length is set in the transfer data (step 312). If the next transfer length is not set (no in step 312), the data length is determined. The value of the holding buffer is updated to the value of the specified value register (step 302).

【0030】一方、次転送長がセットされている場合に
は(ステップ312のyes)、データ長保持バッファ
の値を次転送長に更新する(ステップ315)。
On the other hand, if the next transfer length is set (Yes in step 312), the value of the data length holding buffer is updated to the next transfer length (step 315).

【0031】上記した本発明の実施の形態を、実施例に
基づき詳しく説明する。
The above embodiment of the present invention will be described in detail with reference to examples.

【0032】図2は、本発明の一実施例を説明するため
の図であり、送信モジュール1から受信モジュール2へ
転送されるデータのフォーマットの一例を示したもので
ある。
FIG. 2 is a diagram for explaining an embodiment of the present invention, and shows an example of a format of data transferred from the transmission module 1 to the reception module 2.

【0033】図2を参照して、送信モジュール1はデー
タ転送の時に、予め決められた位置に今回の転送量20
0と次転送量201とをセットして送信データ202を
送信する。
Referring to FIG. 2, when data is transferred, transmission module 1 places the current transfer amount 20 in a predetermined position.
The transmission data 202 is transmitted by setting 0 and the next transfer amount 201.

【0034】次転送量201は、送信モジュール1の送
信用データバッファ11内に次にデータ転送のデータが
既に存在している時に、その値がセットされる。一方、
今回転送されるデータが、送信用データバッファ11内
の最後のデータ転送である場合、すなわち送信用データ
バッファ11内に次転送データが存在していない場合に
は、予め規定された値、例えば“0”等、をセットする
ことにより、送信モジュール1において送信待ちのデー
タが送信用データバッファ11の中に存在しないことを
指示する。
The value of the next transfer amount 201 is set when the next data transfer data already exists in the transmission data buffer 11 of the transmission module 1. on the other hand,
If the data to be transferred this time is the last data transfer in the transmission data buffer 11, that is, if there is no next transfer data in the transmission data buffer 11, a predetermined value, for example, “ By setting “0” or the like, it indicates that there is no data waiting to be transmitted in the transmission module 1 in the transmission data buffer 11.

【0035】送信モジュール1が次転送データが存在し
ないことを示してきた場合には、次に実行されるデータ
転送のデータ量が不明であるので、受信モジュール2
は、新しい次の転送に備えるために、データ長保持バッ
ファ26の値を規定値レジスタ25の値に更新する。
When the transmitting module 1 indicates that the next transfer data does not exist, the data amount of the next data transfer to be executed is unknown, so the receiving module 2
Updates the value of the data length holding buffer 26 to the value of the specified value register 25 in preparation for a new next transfer.

【0036】[0036]

【発明の効果】以上説明したように、本発明によれば、
送信モジュールが複数の転送データを保持している場合
に、通知してきた次転送量を順次受信バッファの残容量
と比較してビジー制御を行い、送信モジュールのデータ
転送量が可変長の場合でも、次転送量分のバッファ空き
容量が確保されれば直ちにビジーを解除することができ
るので、送信モジュールが送信待ち状態等の多くの転送
データを保持している時に、効率良く受信バッファを利
用することができる、という効果を奏する。
As described above, according to the present invention,
When the transmission module holds a plurality of transfer data, the notified next transfer amount is sequentially compared with the remaining capacity of the reception buffer to perform busy control, and even when the data transfer amount of the transmission module is a variable length, The busy can be released immediately after the buffer space for the next transfer amount is secured, so when the transmission module holds a large amount of transfer data such as a transmission wait state, it is necessary to efficiently use the reception buffer. The effect is that it can be done.

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

【図1】本発明の実施の形態の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】本発明の一実施例を説明するための図であり、
転送データ形式の構成の一例を示す図である。
FIG. 2 is a diagram for explaining one embodiment of the present invention;
FIG. 3 is a diagram illustrating an example of a configuration of a transfer data format.

【図3】本発明の実施の形態の動作を説明するためのフ
ローチャートである。
FIG. 3 is a flowchart for explaining the operation of the exemplary embodiment of the present invention.

【図4】従来のバッファ装置の構成を示す図である。FIG. 4 is a diagram showing a configuration of a conventional buffer device.

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

1 送信モジュール 2 受信モジュール 12 送信制御装置 21 受信データバッファ 22 使用中の領域 23 未使用の領域 24 データバッファ空き容量算出回路 25 規定値レジスタ 26 データ長保持バッファ 27 ビジー制御回路 100〜103 送信データ 200 今回の送信データ長 201 次データ転送量 202 送信データ REFERENCE SIGNS LIST 1 transmission module 2 reception module 12 transmission control device 21 reception data buffer 22 area in use 23 unused area 24 data buffer free space calculation circuit 25 prescribed value register 26 data length holding buffer 27 busy control circuit 100 to 103 transmission data 200 Current transmission data length 201 Secondary data transfer amount 202 Transmission data

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 FI G06F 13/38 310 G06F 13/38 310B (58)調査した分野(Int.Cl.6,DB名) G06F 5/06 313 B41J 5/30 B41J 21/00 G06F 3/12 G06F 13/00 353 G06F 13/38 310 ──────────────────────────────────────────────────続 き Continuation of front page (51) Int.Cl. 6 identification code FI G06F 13/38 310 G06F 13/38 310B (58) Field surveyed (Int.Cl. 6 , DB name) G06F 5/06 313 B41J 5/30 B41J 21/00 G06F 3/12 G06F 13/00 353 G06F 13/38 310

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】装置間のデータ転送の制御において、送信側装置から受信側装置への今回の転送データ内に、
継続する次転送の存在とその転送量(「次転送量」とい
う)がセットされて前記受信側装置に通知され、前記受信側装置では、 前記次転送量と受信バッファの空
き容量とを比較して前記受信バッファのビジー判定を行
うことにより、前記受信バッファの使用効率を上げるよ
うにしたことを特徴とするバッファ制御装置。
In the control of data transfer between devices, the present transfer data from a transmitting device to a receiving device includes:
Presence and amount of transfer following the transfer to continue (referred to as "next transfer amount") is notified to the receiving side apparatus is set, the the receiving side apparatus compares the free space of the receiving buffer and the next transfer amount A buffer control device for determining the busy state of the reception buffer to increase the use efficiency of the reception buffer.
【請求項2】受信データを格納する受信バッファを含む
データ受信装置のバッファ制御方式において、データ受信装置が、 データ送信装置側から転送される今
回の転送データ内に次転送データの転送量(「次転送
量」という)がセットされている場合、該次転送量を保
持する保持手段を備え、 前記受信バッファの残容量が、前記次転送量以下になっ
た場合にのみ、前記データ送信装置側に受信バッファビ
ジー信号を送出し、データ送信を待機させるように制御
することを特徴とするバッファ制御方式。
2. A buffer control method for a data receiving apparatus including a receiving buffer for storing received data, wherein the data receiving apparatus is configured to transfer data from a data transmitting apparatus.
The transfer amount of the next transfer data (“Next transfer
If that amount ") is set, a holding means for holding the next transfer amount, the remaining capacity of the reception buffer, only when it becomes below said next transfer amount, received by the data transmitting apparatus A buffer control method for transmitting a buffer busy signal and controlling to wait for data transmission.
【請求項3】前記データ送信装置側からの次転送量情報
が得られない場合、前記データ受信装置において前記
次転送量として予め定めた所定の値が前記保持手段に
定されることを特徴とする請求項2記載のバッファ制御
方式。
Wherein when said data transmission next transfer amount information from the device side is not obtained, the data receiving apparatus, preset predetermined value set <br/> constant in the holding means as the next transfer amount 3. The buffer control method according to claim 2, wherein the control is performed.
【請求項4】前記データ送信装置側から転送されるデー
タが可変長方式とデータとされ、今回の転送量、及び次
回の転送量情報を、今回の送信データとともに前記デー
タ受信装置に転送し、次転送データが存在しない場合に
は所定に識別符号が次回の転送量情報として格納され
る、ことを特徴とする請求項2記載のバッファ制御方
式。
4. The data transferred from the data transmitting device is a variable length data and data, and the current transfer amount and the next transfer amount information are transferred to the data receiving device together with the current transmission data. 3. The buffer control method according to claim 2, wherein when there is no next transfer data, a predetermined identification code is stored as next transfer amount information.
JP8220356A 1996-08-02 1996-08-02 Buffer busy control method Expired - Lifetime JP2943710B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8220356A JP2943710B2 (en) 1996-08-02 1996-08-02 Buffer busy control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8220356A JP2943710B2 (en) 1996-08-02 1996-08-02 Buffer busy control method

Publications (2)

Publication Number Publication Date
JPH1049344A JPH1049344A (en) 1998-02-20
JP2943710B2 true JP2943710B2 (en) 1999-08-30

Family

ID=16749863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8220356A Expired - Lifetime JP2943710B2 (en) 1996-08-02 1996-08-02 Buffer busy control method

Country Status (1)

Country Link
JP (1) JP2943710B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7165094B2 (en) * 2001-03-09 2007-01-16 Sonics, Inc. Communications system and method with non-blocking shared interface
JP2008210012A (en) 2007-02-23 2008-09-11 Fujitsu Ltd Data decoding processing program and data decoding processor
JP5293233B2 (en) * 2009-02-03 2013-09-18 日本電気株式会社 Data input / output device
JP5349515B2 (en) * 2011-03-14 2013-11-20 株式会社東芝 Buffer management device, buffer management method, and storage device
JP5647318B2 (en) * 2013-10-15 2014-12-24 キヤノン株式会社 Information processing apparatus, information processing apparatus control method, and program

Also Published As

Publication number Publication date
JPH1049344A (en) 1998-02-20

Similar Documents

Publication Publication Date Title
US5604866A (en) Flow control system having a counter in transmitter for decrementing and incrementing based upon transmitting and received message size respectively for indicating free space in receiver
EP0753817B1 (en) Method and apparatus for data communication
US20050204189A1 (en) Network apparatus, method for controlling the same, and program for the same
US5119496A (en) Method and apparatus for interrupt processing in a computer system having peripheral units connected in a daisy chain
JP3772690B2 (en) Service system and service method used therefor
US6061757A (en) Handling interrupts by returning and requeuing currently executing interrupts for later resubmission when the currently executing interrupts are of lower priority than newly generated pending interrupts
JP2943710B2 (en) Buffer busy control method
US20090022158A1 (en) Method For Increasing Network Transmission Efficiency By Increasing A Data Updating Rate Of A Memory
JP2001325212A (en) Method and device for transmitting data block from source processor to destination processor in multiprocessor system
JP3082297B2 (en) Task control method
JP3261715B2 (en) I / O data transfer processor
JP4102405B2 (en) Data processing device, data communication method, and serial input / output device
JP3230339B2 (en) Communication control device
JP3799741B2 (en) Bus controller
JP2809270B2 (en) Print job control method
JP3125857B2 (en) Automatic idle pattern transmission method
JPH09212439A (en) Decentralized processing system and its data transfer method
JP2891860B2 (en) output method
JP2569086B2 (en) Data transmission control method
JP2001256171A (en) Data transfer method and module
JP3050131B2 (en) Arbitration method
JP2842639B2 (en) Data transfer method
JPH0926911A (en) Page information transfer processor
JP2925049B2 (en) Input buffer control method
JPH07144441A (en) Image output device

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: 19990525

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080625

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090625

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100625

Year of fee payment: 11