JP2000029765A - Optimum caching managing method of web client and its system - Google Patents

Optimum caching managing method of web client and its system

Info

Publication number
JP2000029765A
JP2000029765A JP19554698A JP19554698A JP2000029765A JP 2000029765 A JP2000029765 A JP 2000029765A JP 19554698 A JP19554698 A JP 19554698A JP 19554698 A JP19554698 A JP 19554698A JP 2000029765 A JP2000029765 A JP 2000029765A
Authority
JP
Japan
Prior art keywords
content
web
date
client
web client
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
JP19554698A
Other languages
Japanese (ja)
Inventor
Hideaki Sasa
英明 佐々
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 JP19554698A priority Critical patent/JP2000029765A/en
Publication of JP2000029765A publication Critical patent/JP2000029765A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To optimally manage a WEB caching of newest and required data by the update frequency and reading the frequency of contents viewed. SOLUTION: In this optimum caching managing method, the content updating frequency at a WEB server 20 and the reading frequency at a WEB client 10 are analyzed to decide the keeping period and the arranging place of cache data according to the analyzing result, and contents, which is read frequently at the web client and frequently updated at the WEB server are stored on the memory of the WEB client, without storing in cache areas 12, 14 on a disk by the WEB client.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、WEB(ウエッ
ブ)サーバからコンテンツの閲覧を行うクライアントに
おけるキャッシング管理方法に関し、特に、適切なキャ
ッシュデータの保持期間や配置場所を決定する方法及び
システムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a caching management method in a client that browses contents from a Web (Web) server, and more particularly to a method and system for determining an appropriate cache data retention period and location.

【0002】[0002]

【従来の技術】従来のWEBブラウザは、WEBサーバ
から閲覧したコンテンツデータを全て指定したオフライ
ン作業用のテンポラリディスク領域へサイクリックに蓄
積していく。このテンポラリディスク領域へ蓄積された
コンテンツデータを「キャッシュデータ」、その領域を
「キャッシュ領域」という。
2. Description of the Related Art A conventional WEB browser cyclically accumulates all content data browsed from a WEB server in a designated temporary work temporary disk area. The content data stored in the temporary disk area is called "cache data", and the area is called "cache area".

【0003】しかし、従来のキャッシュデータの蓄積管
理方法では、頻繁に閲覧するデータや頻繁に更新のかか
るコンテンツデータをも、キャッシュ領域に保持してお
り、ディスク領域の圧迫や、CPUの処理速度の低下を
引き起こすことになる。
However, according to the conventional cache data storage management method, frequently browsed data and frequently updated content data are also stored in the cache area, which causes pressure on the disk area and the processing speed of the CPU. Will cause a decline.

【0004】図6は、従来のWEBクライアントでのキ
ャッシュデータ管理方法を説明するための図である。図
6を参照すると、WEBクライアント10がWEBサー
バ20にコンテンツ要求を行うと(1)、WEBサーバ
20からコンテンツデータが送信され(2)、WEBク
ライアントでは、コンテンツデータのキャッシングを行
う。その際、すでに同じコンテンツがあれば、最新のも
のに上書きする(3)。またキャッシュ領域が指定容量
を超えた場合、キャッシュ領域に保管されているキャッ
シュデータを古いものから削除する(4)。再びWEB
クライアント10がWEBサーバ20にコンテンツ要求
を行うと、WEBサーバ20からコンテンツデータが送
信され、WEBクライアント10では、コンテンツデー
タのキャッシングを行うという閲覧サイクルが繰り返さ
れる。
FIG. 6 is a diagram for explaining a conventional cache data management method in a Web client. Referring to FIG. 6, when the web client 10 makes a content request to the web server 20 (1), the content data is transmitted from the web server 20 (2), and the web client caches the content data. At this time, if the same content already exists, it is overwritten with the latest content (3). When the cache area exceeds the specified capacity, the cache data stored in the cache area is deleted from the oldest one (4). WEB again
When the client 10 makes a content request to the web server 20, content data is transmitted from the web server 20, and the web client 10 repeats a browsing cycle of caching the content data.

【0005】[0005]

【発明が解決しようとする課題】上記したように、従来
のWEBクライアントシステムでは、サーバから取り込
んだキャッシングデータを全てWEBクライアント側に
保存をしていたため、大量のキャッシングデータのディ
スク領域確保が必要になったり、無駄なファイルIOや
CPU利用発生するため、処理性能を低下させる、とい
う問題点を有している。
As described above, in the conventional WEB client system, all the caching data fetched from the server is stored in the WEB client side. Therefore, it is necessary to secure a disk area for a large amount of caching data. There is a problem that the processing performance is degraded because the file IO and the use of the CPU are wasted.

【0006】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、コンテンツの更
新頻度や閲覧頻度により、最新かつ必要なデータのWE
Bキャッシングを最適に管理可能とする方法及びシステ
ムを提供することにある。
Therefore, the present invention has been made in view of the above-mentioned problems, and an object of the present invention is to provide the latest and necessary data WE based on the frequency of updating or browsing the contents.
It is an object of the present invention to provide a method and a system capable of optimally managing B caching.

【0007】[0007]

【課題を解決するための手段】前記目的を達成する本発
明は、WEBサーバでのコンテンツ更新頻度、及びWE
Bクライアントでの閲覧頻度を解析し、該解析結果に応
じたキャッシュデータの保持期間及び配置場所を決定す
るようにしたものである。すなわち、本発明は、WEB
クライアントでのコンテンツの閲覧頻度の大小に応じて
定められた数値と、WEBサーバのコンテンツの更新頻
度の大小に応じて定められた数値とから所定の計算式に
基づき、WEBクライアントにおけるキャッシングデー
タの保存期間と、保管場所を決定し、前記WEBクライ
アントで頻繁に閲覧し、且つ前記WEBサーバで頻繁に
更新がなされるコンテンツは、ディスク上のキャッシュ
領域に保管せず、前記WEBクライアントのメモリ上に
保管する。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a content update frequency in a web server,
The browsing frequency at the B client is analyzed, and the retention period and the location of the cache data are determined according to the analysis result. That is, the present invention
Storage of caching data in a WEB client based on a predetermined calculation formula based on a numerical value determined according to the magnitude of the content browsing frequency at the client and a numerical value determined according to the magnitude of the frequency of updating the content of the WEB server. The period and storage location are determined, and the content that is frequently browsed by the WEB client and frequently updated by the WEB server is not stored in the cache area on the disk but is stored in the memory of the WEB client. I do.

【0008】[0008]

【発明の実施の形態】本発明の実施の形態について説明
する。図1は、本発明の一実施の形態のWEBキャッシ
ング管理方法を説明するための図である。図1を参照す
ると、本発明の一実施の形態において、第1回目の閲覧
に際して、WEBクライアント10がWEBサーバ20
にコンテンツ要求を行うと(1)、WEBサーバ20か
らコンテンツデータが送信され(2)、WEBクライア
ント10では、コンテンツデータのキャッシングを行う
(3)。その際、キャッシュ領域が指定容量を超えた場
合、キャッシュ領域に保管されているキャッシュデータ
を古いものから削除する((4)−1)。
Embodiments of the present invention will be described. FIG. 1 is a diagram for explaining a web caching management method according to an embodiment of the present invention. Referring to FIG. 1, in one embodiment of the present invention, at the time of the first browsing, the WEB client 10
(1), the content data is transmitted from the web server 20 (2), and the web client 10 caches the content data (3). At this time, if the cache area exceeds the specified capacity, the cache data stored in the cache area is deleted from the oldest one ((4) -1).

【0009】第2回目以降の閲覧において、WEBクラ
イアント10がWEBサーバ20にコンテンツ要求を行
うと(1)、WEBサーバ20からコンテンツデータが
送信され(2)、WEBクライアント10では、コンテ
ンツデータのキャッシングを行う(3)。その際、1回
目の閲覧要求日時情報と、コンテンツデータの更新日時
情報から、以下のようにして、キャッシング方法を選択
して実行する(4)。
In the second and subsequent browsing, when the web client 10 makes a content request to the web server 20 (1), the content data is transmitted from the web server 20 (2), and the web client 10 caches the content data. (3). At this time, a caching method is selected and executed from the first browsing request date / time information and the content data update date / time information as follows (4).

【0010】すなわち、WEBクライアント10でのコ
ンテンツの閲覧頻度と、WEBサーバ20におけるコン
テンツの更新頻度から、所定の計算式に基づき、キャッ
シングデータの保存期間と、保管場所を決定する。例え
ば頻繁に閲覧するコンテンツであり、且つ頻繁に更新が
なされるコンテンツはディスク上にキャッシングせず、
WEBブラウザの終了までメモリ上にキャッシングす
る。より詳細には、WEBクライアントは2回目以降の
閲覧においてWEBサーバへのコンテンツ要求時、前記
WEBサーバから前記WEBクライアントへはコンテン
ツとともに更新日時情報が送信され、WEBクライアン
トでは、該コンテンツの今回の参照日時情報と、前回の
参照日時情報から、参照頻度情報を算出し、該コンテン
ツの今回受け取った更新日時情報と、前回受け取った更
新日時情報とから、更新頻度情報を算出し、該参照頻度
情報に対応した数値と該更新頻度情報に対応した数値と
から所定の計算式で該コンテンツの保持比率を算出し、
この保持比率の値に対応した保持期間及び保管場所を予
め格納したテーブル等を参照して、コンテンツの保持期
間及び保管場所を決定する。
[0010] That is, the storage period and storage location of the caching data are determined based on a predetermined formula from the content browsing frequency of the web client 10 and the content update frequency of the web server 20. For example, frequently browsed content and frequently updated content are not cached on disk,
Caching is performed on the memory until the end of the web browser. More specifically, when the web client requests content to the web server in the second and subsequent browsing, the web server transmits update date and time information together with the content to the web client, and the web client refers to the content this time. The reference frequency information is calculated from the date and time information and the previous reference date and time information, and the update frequency information is calculated from the currently received update date and time information of the content and the previously received update date and time information. Calculate the content retention ratio from a corresponding numerical value and a numerical value corresponding to the update frequency information using a predetermined formula,
The storage period and storage location of the content are determined with reference to a table or the like in which the storage period and storage location corresponding to the value of the storage ratio are stored in advance.

【0011】[0011]

【実施例】本発明の実施例について図面を参照して説明
する。
Embodiments of the present invention will be described with reference to the drawings.

【0012】図2は、本発明の一実施例を説明するため
の図であり、1回目のWEBコンテンツ参照の過程を示
す図である。
FIG. 2 is a diagram for explaining an embodiment of the present invention, and is a diagram showing a process of referring to the first WEB content.

【0013】クライアント端末10よりWEBブラウザ
を用いてWEBサーバ20上のコンテンツを初めて参照
するものとする。
It is assumed that the client terminal 10 first refers to the contents on the WEB server 20 using a WEB browser.

【0014】初めてそのコンテンツを閲覧する場合、ク
ライアント端末10はコンテンツデータを要求する(ス
テップS10)。WEBサーバ20はコンテンツデータ
とともに、その更新日時−1をクライアント端末10に
送信する(ステップS11)。キャッシュデータとして
クライアント端末10のキャッシュ領域へ蓄積される。
When browsing the content for the first time, the client terminal 10 requests content data (step S10). The WEB server 20 transmits the update date-1 to the client terminal 10 together with the content data (step S11). The data is stored in the cache area of the client terminal 10 as cache data.

【0015】その際、参照したコンテンツのキャッシュ
データには、そのコンテンツが更新された日時、コンテ
ンツ更新日時-1、が属性として記録される。
At this time, in the cache data of the referenced content, the date and time when the content was updated and the content update date and time-1 are recorded as attributes.

【0016】なお、クライアント端末のキャッシュ領域
が足りず、新しいコンテンツのキャッシュデータを保存
できない場合には古いキャッシュデータを消去し(ステ
ップS14)、新しいコンテンツのキャッシュデータを
格納する。
If the cache area of the client terminal is insufficient and the cache data of the new content cannot be stored, the old cache data is deleted (step S14) and the cache data of the new content is stored.

【0017】また、同時に、コンテンツを初めて参照し
た日時(コンテンツ参照日時-1)を決定し(ステップS
12)、属性として、キャッシュデータに記録する(ス
テップS15)。キャッシュ領域にはコンテンツデータ
とともにコンテンツ更新日時−1、コンテンツ参照日時
−1が格納される。
At the same time, the date and time when the content was first referenced (content reference date and time-1) is determined (step S).
12) Then, the attribute is recorded in the cache data (step S15). The cache area stores the content update date and time-1 and the content reference date and time-1 together with the content data.

【0018】図3は、本発明の一実施例の動作を説明す
るための図であり、2回目以降のWEBコンテンツ参照
の過程を示す図である。
FIG. 3 is a diagram for explaining the operation of the embodiment of the present invention, and is a diagram showing a process of referring to the WEB contents after the second time.

【0019】クライアント端末10よりWEBブラウザ
を用いてWEBサーバ20上の以前参照したコンテンツ
を参照しているとする。WEBサーバ20はクライアン
ト端末10からのコンテンツデータの要求を受け(ステ
ップS20)、コンテンツデータを送信する(ステップ
S21)。
It is assumed that the client terminal 10 uses the WEB browser to refer to the previously referred content on the WEB server 20. The WEB server 20 receives the content data request from the client terminal 10 (step S20), and transmits the content data (step S21).

【0020】参照したコンテンツデータ、すなわち、W
EBサーバ20から送信されたコンテンツデータには、
そのコンテンツがWEBサーバ20上で更新された日時
(コンテンツ更新日時-2)が属性として記録されてい
る。
The referenced content data, ie, W
The content data transmitted from the EB server 20 includes:
The date and time when the content was updated on the WEB server 20 (content update date and time-2) is recorded as an attribute.

【0021】また、クライアント端末10では、WEB
サーバからをそのコンテンツを参照した日時(コンテン
ツ参照日時-2)を属性としてメモリに保持する。またコ
ンテンツの参照日時−2を決定する(ステップS2
2)。
In the client terminal 10, the WEB
The date and time when the content was referenced from the server (content reference date and time-2) is stored in the memory as an attribute. Further, the reference date / time-2 of the content is determined (step S2).
2).

【0022】当該コンテンツが更新された日時(コンテ
ンツ更新日時-2)、及び、コンテンツを参照した日時
(コンテンツ参照日時-2)と、キャッシュ領域の以前参
照したコンテンツデータのコンテンツが更新された日時
(コンテンツ更新日時-1)、及び、コンテンツを参照し
た日時(コンテンツ参照日時-1)とを比較し、クライア
ント端末でのコンテンツを閲覧する間隔と、WEBサー
バでのコンテンツが更新される間隔を算出する(ステッ
プS23)。
The date and time when the content was updated (content update date and time-2), the date and time when the content was referenced (content reference date and time-2), and the date and time when the content of the previously referenced content data in the cache area was updated ( The content update date and time-1) and the date and time when the content was referenced (content reference date and time-1) are compared, and the interval for browsing the content on the client terminal and the interval for updating the content on the WEB server are calculated. (Step S23).

【0023】この算出された時間をもとにクライアント
端末でのキャッシング方法を決定する(ステップS2
4)。
The caching method in the client terminal is determined based on the calculated time (step S2).
4).

【0024】キャッシング方法の決定の仕方としては、
クライアント端末におけるコンテンツを閲覧する間隔
と、WEBサーバのコンテンツが更新される間隔を、W
EBキャッシング保持比率表(図4参照)に照らし合わ
せ、これらの間隔に対応した演算定数を得て、乗算す
る。
As a method of determining a caching method,
The interval for browsing the content on the client terminal and the interval for updating the content on the WEB server are represented by W
The constants corresponding to these intervals are obtained and multiplied by referring to the EB caching retention ratio table (see FIG. 4).

【0025】この演算結果を保持比率と定義し、その保
持比率からキャッシュデータ保持期間及び保管場所を決
定する。図4を参照すると、クライアント端末でのコン
テンツを閲覧する間隔に対応した演算定数と、WEBサ
ーバでのコンテンツが更新される間隔に対応した演算定
数を乗算した結果を保持比率とし、保持比率の値に応じ
たキャッシュデータの保存期間に対応させて保管場所が
決定される。
The result of this operation is defined as a retention ratio, and the cache data retention period and storage location are determined from the retention ratio. Referring to FIG. 4, a result obtained by multiplying an operation constant corresponding to an interval at which content is browsed on the client terminal by an operation constant corresponding to an interval at which content is updated on the WEB server is set as a retention ratio, and a value of the retention ratio The storage location is determined in accordance with the storage period of the cache data according to.

【0026】なお、クライアント端末でのコンテンツを
閲覧する間隔は、今回のコンテンツ参照日時と前回のコ
ンテンツ参照日時との差分((コンテンツ参照日時-
2)−(コンテンツ参照日時-1))であり、WEBサー
バでのコンテンツが更新される間隔は、(コンテンツ更
新日時-2)情報と(コンテンツ更新日時-1)情報か
ら、(コンテンツ更新日時-2)−(コンテンツ更新日時
-1)として求められる。
The content browsing interval at the client terminal is determined by the difference between the current content reference date and time and the previous content reference date and time ((content reference date and time-
2)-(content reference date-1)), and the interval at which the content is updated on the WEB server is calculated based on (content update date-2) information and (content update date-1) information, (content update date-1). 2)-(content update date and time
-1).

【0027】例えば、図4を参照すると、保持比率が1.
00であるものは、ブラウザの終了までメモリ上にコンテ
ンツデータを保存する。保持比率が0.99より小さいもの
はキャッシュ領域に保存する。加えて、キャッシュ領域
にコンテンツデータを保存する時には、コンテンツ削除
日時として、WEBサーバからをそのコンテンツを参照
した日時(コンテンツ参照日時-2)にキャッシュデータ
保持期間を加算し、属性として記録させる。
For example, referring to FIG. 4, the holding ratio is 1.
In the case of 00, the content data is stored in the memory until the browser ends. If the retention ratio is smaller than 0.99, it is stored in the cache area. In addition, when the content data is stored in the cache area, the cache data retention period is added to the date and time (content reference date and time-2) when the content was referenced from the WEB server as the content deletion date and recorded as an attribute.

【0028】なお、クライアント端末のキャッシュ領域
が足りず、新しいコンテンツのキャッシュデータを保存
できない場合は古いキャッシュデータを消去し、新しい
コンテンツのキャッシュデータを格納する(ステップS
26、S27)。
If the cache area of the client terminal is insufficient and the cache data of the new content cannot be stored, the old cache data is deleted and the cache data of the new content is stored (step S).
26, S27).

【0029】また、WEBキャッシング保持比率表(図
4)から、保持比率に対応したキャッシング期間を決定
してコンテンツ削除期間を算出し(ステップS28)、
キャッシュ領域に、コンテンツ参照日時−2とコンテン
ツ削除日時を付加してコンテンツデータを書き込む(ス
テップS29)。
Further, a caching period corresponding to the holding ratio is determined from the web caching holding ratio table (FIG. 4) to calculate a content deletion period (step S28).
The content data is written in the cache area with the content reference date / time-2 and the content deletion date / time added (step S29).

【0030】図5は、本発明の一実施例におけるブラウ
ザ終了時の動作について説明する図である。クライアン
ト端末10のWEBブラウザ終了時には、キャッシュデ
ータのコンテンツ削除日時を超えたものをチェックし
(ステップS32)、該当するキャッシュデータがあれ
ば、これを削除して(ステップS33)、WEBブラウ
ザを終了する。
FIG. 5 is a diagram for explaining the operation at the time of terminating the browser in one embodiment of the present invention. When the web browser of the client terminal 10 is terminated, the cache data that exceeds the content deletion date and time is checked (step S32), and if there is the corresponding cache data, this is deleted (step S33) and the web browser is terminated. .

【0031】[0031]

【発明の効果】以上説明したように、本発明によれば、
コンテンツの参照頻度、及び更新頻度に基づきコンテン
ツの保存期間及び保管場所を決定し、参照頻度、及び更
新頻度が高いものはキャッシュしない、もしくは保持期
間を短くすることにより、ディスク領域を節約し、無駄
なファイルIO、CPUの処理を無くし、システムの処
理性能を向上する、という効果を奏する。
As described above, according to the present invention,
The storage period and storage location of content are determined based on the content reference frequency and update frequency, and those with high reference frequency and update frequency are not cached or the storage period is shortened to save disk space and waste. There is an effect that the processing performance of the system is improved by eliminating the processing of the file IO and the CPU.

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

【図1】本発明の一実施の形態を説明するための図であ
る。
FIG. 1 is a diagram for explaining an embodiment of the present invention.

【図2】本発明の一実施例の処理フローを説明するため
の図である。
FIG. 2 is a diagram illustrating a processing flow according to an embodiment of the present invention.

【図3】本発明の一実施例の処理フローを説明するため
の図である。
FIG. 3 is a diagram illustrating a processing flow according to an embodiment of the present invention.

【図4】本発明の一実施例の処理フローを説明するため
の図である。
FIG. 4 is a diagram illustrating a processing flow according to an embodiment of the present invention.

【図5】本発明の一実施例の処理フローを説明するため
の図である。
FIG. 5 is a diagram illustrating a processing flow according to an embodiment of the present invention.

【図6】従来のシステムを説明するための図である。FIG. 6 is a diagram for explaining a conventional system.

【符号の説明】 10 WEBクライアント 12、14 キャッシュ領域 20 WEBサーバ 21、22 コンテンツデータ[Description of Signs] 10 Web client 12, 14 Cache area 20 Web server 21, 22 Content data

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】WEBクライアントが、WEBサーバから
のコンテンツデータをキャッシングするに際して、前記
WEBサーバでのコンテンツ更新頻度及び、前記WEB
クライアントでの閲覧頻度を解析し、該解析結果に応じ
てコンテンツデータの保持期間及び保管場所を決定す
る、ことを特徴とする、WEBクライアントの最適化キ
ャッシング管理方法。
When a web client caches content data from a web server, a content update frequency in the web server and the web
An optimized caching management method for a Web client, comprising analyzing a browsing frequency at a client, and determining a retention period and a storage location of content data according to the analysis result.
【請求項2】前記WEBクライアントでのコンテンツの
閲覧頻度の大小に応じて定められた数値と、前記WEB
サーバのコンテンツの更新頻度の大小に応じて定められ
た数値とから所定の計算式に基づき、前記WEBクライ
アントにおけるキャッシングデータの保存期間と、保管
場所を決定し、前記WEBクライアントで頻繁に閲覧
し、且つ前記WEBサーバで頻繁に更新がなされるコン
テンツは、前記WEBクライアントのディスク上のキャ
ッシュ領域に保管せず、前記WEBクライアントのメモ
リ上に保管する、ことを特徴とする、請求項1記載のW
EBクライアントの最適化キャッシング管理方法。
2. A method according to claim 1, further comprising the step of: determining a numerical value determined in accordance with the frequency of content browsing on said web client;
Based on a predetermined calculation formula from a numerical value determined according to the magnitude of the frequency of updating the content of the server, the storage period and the storage location of the caching data in the WEB client are determined, and frequently viewed by the WEB client, 2. The W client according to claim 1, wherein the content that is frequently updated by the WEB server is not stored in a cache area on a disk of the WEB client, but is stored in a memory of the WEB client.
EB client optimization caching management method.
【請求項3】WEBクライアントは一回目の閲覧におい
てWEBサーバへのコンテンツ要求時、前記WEBサー
バから前記WEBクライアントへコンテンツデータとと
もに更新日時情報が送信され、 前記WEBクライアントでは、コンテンツデータの参照
日時情報と更新日時情報を記憶保持し、 前記WEBクライアントが2回目以降の閲覧において前
記WEBサーバへのコンテンツ要求時、前記WEBサー
バから前記WEBクライアントへはコンテンツデータと
ともに更新日時情報が送信され、 前記WEBクライアントでは、該コンテンツデータの今
回の参照日時情報と、前回の参照日時情報から、参照頻
度情報を算出し、該コンテンツデータについて今回受け
取った更新日時情報と、前回受け取った更新日時情報と
から、更新頻度情報を算出し該参照頻度情報に対応した
数値データと該更新頻度情報に対応した数値データとか
ら所定の計算式で該コンテンツデータの保持比率を算出
し、 前記保持比率の値に対応した保持期間及び保管場所を予
め格納したテーブルを参照して、前記コンテンツの保持
期間及び保管場所を決定する、ことを特徴とする、WE
Bクライアントの最適化キャッシング管理方法。
3. When the web client requests content to the web server in the first browsing, the web server transmits update date and time information together with the content data from the web server to the web client. When the WEB client requests content from the WEB server in the second and subsequent browsing, the WEB server transmits the update date and time information together with the content data to the WEB client, Then, the reference frequency information is calculated from the current reference date and time information of the content data and the previous reference date and time information, and the update frequency is calculated from the update date and time information received this time and the update date and time information received previously for the content data. information Calculating a retention ratio of the content data from a numerical data corresponding to the reference frequency information and the numerical data corresponding to the update frequency information, using a predetermined formula, a retention period and a storage location corresponding to the value of the retention ratio WE is determined with reference to a table in which the content is stored in advance.
Optimization method for caching of client B.
【請求項4】前記WEBクライアントでは、前記保持比
率の値から、前記キャッシュ領域にコンテンツデータを
保存する時には、当該コンテンツを参照した参照日時
に、キャッシュデータの保持期間を加算した日時情報
を、コンテンツ削除日時として記録する、ことを特徴と
する、請求項3記載のWEBクライアントの最適化キャ
ッシング管理方法。
4. When storing content data in the cache area based on the value of the holding ratio, the WEB client adds date and time information obtained by adding a cache data holding period to a reference date and time when the content is referred to. 4. The method according to claim 3, wherein the date and time are recorded as a deletion date and time.
【請求項5】WEBブラウザ終了時、前記キャッシュ領
域に保存されている、コンテンツデータのうち現在の日
時が前記コンテンツ削除日時を過ぎているコンテンツデ
ータを削除する、ことを特徴とする、請求項3記載のW
EBクライアントの最適化キャッシング管理方法。
5. The method according to claim 3, wherein when the web browser is terminated, the content data stored in said cache area and having a current date and time after said content deletion date and time are deleted from said content data. W described
EB client optimization caching management method.
【請求項6】WEBクライアントは一回目の閲覧におい
てWEBサーバへのコンテンツ要求時、前記WEBサー
バから前記WEBクライアントへコンテンツデータとと
もに更新日時情報が送信され、 前記WEBクライアントでは、コンテンツの参照日時情
報と更新日時情報を記録保持し、 前記WEBクライアントが2回目以降の閲覧において前
記WEBサーバへのコンテンツ要求時、前記WEBサー
バから前記WEBクライアントへはコンテンツデータと
ともに更新日時情報が送信され、 前記WEBクライアントが、該コンテンツデータについ
て今回の参照日時情報と、前回の参照日時情報から、参
照頻度情報を算出し、該コンテンツの今回受け取った更
新日時情報と、前回受け取った更新日時情報とから、更
新頻度情報を算出し該参照頻度情報に対応した数値と該
更新頻度情報に対応した数値とから所定の計算式で該コ
ンテンツデータの保持比率を算出し、前記保持比率の値
に対応した保持期間及び保管場所を格納したテーブルを
参照して、前記コンテンツの保持期間及び保管場所を決
定する手段を備えた、ことを特徴とする、WEBクライ
アントの最適化キャッシング管理システム。
6. When the web client requests content to the web server in the first browsing, the web server transmits update date information together with the content data from the web server to the web client. The update date and time information is recorded and held, and when the WEB client requests content to the WEB server in the second and subsequent browsing, the WEB client transmits the update date and time information together with the content data to the WEB client. The reference frequency information is calculated from the current reference date / time information and the previous reference date / time information for the content data, and the update frequency information is calculated from the currently received update date / time information and the previously received update date / time information of the content. Calculated and the reference frequency A retention ratio of the content data is calculated from a numerical value corresponding to the information and a numerical value corresponding to the update frequency information by a predetermined calculation formula, and a table storing a retention period and a storage location corresponding to the value of the retention ratio is referred to. And a means for deciding a retention period and a storage place of the content.
JP19554698A 1998-07-10 1998-07-10 Optimum caching managing method of web client and its system Pending JP2000029765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19554698A JP2000029765A (en) 1998-07-10 1998-07-10 Optimum caching managing method of web client and its system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19554698A JP2000029765A (en) 1998-07-10 1998-07-10 Optimum caching managing method of web client and its system

Publications (1)

Publication Number Publication Date
JP2000029765A true JP2000029765A (en) 2000-01-28

Family

ID=16342907

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19554698A Pending JP2000029765A (en) 1998-07-10 1998-07-10 Optimum caching managing method of web client and its system

Country Status (1)

Country Link
JP (1) JP2000029765A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001273252A (en) * 2000-03-24 2001-10-05 Hitachi Information Systems Ltd Web server, contents managing method for the same and recording medium recorded with web server contents managing program
WO2003069480A1 (en) * 2002-02-14 2003-08-21 Fujitsu Limited Data storage control program and data storage control method
US6957212B2 (en) * 2001-04-24 2005-10-18 Innopath Software, Inc. Apparatus and methods for intelligently caching applications and data on a gateway
US11176050B2 (en) 2019-11-05 2021-11-16 Fujitsu Limited Information processing device and computer-readable recording medium having stored therein cache control program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001273252A (en) * 2000-03-24 2001-10-05 Hitachi Information Systems Ltd Web server, contents managing method for the same and recording medium recorded with web server contents managing program
US6957212B2 (en) * 2001-04-24 2005-10-18 Innopath Software, Inc. Apparatus and methods for intelligently caching applications and data on a gateway
WO2003069480A1 (en) * 2002-02-14 2003-08-21 Fujitsu Limited Data storage control program and data storage control method
US11176050B2 (en) 2019-11-05 2021-11-16 Fujitsu Limited Information processing device and computer-readable recording medium having stored therein cache control program

Similar Documents

Publication Publication Date Title
JP3612271B2 (en) File system
US6871268B2 (en) Methods and systems for distributed caching in presence of updates and in accordance with holding times
US7024452B1 (en) Method and system for file-system based caching
US7269608B2 (en) Apparatus and methods for caching objects using main memory and persistent memory
US5812817A (en) Compression architecture for system memory application
US6237060B1 (en) Cache management techniques
US7526623B1 (en) Optimizing reclamation of data space
US7756831B1 (en) Cooperative locking between multiple independent owners of data space
CA2338915C (en) System and method for caching sets of objects
US20050015374A1 (en) System and method for utilizing compression in database caches to facilitate access to database information
JP4579501B2 (en) Application server and application program
US20030115420A1 (en) Methods and apparatus for implementing a chche replacement scheme
US8533158B1 (en) Reclaiming data space by rewriting metadata
Dyreson et al. Managing versions of web documents in a transaction-time web server
JP2004078783A (en) Cache management device for www browser, cache management method for the same, and program
US8862639B1 (en) Locking allocated data space
US20060064636A1 (en) Method and system for caching and adapting dynamic display pages for small display devices
US9454536B1 (en) Space compaction and defragmentation mechanisms in data space
JP2000029765A (en) Optimum caching managing method of web client and its system
US20020184441A1 (en) Apparatus and methods for caching objects using main memory and persistent memory
JP2004118482A (en) Storage device and cache method
US6851021B2 (en) Methods and systems for efficiently managing persistent storage
CN112650694B (en) Data reading method and device, cache proxy server and storage medium
JPH11175539A (en) Method for obtaining substitute information and system therefor and storage medium for storing substitute information obtaining program
JP2004310630A (en) Cache control unit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20001128