JPH1173364A - Memory buffer management system - Google Patents
Memory buffer management systemInfo
- Publication number
- JPH1173364A JPH1173364A JP23384497A JP23384497A JPH1173364A JP H1173364 A JPH1173364 A JP H1173364A JP 23384497 A JP23384497 A JP 23384497A JP 23384497 A JP23384497 A JP 23384497A JP H1173364 A JPH1173364 A JP H1173364A
- Authority
- JP
- Japan
- Prior art keywords
- memory
- memory buffer
- management data
- memory area
- area
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明はコンピュータシステ
ムのメモリ領域の管理方式に係り、特に複数のプログラ
ムによって共有されるメモリバッファの管理方式に関す
るものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of managing a memory area of a computer system, and more particularly to a method of managing a memory buffer shared by a plurality of programs.
【0002】[0002]
【従来の技術】コンピュータシステムでは、プログラム
を実行する場合、メモリ領域を確保することが必要であ
る。ところが、確保したメモリ領域の解放忘れ等によ
り、不要となったメモリ領域が保持されたままになって
いると、メモリ領域の不足等により正常な動作ができな
くなる。そこで、時間監視によりメモリ領域を自動的に
解放するメモリバッファの管理方法が提案されている
(特開平3−271842号公報)。2. Description of the Related Art In a computer system, when executing a program, it is necessary to secure a memory area. However, if an unnecessary memory area is kept held due to forgetting to release the secured memory area, a normal operation cannot be performed due to a shortage of the memory area or the like. Therefore, a method of managing a memory buffer that automatically releases a memory area by monitoring time has been proposed (Japanese Patent Laid-Open No. 3-271842).
【0003】図4は従来のメモリバッファ管理方式を適
用したコンピュータシステムのブロック図である。ユー
ザプログラム42は、メモリ領域の確保をメモリバッフ
ァ確保手段43に要求するが、その際、そのメモリ領域
を使用する時間を指定する。この使用時間を過ぎても、
そのメモリ領域の解放が要求されない場合は、メモリバ
ッファ遅延解放手段45が使用時間の超過を検出し、そ
のメモリ領域の解放をメモリバッファ解放手段44に要
求する。これにより、使用時間を超過したメモリ領域が
自動的に解放される。FIG. 4 is a block diagram of a computer system to which a conventional memory buffer management system is applied. The user program 42 requests the memory buffer allocating means 43 to allocate a memory area. At this time, the user program 42 specifies a time for using the memory area. After this usage time,
If the release of the memory area is not requested, the memory buffer delay release means 45 detects the use time excess, and requests the memory buffer release means 44 to release the memory area. As a result, the memory area that has exceeded the used time is automatically released.
【0004】[0004]
【発明が解決しようとする課題】しかしながら、特開平
3−271842号公報に開示された管理方式では、確
保したメモリ領域をユーザプログラムがまだ使用してい
る場合であっても、予め設定された使用時間を超過する
と、メモリ領域が自動的に解放されてしまうという問題
点があった。その理由は、ユーザプログラムが確保する
メモリ領域の使用時間がどれくらいあればよいかを予測
して使用時間を設定しているため、この予測が外れてユ
ーザプログラムの実行時間が使用時間を超過することが
起こり得るからである。本発明は、上記課題を解決する
ためになされたもので、時間監視によってメモリ領域の
解放が行われるメモリバッファにおいて、使用中のメモ
リ領域が使用時間の超過によって自動的に解放されてし
まうのを未然に防ぐことができるメモリバッファの管理
方式を提供することを目的とする。However, according to the management method disclosed in Japanese Patent Application Laid-Open No. 3-271842, even if the reserved memory area is still used by the user program, it is determined that the memory area has been set in advance. If the time is exceeded, there is a problem that the memory area is automatically released. The reason is that the usage time is set by estimating how long the usage time of the memory area allocated by the user program should be used. This can happen. SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem. In a memory buffer in which a memory area is released by time monitoring, it is possible to automatically release a used memory area due to an excessive use time. It is an object of the present invention to provide a management method of a memory buffer that can be prevented beforehand.
【0005】[0005]
【課題を解決するための手段】本発明は、請求項1に記
載のように、ユーザプログラムからの要求に応じてメモ
リ領域を確保するメモリバッファ確保手段と、確保され
た各メモリ領域の中に予め設定された使用時間を超過し
たメモリ領域が存在するとき、このメモリ領域の解放を
要求するメモリバッファ遅延解放手段と、ユーザプログ
ラムあるいはメモリバッファ遅延解放手段からの要求に
応じて、指定されたメモリ領域を解放するメモリバッフ
ァ解放手段と、上記使用時間を再設定する使用時間再設
定手段とを有するものである。このように、使用時間再
設定手段は、ユーザプログラムからメモリ領域の使用時
間の再設定が要求されると、そのメモリ領域を指定され
た新たな使用時間に基づいて解放される対象として再び
登録する。また、請求項2に記載のように、メモリ内
に、各メモリ領域にそれぞれ対応する使用時間が格納さ
れた管理データ格納領域を有し、上記メモリバッファ遅
延解放手段は、管理データ格納領域に格納された使用時
間に基づいて、使用時間を超過したメモリ領域が存在す
るか否かを判定するものであり、上記使用時間再設定手
段は、管理データ格納領域に格納された使用時間を再設
定するものである。According to the present invention, there is provided a memory buffer securing means for securing a memory area in response to a request from a user program, and a memory buffer securing means for securing a memory area in each secured memory area. When there is a memory area exceeding the preset use time, a memory buffer delay releasing unit requesting release of this memory area, and a memory designated in response to a request from the user program or the memory buffer delay releasing unit. It has memory buffer releasing means for releasing an area and use time resetting means for resetting the use time. In this way, when the user program requests the reset of the use time of the memory area, the use time resetting means re-registers the memory area as an object to be released based on the specified new use time. . Further, as set forth in claim 2, the memory has a management data storage area in which a use time corresponding to each memory area is stored, and the memory buffer delay releasing means stores the management time in the management data storage area. The use time resetting means resets the use time stored in the management data storage area based on the determined use time. Things.
【0006】[0006]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明の実施
の形態となるメモリバッファ管理方式を適用したコンピ
ュータシステムのブロック図である。このコンピュータ
システムは、プログラム制御により動作する処理装置1
と、情報を記憶する記憶装置2とから構成されている。Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram of a computer system to which a memory buffer management system according to an embodiment of the present invention is applied. This computer system includes a processing device 1 that operates under program control.
And a storage device 2 for storing information.
【0007】処理装置1は、ユーザプログラム11、ユ
ーザプログラム11からの要求に応じて記憶装置2内に
メモリ領域を確保するメモリバッファ確保手段12、確
保された各メモリ領域の中に予め設定された使用時間を
超過したメモリ領域が存在するとき、このメモリ領域の
解放を要求するメモリバッファ遅延解放手段13、ユー
ザプログラム11あるいはメモリバッファ遅延解放手段
13からの要求に応じて、指定されたメモリ領域を解放
するメモリバッファ解放手段14、上記使用時間を再設
定する使用時間再設定手段15を備える。The processing device 1 includes a user program 11, a memory buffer securing means 12 for securing a memory area in the storage device 2 in response to a request from the user program 11, and a preset memory area in each secured memory area. When there is a memory area that has exceeded the usage time, the specified memory area is deleted in response to a request from the memory buffer delay release unit 13, the user program 11, or the memory buffer delay release unit 13 requesting release of this memory area. It comprises a memory buffer releasing means 14 for releasing and a use time resetting means 15 for resetting the use time.
【0008】また、記憶装置2は、メモリバッファ2
1、遅延解放キューヘッダ22、管理データ格納領域2
3−1〜23−nを備える。メモリバッファ21は、複
数のユーザプログラム11によって共有されるメモリ領
域であり、ユーザプログラム11は、このメモリ領域の
一部を確保要求によって確保する。[0008] The storage device 2 has a memory buffer 2
1, delay release queue header 22, management data storage area 2
3-1 to 23-n. The memory buffer 21 is a memory area shared by a plurality of user programs 11, and the user program 11 secures a part of this memory area by a secure request.
【0009】管理データ格納領域23−1〜23−nに
は、複数のユーザプログラム11によって確保された各
メモリ領域にそれぞれ対応するメモリバッファ管理デー
タが格納されている。メモリバッファ管理データは、対
応するメモリ領域の先頭アドレス、このメモリ領域のサ
イズ、このメモリ領域を解放すべき時刻を示すメモリ解
放時刻、遅延解放キューにつなぐための双方向キューノ
ード等からなる。遅延解放キューは、管理データ格納領
域23−1〜23−nを管理データ中のメモリ解放時刻
が早い順につないだものであり、これらの先頭に遅延解
放キューヘッダ22が付加されている。In the management data storage areas 23-1 to 23-n, memory buffer management data respectively corresponding to the respective memory areas secured by the plurality of user programs 11 are stored. The memory buffer management data includes a head address of a corresponding memory area, a size of the memory area, a memory release time indicating a time at which the memory area should be released, a bidirectional queue node for connecting to a delay release queue, and the like. The delay release queue connects the management data storage areas 23-1 to 23-n in ascending order of the memory release time in the management data, and a delay release queue header 22 is added to the head of these.
【0010】そして、遅延解放キューヘッダ22は、現
在の時刻を表す遅延解放タイマ値、双方向キューノード
等からなる。遅延解放キューヘッダ22及び管理データ
格納領域23−1〜23−nに格納された双方向キュー
ノードは、これらをつないで遅延解放キューを組み立て
るためのものであり、前後の要素の先頭アドレスが格納
されている。The delay release queue header 22 includes a delay release timer value indicating the current time, a bidirectional queue node, and the like. The bidirectional queue nodes stored in the delay release queue header 22 and the management data storage areas 23-1 to 23-n are used to assemble the delay release queue by connecting them, and the head addresses of the preceding and succeeding elements are stored. Have been.
【0011】例えば、遅延解放キューヘッダ22の双方
向キューノードには、ヘッダ22につながる管理データ
格納領域23−1の先頭アドレスが格納されており、管
理データ格納領域23−1の双方向キューノードには、
ヘッダ22の先頭アドレスと管理データ格納領域23−
2(不図示)の先頭アドレスが格納されている。その他
の双方向キューノードについても同様である。こうし
て、遅延解放キューを組み立てることができ、遅延解放
キューヘッダ22をアクセスすれば、その後ろにある管
理データ格納領域23−1〜23−nを双方向キューノ
ードによってたどることができるようになっている。For example, the head address of the management data storage area 23-1 connected to the header 22 is stored in the bidirectional queue node of the delay release queue header 22, and the bidirectional queue node of the management data storage area 23-1. In
Start address of header 22 and management data storage area 23-
2 (not shown) are stored. The same applies to other bidirectional queue nodes. In this way, the delay release queue can be assembled, and if the delay release queue header 22 is accessed, the management data storage areas 23-1 to 23-n behind it can be traced by the bidirectional queue node. I have.
【0012】次に、以上のようなシステムの動作を説明
する。メモリバッファ確保手段12は、ユーザプログラ
ム11からの要求に従って、指定されたサイズのメモリ
領域をメモリバッファ21内に確保する。このとき、メ
モリバッファ確保手段12は、確保したメモリ領域の先
頭アドレスと、このメモリ領域のサイズと、現在の遅延
解放タイマ値にプログラム11から指定されたメモリ領
域の使用時間を加算したメモリ解放時刻とからなる、確
保したメモリ領域に対応するメモリバッファ管理データ
を作成する。Next, the operation of the above system will be described. The memory buffer securing unit 12 secures a memory area of a designated size in the memory buffer 21 according to a request from the user program 11. At this time, the memory buffer allocating unit 12 calculates the memory release time obtained by adding the head address of the allocated memory area, the size of this memory area, and the current delay release timer value to the use time of the memory area specified by the program 11. Then, memory buffer management data corresponding to the secured memory area is created.
【0013】そして、メモリバッファ確保手段12は、
新たに作成したメモリバッファ管理データを格納した管
理データ格納領域と既存の管理データ格納領域とをメモ
リ解放時刻が早い順につなぎ直す。したがって、新たに
作成した管理データのメモリ解放時刻よりも解放時刻が
後の既存の管理データについては、新たに作成した管理
データの後ろにつながれることになる。The memory buffer securing means 12
The management data storage area storing the newly created memory buffer management data and the existing management data storage area are reconnected in ascending memory release time order. Therefore, existing management data whose release time is later than the memory release time of the newly created management data is connected after the newly created management data.
【0014】例えば、図2(a)に示すように、遅延解
放キューヘッダ22、管理データ格納領域23−1,2
3−2がつなげられて遅延解放キューが組み立てられて
いるとき(t1<t2)、メモリ解放時刻t3がt1<
t3<t2となるメモリバッファ管理データが新たに作
成された場合には、既存の管理データ格納領域23−
1,23−2と新たに作成された管理データを収納した
管理データ格納領域23−3は図2(b)のようにつな
ぎ直される。これらのつなぎ直しは、双方向キューヘッ
ダの再設定によって実現できる。For example, as shown in FIG. 2A, the delay release queue header 22, the management data storage areas 23-1 and 23-2,
When the delay release queue is assembled by connecting 3-2 (t1 <t2), the memory release time t3 is set to t1 <
When the memory buffer management data satisfying t3 <t2 is newly created, the existing management data storage area 23-
The management data storage area 23-3 storing the newly created management data and the management data 1, 23-2 is reconnected as shown in FIG. These reconnections can be realized by resetting the bidirectional queue header.
【0015】メモリバッファ遅延解放手段13は、周期
的に動作し、一定周期毎に遅延解放タイマ値にその周期
を加算して遅延解放タイマ値を更新する。こうして、遅
延解放キューヘッダ22に格納された遅延解放タイマ値
は、時間の経過に伴って常に更新される。The memory buffer delay release means 13 operates periodically, and updates the delay release timer value by adding the period to the delay release timer value at regular intervals. Thus, the value of the delay release timer stored in the delay release queue header 22 is constantly updated as time passes.
【0016】これと並行して、メモリバッファ遅延解放
手段13は、管理データ格納領域23−1〜23−nに
格納された各管理データ中のメモリ解放時刻が遅延解放
タイマ値を超過しているか否かを調べ、メモリ解放時刻
が遅延解放タイマ値を超過しているメモリバッファ管理
データが存在すれば、この管理データに対応するメモリ
領域の解放をメモリバッファ解放手段14に要求する。In parallel with this, the memory buffer delay release means 13 determines whether the memory release time in each management data stored in the management data storage areas 23-1 to 23-n exceeds the delay release timer value. It is checked whether there is any memory buffer management data whose memory release time exceeds the delay release timer value, and requests the memory buffer release means 14 to release the memory area corresponding to this management data.
【0017】メモリバッファ解放手段14は、ユーザプ
ログラム11あるいはメモリバッファ遅延解放手段13
からの要求に従って、指定されたメモリ領域を解放す
る。このとき、メモリバッファ解放手段14は、解放す
るメモリ領域に対応したメモリバッファ管理データを遅
延解放キューから外す。The memory buffer releasing unit 14 is provided with the user program 11 or the memory buffer delay releasing unit 13.
Releases the specified memory area as requested by. At this time, the memory buffer releasing unit 14 removes the memory buffer management data corresponding to the memory area to be released from the delay release queue.
【0018】よって、遅延解放キューから外す管理デー
タの後ろに別の管理データが存在する場合は、上記と逆
のつなぎ直しが実施されることになる。例えば、図2
(b)に示すように、遅延解放キューヘッダ22、管理
データ格納領域23−1,23−3,23−2がつなげ
られて遅延解放キューが組み立てられているとき(t1
<t3<t2)、管理データ格納領域21−1を外す場
合には、管理データ格納領域23−3,23−2は図2
(c)のようにつなぎ直される。このつなぎ直しも、双
方向キューヘッダの再設定によって実現できる。Therefore, if another management data exists after the management data to be removed from the delay release queue, the reconnection is performed in the reverse of the above. For example, FIG.
As shown in (b), when the delay release queue header 22 and the management data storage areas 23-1, 23-3, and 23-2 are connected to form a delay release queue (t1).
<T3 <t2), when the management data storage area 21-1 is to be removed, the management data storage areas 23-3 and 23-2 are not shown in FIG.
The connection is made again as shown in FIG. This reconnection can also be realized by resetting the bidirectional queue header.
【0019】次に、使用時間再設定手段15の動作を説
明する。図3は使用時間再設定手段15の動作を説明す
るためのフローチャート図である。使用時間再設定手段
15は、ユーザプログラム11からの要求に従って、指
定されたメモリ領域の使用時間を再設定する。Next, the operation of the use time resetting means 15 will be described. FIG. 3 is a flowchart for explaining the operation of the use time resetting means 15. The usage time resetting means 15 resets the usage time of the specified memory area in accordance with a request from the user program 11.
【0020】つまり、使用時間再設定手段15は、指定
されたメモリ領域に対応するメモリバッファ管理データ
を遅延解放キューから一旦外し(ステップ101)、現
在の遅延解放タイマ値に指定された使用時間を加算した
値を新たなメモリ解放時刻として、このメモリ解放時刻
を遅延解放キューから外した管理データに再設定する
(ステップ102)。That is, the use time resetting means 15 temporarily removes the memory buffer management data corresponding to the specified memory area from the delay release queue (step 101), and resets the use time specified by the current delay release timer value. The added value is set as a new memory release time, and this memory release time is reset to the management data removed from the delay release queue (step 102).
【0021】続いて、使用時間再設定手段15は、メモ
リ解放時刻を再設定した管理データを格納した管理デー
タ格納領域と遅延解放キューにつながれていた他の管理
データ格納領域とをメモリ解放時刻が早い順につなぎ直
す(ステップ103)。これは、図2で説明した処理と
同様である。以上のように、本実施の形態では、メモリ
領域の使用時間の超過が懸念される場合に、ユーザプロ
グラム11からメモリ領域の使用時間の再設定を要求す
ることにより、使用時間の延長を行うことができる。Subsequently, the use time resetting means 15 compares the management data storage area storing the management data with the memory release time reset and the other management data storage area connected to the delay release queue with the memory release time. The connection is made again in the early order (step 103). This is the same as the process described with reference to FIG. As described above, in this embodiment, when there is a concern that the usage time of the memory area will be exceeded, the usage time is extended by requesting the user program 11 to reset the usage time of the memory area. Can be.
【0022】[0022]
【発明の効果】本発明によれば、使用時間再設定手段を
設けることにより、メモリ領域の使用時間を延長するこ
とができるので、使用中のメモリ領域が使用時間の超過
によって自動的に解放されてしまうのを未然に防ぐこと
ができる。According to the present invention, since the use time of the memory area can be extended by providing the use time resetting means, the used memory area is automatically released when the use time is exceeded. Can be prevented beforehand.
【図1】 本発明の実施の形態となるメモリバッファ管
理方式を適用したコンピュータシステムのブロック図で
ある。FIG. 1 is a block diagram of a computer system to which a memory buffer management method according to an embodiment of the present invention is applied.
【図2】 遅延解放キューの再編成について説明するた
めの図である。FIG. 2 is a diagram for explaining reorganization of a delayed release queue.
【図3】 使用時間再設定手段の動作を説明するための
フローチャート図である。FIG. 3 is a flowchart for explaining the operation of a use time resetting means.
【図4】 従来のメモリバッファ管理方式を適用したコ
ンピュータシステムのブロック図である。FIG. 4 is a block diagram of a computer system to which a conventional memory buffer management method is applied.
1…処理装置、2…記憶装置、11…ユーザプログラ
ム、12…メモリバッファ確保手段、13…メモリバッ
ファ遅延解放手段、14…メモリバッファ解放手段、1
5…使用時間再設定手段、21…メモリバッファ、22
…遅延解放キューヘッダ、23−1、23−2、23−
3、23−n…管理データ格納領域。DESCRIPTION OF SYMBOLS 1 ... Processing apparatus, 2 ... Storage device, 11 ... User program, 12 ... Memory buffer securing means, 13 ... Memory buffer delay release means, 14 ... Memory buffer release means, 1
5: use time resetting means, 21: memory buffer, 22
... Delayed release queue header, 23-1, 23-2, 23-
3, 23-n... Management data storage area.
Claims (2)
モリ領域を確保するメモリバッファ確保手段と、 確保された各メモリ領域の中に予め設定された使用時間
を超過したメモリ領域が存在するとき、このメモリ領域
の解放を要求するメモリバッファ遅延解放手段と、 ユーザプログラムあるいはメモリバッファ遅延解放手段
からの要求に応じて、指定されたメモリ領域を解放する
メモリバッファ解放手段と、 前記使用時間を再設定する使用時間再設定手段とを有す
ることを特徴とするメモリバッファの管理方式。1. A memory buffer securing means for securing a memory area in response to a request from a user program, and when a memory area exceeding a preset use time exists in each of the secured memory areas, Memory buffer delay releasing means for requesting release of a memory area, memory buffer releasing means for releasing a specified memory area in response to a request from a user program or a memory buffer delay releasing means, and resetting the use time A memory buffer management method, comprising a use time resetting means.
式において、 メモリ内に、各メモリ領域にそれぞれ対応する使用時間
が格納された管理データ格納領域を有し、 前記メモリバッファ遅延解放手段は、管理データ格納領
域に格納された使用時間に基づいて、使用時間を超過し
たメモリ領域が存在するか否かを判定するものであり、 前記使用時間再設定手段は、管理データ格納領域に格納
された使用時間を再設定するものであることを特徴とす
るメモリバッファの管理方式。2. The memory buffer management method according to claim 1, further comprising: a management data storage area in which a use time corresponding to each memory area is stored in the memory; Based on the usage time stored in the management data storage area, it is determined whether or not there is a memory area that has exceeded the usage time, and the usage time resetting means is configured to store the memory area in the management data storage area. A memory buffer management method for resetting the use time.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP23384497A JPH1173364A (en) | 1997-08-29 | 1997-08-29 | Memory buffer management system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP23384497A JPH1173364A (en) | 1997-08-29 | 1997-08-29 | Memory buffer management system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1173364A true JPH1173364A (en) | 1999-03-16 |
Family
ID=16961462
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP23384497A Pending JPH1173364A (en) | 1997-08-29 | 1997-08-29 | Memory buffer management system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1173364A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006035727A1 (en) * | 2004-09-29 | 2006-04-06 | Sony Corporation | Information processing device, memory area management method, and computer program |
JP2012503825A (en) * | 2008-09-26 | 2012-02-09 | マイクロソフト コーポレーション | Memory management technology that uses selective mitigation to reduce errors |
-
1997
- 1997-08-29 JP JP23384497A patent/JPH1173364A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006035727A1 (en) * | 2004-09-29 | 2006-04-06 | Sony Corporation | Information processing device, memory area management method, and computer program |
US7770177B2 (en) | 2004-09-29 | 2010-08-03 | Sony Corporation | System for memory reclamation based on thread entry and release request times |
JP2012503825A (en) * | 2008-09-26 | 2012-02-09 | マイクロソフト コーポレーション | Memory management technology that uses selective mitigation to reduce errors |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7400633B2 (en) | Adaptive bandwidth throttling for network services | |
WO2017140130A1 (en) | Method and device for storage resource allocation for video cloud storage | |
EP0568002B1 (en) | Distribution of communications connections over multiple service access points in a communications network | |
JPH1145187A (en) | Method and device for managing resource for decentralized garbage collection, compute program product, method for allocating resource decentralized between computer system and platform, and method for releasing the allocation | |
US9104501B2 (en) | Preparing parallel tasks to use a synchronization register | |
JP2006277458A (en) | Resource allocation management device, and resource allocation method | |
JP2833633B2 (en) | Data processing system and queue management method | |
US8589499B2 (en) | Real-time storage area network | |
JP2005031929A (en) | Management server for assigning storage area to server, storage device system, and program | |
CN103414657A (en) | Cross-data-center resource scheduling method, super scheduling center and system | |
JP3832341B2 (en) | Memory pool management method | |
JP3027369B2 (en) | Network system, bandwidth management device, transmission device, network transmission method, bandwidth management method, transmission method | |
US20060153118A1 (en) | System and method for wireless ip address capacity optimization | |
JP2005182491A (en) | Communication apparatus management program | |
JPH1173364A (en) | Memory buffer management system | |
JP2004046372A (en) | Distributed system, resource allocation method, program, and recording medium with which resource allocation program is recorded | |
CN108243225B (en) | Distributed system, management method and access method | |
CN113760940A (en) | Quota management method, device, equipment and medium applied to distributed system | |
JP2590859B2 (en) | Memory management method for communication processing in information processing equipment | |
US20240205290A1 (en) | Apparatus, method, and system for dynamic pod autoscaling in a serverless computing environment | |
CN110955518A (en) | Pressure load adjusting method of distributed storage management system | |
JP3915950B2 (en) | Resource information processing method in distributed system | |
JP2004072270A (en) | Band management system and band management method | |
CN114979276B (en) | Dynamic scheduling method, device, equipment and storage medium for resources | |
JPH07121464A (en) | Storage area allocation control system |