JPS62182919A - Data transfer controller - Google Patents

Data transfer controller

Info

Publication number
JPS62182919A
JPS62182919A JP2501886A JP2501886A JPS62182919A JP S62182919 A JPS62182919 A JP S62182919A JP 2501886 A JP2501886 A JP 2501886A JP 2501886 A JP2501886 A JP 2501886A JP S62182919 A JPS62182919 A JP S62182919A
Authority
JP
Japan
Prior art keywords
data
transfer
computer
compressed
memory
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
JP2501886A
Other languages
Japanese (ja)
Inventor
Hiroyuki Endo
博之 遠藤
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 JP2501886A priority Critical patent/JPS62182919A/en
Publication of JPS62182919A publication Critical patent/JPS62182919A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PURPOSE:To minimize the time related to a data compressor and to improve the use efficiency of a computer by comparing the compression processing time of remaining data with the time of transfer of all stored compressed data to the computer and starting data transfer to the computer from the second memory when both times coincide with each other. CONSTITUTION:A subtractor 13 subtracts a forecasted number N of times of access to a data compressor B during data transfer to a host computer A from a number N0 of times of access to the compressor B, which is required for compression processing of all data, to calculate Ns, and a comparator 14 compares the output of a counter 8 with Ns, and the transfer of compressed data is started when they are equal to each other. When the counted value of the counter 8 reaches Ns, the transfer for compressed data from an output buffer 3 to the computer A is started. The compression processing of remaining data is performed in parallel with the transfer of compressed data to the host computer A, and the compression processing of remaining data is terminated simultaneously with the end of transfer of data.

Description

【発明の詳細な説明】 〔J!要〕 コンピュータとデータ圧縮装置との間のデータ転送を制
御するデータ転送制御装置であって、処理後の圧縮済み
データをコンピュータに転送している間に残りの未圧縮
データの圧縮処理が終了するようにデータ転送のタイミ
ングを最適化することにより、コンピュータがデータ圧
縮装置に関わる時間を最少にしてコンピュータの使用効
率の向」二を図る。
[Detailed description of the invention] [J! Required: A data transfer control device that controls data transfer between a computer and a data compression device, and which finishes compression processing of remaining uncompressed data while transferring compressed data after processing to the computer. By optimizing the timing of data transfer in this way, the time the computer spends on the data compression device is minimized, thereby improving the efficiency of computer usage.

〔産業上の利用分野〕[Industrial application field]

本発明はデータ転送制御装置に関するものであり、更に
詳しく言えばコンピュータとデータ圧縮装置との間のデ
ータ転送を制御する装置に関するものである。
The present invention relates to a data transfer control device, and more particularly to a device for controlling data transfer between a computer and a data compression device.

コンピュータが他のコンピュータとの間でデータ転送を
行う場合、データ転送に要する時間は出来るだけ短い方
が良い、データ転送に関わる時間が長くなると、それだ
けコンピュータとしての本来の動作を行う時間が少なく
なりコンピュータの使用効率が低下するからである。特
に画像データを転送する場合、データ量が多いのでそれ
だけ転送時間に長くかかり、従来より問題となっていた
When a computer transfers data between other computers, the time required for data transfer should be as short as possible.The longer the time involved in data transfer, the less time the computer has to perform its normal operations. This is because the efficiency of using the computer decreases. In particular, when transferring image data, since the amount of data is large, it takes a long time to transfer, which has been a problem in the past.

そこでかかる画像データを転送する場合、データを圧縮
して転送データを少なくすることにより、転送時間を減
らす−[夫がなされている。
Therefore, when transferring such image data, the transfer time is reduced by compressing the data and reducing the amount of data to be transferred.

〔従来の技術〕[Conventional technology]

第3図は従来例のデータ転送を説明するブロック図であ
る。Cはスキャナであり、収集した画像データをホスト
コンピュータAに転送する。Bはデータ圧縮装置であり
、ホストコンピュータAから転送されたデータを圧縮処
理した後にホストコンピュータAに転送する。Dはホス
トコンピュータから転送される圧縮画像データを受ける
出力コンピュータであり、Fは出力コンピュータDから
転送された圧縮画像データを元のデータに復元するデー
タ復元装置である。Eはプロッタであり、出力コンピュ
ータから転送される復元データをプロットする。
FIG. 3 is a block diagram illustrating conventional data transfer. C is a scanner, which transfers the collected image data to host computer A. B is a data compression device, which compresses the data transferred from the host computer A and then transfers it to the host computer A. D is an output computer that receives compressed image data transferred from the host computer, and F is a data restoration device that restores the compressed image data transferred from the output computer D to the original data. E is a plotter, which plots the restored data transferred from the output computer.

このようにデータを予め圧縮処理することによってデー
タ転送量を減らすことにより、ホストコンピュータAか
ら出力コンピュータDにデータを転送する時間を大幅に
減少することが可能となる。
By reducing the amount of data transferred by compressing the data in advance in this way, it becomes possible to significantly reduce the time required to transfer data from the host computer A to the output computer D.

しかし、ホストコンピュータAはデータ圧縮のためデー
タ圧縮装21Bとの間でデータ転送を行う必要があるの
で、この転送時間中は他の機器とのデータ転送を行うこ
とはできないことになる。
However, since the host computer A needs to transfer data to and from the data compression device 21B for data compression, it is not possible to transfer data with other devices during this transfer time.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

ところで、従来例によればホストコンピュータAからデ
ータ圧縮装2!IBに画像データを転送する場合、デー
タ圧縮装21Bの処理能力に対応するデータ量を該デー
タ圧縮装2tHに転送し、圧縮処理が終了すると該圧縮
処理データを受は取り、その後に次の分のデータを送る
という構成のものである。すなわちホストコンピュータ
Aは画像データを何回かに分けて転送するとともに、そ
れらの圧縮処理がすべて終了するまで待機していなけれ
ばならないので、ホストコンピュータの使用効率が低下
するという問題がある。
By the way, according to the conventional example, from the host computer A to the data compression device 2! When transferring image data to the IB, the amount of data corresponding to the processing capacity of the data compression unit 21B is transferred to the data compression unit 2tH, and when the compression process is completed, the compressed data is received and then transferred to the next division. The configuration is such that data is sent. That is, the host computer A has to transfer the image data in several batches and wait until all the compression processes are completed, which causes a problem in that the usage efficiency of the host computer decreases.

本発明はかかる従来例の問題点に鑑み創作されたもので
あり、コンピュータがデータ圧縮装置に関わる時間を最
少にしてコンピュータの使用効率の向トを可能とするデ
ータ転送制御装この提供を目的とする。
The present invention was created in view of the problems of the prior art, and aims to provide a data transfer control device that minimizes the time the computer spends on the data compression device and improves the efficiency of computer usage. do.

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

本発明はコンピュータから転送される圧縮前のデータを
一時記憶する第1のメモリと、データ圧縮装置から転送
される圧縮後のデータを一時記憶する第2のメモリと、
データ圧縮装置の圧縮処理走力に応じて前記第1のメモ
リに蓄植されたデータを分割して該データ圧縮装置に転
送する手段と、データ圧縮装置に転送された後の前記第
1のメモリに残存するデータ量を逐一計測する第1の計
測り段と、データ圧縮装置によって圧縮され、前記第2
のメモリに転送された圧縮データのにを計測する第2の
計測手段と、分、1されてデータ圧縮装置に転送された
分h1のデータが該データ圧縮装置によって圧縮処理さ
れるに要する時間を計1−する第3の計測−L段と、前
記第3の計測手段によって計測された時間中にコンピュ
ータから第1のメモリに転送されるデータ転送量を計測
する第4の計測手段と、前記第1の計AN手段にノ、(
づ〈残存データ量と前記第3の計測手段に基づく処理時
間とにより残存データを圧縮処理する時間を求め、さら
にこの時間と前記第4の計測手段によって算出される前
記第2のメモリに蓄積された全圧縮データをコンピュー
タに転送するに要する時間とを比較し、これらの時間が
等しくなったとき前記第2のメモリからコンピュータへ
のデータ転送を開始する手段とを有することを特徴とす
る。
The present invention includes a first memory that temporarily stores uncompressed data transferred from a computer, a second memory that temporarily stores compressed data transferred from a data compression device,
means for dividing the data stored in the first memory according to the compression processing speed of the data compression device and transferring the divided data to the data compression device; and the first memory after being transferred to the data compression device. a first measurement stage that measures the amount of data remaining in the data, compressed by a data compression device;
a second measuring means for measuring the length of the compressed data transferred to the memory of 1; a third measurement-L stage for measuring a total of 1-L; a fourth measuring means for measuring the amount of data transferred from the computer to the first memory during the time measured by the third measuring means; For the first total AN means, (
(Determine the time to compress the remaining data based on the amount of remaining data and the processing time based on the third measuring means, and further calculate the time for compressing the remaining data and the amount of time stored in the second memory calculated by this time and the fourth measuring means.) The present invention is characterized by comprising means for comparing the time required to transfer all the compressed data to the computer, and when these times become equal, starting data transfer from the second memory to the computer.

〔作用〕[Effect]

コンピュータから転送されるデータはすべてまず第1の
メモリに蓄積される。これによりコンピュータは他の機
器のアクセスが可能となる0次に転送手段によりデータ
圧縮装置の処理使方に応じた所定の分量のデータが第1
のメモリからデータ圧縮装置に転送される。このとき残
りのデータ賃が第1の計測手段によって逐一計測される
All data transferred from the computer is first stored in the first memory. This allows the computer to be accessed by other devices.The transfer means transfers a predetermined amount of data according to the processing usage of the data compression device to the first
The data is transferred from the memory to the data compression device. At this time, the remaining data charges are measured one by one by the first measuring means.

またデータ圧縮装置によって所定の分量のデータが処理
される時間が第3の計測手段によって計測される。この
ときこの処理時間内にコンピュータから第1のメモリに
転送されるデータ量が第4の計Am T’一段によって
計測される。
Further, the third measuring means measures the time it takes for the data compression device to process a predetermined amount of data. At this time, the amount of data transferred from the computer to the first memory within this processing time is measured by the fourth total Am T'.

データ圧縮装置によって圧縮処理された圧縮データは第
2のメモリに転送される。第2のメモリに蓄積されるデ
ータの総量は第2の計測手段によって計測される。
Compressed data compressed by the data compression device is transferred to the second memory. The total amount of data stored in the second memory is measured by the second measuring means.

分;13された所定の分量のデータの圧縮処理に要する
時間は第3の計測手段により、また残存する未圧縮デー
タ量は第1の計測手段によりそれぞれ知られているので
、残存する未圧縮データの圧縮処理に要する時間を算出
することができる。
Since the time required to compress a predetermined amount of data that has been compressed is known by the third measuring means, and the amount of remaining uncompressed data is known by the first measuring means, the remaining uncompressed data The time required for compression processing can be calculated.

また分割された所定量のデータ量を圧縮する時間内にコ
ンピュータから第1のメモリに転送できるデータ量は第
4の計測手段によって知ることができるが、このデータ
量は第2のメモリからコンピュータに転送できるデータ
量とほぼ等しいと考えられる。
Furthermore, the amount of data that can be transferred from the computer to the first memory within the time required to compress the divided predetermined amount of data can be determined by the fourth measuring means; This is considered to be approximately equal to the amount of data that can be transferred.

従って、第1のメモリに残存する一未圧縮データの圧縮
に要する時間と第2のメモリに蓄積された全圧縮処理済
みデータをコンピュータへの転送に要する時間が等しく
なったときに該圧縮処理済みデータのコンピュータへの
転送を開始すれば、転送が終了したときに未圧縮データ
の圧縮処理が丁度路わることになる。このようにしてデ
ータ転送と圧縮処理を並行して行うことができるので、
コンピュータのデータ圧縮装置に関わる時間を最少にす
ることが可能になる。従ってコンピュータの使用効率の
向上を図ることができる。
Therefore, when the time required to compress the uncompressed data remaining in the first memory is equal to the time required to transfer all the compressed data stored in the second memory to the computer, the compressed data is If you start transferring data to the computer, the compression process for uncompressed data will just stop when the transfer is finished. In this way, data transfer and compression processing can be performed in parallel.
It becomes possible to minimize the time involved in the computer's data compression equipment. Therefore, it is possible to improve the usage efficiency of the computer.

〔実施例〕〔Example〕

次に図を参照しながら本発明の実施例について説明する
。第1図は本発明の実施例に係るデータ転送制御装置の
構成を示すブロック図である。
Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a data transfer control device according to an embodiment of the present invention.

lは入出力1111部であり、これを介してホストコン
ピュータAから大力バッファ2に未圧縮データが転送さ
れ、出力バッファ3からホストコンピュータAへ圧縮デ
ータが転送される。2はホストコンピュータから転送さ
れたデータを一時記憶する人力バッファである。3はデ
バイス制御部5を介してデータ圧m″”A fi!I 
Bから転送された圧縮データを一時記憶する出力バッフ
ァである。
1 is an input/output section 1111, through which uncompressed data is transferred from the host computer A to the power buffer 2, and compressed data is transferred from the output buffer 3 to the host computer A. 2 is a manual buffer that temporarily stores data transferred from the host computer. 3 is the data pressure m''''A fi! via the device control unit 5. I
This is an output buffer that temporarily stores compressed data transferred from B.

4は入力バッファ2に転送されるデータ量をカウントす
るカウンタであり、そのカウント量がデータ圧縮装置B
の処理可能データ量に達する毎に信号を出力してデバイ
ス制御部5を制御することにより、データ圧縮装21B
に処理能力以上のデータ量が転送されないようにする。
4 is a counter that counts the amount of data transferred to the input buffer 2, and the counted amount is transferred to the data compression device B.
The data compression unit 21B controls the device control unit 5 by outputting a signal every time the processable data amount reaches
Ensure that the amount of data that exceeds the processing capacity is not transferred.

このデータ量を単位アクセス処理データ量と呼ぶ、5は
デバイス制御ffiであり、これを介して入力バッファ
2からデータ圧縮装置Bへデータが転送され。
This amount of data is called the unit access processing data amount. 5 is a device control ffi through which data is transferred from the input buffer 2 to the data compression device B.

データ圧縮装f?iBから出力バッファ3へ圧縮データ
が転送される。
Data compression system f? Compressed data is transferred from iB to output buffer 3.

6はデータ圧縮装2!IBが単位アクセス処理データj
Jを圧縮する間にホストコンピュータAから入力バッフ
ァ2に転送されるデータ量Llをカウントするカウンタ
である。ここでデータ圧縮装置が単位アクセス処理デー
タ、%lを圧縮する時間とは。
6 is data compression device 2! IB is unit access processing data
This is a counter that counts the amount of data L1 transferred from the host computer A to the input buffer 2 while compressing J. Here, what is the time taken by the data compression device to compress unit access processing data, %l?

デバイス制御部5を介して入力バッファ2からデータ圧
縮装置Bに最初のデータが書き込まれ始めてから、デー
タ圧縮装2iBによって圧縮処理された最後のデータが
出力バッファ3に読み出されるまでをいう、すなわちカ
ウンタ6は最初のデータの古き込み時にデバイス制御1
部5から出力される信号によりカウント動作を始め、最
後の圧縮データの読み出し時にデバイス制御部5から出
力されるリセット信号によりカウント動作を終了する。
This refers to the period from when the first data begins to be written from the input buffer 2 to the data compression device B via the device control unit 5 until the last data compressed by the data compression device 2iB is read out to the output buffer 3. 6 is device control 1 when the first data becomes old.
A counting operation is started by a signal outputted from the device controller 5, and is ended by a reset signal outputted from the device controller 5 when the last compressed data is read.

7はデバイス制御部5を介して入力バッファ2からデー
タ圧縮装置Bに書き込まれるデータ?M(’11位アク
セス処理データの縫)をカウントするカウンタである。
7 is data written from the input buffer 2 to the data compression device B via the device control unit 5? This is a counter that counts M (stitches of '11th position access processing data).

すなわちカウンタ7は最初のデータの書き込みが始まる
時にデバイス制御部5から出力されるセット信号により
カウント動作を始め、最後のデータの書き込みが終了す
るときにデバイス制御J1部5から出力されるリセット
信号によりカウント動作を停止する。
That is, the counter 7 starts counting by the set signal output from the device control section 5 when writing of the first data starts, and starts counting operation by the reset signal output from the device control J1 section 5 when the writing of the last data ends. Stop counting operation.

8はデータ圧縮装21Bをアクセスする回数をカウント
するカウンタであり、単位アクセス処理データがデータ
圧縮装置Bに書き込まれるたびにカウントを一つ増す、
9は中位アクセス処理データが圧縮装置Bによって圧縮
された後のデータ量mをカウントするカウンタである。
8 is a counter that counts the number of times the data compression device 21B is accessed, and the count increases by one each time unit access processing data is written to the data compression device B.
9 is a counter that counts the data amount m after the intermediate access processing data has been compressed by the compression device B.

lOはカウンタ7の出力Mとカウンタ9の出力mを比較
し、その比率を算出する比較器である。
IO is a comparator that compares the output M of the counter 7 and the output m of the counter 9 and calculates the ratio thereof.

この比率α= m / Mがデータの圧縮率を示す。This ratio α=m/M indicates the data compression rate.

11はホストコンピュータから転送される総データlI
¥L(転送前にホストコンピュータから予め知らされて
いる。)とデータ圧縮率αとを乗算処理することにより
、予想される圧縮データの総賃見を算出する比較器であ
る。
11 is the total data transferred from the host computer
This is a comparator that calculates the expected total cost of compressed data by multiplying ¥L (informed in advance by the host computer before transfer) and the data compression rate α.

12は圧縮データの総量を出力バッファ3からホストコ
ンピュータAに転送する時間内にデータ圧縮装置Bが単
位アクセス処理データ量をアクセスできる回数を算出す
る比較器である。すなわち、ホストコンピュータAから
入力バッファ2へのデータ転送スピードと出力バッファ
3からホストコンピュータへのデータ転送スピードはほ
ぼ同等であるから、カウンタ6の出力L1は単位アクセ
ス処理データの処理時間内に出力バッファ3からホスト
コンピュータAへ転送できるデータ14を示しているこ
とになる。従って全圧縮データ文をホストコンピュータ
に転送する間にデータ圧縮装置1Bがアクセスできる回
数NはN=皇/Llによって算出される。
A comparator 12 calculates the number of times the data compression device B can access the unit access processing data amount within the time required to transfer the total amount of compressed data from the output buffer 3 to the host computer A. That is, since the data transfer speed from the host computer A to the input buffer 2 and the data transfer speed from the output buffer 3 to the host computer are almost the same, the output L1 of the counter 6 is transferred to the output buffer within the processing time of unit access processing data. This shows data 14 that can be transferred from 3 to host computer A. Therefore, the number of times N that the data compression device 1B can access while transferring the entire compressed data sentence to the host computer is calculated by N=Ki/Ll.

13は差分器であり、全データを圧縮処理するためにデ
ータ圧縮装置Bをアクセスしなければならない全アクセ
ス回IFk N oからホストコンピュータAへのデー
タ転送中の予想アクセス回1!Nを引き算処理してNs
 を算出する。
Reference numeral 13 denotes a differentiator, which is expected to access times 1 during data transfer from IFk No to host computer A for all access times when data compression device B must be accessed in order to compress all data. Subtract N and get Ns
Calculate.

14はカウンタ8の出力(現実アクセス回数)とMS 
を比較する比較器であり1等しくなったとき入出力制御
部l°を起動して出力バッファ3からホストコンピュー
タAに圧縮データの転送を開始する。
14 is the output of counter 8 (actual number of accesses) and MS
When they become equal to 1, the input/output control unit l° is activated and the transfer of compressed data from the output buffer 3 to the host computer A is started.

すなわちカウンタ8のカウントがNSに達するとき、出
力バッファ3からコンピュータAへの圧縮データの転送
を開始する。残りデータの圧縮処理は、圧縮済みデータ
のホストコンピュータAへの転送と併行して行われる。
That is, when the count of the counter 8 reaches NS, transfer of compressed data from the output buffer 3 to the computer A is started. The remaining data is compressed in parallel with the compressed data being transferred to the host computer A.

またその転送が終了する時に合わせて残りのデータの圧
縮処理が終了するように構成しているので、引き続いて
これらの残りの圧縮データの転送も可能になる。このよ
うにしてホストコンピュータAがデータ圧縮装置Bに関
わる時間を大幅に減少することができるので、コンピュ
ータの使用効率の向上を図ることができる。
Furthermore, since the configuration is such that the compression processing of the remaining data is completed at the same time as the transfer is completed, it is possible to subsequently transfer these remaining compressed data. In this way, the time that the host computer A spends on the data compression device B can be significantly reduced, so that the efficiency of computer use can be improved.

第2図は本発明の実施例に係るデータ転送制御装置の動
作の概略を説明する図ある0図においてtlはホストコ
ンピュータAから入力バッファlに全データが転送され
る時間を示している。
FIG. 2 is a diagram illustrating the outline of the operation of the data transfer control device according to the embodiment of the present invention. In FIG. 0, tl indicates the time for all data to be transferred from host computer A to input buffer l.

t2はデータ圧縮装21Bによって圧縮処理される時間
であり、tlの途中から圧縮処理は開始される。
t2 is the time for compression processing by the data compression device 21B, and the compression processing starts from the middle of tl.

入力バッファ2へのデータ転送がすべて終了するとコン
ピュータAはこれから解放され、他の機器との間のデー
タ転送などの仕・バが可能となる。
When all data transfer to the input buffer 2 is completed, the computer A is released and can perform other tasks such as data transfer with other devices.

圧縮処理データが所定の量に達するとコンピュータAに
圧縮データの転送が開始される。このとき残りの一定の
データはまだ圧縮処理中であるか、あるいは未圧縮状態
にあるが、圧縮済みのデータの転送が終了する頃、これ
らのデータの圧縮処理も終了するので、そのまま連続し
てコンピュータAに転送することが可能となる。この総
転送時間をt4で示す。
When the compressed data reaches a predetermined amount, transfer of the compressed data to computer A is started. At this time, some of the remaining data is still being compressed or is in an uncompressed state, but when the compressed data transfer is finished, the compression process for these data will also be finished, so the data will continue to be compressed. It becomes possible to transfer the data to computer A. This total transfer time is indicated by t4.

このように5本発明の実施例によればデータ転送と圧縮
処理を併行して行うことができる。このためコンピュー
タの解放される時間t2が多くとれ、コンピュータの使
用効率の向−ヒを図ることができる。
As described above, according to the fifth embodiment of the present invention, data transfer and compression processing can be performed concurrently. Therefore, the time t2 during which the computer is free can be increased, and the efficiency of use of the computer can be improved.

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

以り説明したように、本発明によればデータ転送と圧縮
処理を併行して行うことができるとともに、データ圧縮
装置の処理能力に制限があるにも関わらず、コンピュタ
は一度に全データを送出したり、一度に圧縮データを受
取ることができるので、データ圧縮装置に関わる時間を
最少にしてコンピュータの使用効率の向上を図ることが
可能となる。
As explained above, according to the present invention, data transfer and compression processing can be performed in parallel, and even though the processing capacity of the data compression device is limited, the computer can transmit all data at once. Since compressed data can be received all at once, the time involved in the data compression device can be minimized and the efficiency of computer use can be improved.

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

第1図は本発明の実施例に係るデータ転送制御装置のブ
ロック図であり、第2図は本発明の実施例に係るデータ
転送、TJJW装置の動作のMw8を説IIする図であ
る。 第3図は従来例のデータ転送を説明するブロック図であ
る。 (符号の説明) A・・・ホストコンピュータ、 B・・・データ圧縮装置、 C・・・スキャナ。 D・・・出力コンピュータ、 E・・・プロッタ。 F・・・データ復元装置、 l・・・入力制御部。 2・・・大力バッファ(第1のメモリ)。 3・・・出力バッファ(第2のメモリ)、4.6〜10
・・・カウンタ。 5・・・デバイス制御部、 11.12.14・・・比較器、 13・・・差分器。 第 2@J
FIG. 1 is a block diagram of a data transfer control device according to an embodiment of the present invention, and FIG. 2 is a diagram illustrating Mw8 of data transfer and operation of a TJJW device according to an embodiment of the present invention. FIG. 3 is a block diagram illustrating conventional data transfer. (Explanation of symbols) A...Host computer, B...Data compression device, C...Scanner. D...Output computer, E...Plotter. F...Data restoration device, l...Input control unit. 2... Large power buffer (first memory). 3... Output buffer (second memory), 4.6 to 10
···counter. 5...Device control unit, 11.12.14...Comparator, 13...Differentiator. Part 2 @J

Claims (1)

【特許請求の範囲】 コンピュータから転送される圧縮前のデータを一時記憶
する第1のメモリと、 データ圧縮装置から転送される圧縮後のデータを一時記
憶する第2のメモリと、 データ圧縮装置の圧縮処理能力に応じて前記第1のメモ
リに蓄積されたデータを分割して該データ圧縮装置に転
送する手段と、 データ圧縮装置に転送された後の前記第1のメモリに残
存するデータ量を逐一計測する第1の計測手段と、 データ圧縮装置によって圧縮され、前記第2のメモリに
転送された圧縮データの量を計測する第2の計測手段と
、 分割されてデータ圧縮装置に転送された分量のデータが
該データ圧縮装置によって圧縮処理されるに要する時間
を計測する第3の計測手段と、前記第3の計測手段によ
って計測された時間中にコンピュータから第1のメモリ
に転送されるデータ量を計測する第4の計測手段と、 前記第1の計測手段に基づく残存データ量と前記第3の
計測手段に基づく処理時間とにより残存データを圧縮処
理する時間を求め、さらにこの時間と前記第4の計測手
段によって算出される前記第2のメモリに蓄積された全
圧縮データをコンピュータに転送するに要する時間とを
比較し、これらの時間が等しくなったとき前記第2のメ
モリからコンピュータへのデータ転送を開始する手段と
を有することを特徴とするデータ転送制御装置。
[Scope of Claims] A first memory that temporarily stores uncompressed data transferred from a computer; a second memory that temporarily stores compressed data transferred from a data compression device; means for dividing the data stored in the first memory according to the compression processing capacity and transferring the divided data to the data compression device; a first measuring means for measuring the amount of compressed data piece by piece; a second measuring means for measuring the amount of compressed data compressed by the data compression device and transferred to the second memory; a third measuring means for measuring the time required for the amount of data to be compressed by the data compression device; and data transferred from the computer to the first memory during the time measured by the third measuring means. a fourth measuring means for measuring the amount of data; and a time for compressing the remaining data based on the remaining data amount based on the first measuring means and a processing time based on the third measuring means, Compare the time required to transfer all the compressed data stored in the second memory to the computer calculated by the fourth measuring means, and when these times become equal, transfer the data from the second memory to the computer. A data transfer control device comprising means for starting data transfer.
JP2501886A 1986-02-07 1986-02-07 Data transfer controller Pending JPS62182919A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2501886A JPS62182919A (en) 1986-02-07 1986-02-07 Data transfer controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2501886A JPS62182919A (en) 1986-02-07 1986-02-07 Data transfer controller

Publications (1)

Publication Number Publication Date
JPS62182919A true JPS62182919A (en) 1987-08-11

Family

ID=12154167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2501886A Pending JPS62182919A (en) 1986-02-07 1986-02-07 Data transfer controller

Country Status (1)

Country Link
JP (1) JPS62182919A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014024610A1 (en) 2012-08-07 2014-02-13 日本電気株式会社 Data forwarding device, data forwarding method, and program
US9807189B2 (en) 2012-10-19 2017-10-31 Nec Corporation Data transfer device and data transfer system using adaptive compression algorithm

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014024610A1 (en) 2012-08-07 2014-02-13 日本電気株式会社 Data forwarding device, data forwarding method, and program
US9769241B2 (en) 2012-08-07 2017-09-19 Nec Corporation Data transfer device, data transfer method, and program storage medium
US9807189B2 (en) 2012-10-19 2017-10-31 Nec Corporation Data transfer device and data transfer system using adaptive compression algorithm

Similar Documents

Publication Publication Date Title
US3789365A (en) Processor interrupt system
WO2006034453A1 (en) Event-driven dma controller
JPH0752418B2 (en) Data reception system
JPH0576650B2 (en)
US6732198B1 (en) Methods and apparatus for saving and restoring scatter/gather list processing context in intelligent controllers
JPS62182919A (en) Data transfer controller
CN1734498A (en) Image processing apparatus
JPS6235148B2 (en)
JPH02101523A (en) Parallel transfer type disk controller
JPH0261721A (en) Buffer memory controller
JPS6153744B2 (en)
JP2533886B2 (en) Data transfer method
JPH02308345A (en) Data gathering method for terminal equipment
JPS6220041A (en) Asynchronous data transfer circuit for data processor
JPH0387917A (en) Magnetic tape controller
JPH0581165A (en) Data transfer circuit
JPH0568732B2 (en)
JPH0241549A (en) Data transfer system
JPH02181521A (en) Data compression processing circuit
JPS5930298B2 (en) Data transmission method
JPH0345075A (en) Picture reader
JPH04171562A (en) Data transmission processing system
JPS6194162A (en) Information processor provided with time monitor control function
JPS63153635A (en) Specification system for data transfer speed
JPH02287661A (en) Data access system