JPH10111789A - Data reception device - Google Patents

Data reception device

Info

Publication number
JPH10111789A
JPH10111789A JP8286095A JP28609596A JPH10111789A JP H10111789 A JPH10111789 A JP H10111789A JP 8286095 A JP8286095 A JP 8286095A JP 28609596 A JP28609596 A JP 28609596A JP H10111789 A JPH10111789 A JP H10111789A
Authority
JP
Japan
Prior art keywords
packet data
data
area
file
buffer
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
JP8286095A
Other languages
Japanese (ja)
Inventor
Ryuichi Kaji
隆一 鍛治
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.)
Kokusai Electric Corp
Original Assignee
Kokusai Electric 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 Kokusai Electric Corp filed Critical Kokusai Electric Corp
Priority to JP8286095A priority Critical patent/JPH10111789A/en
Publication of JPH10111789A publication Critical patent/JPH10111789A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To store a reception packet in a data file means without a trouble even if the write processing rate of the data file means storing reception packet data is comparatively slow. SOLUTION: In the device, a reception means 3 receives packet data transmitted through a line 2 and it is temporarily stored in a buffer means 4. Then, data is stored in the data file means 7 whose writing processing rate of packet data to a file is slower than a rate for receiving packet data from the line 2. Namely, the buffer means 4 has two areas 4A and 4B which temporarily store received packet data. When one area 4A becomes full by packet data, a buffer management means 5 changes the area for storing reception packet data to the other area 4B based on packet data quantity which the respective areas store and writes packet data stored in the area 4A into the data file means 7.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、パケット化された
データを受信してファイルに格納するデータ受信装置に
関し、特に、パケットデータの受信レートがファイルへ
の書き込みレートを上回ってしまう場合にあっても、受
信パケットデータを支障無くファイルに書き込むことが
できるデータ受信装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data receiving apparatus for receiving packetized data and storing it in a file, and more particularly to a data receiving apparatus in which a packet data receiving rate exceeds a file writing rate. The present invention also relates to a data receiving apparatus capable of writing received packet data to a file without any problem.

【0002】[0002]

【従来の技術】例えば、証券情報の配信システムでは、
データ送信元のセンターから各店舗へ証券情報をパケッ
トデータとして送信することが行われており、各店舗で
は受信したパケットデータをハードディスク装置等のデ
ータファイル手段に格納し、必要に応じて証券情報を処
理(例えば、表示出力)することが行われている。この
ようなシステムにおいては、データ送信元から比較的デ
ータ量が少ないパケットデータが連続して大量に送信さ
れ、データの受信側(すなわち、データ受信装置)で
は、これらパケットデータを順次受信してファイルに格
納する必要がある。
2. Description of the Related Art For example, in a security information distribution system,
From the data transmission center, securities information is transmitted as packet data to each store. Each store stores the received packet data in a data file means such as a hard disk device, and stores the securities information as necessary. Processing (for example, display output) is performed. In such a system, a relatively large amount of packet data having a relatively small amount of data is continuously transmitted from a data transmission source, and the data receiving side (that is, a data receiving apparatus) sequentially receives these packet data and transmits Must be stored in

【0003】このように多数のパケットを連続して受信
してファイルに格納するデータ受信装置において、デー
タファイル手段をハードディスク装置等のように比較的
書き込み処理速度が遅い記憶装置で構成した場合には、
パケットの受信タイミングがファイルへの書き込みタイ
ミングより速くなって、受信した全てのパケットデータ
をファイルに格納できないと言う事態が生じてしまって
いた。
In such a data receiving apparatus which continuously receives a large number of packets and stores it in a file, if the data file means is constituted by a storage device having a relatively low write processing speed, such as a hard disk device, ,
The timing at which packets are received is earlier than the timing at which they are written to a file, and all received packet data cannot be stored in a file.

【0004】例えば、多数のパケットデータを9600
bpsの回線で連続して転送し、これらパケットデータ
を格納するデータファイル手段として、ファイルオープ
ン、データリード、データの変更、データライト、ファ
イルクローズと言った一連の処理から成る書き込み処理
に180msかかるハードディスク装置を用いた場合に
は、各パケットデータは216byte以上の大きさで
なければ書き込み処理の遅れが生じてしまう。すなわ
ち、9600bpsの回線から180msの間に172
8bit(216byte)のデータが受信されるた
め、各パケットが216byte未満である場合には、
1のパケットデータについて書き込み処理が終了する前
に、後続のパケットデータが受信されてしまい、パケッ
トデータの受信に対して書き込み処理が間に合わなくな
ってしまう。
[0004] For example, 9600
A hard disk which takes 180 ms to perform a write process including a series of processes such as file open, data read, data change, data write, and file close as data file means for continuously transferring data over a bps line and storing these packet data. When the device is used, each packet data has a size of 216 bytes or more, which causes a delay in the writing process. That is, 172 from the 9600 bps line to 180 ms
Since 8 bits (216 bytes) of data are received, if each packet is less than 216 bytes,
Before the writing process for one packet data is completed, subsequent packet data is received, and the writing process cannot be completed in time for receiving the packet data.

【0005】[0005]

【発明が解決しようとする課題】本発明は、上記従来の
事情に鑑みなされたもので、受信パケットを格納するデ
ータファイル手段の書き込み処理レートが比較的遅い場
合にあっても、パケットデータの受信レートに係わら
ず、受信パケットをデータファイル手段へ支障無く格納
することができるデータ受信装置を提供することを目的
とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned conventional circumstances, and is intended to receive packet data even when the write processing rate of a data file means for storing received packets is relatively low. It is an object of the present invention to provide a data receiving apparatus capable of storing received packets in a data file means without any problem regardless of the rate.

【0006】[0006]

【課題を解決するための手段】上記の目的を達成するた
め、本発明に係るデータ受信装置では、回線を介して送
信されてきたパケットデータを受信手段で受信し、この
受信パケットデータをバッファ手段に一時的に格納した
後、ファイルへのパケットデータの書き込み処理レート
が回線からパケットデータを受信するレートより遅いデ
ータファイル手段に格納する。
In order to achieve the above object, in a data receiving apparatus according to the present invention, packet data transmitted via a line is received by a receiving means, and the received packet data is buffered. After that, the packet data is written into the data file unit at a rate at which the packet data is written to the file at a lower rate than the rate at which the packet data is received from the line.

【0007】具体的には、バッファ手段は受信したパケ
ットデータを一時的に格納するエリアを少なくとも2つ
有しており、バッファ管理手段がこれら各エリアが格納
しているパケットデータ量に基づいて、各エリアへのパ
ケットデータの格納及び各エリアからファイルへのパケ
ットデータの書き込みを管理する。すなわち、バッファ
管理手段は、一のエリアがパケットデータにより満杯と
なった時点で受信パケットデータを格納するエリアを他
のエリアに変更させ、また、当該一のエリアに格納され
ているパケットデータをファイルへ書き込ませる処理を
行う。
More specifically, the buffer means has at least two areas for temporarily storing the received packet data, and the buffer management means makes a decision based on the amount of packet data stored in each of these areas. It manages storing packet data in each area and writing packet data from each area to a file. That is, the buffer management means changes the area for storing the received packet data to another area when one area is filled with packet data, and also converts the packet data stored in the one area to a file. Perform the process of writing to

【0008】したがって、この管理処理の下に、格納手
段がバッファ管理手段により指示されたバッファ手段の
エリアに受信したパケットデータを格納し、書き込み手
段がバッファ管理手段により指示されたバッファ手段の
エリアに格納されているパケットデータについてデータ
ファイル手段のファイルに書き込み処理を行い、受信し
たパケットデータを欠落させることなくデータファイル
手段に格納させる。
Therefore, under this management processing, the storage means stores the received packet data in the area of the buffer means designated by the buffer management means, and the writing means stores the packet data in the area of the buffer means designated by the buffer management means. The stored packet data is written to a file in the data file means, and the received packet data is stored in the data file means without loss.

【0009】[0009]

【発明の実施の形態】本発明の一実施形態に係るデータ
受信装置を図面を参照して説明する。図1には、本実施
形態に係るデータ受信装置の構成を示してある。データ
受信装置には、データ送信元のセンター1から回線2を
介してパケットデータを受信する受信手段3と、パケッ
トデータを一時的に格納する2つのエリア4A、4B
(A面、B面)を有したバッファ手段4と、バッファ手
段4の各エリア4A、4Bへのパケットデータの格納及
び各エリア4A、4Bからファイルへのパケットデータ
の書き込みを管理するバッファ管理手段5と、バッファ
管理手段5により指示されたいずれかのエリア(A面又
はB面)に受信手段3で受信したパケットデータを格納
する格納手段6と、受信したパケットデータを最終的に
ファイルとして格納保持するデータファイル手段7と、
バッファ管理手段5により指示されたいずれかのエリア
(B面又はA面)に格納されているパケットデータをデ
ータファイル手段7のファイルに書き込み処理を行う書
き込み手段8と、を備えている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A data receiving apparatus according to one embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows a configuration of a data receiving apparatus according to the present embodiment. The data receiving device includes a receiving unit 3 for receiving packet data from the data transmission center 1 via the line 2, and two areas 4A and 4B for temporarily storing the packet data.
Buffer means 4 having (A side, B side), and buffer management means for managing storage of packet data in each area 4A, 4B of buffer means 4 and writing of packet data from each area 4A, 4B to a file 5, storage means 6 for storing the packet data received by the receiving means 3 in one of the areas (surface A or surface B) designated by the buffer management means 5, and finally storing the received packet data as a file Data file means 7 for holding;
A writing unit 8 for writing packet data stored in any of the areas (surface B or surface A) designated by the buffer management unit 5 into a file of the data file unit 7.

【0010】ここで、回線2は有線回線或いは無線回線
のいずれでもよく、また、受信手段3は回線を介して送
られてきたパケットデータを必要な復調処理を施して順
次受信する。また、バッファ手段4はRAM等のアクセ
ス速度が高速なメモリから構成されており、それぞれの
データ格納エリア4A、4Bに対してエリアの残存量
(空き量)を示す残エリアカウンタ4AC、4BCが設
けられている。
Here, the line 2 may be either a wired line or a wireless line, and the receiving means 3 performs necessary demodulation processing on the packet data sent via the line and sequentially receives the data. The buffer means 4 is composed of a memory having a high access speed such as a RAM, and is provided with remaining area counters 4AC and 4BC for indicating the remaining amount (empty amount) of the data storage areas 4A and 4B. Have been.

【0011】また、バッファ管理手段5は、残エリアカ
ウンタ4AC、4BCの更新を行うとともに、残エリア
カウンタ4AC、4BCの値によって示される各エリア
4A、4Bが格納しているパケットデータ量に基づい
て、各エリアへのパケットデータの格納及び各エリアか
らファイル7へのパケットデータの書き込みを管理す
る。すなわち、バッファ管理手段5は、一のエリアがパ
ケットデータにより満杯となった時点で、格納手段6に
より受信パケットデータを格納するエリアを他のエリア
に変更させ、また、当該一のエリアに格納されているパ
ケットデータを書き込み手段7によりデータファイル手
段7へ書き込ませる。なお、バッファ管理手段5はCP
Uがプログラムを実行することにより構成され、上記の
管理処理を実行する。
The buffer management means 5 updates the remaining area counters 4AC and 4BC, and based on the amount of packet data stored in each of the areas 4A and 4B indicated by the values of the remaining area counters 4AC and 4BC. , And manages storage of packet data in each area and writing of packet data from each area to the file 7. That is, when one area is filled with packet data, the buffer management means 5 causes the storage means 6 to change the area for storing the received packet data to another area, and to store the received packet data in the one area. The written packet data is written to the data file means 7 by the writing means 7. Note that the buffer management means 5
U is configured by executing a program, and executes the management processing described above.

【0012】格納手段6は受信手段3が受信したパケッ
トデータ列をバッファ手段4に順次書き込む処理を行
い、バッファ手段4のいずれのエリア4A、4Bに書き
込むかはバッファ管理手段5からの指示に従う。書き込
み手段8はバッファ手段4に格納されているパケットデ
ータを順次読み出してデータファイル手段7に書き込む
処理を行い、バッファ手段4のいずれのエリア4A、4
Bからパケットデータを読み出すかはバッファ管理手段
5からの指示に従う。データファイル手段7はハードデ
ィスク装置(外部記憶装置)により構成されており、回
線2から受信手段3がパケットデータを受信するレート
は、このハードディスク装置7へのパケットデータの書
き込み処理レートより速いものとなっている。
The storage means 6 performs a process of sequentially writing the packet data sequence received by the receiving means 3 to the buffer means 4, and which of the areas 4 A and 4 B of the buffer means 4 is written in accordance with an instruction from the buffer management means 5. The writing unit 8 performs a process of sequentially reading the packet data stored in the buffer unit 4 and writing the packet data in the data file unit 7.
Whether to read the packet data from B follows the instruction from the buffer management means 5. The data file means 7 is constituted by a hard disk device (external storage device), and the rate at which the receiving means 3 receives packet data from the line 2 is faster than the rate at which packet data is written to the hard disk device 7. ing.

【0013】次に、上記構成のデータ受信装置により行
われるパケットデータの受信及びファイリング処理を、
図2に示すフローチャートを参照して説明する。まず、
データ受信装置が起動されると、バッファ管理手段5が
バッファ手段4の管理情報(現時点でエリア4Aとエリ
ア4Bとのいずれを格納用に用いているかの情報、及
び、各残エリアカウンタ4AC、4BCの値)を取得す
る。そして、初期的には、バッファ管理手段5はA面の
バッファエリア4Aを受信パケットデータの格納用に設
定し、当該エリアの残エリアカウンタ4ACの値を初期
化(100%空いている状態)する(ステップS1)。
Next, the packet data reception and filing processing performed by the data receiving apparatus having the above-described configuration will be described.
This will be described with reference to the flowchart shown in FIG. First,
When the data receiving apparatus is started, the buffer management unit 5 manages the buffer unit 4 (information indicating which one of the areas 4A and 4B is currently used for storage, and the remaining area counters 4AC and 4BC). Value). Then, initially, the buffer management means 5 sets the buffer area 4A on the A side for storing the received packet data, and initializes the value of the remaining area counter 4AC of the area (100% free). (Step S1).

【0014】次いで、データ受信装置はパケットデータ
の受信待ち状態となり(ステップS2)、受信手段3に
より回線2を介してパケットデータを受信すると、バッ
ファ管理手段5が、受信したパケットのサイズ(データ
量)と残エリアカウンタ4ACの値とを比較し、受信し
たパケットデータが現在使用中のエリア(A面)に格納
できるか否かを判断する(ステップS3)。この判断の
結果、現在使用中のエリア4Aに受信パケットデータを
格納する残エリアがある場合には、バッファ管理手段5
は、この受信パケットデータを格納手段6によって当該
エリア4Aに格納させ(ステップS4)、残エリアカウ
ンタ4ACの値を格納した受信パケットのサイズを差し
引いた値に更新し(ステップS5)、上記ステップS2
以降の処理を繰り返し行う。
Next, the data receiving apparatus enters a packet data reception waiting state (step S2). When the receiving means 3 receives the packet data via the line 2, the buffer management means 5 sets the size (data amount) of the received packet. ) Is compared with the value of the remaining area counter 4AC to determine whether or not the received packet data can be stored in the currently used area (Side A) (step S3). As a result of this determination, if there is a remaining area for storing the received packet data in the currently used area 4A, the buffer management unit 5
Causes the storage unit 6 to store the received packet data in the area 4A (step S4), and updates the value of the received packet storing the value of the remaining area counter 4AC by subtracting the size of the received packet (step S5).
The subsequent processing is repeated.

【0015】一方、上記の判断の結果、現在使用中のエ
リア4Aに受信パケットデータを格納する十分な残エリ
アがない場合には、バッファ管理手段5は、受信パケッ
トデータの当該残エリアで格納できる部分を格納手段6
により現在使用中のエリア4Aに格納させる(ステップ
S6)。そして、バッファ管理手段5は、受信パケット
データの格納に用いるエリアを他のエリア(B面)4B
に変更し、このエリアの残エリアカウンタ4BCの値を
初期化(100%空いている状態)する(ステップS
7)。そして、バッファ管理手段5は、受信パケットデ
ータを満杯に格納したA面のエリア4Aを指定して書き
込み手段8に指示要求を送り(ステップS8)、エリア
4Aに格納されている全ての受信パケットデータをデー
タファイル手段7のファイルに書き込ませる。
On the other hand, as a result of the above determination, if there is not enough remaining area for storing the received packet data in the currently used area 4A, the buffer management means 5 can store the received packet data in the remaining area. Storing part 6
Is stored in the currently used area 4A (step S6). Then, the buffer management unit 5 sets the area used for storing the received packet data to another area (B side) 4B.
And the value of the remaining area counter 4BC of this area is initialized (100% free) (step S).
7). Then, the buffer management unit 5 sends an instruction request to the writing unit 8 by designating the area 4A on the side A where the received packet data is fully stored (step S8), and returns all the received packet data stored in the area 4A. Is written to the file of the data file means 7.

【0016】そして、バッファ管理手段5は、上記のエ
リア4Aに格納し得なかった受信パケットデータの残部
を格納手段6によりB面のエリア4Bに格納させ(ステ
ップS9)、残エリアカウンタ4BCの値を格納したパ
ケットデータのサイズを差し引いた値に更新し(ステッ
プS10)、上記ステップS2以降の処理を繰り返し行
う。このように、一のエリアに格納したパケットデータ
をデータファイル手段7に書き込み処理している間にお
いても、受信した後続のパケットデータは他のエリアに
格納されるため、連続して受信するパケットデータ列を
欠落させることなくデータファイル手段7に格納させる
ことができる。
The buffer management means 5 causes the storage means 6 to store the remaining portion of the received packet data, which could not be stored in the area 4A, in the area 4B on the side B (step S9), and the value of the remaining area counter 4BC. Is updated to a value obtained by subtracting the size of the packet data storing (step S10), and the processing from step S2 is repeated. As described above, even while the packet data stored in one area is being written to the data file means 7 and the subsequent packet data received is stored in another area, the packet data that is continuously received is stored. Columns can be stored in the data file means 7 without dropping.

【0017】上記した各エリア4A、4Bの容量は、デ
ータファイル手段7への書き込み処理を行っている間に
受信するパケットデータの量に基づいて決定される。例
えば、データファイル手段7への書き込み処理に180
ms要し、この間に216byteのパケットデータを
受信する装置設定である場合には、各エリア4A、4B
の容量をそれぞれ216byte以上としておけば、受
信パケットデータを取りこぼさずにデータファイル手段
7に格納することができる。なお、上記の例では、受信
パケットデータを一時的に格納するエリアを2つ設けた
が、本発明では3つ以上設けるようにしてもよく、この
場合には、エリアの切替制御を行えば、各エリアの容量
を2つの場合よりも小さく設定しても受信パケットデー
タを取りこぼさずにデータファイル手段7に格納するこ
とが可能である。
The capacity of each of the areas 4A and 4B is determined on the basis of the amount of packet data received during the writing process to the data file means 7. For example, when writing to the data file
ms, and if the device is set to receive 216 bytes of packet data during this time, each area 4A, 4B
Is set to 216 bytes or more, the received packet data can be stored in the data file means 7 without being missed. In the above example, two areas for temporarily storing received packet data are provided, but three or more areas may be provided in the present invention. In this case, if area switching control is performed, Even if the capacity of each area is set smaller than the case of two, it is possible to store the received packet data in the data file means 7 without dropping.

【0018】[0018]

【発明の効果】以上説明したように、本発明によると、
受信パケットデータを格納するデータファイル手段の書
き込み処理レートが比較的遅い場合にあっても、パケッ
トデータの受信レートに係わらず、受信パケットデータ
をデータファイル手段へ支障無く格納することができ
る。
As described above, according to the present invention,
Even when the write processing rate of the data file means for storing the received packet data is relatively slow, the received packet data can be stored in the data file means without any problem regardless of the packet data reception rate.

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

【図1】本発明の一実施形態に係るデータ受信装置を示
す構成図である。
FIG. 1 is a configuration diagram illustrating a data receiving apparatus according to an embodiment of the present invention.

【図2】本発明の一実施形態に係るデータ受信処理の手
順を示すフローチャートである。
FIG. 2 is a flowchart illustrating a procedure of a data receiving process according to an embodiment of the present invention.

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

2・・・回線、 3・・・受信手段、 4・・・バッフ
ァ手段、4A、4B・・・エリア、 5・・・バッファ
管理手段、 6・・・格納手段、7・・・データファイ
ル手段、 8・・・書き込み手段、
2 ... line, 3 ... receiving means, 4 ... buffer means, 4A, 4B ... area, 5 ... buffer management means, 6 ... storage means, 7 ... data file means 8 writing means,

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 受信したパケットデータをファイルに格
納するデータ受信装置において、 回線を介してパケットデータを受信する受信手段と、 ファイルへのパケットデータの書き込み処理レートが回
線からパケットデータを受信するレートより遅いデータ
ファイル手段と、 受信したパケットデータを一時的に格納するエリアを少
なくとも2つ有するバッファ手段と、 バッファ手段の各エリアが格納しているパケットデータ
量に基づいて、各エリアへのパケットデータの格納及び
各エリアからファイルへのパケットデータの書き込みを
管理するバッファ管理手段と、 バッファ管理手段により指示されたバッファ手段のエリ
アに受信手段で受信したパケットデータを格納する格納
手段と、 バッファ管理手段により指示されたバッファ手段のエリ
アに格納されているパケットデータについてデータファ
イル手段のファイルに書き込み処理を行う書き込み手段
と、を備え、 前記バッファ管理手段は、一のエリアがパケットデータ
により満杯となった時点で受信パケットデータを格納す
るエリアを他のエリアに変更させ、また、当該一のエリ
アに格納されているパケットデータをファイルへ書き込
ませることを特徴とするデータ受信装置。
1. A data receiving apparatus for storing received packet data in a file, a receiving means for receiving the packet data via a line, and a processing rate for writing the packet data to the file, the rate for receiving the packet data from the line. Slower data file means, buffer means having at least two areas for temporarily storing received packet data, and packet data to each area based on the amount of packet data stored in each area of the buffer means. Management means for managing storage of packet data and writing of packet data from each area to a file; storage means for storing packet data received by the reception means in an area of the buffer means designated by the buffer management means; and buffer management means. Area of the buffer means indicated by Writing means for performing writing processing on packet data stored in the data file means in a file of the data file means, wherein the buffer management means stores the received packet data when one area is full of packet data. A data receiving apparatus for changing an area to be copied to another area and writing packet data stored in the one area to a file.
JP8286095A 1996-10-08 1996-10-08 Data reception device Pending JPH10111789A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8286095A JPH10111789A (en) 1996-10-08 1996-10-08 Data reception device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8286095A JPH10111789A (en) 1996-10-08 1996-10-08 Data reception device

Publications (1)

Publication Number Publication Date
JPH10111789A true JPH10111789A (en) 1998-04-28

Family

ID=17699882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8286095A Pending JPH10111789A (en) 1996-10-08 1996-10-08 Data reception device

Country Status (1)

Country Link
JP (1) JPH10111789A (en)

Similar Documents

Publication Publication Date Title
US7111289B2 (en) Method for implementing dual link list structure to enable fast link-list pointer updates
WO2016202120A1 (en) Queue storage space management method and device, and computer storage medium
US20030056073A1 (en) Queue management method and system for a shared memory switch
JPS60142439A (en) Store buffer device
JPH10111789A (en) Data reception device
JP3752809B2 (en) Digital television receiving method and digital television receiving terminal device
US7293130B2 (en) Method and system for a multi-level memory
JP4938946B2 (en) Method and apparatus for transferring data at high speed between different types of devices
JPH0486047A (en) Buffer circuit having preferential processing function
JP2689490B2 (en) Receive buffer controller
JPH04160459A (en) Data transfer device
JPS6019820B2 (en) data transfer control device
JPH11175312A (en) Data transfer control unit
JPH031633A (en) Transmission/reception buffer management system for packet switching circuit
JPH0440551A (en) Data transfer system
JPH02137041A (en) Address control system
JPH04370859A (en) Data transmission/reception system between host and follower devices
JPH04199431A (en) Queue control system with priority
JPH02136949A (en) Input/output controller
JPS61256847A (en) Packet exchange
JPH038198A (en) Data recording system
JPS6243745A (en) Information processor
JPS6289162A (en) Data processor for multi processor
JPH01106256A (en) Buffering device
JPH02100739A (en) Data transfer controlling system