JPH0962564A - Buffer allocation control system - Google Patents

Buffer allocation control system

Info

Publication number
JPH0962564A
JPH0962564A JP21555395A JP21555395A JPH0962564A JP H0962564 A JPH0962564 A JP H0962564A JP 21555395 A JP21555395 A JP 21555395A JP 21555395 A JP21555395 A JP 21555395A JP H0962564 A JPH0962564 A JP H0962564A
Authority
JP
Japan
Prior art keywords
buffer
buffers
threshold value
threshold
allocated
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
JP21555395A
Other languages
Japanese (ja)
Other versions
JP2924725B2 (en
Inventor
Hiroko Tomaru
浩子 外丸
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 JP21555395A priority Critical patent/JP2924725B2/en
Publication of JPH0962564A publication Critical patent/JPH0962564A/en
Application granted granted Critical
Publication of JP2924725B2 publication Critical patent/JP2924725B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To efficiently utilize a buffer. SOLUTION: A threshold of a ratio of buffers in each size which can be allocated for an allocation request having a low priority is stored in a threshold table 31, and a threshold calculation means 21 calculates a threshold of the number of buffers to be allocated for the allocation request having a low priority in accordance with this threshold stored in the threshold table 31, and a threshold setting means 22 sets the calculated threshold to a buffer management table 32. A buffer allocation means 24 allocates buffers within the range of the threshold of the number of buffers set in the buffer management table 32 in response to the buffer allocation request and updates information of the number of already allocated buffers stored in a buffer allocation information management table 33. A threshold change means 23 transfers the change value of the threshold of the number of buffers to the threshold setting means 22.

Description

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

【発明の属する技術分野】本発明は、複数のバッファを
含むバッファプールをバッファサイズ別に備えた計算機
システムにおいて、該計算機システムにおいて実行され
る任意の機能から発行されるバッファ割り当て要求に対
し、所望のサイズのバッファを割り当てるバッファ割り
当て制御システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system provided with a buffer pool including a plurality of buffers for each buffer size, in response to a buffer allocation request issued from an arbitrary function executed in the computer system. The present invention relates to a buffer allocation control system that allocates a buffer of a size.

【0001】[0001]

【従来の技術】特開平1−93235号公報には、複数
の異なるサイズのバッファを作成し、それぞれのサイズ
のバッファのバッファプールを保持し、バッファ割り当
て時において、適切な大きさのバッファがない場合、小
さいバッファを割り当てる技術が記載されている。
2. Description of the Related Art Japanese Unexamined Patent Publication No. 1-93235 discloses that a plurality of buffers of different sizes are created, buffer pools of buffers of respective sizes are held, and there is no buffer of an appropriate size at the time of buffer allocation. In that case, techniques for allocating small buffers have been described.

【0002】また特開平1−181258号公報には、
バッファ割り当て前の技術として以下の2つの技術が記
載されている。
Further, Japanese Patent Laid-Open No. 1-181258 discloses that
The following two techniques are described as techniques before buffer allocation.

【0003】第1の技術は、データに付されたプライオ
リティに応じてバッファの割り当て管理を行い、プライ
オリティの高いデータはプライオリティの低いデータに
比して優先的にバッファを獲得することができるという
ものである。
The first technique manages the allocation of buffers according to the priority assigned to the data, so that the data with high priority can be acquired with priority over the data with low priority. Is.

【0004】第2の技術は、低プライオリティのデータ
でバッファを使いきってしまわないように制限値を越え
た場合に一時バッファの要求を中止するというものであ
る。
The second technique is to cancel the request for the temporary buffer when the limit value is exceeded so that the buffer is not used up with low priority data.

【0005】該公報に記載されている、バッファの割り
当て後の処理は、すべての空きバッファを割り当てた状
態で、低または高プライオリティのデータ用のバッファ
が足りなくなった場合、割り当てられている高または低
プライオリティデータ用の未使用のバッファを使い、バ
ッファ不足を解消するというものである。
The process described in this publication after the allocation of buffers is such that when all free buffers are allocated and there is not enough buffers for low or high priority data, the allocated high or low The unused buffer for low priority data is used to eliminate the buffer shortage.

【0006】[0006]

【発明が解決しようとする課題】特開平1−93235
号公報記載の技術においては、複数の異なるサイズのバ
ッファを保持し、適切なサイズのバッファを割り当てる
ことによりバッファ未使用部分を減らすとともに、バッ
ファがビジー状態で割り当てることができない場合に
は、該バッファより小さいバッファを割り当てることに
よりバッファ不足を解消している。しかしながら、この
従来の方式では、他に比して重要なデータを格納するた
めにバッファの割り当てを要求しても、他のデータと扱
いが変わらないため、バッファのビジー状態が続くと重
要なデータにもかかわらず、バッファを割り当ててもら
えず、バッファの要求元の機能の処理効率が低下すると
いう問題点があった。
[Patent Document 1] Japanese Patent Application Laid-Open No. 1-93235
In the technique described in the publication, a plurality of buffers of different sizes are held, buffer unused portions are reduced by allocating buffers of appropriate sizes, and when the buffers cannot be allocated in a busy state, the buffers can be allocated. The buffer shortage is resolved by allocating a smaller buffer. However, in this conventional method, even if a buffer allocation is requested to store important data as compared with other data, the handling is the same as other data. Nevertheless, there was a problem that the efficiency of the function of the request source of the buffer was lowered because the buffer was not allocated.

【0007】特開平1−181258号公報記載の技術
においては、データにプライオリティを付すことにより
上述した問題点を解決している。しかしながら、バッフ
ァプールを1つしか設定していないためにバッファの利
用効率が悪いという問題点があった。
In the technique described in Japanese Patent Laid-Open No. 1-181258, the above-mentioned problems are solved by giving priority to data. However, there is a problem that the utilization efficiency of the buffer is poor because only one buffer pool is set.

【0008】さらに特開平1―181258号公報記載
の技術は、低プライオリティのデータ用のバッファを使
い切るような状況においては、未だ割り当てられていな
い高プライオリティのデータ用にとっておいた空きバッ
ファをも使用してしまい、高プライオリティのデータか
らのバッファ割り当て要求が発生した場合に、使用中の
低プライオリティのデータ用のバッファを高プライオリ
ティ用に割り当てるが、一度低プライオリティのデータ
用に割り当てられたバッファを高プライオリティのデー
タで使用するための処理を行わなければならず、処理時
間がかかるという問題点があった。
Further, in the technique described in Japanese Patent Laid-Open No. 1-181258, in a situation where the buffer for low priority data is used up, an empty buffer reserved for high priority data which has not been allocated yet is also used. When a buffer allocation request from high-priority data occurs, the buffer for the low-priority data in use is allocated for the high priority, but the buffer once allocated for the low-priority data is allocated to the high priority. There is a problem in that processing must be performed for use with the data, and processing takes time.

【0009】本発明の目的は、バッファを効率良く利用
することにある。
An object of the present invention is to efficiently use a buffer.

【0010】本発明の他の目的は、バッファを利用する
機能を効率良く実行することにある。
Another object of the present invention is to efficiently execute a function utilizing a buffer.

【0011】[0011]

【課題を解決するための手段】本発明の第1のバッファ
割り当て制御システムは、複数のバッファを含むバッフ
ァプールをバッファサイズ別に備えた計算機システムに
おいて、前記計算機システムにおいて実行される任意の
機能から発行されるバッファ割り当て要求に対して、割
り当てるバッファの前記バッファプール内の個数のしき
い値を、該バッファ割り当て要求に付されたプライオリ
ティ別に格納するバッファ管理テーブルと、前記バッフ
ァ管理テーブルに前記バッファの個数のしきい値を格納
するしきい値設定手段と、前記バッファ割り当て要求を
受け、対応するバッファサイズのバッファプールから前
記バッファ管理テーブルに格納されているバッファの個
数のしきい値の範囲内でバッファを割り当てるバッファ
アロケート手段とから構成されている。
A first buffer allocation control system of the present invention is a computer system having a buffer pool including a plurality of buffers for each buffer size, and is issued from an arbitrary function executed in the computer system. Buffer allocation request, a buffer management table that stores a threshold value of the number of buffers to be allocated in the buffer pool for each priority assigned to the buffer allocation request, and the number of buffers in the buffer management table. A threshold value setting means for storing the threshold value, and a buffer within the threshold value of the number of buffers stored in the buffer management table from the buffer pool of the corresponding buffer size in response to the buffer allocation request. Buffer allocating means to allocate Are al configuration.

【0012】本発明の第2のバッファ割り当て制御シス
テムは、第1のバッファ割り当て制御システムにおい
て、前記バッファ管理テーブルに格納されている前記バ
ッファプール内のバッファの個数のしきい値の変更要求
を受け、前記しきい値設定手段に該バッファの個数のし
きい値の変更値を渡すしきい値変更手段を備えたことを
特徴とする。
A second buffer allocation control system of the present invention is, in the first buffer allocation control system, a request for changing a threshold value of the number of buffers in the buffer pool stored in the buffer management table. And a threshold value changing unit for passing a change value of the threshold value of the number of buffers to the threshold value setting unit.

【0013】本発明の第3のバッファ割り当て制御シス
テムは、第1および第2のバッファ割り当て制御システ
ムにおいて、前記しきい値設定手段は、前記バッファ割
り当て要求の内、最も高いプライオリティを付されたも
のに対し、所望の個数のバッファを予め割り当て、前記
バッファプール内の残りのバッファの個数を、他のプラ
イオリティを付されたバッファ割り当て要求に対して割
り当てるバッファの該バッファプール内の個数のしきい
値として前記バッファ管理テーブルに格納することを特
徴とする。
According to a third buffer allocation control system of the present invention, in the first and second buffer allocation control systems, the threshold setting means is given the highest priority among the buffer allocation requests. , The desired number of buffers are pre-allocated, and the number of remaining buffers in the buffer pool is set to a threshold value of the number of buffers in the buffer pool to be allocated to a buffer allocation request having another priority. Is stored in the buffer management table.

【0014】本発明の第4のバッファ割り当て制御シス
テムは、複数のバッファを含むバッファプールをバッフ
ァサイズ別に備えた計算機システムにおいて、該計算機
システムにおいて実行される任意の機能から発行される
バッファ割り当て要求に対し、所望のサイズのバッファ
を割り当てるバッファ割り当て制御システムであって、
前記バッファ割り当て要求に対して割り当てるバッファ
の前記バッファプール内の比率のしきい値を、該バッフ
ァ割り当て要求に付されたプライオリティ毎に格納する
しきい値テーブルと、前記しきい値テーブルに格納され
ているバッファの比率のしきい値と、前記バッファプー
ル内のバッファの個数を積算し、前記バッファ割り当て
要求に対して割り当てるバッファの該バッファプール内
の個数のしきい値を、該バッファ割り当て要求に付され
たプライオリティ毎に算出するしきい値算出手段と、前
記しきい値算出手段が算出したバッファの個数のしきい
値を前記バッファプール別に格納するバッファ管理テー
ブルと、前記しきい値算出手段が算出したバッファの個
数のしきい値を前記バッファプール別に前記バッファ管
理テーブルに格納するしきい値設定手段と、前記バッフ
ァプール毎の割り当て済みのバッファの個数を格納する
バッファアロケート情報管理テーブルと、前記バッファ
割り当て要求を受け、対応するバッファサイズのバッフ
ァプールから前記バッファ管理テーブルに格納されてい
るバッファの個数のしきい値の範囲内でバッファを割り
当て、前記バッファアロケート情報管理テーブルに格納
されている割り当て済みのバッファの個数を更新するバ
ッファアロケート手段とから構成されている。
According to a fourth buffer allocation control system of the present invention, in a computer system having a buffer pool including a plurality of buffers for each buffer size, a buffer allocation request issued from an arbitrary function executed in the computer system is performed. On the other hand, a buffer allocation control system that allocates a buffer of a desired size,
A threshold value table storing the threshold value of the ratio of buffers to be allocated to the buffer allocation request in the buffer pool for each priority assigned to the buffer allocation request; Buffer ratio threshold and the number of buffers in the buffer pool are integrated, and the threshold value of the number of buffers in the buffer pool to be allocated to the buffer allocation request is added to the buffer allocation request. Threshold calculation means for calculating each of the priorities, a buffer management table for storing the threshold value of the number of buffers calculated by the threshold calculation means for each buffer pool, and the threshold calculation means Store the threshold value of the number of buffers stored in the buffer management table for each buffer pool Threshold setting means, a buffer allocation information management table that stores the number of allocated buffers for each buffer pool, and a buffer allocation request that is stored in the buffer management table from a buffer pool of a corresponding buffer size Buffer allocation means for allocating buffers within a threshold value of the number of allocated buffers and updating the number of allocated buffers stored in the buffer allocate information management table.

【0015】本発明の第5のバッファ割り当て制御シス
テムは、第4のバッファ割り当て制御システムにおい
て、前記バッファ管理テーブルに格納されている前記バ
ッファプール内のバッファの個数のしきい値の変更要求
を受け、前記しきい値設定手段に該バッファの個数のし
きい値の変更値を渡すしきい値変更手段を備えたことを
特徴とする。
A fifth buffer allocation control system of the present invention is, in the fourth buffer allocation control system, a request for changing a threshold value of the number of buffers in the buffer pool stored in the buffer management table. And a threshold value changing unit for passing a change value of the threshold value of the number of buffers to the threshold value setting unit.

【0016】本発明の第6のバッファ割り当て制御シス
テムは、第4および第5のバッファ割り当て制御システ
ムにおいて、前記しきい値算出手段は、前記バッファ割
り当て要求の内、最も高いプライオリティを付されたも
のに対し、所望の個数のバッファを予め割り当て、前記
バッファプール内の残りのバッファの個数を、他のプラ
イオリティを付されたバッファ割り当て要求に対して割
り当てるバッファの該バッファプール内の個数のしきい
値とすることを特徴とする。
According to a sixth buffer allocation control system of the present invention, in the fourth and fifth buffer allocation control systems, the threshold value calculation means is given the highest priority among the buffer allocation requests. , The desired number of buffers are pre-allocated, and the number of remaining buffers in the buffer pool is set to a threshold value of the number of buffers in the buffer pool to be allocated to a buffer allocation request having another priority. It is characterized by

【0017】[0017]

【発明の実施の形態】以下、本発明の実施例について、
図を参照しながら詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below.
This will be described in detail with reference to the drawings.

【0018】図1を参照すると、本発明の第1の実施例
であるバッファ割り当て制御システムは、バッファのサ
イズ毎に高プライオリティの割り当て要求に対して割り
当てるバッファの比率を100%とした時の、低プライ
オリティの割り当て要求に対して割り当てるバッファの
比率をパーセントで表示したしきい値を格納するしきい
値テーブル31と、しきい値テーブル31に格納されて
いるバッファのサイズ毎の低プライオリティの割り当て
要求に対して割り当てる該バッファの比率とサイズ毎の
バッファの個数から、低プライオリティの割り当て要求
に対して割り当てるバッファの個数のしきい値を算出す
るしきい値算出手段21と、しきい値算出手段21が算
出した低プライオリティの割り当て要求に対して割り当
てるバッファのサイズ毎の個数のしきい値をバッファ管
理テーブル32に設定するしきい値設定手段22と、サ
イズ毎の割り当て済みのバッファの個数を格納するバッ
ファアロケート情報管理テーブル33と、バッファの割
り当て要求に応じて、バッファ管理テーブル32に設定
されているバッファの個数のしきい値の範囲内でバッフ
ァを割り当て、バッファアロケート情報管理テーブル3
3に格納されているバッファの個数の情報を更新するバ
ッファアロケート手段24と、端末40から入力された
しきい値変更要求を受け、しきい値設定手段22に低プ
ライオリティのデータに使用されるバッファの個数のし
きい値の変更値を渡すしきい値変更手段23とから構成
されている。
Referring to FIG. 1, the buffer allocation control system according to the first embodiment of the present invention is such that when the ratio of buffers allocated to high priority allocation requests for each buffer size is 100%, A threshold table 31 that stores a threshold value indicating the ratio of buffers to be allocated to low priority allocation requests, and low priority allocation requests for each buffer size stored in the threshold table 31. Threshold value calculating means 21 for calculating the threshold value of the number of buffers to be allocated to a low priority allocation request, and the threshold value calculating means 21 from the ratio of the buffers to be allocated to Of the buffer allocated to the low-priority allocation request calculated by Threshold value setting means 22 for setting the threshold value of the number of each buffer in the buffer management table 32, a buffer allocate information management table 33 for storing the number of allocated buffers of each size, and a buffer allocation request. Then, the buffer is allocated within the threshold value of the number of buffers set in the buffer management table 32, and the buffer allocation information management table 3
Buffer allocating means 24 for updating the information on the number of buffers stored in 3 and a buffer used for low priority data in the threshold setting means 22 in response to a threshold value changing request inputted from the terminal 40. And threshold value changing means 23 for passing the changed value of the threshold value of the number.

【0019】本発明の第1の実施例を説明する前に、図
2を参照して、複数の異なるサイズのバッファプールを
有する計算機システムにおいて実行される各種機能から
発行される、プライオリティを有するバッファの割り当
て要求に対してバッファを割り当てるバッファの割り当
て方法について説明する。
Before describing the first embodiment of the present invention, referring to FIG. 2, a buffer having a priority issued from various functions executed in a computer system having a plurality of buffer pools of different sizes. A method of allocating buffers for allocating a buffer to the allocation request will be described.

【0020】この例では、プライオリティは2種類とす
る。プライオリティは2種類だけでなく3種類以上でも
構わないが簡単に説明するため2種類とする。3種類以
上ある場合は、しきい値も1つだけでなくプライオリテ
ィ数−1個となる。
In this example, there are two types of priority. The priority is not limited to two types and may be three or more types, but there are two types for the sake of simplicity. When there are three or more types, the number of thresholds is not only one but also the number of priorities-1.

【0021】複数の異なるサイズのバッファプールは、
それぞれ任意の個数のバッファをプールしている。図2
では3つのサイズのバッファプールが存在し、1つのし
きい値103が設定されている。
The buffer pools of different sizes are
Each pools an arbitrary number of buffers. FIG.
In, there are three size buffer pools, and one threshold value 103 is set.

【0022】しきい値103は、高プライオリティのデ
ータと低プライオリティの割り当て要求に対するバッフ
ァ割り当て個数の制御をおこなう。バッファプール10
2には10個のバッファがプールされている。このうち
8個までは、低プライオリティの割り当て要求と高プラ
イオリティの割り当て要求の共通の使用範囲である。残
り2個については、高プライオリティの割り当て要求専
用のバッファとなる。
The threshold value 103 controls the number of buffer allocations for high priority data and low priority allocation requests. Buffer pool 10
In 2 there are 10 buffers pooled. Of these, up to eight are common usage ranges for low priority allocation requests and high priority allocation requests. The remaining two buffers are dedicated to high priority allocation requests.

【0023】バッファ割り当て要求が発生した場合、ま
ずバッファ管理は要求に対応するサイズのバッファを割
り当てようとする。この例ではバッファプール102の
バッファを割り当てようとする。バッファプール102
の10個のバッファのうち既に8個のバッファが割り当
て済みの場合、バッファプール102のバッファについ
ては低プライオリティの割り当て要求に対するバッファ
の割り当て要求は失敗するが、高プライオリティの割り
当て要求に対するバッファの割り当て要求は成功する。
When a buffer allocation request is issued, the buffer management first tries to allocate a buffer having a size corresponding to the request. In this example, the buffer of the buffer pool 102 is to be allocated. Buffer pool 102
If 8 of the 10 buffers have already been allocated, the buffer allocation request for the low priority allocation request fails for the buffers in the buffer pool 102, but the buffer allocation request for the high priority allocation request fails. Will succeed.

【0024】割り当てられていたバッファが解放される
とバッファプール102に戻される。8個のバッファが
割り当て済みで、残り2個のバッファしかプールしてい
なかったバッファプール102は、残り3個のバッファ
をもつことになり、低プライオリティの割り当て要求に
対する割り当て要求も成功する。
When the allocated buffer is released, it is returned to the buffer pool 102. The buffer pool 102 in which 8 buffers have been allocated and only 2 buffers remaining have 3 buffers remaining, and the allocation request for the low priority allocation request also succeeds.

【0025】次に本発明の第1の実施例の動作につい
て、図1〜図3、および図5を参照して説明する。
Next, the operation of the first embodiment of the present invention will be described with reference to FIGS. 1 to 3 and 5.

【0026】まずしきい値算出手段21は、しきい値テ
ーブル31からバッファのサイズ毎の低プライオリティ
の割り当て要求に対して割り当てるバッファの比率のし
きい値を読み出す(ステップ51)。
First, the threshold value calculation means 21 reads the threshold value of the ratio of the buffer to be allocated to the low priority allocation request for each buffer size from the threshold value table 31 (step 51).

【0027】本実施例においては、バッファを割り当て
られる割り当て要求のプライオリティを低と高の2種類
とする。プライオリティが2種類とすると、そのしきい
値は1つとなる。高プライオリティの割り当て要求の場
合は、バッファプールに存在するすべてのバッファを割
り当てることができる、すなわちすべての個数がしきい
値となるからである。
In the present embodiment, the priority of the allocation request for allocating the buffer is two types, low and high. If there are two types of priority, the threshold value will be one. This is because, in the case of a high-priority allocation request, all the buffers existing in the buffer pool can be allocated, that is, the total number becomes the threshold value.

【0028】しきい値算出手段21は、読み出したバッ
ファの比率のしきい値と該バッファの個数とを積算し、
低プライオリティの割り当て要求に割り当てることがで
きるバッファの個数のしきい値を算出し、しきい値設定
手段22に渡す(ステップ52)。
The threshold value calculation means 21 integrates the threshold value of the read buffer ratio and the number of the buffers,
A threshold value for the number of buffers that can be allocated to the low priority allocation request is calculated and passed to the threshold value setting means 22 (step 52).

【0029】しきい値設定手段22は、バッファの個数
のしきい値をバッファ管理テーブル32内の、該当する
バッファサイズ用のエントリに設定する(ステップ5
3)。
The threshold setting means 22 sets the threshold value of the number of buffers in the entry for the corresponding buffer size in the buffer management table 32 (step 5).
3).

【0030】バッファアロケート手段24は、あるサイ
ズのバッファに対する低プライオリティの割り当て要求
を受けた(ステップ54)場合、バッファアロケート統
計情報テーブル33に格納されている対応するサイズの
割り当て済みバッファの個数を参照し、バッファ管理テ
ーブル32に設定されている該サイズのバッファの個数
のしきい値と比較し(ステップ55)、割り当て済みの
バッファの個数がしきい値をこえていなければ、該サイ
ズのバッファを割り当て(ステップ56)、バッファア
ロケート統計情報テーブル33の該サイズの割り当て済
みバッファの個数に1加算する(ステップ57)。
When the buffer allocating means 24 receives a low priority allocation request for a buffer of a certain size (step 54), it refers to the number of allocated buffers of the corresponding size stored in the buffer allocate statistics information table 33. If the number of allocated buffers does not exceed the threshold value, the buffer of that size is compared with the threshold value of the number of buffers of that size set in the buffer management table 32 (step 55). Allocation (step 56), 1 is added to the number of allocated buffers of that size in the buffer allocation statistical information table 33 (step 57).

【0031】ステップ55において、しきい値よりも割
り当て済みバッファの個数が多いと判定した場合には、
1つ大きいサイズのバッファについて割り当て処理を再
度実行する(ステップ58)。バッファアロケート統計
情報テーブル33は割り当てられたバッファの個数の他
に各バッファの最大数および割り当てに失敗した回数の
情報を有する。
If it is determined in step 55 that the number of allocated buffers is larger than the threshold value,
The allocation process is executed again for the buffer of one size larger (step 58). The buffer allocation statistical information table 33 has information on the maximum number of each buffer and the number of times of allocation failure in addition to the number of allocated buffers.

【0032】ステップ54において、あるサイズのバッ
ファに対する高プライオリティの割り当て要求を受けた
場合には、該サイズのバッファプールに空きバッファが
あれば割り当てる(ステップ59)。
When a request for allocating a high priority to a buffer of a certain size is received in step 54, if there is an empty buffer in the buffer pool of that size, it is allocated (step 59).

【0033】図3はしきい値算出手段21によるサイズ
毎の低プライオリティの割り当て要求に対して割り当て
るバッファの個数のしきい値の設定処理の具体例を示し
ている。
FIG. 3 shows a specific example of the threshold value setting process of the number of buffers to be allocated to the low priority allocation request for each size by the threshold value calculating means 21.

【0034】システムに5つのサイズのバッファが用意
され、割り当て要求のプライオリティが高と低の2種類
なので、使用比率のしきい値と使用個数のしきい値はそ
れぞれ各バッファに対し1つずつ存在する。図1のしき
い値テーブル31は図3のしきい値311に相当する。
しきい値311には低プライオリティの割り当て要求に
対して割り当てるサイズ1のバッファの比率のしきい値
は60%、サイズ2のバッファの比率のしきい値は80
%が設定されている。しきい値算出手段21により、し
きい値311と各バッファの個数とから低プライオリテ
ィの割り当て要求に対して割り当てるバッファの個数の
しきい値310が算出される。サイズ1の個数で示され
るしきい値は40個×0.6=24個となりサイズ1の
バッファの低プライオリティでのアロケート範囲は24
個、高プライオリティの範囲は40個(100%)とな
る。他のサイズのバッファも同様に計算され、しきい値
310に設定される。
Since the system has buffers of five sizes and the priority of the allocation request is two, that is, the priority of the allocation request and the threshold of the number of usage are one for each buffer. To do. The threshold value table 31 of FIG. 1 corresponds to the threshold value 311 of FIG.
For the threshold 311, the threshold of the ratio of the size 1 buffer allocated to the low priority allocation request is 60%, and the threshold of the ratio of the size 2 buffer is 80.
% Is set. The threshold value calculation means 21 calculates the threshold value 310 of the number of buffers to be allocated to the low priority allocation request from the threshold value 311 and the number of buffers. The threshold value indicated by the number of size 1 is 40 x 0.6 = 24, and the allocation range of the size 1 buffer at low priority is 24.
The range of high priority is 40 (100%). Buffers of other sizes are similarly calculated and set to the threshold value 310.

【0035】以下にしきい値変更手段23によるバッフ
ァの個数のしきい値の変更処理を2例説明する。
Two examples of threshold value changing processing by the threshold value changing means 23 will be described below.

【0036】まず利用者は、バッファの利用効率が悪い
と判断した場合、端末40からしきい値変更要求を入力
する。
First, when the user determines that the buffer utilization efficiency is low, the user inputs a threshold value change request from the terminal 40.

【0037】第1のしきい値変更処理においては、しき
い値の変更要求には、変更要求、変更するバッファのサ
イズ、および該バッファの個数のしきい値を指定する。
端末40から入力されたしきい値変更要求はしきい値変
更手段23に渡される。しきい値変更手段23は、しき
い値変更要求を解析し、変更するバッファのサイズと変
更後のしきい値の情報とを得る(ステップ5A)。しき
い値変更手段23は、しきい値設定手段22に変更する
バッファのサイズと変更後のしきい値を渡す(ステップ
5B)。しきい値設定手段22は、指定されたバッファ
についてバッファ管理テーブル32のしきい値を変更す
る(ステップ5C)。以降、バッファアロケート時に参
照されるしきい値は変更後のものとなり、適切なしきい
値でシステムが運用される。
In the first threshold value changing process, the change request, the size of the buffer to be changed, and the threshold value of the number of buffers are designated as the threshold value changing request.
The threshold value changing request input from the terminal 40 is passed to the threshold value changing means 23. The threshold changing means 23 analyzes the threshold changing request and obtains the size of the buffer to be changed and the threshold information after the change (step 5A). The threshold changing means 23 passes the size of the buffer to be changed and the changed threshold to the threshold setting means 22 (step 5B). The threshold setting means 22 changes the threshold of the buffer management table 32 for the designated buffer (step 5C). After that, the threshold value referenced at the time of buffer allocation becomes the changed one, and the system is operated at an appropriate threshold value.

【0038】第2のしきい値変更処理においては、しき
い値変更要求には、変更要求のみを指定する。端末40
から入力されたしきい値変更要求はしきい値変更手段2
3に渡される。しきい値変更手段23は、しきい値変更
要求を解析し、変更するバッファのサイズが指定されて
いないことを確認した場合、バッファアロケート統計情
報テーブル33を参照し、バッファ不足に陥っているバ
ッファのバッファサイズとプライオリティを認識する
(ステップ5D)。低プライオリティの割り当て要求用
のサイズ2のバッファが不足気味で高プライオリティの
割り当て要求ではさほど使用されていない場合、該バッ
ファの個数と現在の個数のしきい値との間で適当と思わ
れる変更後の個数のしきい値を決定し、バッファのサイ
ズと変更後の個数のしきい値をしきい値設定手段22に
渡す(ステップ5E)。しきい値設定手段22は、指定
されたバッファについてバッファ管理テーブル32のし
きい値を変更設定する(ステップ5F)。以降、バッフ
ァアロケート時に参照されるしきい値は変更後のものと
なり、適切なしきい値でシステムが運用される。
In the second threshold value changing process, only the changing request is designated as the threshold value changing request. Terminal 40
The threshold change request inputted from the threshold change means 2
Passed to 3. When the threshold value changing unit 23 analyzes the threshold value changing request and confirms that the size of the buffer to be changed is not specified, the threshold value changing unit 23 refers to the buffer allocating statistical information table 33 and refers to the buffer in which the buffer is insufficient. Recognize the buffer size and priority of (step 5D). If a size 2 buffer for a low priority allocation request is scarce and is not being used too much for a high priority allocation request, then after a reasonable change between the number of buffers and the current threshold number Of the buffer size and the changed number of thresholds are passed to the threshold setting means 22 (step 5E). The threshold setting means 22 changes and sets the threshold of the buffer management table 32 for the designated buffer (step 5F). After that, the threshold value referenced at the time of buffer allocation becomes the changed one, and the system is operated at an appropriate threshold value.

【0039】以上により、本発明の第1の実施例である
バッファ割り当て制御システムの処理が終了する。
With the above, the processing of the buffer allocation control system according to the first embodiment of the present invention is completed.

【0040】本発明の第1の実施例であるバッファ割り
当て制御システムによれば、任意のサイズのバッファに
対する低プライオリティの割り当て要求を受け、割り当
て済みのバッファの個数がしきい値を越えていない場合
に、該サイズのバッファを割り当てるようにしたこと、
さらに該しきい値を変更することができるようにしたこ
とにより、バッファを効率良く利用することができる効
果を有している。
According to the buffer allocation control system of the first embodiment of the present invention, when a low-priority allocation request for a buffer of an arbitrary size is received and the number of allocated buffers does not exceed the threshold value. To allocate a buffer of that size,
Further, by making it possible to change the threshold value, there is an effect that the buffer can be used efficiently.

【0041】図4を参照すると、本発明の第2の実施例
であるバッファ割り当て制御システムは、第1の実施例
の構成の内、しきい値算出手段21としきい値テーブル
31に替えて、しきい値算出決定手段25と高プライオ
リティ必要個数テーブル34を加えて構成されている。
Referring to FIG. 4, the buffer allocation control system according to the second embodiment of the present invention is the same as that of the first embodiment except that the threshold value calculating means 21 and the threshold value table 31 are replaced. It is configured by adding a threshold value calculation determining means 25 and a required high priority number table 34.

【0042】次に本発明の第2の実施例の動作につい
て、図4、図5を参照して説明する。
Next, the operation of the second embodiment of the present invention will be described with reference to FIGS.

【0043】第2の実施例においては、高プライオリテ
ィの割り当て要求に対して割り当てるために必要なバッ
ファの個数を指定することで、低プライオリティの割り
当て要求に対して割り当てるバッファの個数のしきい値
を設定する例を説明する。
In the second embodiment, the threshold value of the number of buffers to be allocated to the low-priority allocation request is set by designating the number of buffers required to allocate to the high-priority allocation request. An example of setting will be described.

【0044】パーセンテージで示されるしきい値では細
かい設定ができない場合、特にバッファの個数が極端に
少ない場合など、パーセンテージではなく高プライオリ
ティの割り当て要求に対して割り当てるために必要とな
るサイズ毎のバッファの個数を高プライオリティ必要個
数テーブル34に設定しておく。
When the threshold value indicated by a percentage cannot be used for fine setting, particularly when the number of buffers is extremely small, the buffers of each size required for allocation to a high priority allocation request are used instead of a percentage. The number is set in the high priority required number table 34.

【0045】しきい値算出決定手段25は、高プライオ
リティ必要個数テーブル34からサイズ毎のバッファの
必要個数を読み出し(ステップ5G)、サイズ毎のバッ
ファの個数から高プライオリティの割り当て要求の必要
個数を減算して、低プライオリティの割り当て要求に対
して割り当てるバッファの個数のしきい値を算出する
(ステップ5H)。
The threshold calculation determining means 25 reads the required number of buffers for each size from the required high priority number table 34 (step 5G), and subtracts the required number of high priority allocation requests from the number of buffers for each size. Then, the threshold value of the number of buffers to be allocated to the low-priority allocation request is calculated (step 5H).

【0046】しきい値算出決定手段25は、バッファの
サイズと算出したしきい値とをしきい値設定手段22に
渡す(ステップ5I)。
The threshold value calculation determining means 25 passes the buffer size and the calculated threshold value to the threshold value setting means 22 (step 5I).

【0047】また、この例はプライオリティが2種類の
場合のしきい値算出方法であるが、プライオリティが
低、中、および高の3種類存在する場合、しきい値算出
決定手段25は、さらに低と中の間の個数で表されるし
きい値を定めるため、しきい値テーブル31からのパー
センテージで示されるしきい値を読み出し、サイズ毎の
バッファの個数とパーセンテージで示されるしきい値と
から低と中プライオリティ間の個数で表されるしきい値
を算出し、しきい値設定手段22に渡す。
Further, this example is a threshold value calculation method when there are two types of priority, but when there are three types of priority, low, medium and high, the threshold value calculation determining means 25 further lowers. In order to determine the threshold value represented by the number between and, the threshold value table 31 reads out the threshold value expressed as a percentage, and the number of buffers of each size and the threshold value expressed as a percentage indicate low. A threshold value represented by the number of medium priorities is calculated and passed to the threshold value setting means 22.

【0048】以上により、本発明の第2の実施例である
バッファ割り当て制御システムの処理が終了する。
With the above, the processing of the buffer allocation control system according to the second embodiment of the present invention is completed.

【0049】本発明の第2の実施例であるバッファ割り
当て制御システムによれば、高プライオリティの割り当
て要求に対して割り当てるバッファの個数を予め確保し
ておくことにより、高プライオリティの割り当てを要求
した機能を効率良く実行することができ、必要以上に高
プライオリティの割り当て要求用に確保しないようにす
ることにより、低プライオリティの割り当てを要求した
機能の動作も保証することができる効果を有している。
According to the buffer allocation control system of the second embodiment of the present invention, the function of requesting allocation of high priority is ensured by previously securing the number of buffers allocated to allocation requests of high priority. Can be efficiently executed, and by not securing the allocation request for the high priority more than necessary, the operation of the function requesting the allocation of the low priority can be guaranteed.

【0050】[0050]

【発明の効果】以上説明したように、本発明のバッファ
割り当て制御システムは、バッファを効率良く利用する
ことができ、その結果として、バッファを利用する機能
を効率良く実行することができる効果を有している。
As described above, the buffer allocation control system of the present invention has the effect that the buffer can be used efficiently, and as a result, the function that uses the buffer can be efficiently executed. are doing.

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

【図1】図1は本発明の第1の実施例であるバッファ割
り当て制御システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a buffer allocation control system that is a first embodiment of the present invention.

【図2】図2は本発明の第1の実施例におけるプライオ
リティを用いたバッファ管理方法を説明するための図で
ある。
FIG. 2 is a diagram for explaining a buffer management method using priority in the first embodiment of the present invention.

【図3】図3は本発明の第1の実施例におけるバッファ
プールとしきい値との関係を示す図である。
FIG. 3 is a diagram showing a relationship between a buffer pool and a threshold value according to the first embodiment of the present invention.

【図4】図4は本発明の第2の実施例であるバッファ割
り当て制御システムの構成を示すブロック図である。
FIG. 4 is a block diagram showing a configuration of a buffer allocation control system according to a second embodiment of the present invention.

【図5】図5は本発明の第1、第2の実施例における構
文解析/意味解析部2、ベクトル化部3、判定部4、変
換部5、およびコード生成部6の処理を示す流れ図であ
る。
FIG. 5 is a flow chart showing the processing of a syntax analysis / semantic analysis unit 2, a vectorization unit 3, a determination unit 4, a conversion unit 5, and a code generation unit 6 in the first and second embodiments of the present invention. Is.

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

21 しきい値算出手段 22 しきい値設定手段 23 しきい値変更手段 24 バッファアロケート手段 25 しきい値算出決定手段 31 しきい値テーブル 32 バッファ管理テーブル 33 バッファアロケート統計情報テーブル 40 端末 100 バッファプール 101 バッファプール 102 バッファプール 103 しきい値 301 バッファプール 302 バッファプール 303 バッファプール 304 バッファプール 305 バッファプール 310 しきい値(個数) 311 しきい値(パーセンテージ) 21 threshold calculation means 22 threshold setting means 23 threshold changing means 24 buffer allocating means 25 threshold calculation determining means 31 threshold table 32 buffer management table 33 buffer allocate statistical information table 40 terminal 100 buffer pool 101 Buffer pool 102 Buffer pool 103 Threshold 301 Buffer pool 302 Buffer pool 303 Buffer pool 304 Buffer pool 305 Buffer pool 310 Threshold (number) 311 Threshold (percentage)

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 複数のバッファを含むバッファプールを
バッファサイズ別に備えた計算機システムにおいて、 前記計算機システムにおいて実行される任意の機能から
発行されるバッファ割り当て要求に対して、割り当てる
バッファの前記バッファプール内の個数のしきい値を、
該バッファ割り当て要求に付されたプライオリティ別に
格納するバッファ管理テーブルと、 前記バッファ管理テーブルに前記バッファの個数のしき
い値を格納するしきい値設定手段と、 前記バッファ割り当て要求を受け、対応するバッファサ
イズのバッファプールから前記バッファ管理テーブルに
格納されているバッファの個数のしきい値の範囲内でバ
ッファを割り当てるバッファアロケート手段とを備えた
ことを特徴とするバッファ割り当て制御システム。
1. A computer system having a buffer pool including a plurality of buffers for each buffer size, wherein a buffer allocation request is issued from an arbitrary function executed in the computer system, the buffer in the buffer pool being allocated. The threshold of the number of
A buffer management table for storing the buffer allocation request by priority assigned to the buffer allocation request; a threshold setting unit for storing a threshold value of the number of buffers in the buffer management table; A buffer allocation control system comprising: a buffer allocating unit that allocates a buffer from a buffer pool of a size within a threshold value of the number of buffers stored in the buffer management table.
【請求項2】 前記バッファ管理テーブルに格納されて
いる前記バッファプール内のバッファの個数のしきい値
の変更要求を受け、前記しきい値設定手段に該バッファ
の個数のしきい値の変更値を渡すしきい値変更手段を備
えたことを特徴とする請求項1記載のバッファ割り当て
制御システム。
2. A threshold value change value for the number of buffers received by the threshold value setting means upon receiving a request for changing the threshold value for the number of buffers in the buffer pool stored in the buffer management table. 2. The buffer allocation control system according to claim 1, further comprising a threshold value changing means for passing the.
【請求項3】 前記しきい値設定手段は、前記バッファ
割り当て要求の内、最も高いプライオリティを付された
ものに対し、所望の個数のバッファを予め割り当て、前
記バッファプール内の残りのバッファの個数を、他のプ
ライオリティを付されたバッファ割り当て要求に対して
割り当てるバッファの該バッファプール内の個数のしき
い値として前記バッファ管理テーブルに格納することを
特徴とする請求項1および請求項2記載のバッファ割り
当て制御システム。
3. The threshold value setting means preallocates a desired number of buffers to the one having the highest priority among the buffer allocation requests, and sets the number of remaining buffers in the buffer pool. Is stored in the buffer management table as a threshold value of the number of buffers in the buffer pool to be allocated to a buffer allocation request to which another priority is assigned. Buffer allocation control system.
【請求項4】 複数のバッファを含むバッファプールを
バッファサイズ別に備えた計算機システムにおいて、該
計算機システムにおいて実行される任意の機能から発行
されるバッファ割り当て要求に対し、所望のサイズのバ
ッファを割り当てるバッファ割り当て制御システムであ
って、 前記バッファ割り当て要求に対して割り当てるバッファ
の前記バッファプール内の比率のしきい値を、該バッフ
ァ割り当て要求に付されたプライオリティ毎に格納する
しきい値テーブルと、 前記しきい値テーブルに格納されているバッファの比率
のしきい値と、前記バッファプール内のバッファの個数
を積算し、前記バッファ割り当て要求に対して割り当て
るバッファの該バッファプール内の個数のしきい値を、
該バッファ割り当て要求に付されたプライオリティ毎に
算出するしきい値算出手段と、 前記しきい値算出手段が算出したバッファの個数のしき
い値を前記バッファプール別に格納するバッファ管理テ
ーブルと、 前記しきい値算出手段が算出したバッファの個数のしき
い値を前記バッファプール別に前記バッファ管理テーブ
ルに格納するしきい値設定手段と、 前記バッファプール毎の割り当て済みのバッファの個数
を格納するバッファアロケート情報管理テーブルと、 前記バッファ割り当て要求を受け、対応するバッファサ
イズのバッファプールから前記バッファ管理テーブルに
格納されているバッファの個数のしきい値の範囲内でバ
ッファを割り当て、前記バッファアロケート情報管理テ
ーブルに格納されている割り当て済みのバッファの個数
を更新するバッファアロケート手段とを備えたことを特
徴とするバッファ割り当て制御システム。
4. In a computer system having a buffer pool including a plurality of buffers for each buffer size, a buffer of a desired size is allocated to a buffer allocation request issued from an arbitrary function executed in the computer system. An allocation control system, which stores a threshold value of a ratio of buffers to be allocated to the buffer allocation request in the buffer pool for each priority assigned to the buffer allocation request; The threshold value of the ratio of the buffers stored in the threshold table and the number of buffers in the buffer pool are integrated, and the threshold value of the number of buffers in the buffer pool to be allocated to the buffer allocation request is calculated. ,
A threshold value calculating means for calculating each priority given to the buffer allocation request; a buffer management table for storing the threshold value of the number of buffers calculated by the threshold value calculating means for each of the buffer pools; Threshold setting means for storing the threshold value of the number of buffers calculated by the threshold value calculating means in the buffer management table for each buffer pool, and buffer allocation information for storing the number of allocated buffers for each buffer pool A management table, and receives the buffer allocation request, allocates a buffer from a buffer pool of a corresponding buffer size within a threshold value of the number of buffers stored in the buffer management table, and allocates the buffer to the buffer allocation information management table. Of allocated buffers that are stored A buffer allocation control system, comprising: a buffer allocating means for updating the number.
【請求項5】 前記バッファ管理テーブルに格納されて
いる前記バッファプール内のバッファの個数のしきい値
の変更要求を受け、前記しきい値設定手段に該バッファ
の個数のしきい値の変更値を渡すしきい値変更手段を備
えたことを特徴とする請求項4記載のバッファ割り当て
制御システム。
5. A threshold change value for the number of buffers stored in the buffer management table is received in response to a request for changing the threshold value for the number of buffers in the buffer pool. 5. The buffer allocation control system according to claim 4, further comprising a threshold value changing means for passing the.
【請求項6】 前記しきい値算出手段は、前記バッファ
割り当て要求の内、最も高いプライオリティを付された
ものに対し、所望の個数のバッファを予め割り当て、前
記バッファプール内の残りのバッファの個数を、他のプ
ライオリティを付されたバッファ割り当て要求に対して
割り当てるバッファの該バッファプール内の個数のしき
い値とすることを特徴とする請求項4および請求項5記
載のバッファ割り当て制御システム。
6. The threshold value calculating means preallocates a desired number of buffers to the one with the highest priority among the buffer allocation requests, and determines the number of remaining buffers in the buffer pool. 6. The buffer allocation control system according to claim 4 or 5, wherein is a threshold value of the number of buffers in the buffer pool to be allocated to the buffer allocation request having another priority.
JP21555395A 1995-08-24 1995-08-24 Buffer allocation control system Expired - Fee Related JP2924725B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21555395A JP2924725B2 (en) 1995-08-24 1995-08-24 Buffer allocation control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21555395A JP2924725B2 (en) 1995-08-24 1995-08-24 Buffer allocation control system

Publications (2)

Publication Number Publication Date
JPH0962564A true JPH0962564A (en) 1997-03-07
JP2924725B2 JP2924725B2 (en) 1999-07-26

Family

ID=16674340

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21555395A Expired - Fee Related JP2924725B2 (en) 1995-08-24 1995-08-24 Buffer allocation control system

Country Status (1)

Country Link
JP (1) JP2924725B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006048237A (en) * 2004-08-02 2006-02-16 Aplix Corp Memory management method
JP2010268321A (en) * 2009-05-15 2010-11-25 Fujitsu Ltd Transmitter and transmission method
US9483502B2 (en) 2012-08-09 2016-11-01 Fujitsu Limited Computational processing device including request holding units each provided for each type of commands, information processing device including request holding units each provided for each type of commands, and method of controlling information processing device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6127552B2 (en) 2013-02-07 2017-05-17 株式会社リコー Information processing device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006048237A (en) * 2004-08-02 2006-02-16 Aplix Corp Memory management method
JP4668562B2 (en) * 2004-08-02 2011-04-13 株式会社アプリックス Memory management program and memory management method
JP2010268321A (en) * 2009-05-15 2010-11-25 Fujitsu Ltd Transmitter and transmission method
US9483502B2 (en) 2012-08-09 2016-11-01 Fujitsu Limited Computational processing device including request holding units each provided for each type of commands, information processing device including request holding units each provided for each type of commands, and method of controlling information processing device

Also Published As

Publication number Publication date
JP2924725B2 (en) 1999-07-26

Similar Documents

Publication Publication Date Title
US6038571A (en) Resource management method and apparatus for information processing system of multitasking facility
US5487168A (en) Method and system for global optimization of device allocation
US8918595B2 (en) Enforcing system intentions during memory scheduling
EP2275941A2 (en) Method and apparatus for scheduling a resource to meet quality-of-service restrictions.
US6473780B1 (en) Scheduling of direct memory access
US6820129B1 (en) System and method of managing network buffers
JPH08263429A (en) Bus access arbitration system and method for recognition of bus access
US7373467B2 (en) Storage device flow control
US6393505B1 (en) Methods and apparatus for data bus arbitration
JP3507546B2 (en) Storage device allocation method
US6754658B1 (en) Database server processing system, method, program and program storage device
JPH0962564A (en) Buffer allocation control system
CN112214288B (en) Pod scheduling method, device, equipment and medium based on Kubernetes cluster
US6111591A (en) Image processing system and information processing system
US7099975B2 (en) Method of resource arbitration
JP2001142723A (en) Resource allocating method, computer system, and recording medium
KR102602288B1 (en) Method and apparatus for access control and allocation of system resources
CN117215798A (en) Memory access method and device
JPH05173923A (en) Input/output data transfer processing device
CN115460151A (en) Flow control method, system, storage medium and electronic equipment
CN116566916A (en) Cluster service flow limiting management method, device, equipment and medium
JPH0822396A (en) Device and method for managing task execution
JPS61136134A (en) Queue resource control system
CN113556386A (en) Server scheduling method and device, computer equipment and storage medium
KR20030052826A (en) Traffic Handling Processor Block Assignment Method of RNC in Wireless Communication System

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

LAPS Cancellation because of no payment of annual fees