JP3596602B2 - WWW server access method - Google Patents

WWW server access method Download PDF

Info

Publication number
JP3596602B2
JP3596602B2 JP2000256292A JP2000256292A JP3596602B2 JP 3596602 B2 JP3596602 B2 JP 3596602B2 JP 2000256292 A JP2000256292 A JP 2000256292A JP 2000256292 A JP2000256292 A JP 2000256292A JP 3596602 B2 JP3596602 B2 JP 3596602B2
Authority
JP
Japan
Prior art keywords
page
access
page data
data update
time group
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.)
Expired - Lifetime
Application number
JP2000256292A
Other languages
Japanese (ja)
Other versions
JP2002073404A (en
Inventor
晃代 田子
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 JP2000256292A priority Critical patent/JP3596602B2/en
Publication of JP2002073404A publication Critical patent/JP2002073404A/en
Application granted granted Critical
Publication of JP3596602B2 publication Critical patent/JP3596602B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、ローカルネットワーク(LAN(Local Area Network)等)におけるクライアント(クライアントPC(Personal Computer))のWWW(World Wide Web)ブラウザによるWWWサーバ上のページデータ(ページアドレスで識別されるデータ)へのアクセス(ページアクセス)を実現するためのWWWサーバアクセス方式に関する。
【0002】
【従来の技術】
従来、インターネット等のネットワークを使用して実現されるクライアント・サーバシステムにおいて、クライアントのWWWブラウザからWWWサーバのページデータがアクセスされる際には、プロキシサーバが利用されることにより、一旦アクセスされたページのページデータがプロキシサーバに保持されていた。例えば、特開平11−143759号公報,特開2000−076162号公報,および特開平11−345244号公報においては、このようなプロキシサーバを利用した技術(「プロキシサーバキャッシュシステム」,「受付処理サーバの前処理装置」,および「類似情報抽出表示方法とシステム」)が紹介されている。
【0003】
このようなプロキシサーバを利用した技術により、一旦アクセスされたページのページデータがプロキシサーバに保持されているため、その後、ローカルネットワーク上のクライアントから同じページへのアクセスがあった際には、WWWサーバにアクセスすることなくプロキシサーバに保持されていたページデータが得られるため、アクセス応答を速くすることができた。
【0004】
しかしながら、従来においては、プロキシサーバとクライアントとの間に、さらに、中継サーバを設けるという考え方はなかった。
【0005】
【発明が解決しようとする課題】
上述した従来のWWWサーバアクセス方式では、プロキシサーバが設けられてアクセス応答の高速化が図られていたが、それでもなお、以下に示すような問題点が生じていた。
【0006】
第1の問題点は、プロキシサーバにデータ(ページデータ)が保持されていない場合や、保持されているデータが古い場合(クライアントからデータ更新の要求がありすでに更新されていた場合)には、常にプロキシサーバにアクセス要求のあったページの最新データが保持されているとは限らないため、プロキシサーバはWWWサーバにアクセスする必要が生じるので、クライアントが所望のページデータを得るために長時間を要してしまうということである。
【0007】
第2の問題点は、クライアント数が多ければ多いほど、プロキシサーバにかかる負荷も大きくなるため、アクセス応答が遅くなるということである。
【0008】
本発明の目的は、上述の点に鑑み、プロキシサーバと複数のクライアントとの間に数台の中継サーバを設け、複数のクライアントが各中継サーバに分散してアクセスを行うようにし、クライアントにとっては最新のページデータを速く入手する可能性が高くなり(処理の高速化を実現でき)、プロキシサーバにとっては自己へのアクセス数が減ることに起因して負荷を減少することができるWWWサーバアクセス方式を提供することにある。
【0009】
すなわち、本発明では、中継サーバが、クライアントから接続要求(アクセス要求)のあった各ページに対し、接続対象となっている複数のクライアントによる過去におけるページデータの更新の頻度に基づいてどのくらいの間隔でページデータの更新を行えばよいかを算出し、その間隔毎にプロキシサーバに対してWWWサーバページアクセス要求(WWWサーバ上の当該ページデータを取得するために当該ページのページアドレスを指定して行うアクセス要求)を行う。また、プロキシサーバは、このWWWサーバページアクセス要求に従い、要求のあったページアドレスを指定してWWWサーバにアクセス(ページアクセス)を行い、その時点における最新の当該ページデータを取得する。さらに、中継サーバは、プロキシサーバによって取得された当該ページデータ(最新のものに更新されているページデータ)を受け取って保持しておく(中継サーバは可能な限り常に新しいページデータとなるように自己が保持するページデータを更新しておくようにする)。そして、このような一連の処理により、上記のような特性・性能の向上(クライアントへの最新のページデータの迅速な供給およびプロキシサーバの負荷の軽減)を可能ならしめる。
【0010】
なお、本発明のWWWサーバアクセス方式に対する従来技術に関する特許公報としては、先に言及した公報の他に、クライアントのWWWブラウザからWWWサーバへのアクセスの効率化を考察している点で本発明と類似している「特開2000−010947号公報」が存在する。
【0011】
しかし、上記公報に記載された技術(「サーバ情報共有方法及び同方法を適用したクライアントサーバシステム」)は、以下のaおよびbに示すように、本発明とは構成および効果を異にしている。
【0012】
a.構成の上で、本発明でいう「プロキシサーバ」は上記公報に記載された発明でいう「口コミサーバ」にあたり、本発明でいう「クライアント」は上記公報でいう「クライアント」にあたる。このような点で、両発明には類似点がある。しかし、本発明でいう「中継サーバ」は、ネットワークを介して複数のクライアントPCとプロキシサーバとを結ぶサーバであり、上記公報にはその言及がない。この中継サーバの存在が本発明の構成上の骨子であることに鑑みると、上記公報と本発明とは構成上の明確な相違を有しているといえる。
【0013】
b.上記公報における「クライアントエージェント」からのアクセス要求はクライアント数が増えればその分口コミサーバへの負荷も大きくなり、口コミサーバの負荷の軽減という効果は全く得られない。これに対して、本発明では、プロキシサーバがネットワーク上の全てのクライアントからのアクセス要求に対応するのではなく、中継サーバが接続対象となっている複数のクライアントからの過去の一定期間におけるアクセス・更新頻度に基づきページデータ更新間隔を算出してその間隔毎にプロキシサーバにWWWサーバページアクセス要求を出すという処理が行われているので、プロキシサーバへのアクセスは数台の中継サーバからのみとなり、プロキシサーバの負荷を減らすことができるという効果が生じる。
【0014】
【課題を解決するための手段】
本発明のWWWサーバアクセス方式は、ネットワーク(インターネット等)を介してWWWサーバと接続されているローカルネットワーク(LAN等)において、複数のクライアントとプロキシサーバとの間に設けられている数台の中継サーバの各々に対して、分散してアクセスする前記複数のクライアントと、ページアクセス履歴情報を参照し、クライアントからの各ページアクセスに関するページアドレス,アクセス時刻,および「当該ページアクセスによってページデータが更新されたか否かを示す情報」を持ったページアクセス情報を作成する前記中継サーバ内のページアクセス情報作成手段と、前記ページアクセス情報作成手段により作成されたページアクセス情報を参照して、ページアドレスが同一でそのページアクセスによってページデータが更新されている当該ページアクセスの行われた時刻群を示す更新時刻群を検出し、当該更新時刻群に基づいてどのくらいの間隔でページデータの更新を行えばよいかを示すページデータ更新間隔を算出することにより、過去において頻繁にアクセス要求のあった各ページについてページアドレスおよびページデータ更新間隔が設定されたページデータ更新テーブルを作成する前記中継サーバ内のページデータ更新テーブル作成手段と、前記ページデータ更新テーブル作成手段により作成されたページデータ更新テーブルを参照して、クライアントから過去において頻繁にアクセス要求のあった各ページについて、当該ページデータ更新間隔で示される一定時間毎に前記プロキシサーバに対してWWWサーバページアクセス要求を行う前記中継サーバ内のページアクセス要求手段と、前記ページアクセス要求手段からのWWWサーバページアクセス要求に基づき、当該WWWサーバページアクセス要求で指定された前記WWWサーバ上のページアドレスを指定して最新のページデータを取得するためのWWWサーバページアクセスを行い、そのWWWサーバページアクセスによって取得したページデータを前記中継サーバに送信する前記プロキシサーバ内のページアクセス手段と、前記ページアクセス手段によって前記WWWサーバから取得されたページデータを前記プロキシサーバから受信して保持しておく前記中継サーバ内のページデータ保持手段とを有する。
【0015】
また、本発明のWWWサーバアクセス方式は、ネットワークを介してWWWサーバと接続されているローカルネットワークにおいて、複数のクライアントとプロキシサーバとの間に設けられている数台の中継サーバの各々に対して、分散してアクセスする前記複数のクライアントと、前記中継サーバからのWWWサーバページアクセス要求に基づき、当該WWWサーバページアクセス要求で指定された前記WWWサーバ上のページアドレスを指定して最新のページデータを取得するためのWWWサーバページアクセスを行い、そのWWWサーバページアクセスによって取得したページデータを前記中継サーバに送信する前記プロキシサーバ内のページアクセス手段とが存在することを前提として、前記中継サーバを、ページアクセス履歴情報を参照し、クライアントからの各ページアクセスに関するページアドレス,アクセス時刻,および「当該ページアクセスによってページデータが更新されたか否かを示す情報」を持ったページアクセス情報を作成するページアクセス情報作成手段,前記ページアクセス情報作成手段により作成されたページアクセス情報を参照して、ページアドレスが同一でそのページアクセスによってページデータが更新されている当該ページアクセスの行われた時刻群を示す更新時刻群を検出し、当該更新時刻群に基づいてどのくらいの間隔でページデータの更新を行えばよいかを示すページデータ更新間隔を算出することにより、過去において頻繁にアクセス要求のあった各ページについてページアドレスおよびページデータ更新間隔が設定されたページデータ更新テーブルを作成するページデータ更新テーブル作成手段,前記ページデータ更新テーブル作成手段により作成されたページデータ更新テーブルを参照して、クライアントから過去において頻繁にアクセス要求のあった各ページについて、当該ページデータ更新間隔で示される一定時間毎に前記プロキシサーバに対してWWWサーバページアクセス要求を行うページアクセス要求手段,ならびに前記ページアクセス手段によって前記WWWサーバから取得されたページデータを前記プロキシサーバから受信して保持しておくページデータ保持手段として機能させるためのプログラムを記録した記録媒体として実現することも可能である。
【0018】
【発明の実施の形態】
次に、本発明について図面を参照して詳細に説明する。
【0019】
(1) 第1の実施の形態
図1は、本発明の第1の実施の形態に係るWWWサーバアクセス方式の構成を示すブロック図である。
【0020】
図1を参照すると、本実施の形態に係るWWWサーバアクセス方式は、ローカルネットワーク100と、WWWサーバ200と、インターネット300(イントラネット等の他のネットワークによって実現することも可能である)とを含んで構成されている。
【0021】
ローカルネットワーク100は、クライアント101〜106と、プロキシサーバ107と、中継サーバ108〜109とを含んで構成されている。なお、図1におけるクライアントや中継サーバの数は、あくまでも例示である。ただし、いずれにしても、クライアントの数が中継サーバの数よりも大きくなり、1以上のクライアントが各中継サーバに分散して接続されることになる。
【0022】
また、WWWサーバ200は、ページアドレスで識別されるページデータを有している。
【0023】
図1に示すように、ローカルネットワーク100においては、クライアント101〜104は中継サーバ108にアクセス(接続)し、クライアント105〜106は中継サーバ109にアクセスする。このようにして、複数のクライアント101〜106は、分散して、各中継サーバ108〜109にアクセスしている。
【0024】
中継サーバ108は、自己に接続している各クライアント101〜104による過去におけるページアクセスの履歴を示すページアクセス履歴情報30と、ページアクセス履歴情報30を参照してページアクセス情報10(図4参照)を作成するページアクセス情報作成手段110と、アクセス時刻群検出手段111,更新時刻群検出手段112,およびページデータ更新間隔算出手段113を備えページデータ更新テーブル20(図4参照)を作成するページデータ更新テーブル作成手段114と、ページデータ更新テーブル20を参照してプロキシサーバ107にWWWサーバページアクセス要求(WWWサーバ200上のページデータを取得するために当該ページのページアドレスを指定して行うアクセスの要求)を行うページアクセス要求手段115と、プロキシサーバ107内のページアクセス手段117によってWWWサーバ200から得られたページデータをプロキシサーバ107から受信して保持するページデータ保持手段116とを含んで構成されている。
【0025】
なお、図示していないが、中継サーバ109も、中継サーバ108と同様な各手段を含んで構成されている。
【0026】
プロキシサーバ107は、ページアクセス要求手段115によるWWWサーバページアクセス要求に基づいてWWWサーバ200に対してWWWサーバページアクセス(WWWサーバページアクセス要求で指定されたページアドレスによるWWWサーバ200に対するページアクセス)を行い、当該ページアドレスで識別されるページデータ(その時点で最新のページデータ)をWWWサーバ200から取得するページアクセス手段117を含んで構成されている。
【0027】
図2は、本実施の形態に係るWWWサーバアクセス方式におけるページデータ更新テーブル作成処理を示す流れ図である。この処理は、ページアクセス情報作成ステップA1と、同一ページアドレスエントリ群検索ステップA2と、同一ページアドレスエントリ群発見判定ステップA3と、同一ページアドレステーブル設定ステップA4と、同一ページアドレスアクセス時刻群検出・テーブル設定ステップA5と、同一ページアドレス更新時刻群検出・テーブル設定ステップA6と、ページデータ更新間隔算出・テーブル設定ステップA7と、次ページアドレス移行ステップA8とからなる。
【0028】
図3は、本実施の形態に係るWWWサーバアクセス方式におけるページデータ更新処理を示す流れ図である。この処理は、WWWサーバページアクセス要求ステップB1と、WWWサーバページアクセスステップB2と、更新ページデータ保持ステップB3とからなる。
【0029】
図4は、ページアクセス情報10およびページデータ更新テーブル20の構成(ページアクセス情報作成手段110,アクセス時刻群検出手段111,更新時刻群検出手段112,ページデータ更新間隔算出手段113,およびページデータ更新テーブル作成手段114の処理の態様を含む)を示すブロック図である。
【0030】
図4を参照すると、ページアクセス情報10内の各エントリは、ページアドレスフィールド11と、アクセス時刻フィールド12と、更新フラグ13(当該ページアクセスによってページデータが更新されたか否かを示すフラグ)とを要素に持っている。
【0031】
また、ページデータ更新テーブル20内の各エントリは、ページアドレスフィールド21と、アクセス時刻群フィールド22と、更新時刻群フィールド23と、ページデータ更新間隔フィールド24とを要素に持っている。
【0032】
ここで、上記の図4を参照して、図1中のいくつかの手段について説明を加えておく。
【0033】
ページアクセス情報作成手段110は、ページアクセス履歴情報30を参照し、クライアント101〜104からの過去における(ページアクセス履歴情報30中の履歴情報が採取された一定期間における)各ページアクセスに関する情報(ページアドレス,アクセス時刻,および「当該ページアクセスによってページデータが更新されたか否かを示す情報」)を各エントリ(ページアドレスフィールド11,アクセス時刻フィールド12,および更新フラグ13を要素に持つエントリ)に有するページアクセス情報10を作成する。
【0034】
アクセス時刻群検出手段111は、ページアクセス情報10を参照し、ページアドレスフィールド11中のページアドレスが同一のエントリ群を抽出し、当該エントリ群中のアクセス時刻フィールド12を検索し、過去におけるページアクセスの頻度を示す情報として、同一のページアドレスに対してページアクセスが行われた時刻群(アクセス時刻群)を検出する。
【0035】
更新時刻群検出手段112は、ページアクセス情報10を参照し、ページアドレスフィールド11中のページアドレスが同一のエントリ群(アクセス時刻群検出手段111によって抽出されたエントリ群)の中から、更新フラグ13が真(そのページアクセスでページデータが更新されたことを示す情報)となっているエントリ群を抽出し、当該エントリ群中のアクセス時刻フィールド12を検索し、同一のページアドレスのページについてページデータの更新が行われた時刻群(更新時刻群)を検出する。
【0036】
ページデータ更新間隔算出手段113は、過去における同一ページアドレスのページデータに対する更新の頻度を示す更新時刻群(更新時刻群検出手段112によって検出された情報)を基に、クライアント101〜104(中継サーバ108に接続している各クライアント)からアクセス要求がある時に常に最新のページデータを提供することを目標として、どのくらいの間隔で定期的に自己が保持するページデータの更新を行えばよいかを示すページデータ更新間隔を算出する。
【0037】
ページデータ更新テーブル作成手段114は、上記のようなアクセス時刻群検出手段111,更新時刻群検出手段112,およびページデータ更新間隔算出手段113の処理によって、ページデータ更新テーブル20を作成する。
【0038】
次に、図1〜図4を参照して、上記のように構成された本実施の形態に係るWWWサーバアクセス方式の全体の動作について詳細に説明する。
【0039】
なお、先にも述べたように、図1に示すようなローカルネットワーク100において、各クライアント101〜104または各クライアント105〜106は、中継サーバ108または中継サーバ109に対して、ページアドレスを指定してページデータへのアクセス要求を行っている。
【0040】
第1に、ページデータ更新テーブル作成処理時における動作について説明する(図2参照)。
【0041】
各中継サーバ(ここでは、中継サーバ108に着目する)は、一定の時間間隔毎に(例えば、一定件数のページアクセスが蓄積されてページアクセス履歴情報30が更新される毎に)、以下のようにしてページデータ更新テーブル20を作成する。
【0042】
まず、中継サーバ108内のページアクセス情報作成手段110は、ページアクセス履歴情報30を参照し、クライアント101〜104(中継サーバ108に接続している各クライアント)からアクセス要求のあった各ページについて、ページアドレス,アクセス時刻,およびページデータの更新があったか否かを示す情報を、ページアクセス情報10内の各エントリ中のページアドレスフィールド11(ここでは、ページアドレスフィールド11−1,11−2,11−3,11−4,…とする),アクセス時刻フィールド12(ここでは、アクセス時刻フィールド12−1,12−2,12−3,12−4,…とする),および更新フラグ13(ここでは、更新フラグ13−1,13−2,13−3,13−4,…とする)に設定し、当該各エントリを持ったページアクセス情報10を作成する(ステップA1)。
【0043】
次に、ページデータ更新テーブル作成手段114は、アクセス時刻群検出手段111,更新時刻群検出手段112,およびページデータ更新間隔算出手段113により、以下のa〜cに示すようにして、ページデータ更新テーブル20を作成する。
【0044】
a.アクセス時刻群検出手段111は、ステップA1におけるページアクセス情報10の作成後に、当該ページアクセス情報10内の各エントリ中のページアドレスフィールド11を参照し、あるページアドレスについて同じページアドレスが設定されているページアドレスフィールド11を持つエントリ群を検索し(ステップA2)、同じページアドレスを持つエントリ群(合計2以上のエントリ)を発見できたか否かを判定する(ステップA3)。
【0045】
アクセス時刻群検出手段111は、ステップA3で「同じページアドレスを持つエントリ群を発見できた」と判定した場合、すなわちあるページアドレスについて頻繁に(ここでは、「2回以上」)ページアクセス(アクセス要求)があったことが分かった場合には、そのページアドレスをページデータ更新テーブル20内のあるエントリ中のページアドレスフィールド21に設定する(ステップA4)。
【0046】
さらに、アクセス時刻群検出手段111は、そのページアドレスが設定されているページアクセス情報10内の複数のエントリ中のアクセス時刻フィールド12の内容をアクセス時刻群として検出し、そのアクセス時刻群をページデータ更新テーブル20内の当該エントリ中のアクセス時刻群フィールド22に設定する(ステップA5)。
【0047】
例えば、図4に示すページアクセス情報10内のページアドレスフィールド11−1中のページアドレスと同じページアドレスを検索し、ページアドレスフィールド11−2および11−4内のページアドレスが同じページアドレスであった場合には、当該ページアドレスに対してページアクセスが行われた時刻であるアクセス時刻フィールド12−1,12−2,および12−4中の内容をアクセス時刻群として検出し、当該ページアドレスを図4に示すページデータ更新テーブル20内のページアドレスフィールド21−1に設定し、当該アクセス時刻群をアクセス時刻群フィールド22−1に設定する。
【0048】
b.更新時刻群検出手段112は、同じページアドレスが設定されているページアクセス情報10内のエントリ群(ステップA5でアクセス時刻群が検出されたエントリ群)の中から、さらに更新フラグ13が真となっているエントリ群を抽出し、過去におけるページデータの更新の頻度を示す情報として、それらのエントリ群中のアクセス時刻フィールド12の内容を「ページデータの更新が行われた時刻群」を示す更新時刻群として検出し、当該更新時刻群をページデータ更新テーブル20内の当該エントリ中の更新時刻群フィールド23に設定する(ステップA6)。
【0049】
例えば、上例の場合(図4に示すページアクセス情報10内のページアドレスフィールド11−1,11−2,および11−4の内容が同じページアドレスであった場合)に、更新フラグ13−1,13−2,および13−4のうち、更新フラグ13−1および13−4が真となっていたときには、アクセス時刻フィールド12−1および12−4の内容を更新時刻群として検出し、当該更新時刻群を図4に示すページデータ更新テーブル20内の更新時刻群フィールド23−1に設定する。
【0050】
c.ページデータ更新間隔算出手段113は、更新時刻群検出手段112によって検出された更新時刻群(各ページについてのページデータの過去における更新の頻度を示す情報)を基に、クライアント101〜104から将来的にアクセス要求がある時に中継サーバ108が常に最新のページデータを提供することを目標として、「どのくらいの間隔で定期的(一定時間毎)に中継サーバ108内のページデータの更新を行えばよいかを示す情報」であるページデータ更新間隔を算出し、当該ページデータ更新間隔をページデータ更新テーブル20内の当該エントリ中のページデータ更新間隔フィールド24に設定する(ステップA7)。
【0051】
このようにして、ページデータ更新テーブル作成手段114は、過去において頻繁にページアクセスがあったページのページアドレス(ここでは、2回以上のページアクセスがあったページのページアドレス),アクセス時刻群,更新時刻群,およびページデータ更新間隔を、ページデータ更新テーブル20内の各エントリ中のページアドレスフィールド21,アクセス時刻群フィールド22,更新時刻群フィールド23,およびページデータ更新間隔フィールド24に設定し、ページデータ更新テーブル20を作成していく。
【0052】
例えば、図4に示すページデータ更新テーブル20を作成する際に、ページアドレスフィールド21−1,アクセス時刻群フィールド22−1,更新時刻群フィールド23−1,およびページデータ更新間隔フィールド24−1を要素に持つエントリに、上記のようにして情報を設定していく。
【0053】
そして、ページデータ更新テーブル作成手段114は、ステップA7の処理が終了すると、次のページアドレスについてステップA2以下の処理および判定を行うように、ステップA2の処理に制御を移行する(ステップA8)。これにより、例えば、図4中のページデータ更新テーブル20内のページアドレスフィールド21−2,21−3,および21−4を要素に持つ各エントリに関しても、上例と同様な処理が行われる。
【0054】
一方、アクセス時刻群検出手段111は、ステップA3で「同じページアドレスを持つエントリ群を発見できない」と判定した場合には、すぐに次のページアドレスについてのステップA2以下の処理および判定を行うように制御を移す(ステップA8)。これにより、過去において頻繁にはページアクセスがなかったページ(本実施の形態では「1回しかページアクセスがなかったページ」)については、図3に示すページデータ更新処理の対象としないようにすることができる。
【0055】
なお、ページデータ更新テーブル作成手段114は、全てのページアドレスについて各要素の値を検出・算出した後に、ページデータ更新テーブル20の値をまとめて設定することにより、ページデータ更新テーブル20の作成を実現することも可能である。
【0056】
第2に、ページデータ更新処理時における動作について説明する(図3参照)。
【0057】
各中継サーバ(ここでは、中継サーバ108に着目する)内のページアクセス要求手段115は、自己が保持するページデータ更新テーブル20上の各エントリ内のページアドレスフィールド21中のページアドレスのページについて、そのエントリ内のページデータ更新間隔フィールド24中のページデータ更新間隔毎に、プロキシサーバ107に対して、当該ページアドレスを指定したWWWサーバページアクセス要求(WWWサーバ200上のページデータを取得するためのアクセス要求)を行う(ステップB1)。
【0058】
例えば、中継サーバ108内のページアクセス要求手段115は、図4に示すページデータ更新テーブル20内のページアドレスフィールド21−1中のページアドレスのページについて、ページデータ更新間隔フィールド24−1中のページデータ更新間隔毎に、プロキシサーバ107に対して、ページアドレスフィールド21−1中のページアドレスを指定したWWWサーバページアクセス要求を行う。
【0059】
プロキシサーバ107内のページアクセス手段117は、中継サーバ108や中継サーバ109から発行されたWWWサーバページアクセス要求を受信し、当該WWWサーバページアクセス要求で指定されたページアドレスで識別されるWWWサーバ200上のページに対するページアクセス(WWWサーバページアクセス)を行い、その時点で最新のものとして更新されているページデータをWWWサーバ200から取得する(ステップB2)。
【0060】
各中継サーバ(ここでは、中継サーバ108に着目する)内のページデータ保持手段116は、ステップB2でページアクセス手段117によってWWWサーバ200から取得されたページデータをプロキシサーバ107から受信し、当該ページデータ(更新されたページデータ)を保持しておく(ステップB3)。
【0061】
以上のように、中継サーバ108および中継サーバ109を設けることにより、クライアント101〜104およびクライアント105〜106は、各ページに対してアクセス要求を行うと、更新されたページデータを迅速に入手することができる。また、プロキシサーバ107へのアクセス数が減るため、プロキシサーバ107の負荷も減少する。
【0062】
(2) 第1の実施の形態の変形形態
上記の第1の実施の形態に係るWWWサーバアクセス方式に対しては、以下のような変形形態を考えることができる。
【0063】
上記の第1の実施の形態に係るWWWサーバアクセス方式では、ページデータ更新テーブル20にページアドレスを設定する条件が、「過去の一定期間(ページアクセス履歴情報30における履歴情報蓄積期間)において当該ページアドレスに対してアクセス要求(ページアクセス)があった回数が2回以上である」というものであった。すなわち、過去において頻繁にアクセス要求があったか否かの判断基準を「過去において2回以上アクセス要求があったか否か」によっていた。
【0064】
しかし、上記の「頻繁に」の基準を「2回以上」ではなく「n(nは3以上の整数)回以上」と設定することも可能である。
【0065】
この場合には、ページデータ更新テーブル作成手段114内のアクセス時刻群検出手段111は、図2中のステップA3の判定で、同一ページアドレスのエントリを合計n以上発見できたか否かによって、yes/noの判定を行うことになる。
【0066】
(3) 第2の実施の形態
図5は、本発明の第2の実施の形態に係るWWWサーバアクセス方式の構成を示すブロック図である。
【0067】
図5を参照すると、本発明の第2の実施の形態に係るWWWサーバアクセス方式は、図1に示した第1の実施の形態に係るWWWサーバアクセス方式に対して、WWWサーバアクセス処理プログラムを記録した記録媒体500を備える点が異なっている。この記録媒体500は、磁気ディスク,半導体メモリ,その他の記録媒体であってよい。
【0068】
WWWサーバアクセス処理プログラムは、記録媒体500から中継サーバ108および中継サーバ109(以下では、中継サーバ108で代表させて説明する)に読み込まれ、当該中継サーバ108の動作をページアクセス情報10,ページデータ更新テーブル20,ページアクセス履歴情報30,ページアクセス情報作成手段110,アクセス時刻群検出手段111,更新時刻群検出手段112,およびページデータ更新間隔算出手段113を含むページデータ更新テーブル作成手段114,ページアクセス要求手段115,ならびにページデータ保持手段116として制御する。WWWサーバアクセス処理プログラムの制御による中継サーバ108の動作(ページアクセス情報10,ページデータ更新テーブル20,およびページアクセス履歴情報30の存在を前提とするページアクセス情報作成手段110,アクセス時刻群検出手段111,更新時刻群検出手段112,およびページデータ更新間隔算出手段113を含むページデータ更新テーブル作成手段114,ページアクセス要求手段115,ならびにページデータ保持手段116の動作)は、第1の実施の形態における中継サーバ108の動作と全く同様になるので、その詳しい説明を割愛する。
【0069】
なお、本実施の形態についても、上記の(2)で述べた変形形態の適用が可能になることはいうまでもない。
【0070】
【発明の効果】
以上説明したように、本発明によると、以下のa〜eに示す処理が行われること等により、クライアントにとっては「各ページにアクセス要求を行うと更新された最新のページデータをすぐに入手することができる可能性が高くなる」という効果が生じ、またプロキシサーバにとっては「自己へのアクセス数が減ることに起因して負荷が減少する」という効果が生じる。
【0071】
a.クライアント・サーバシステムにおいて、複数のクライアントとプロキシサーバとの間に数台の中継サーバを設ける。
【0072】
b.ページアクセス履歴情報に基づき、各ページアドレスに対して、クライアントが過去において当該ページのページデータをアクセスし更新した頻度(間隔)から、中継サーバがページデータを更新すべき時間間隔(ページデータ更新間隔)を算出する。
【0073】
c.中継サーバは、上記のbで算出した一定時間(ページデータ更新間隔)毎に、プロキシサーバへのWWWサーバページアクセス要求を行う。
【0074】
d.プロキシサーバは、上記のcのWWWサーバページアクセス要求のあったページに対するWWWサーバページアクセスを行い、「更新されたページデータ」をWWWサーバから得る。
【0075】
e.中継サーバは、上記のdの「更新されたページデータ」を、プロキシサーバから受信して保持しておく。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態に係るWWWサーバアクセス方式の構成を示すブロック図である。
【図2】図1に示すWWWサーバアクセス方式におけるページデータ更新テーブル作成処理を示す流れ図である。
【図3】図1に示すWWWサーバアクセス方式におけるページデータ更新処理を示す流れ図である。
【図4】図1中のページアクセス情報およびページデータ更新テーブルの構成を示すブロック図である。
【図5】本発明の第2の実施の形態に係るWWWサーバアクセス方式の構成を示すブロック図である。
【符号の説明】
10 ページアクセス情報
11,11−1〜11−4 ページアドレスフィールド
12,12−1〜12−4 アクセス時刻フィールド
13,13−1〜13−4 更新フラグ
20 ページデータ更新テーブル
21,21−1〜21−4 ページアドレスフィールド
22,22−1〜22−4 アクセス時刻群フィールド
23,23−1〜23−4 更新時刻群フィールド
24,24−1〜24−4 ページデータ更新間隔フィールド
30 ページアクセス履歴情報
100 ローカルネットワーク
101〜106 クライアント
107 プロキシサーバ
108〜109 中継サーバ
110 ページアクセス情報作成手段
111 アクセス時刻群検出手段
112 更新時刻群検出手段
113 ページデータ更新間隔算出手段
114 ページデータ更新テーブル作成手段
115 ページアクセス要求手段
116 ページデータ保持手段
117 ページアクセス手段
200 WWWサーバ
300 インターネット
500 記録媒体
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to page data (data identified by a page address) on a WWW server by a WWW (World Wide Web) browser of a client (client PC (Personal Computer)) in a local network (LAN (Local Area Network) or the like). Server access method for realizing the access (page access) of the WWW server.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, in a client-server system implemented using a network such as the Internet, when page data of a WWW server is accessed from a client WWW browser, the page data is once accessed by using a proxy server. The page data for the page was kept on the proxy server. For example, JP-A-11-143759, JP-A-2000-076162, and JP-A-11-345244 disclose technologies using such a proxy server ("proxy server cache system", "reception processing server"). Pre-processing device ”and“ Similar information extraction and display method and system ”).
[0003]
With the technology using such a proxy server, the page data of the page once accessed is stored in the proxy server. Therefore, when a client on the local network accesses the same page, WWW Since the page data stored in the proxy server can be obtained without accessing the server, the access response can be made faster.
[0004]
However, conventionally, there has been no idea that a relay server is further provided between the proxy server and the client.
[0005]
[Problems to be solved by the invention]
In the above-described conventional WWW server access method, a proxy server is provided to speed up an access response. However, the following problems still occur.
[0006]
The first problem is that when data (page data) is not stored in the proxy server, or when the stored data is old (when a data update request is received from the client and the data has already been updated), Since the latest data of the page requested to be accessed by the proxy server is not always held, the proxy server needs to access the WWW server. Therefore, it takes a long time for the client to obtain the desired page data. It is necessary.
[0007]
A second problem is that the greater the number of clients, the greater the load on the proxy server, and the slower the access response.
[0008]
In view of the above, an object of the present invention is to provide several relay servers between a proxy server and a plurality of clients so that a plurality of clients can access each relay server in a distributed manner. WWW server access method that can increase the possibility of obtaining the latest page data quickly (can increase the processing speed) and reduce the load on the proxy server due to the reduced number of accesses to itself Is to provide.
[0009]
That is, according to the present invention, the relay server determines, for each page for which a connection request (access request) has been made from a client, how many intervals based on the frequency of past page data updates by a plurality of connected clients. It is calculated whether or not the page data should be updated, and a WWW server page access request (specifying the page address of the page in order to acquire the page data on the WWW server) to the proxy server at each interval is calculated. Access request). Further, in accordance with the WWW server page access request, the proxy server accesses the WWW server by specifying the requested page address (page access), and acquires the latest page data at that time. Further, the relay server receives and retains the page data (page data updated to the latest one) acquired by the proxy server (the relay server keeps its own page data so that it becomes new page data whenever possible). To update the page data held by). By such a series of processes, it is possible to improve the characteristics and performance as described above (quickly supply the latest page data to the client and reduce the load on the proxy server).
[0010]
The patent publications related to the prior art for the WWW server access method of the present invention include, in addition to the above-mentioned publications, the point that the present invention considers efficient access from a WWW browser of a client to a WWW server. There is a similar “JP-A-2000-010947”.
[0011]
However, the technology (“the server information sharing method and the client server system to which the method is applied”) described in the above publication has a different configuration and effect from the present invention as shown in the following a and b. .
[0012]
a. In terms of configuration, the “proxy server” in the present invention corresponds to the “word-of-mouth server” in the invention described in the above-mentioned publication, and the “client” in the present invention corresponds to the “client” in the above-mentioned publication. In this regard, the two inventions have similarities. However, the “relay server” in the present invention is a server that connects a plurality of client PCs and a proxy server via a network, and is not mentioned in the above publication. In view of the fact that the existence of the relay server is the main point of the configuration of the present invention, it can be said that the above publication and the present invention have a clear difference in the configuration.
[0013]
b. The access request from the “client agent” in the above publication increases the load on the word-of-mouth server as the number of clients increases, and the effect of reducing the load on the word-of-mouth server cannot be obtained at all. On the other hand, according to the present invention, the proxy server does not respond to access requests from all clients on the network, but accesses the relay server from a plurality of clients to which the relay server is connected for a certain period of time in the past. Since the process of calculating the page data update interval based on the update frequency and issuing a WWW server page access request to the proxy server at each interval is performed, access to the proxy server is only from several relay servers, This has the effect of reducing the load on the proxy server.
[0014]
[Means for Solving the Problems]
According to the WWW server access method of the present invention, a plurality of relays provided between a plurality of clients and a proxy server in a local network (LAN or the like) connected to a WWW server via a network (Internet or the like). For each of the servers, the plurality of clients accessing in a distributed manner and the page access history information are referred to, and the page address, access time, and "page data are updated by the page access for each page access from the client" Page access information creating means in the relay server for creating page access information having "information indicating whether or not the page access information is created", and referring to the page access information created by the page access information creating means, the page addresses are the same. To access the page An update time group indicating a time group at which the page access is performed when the page data is updated is detected, and the page data update indicating how often the page data should be updated based on the update time group is detected. By calculating an interval, a page data update table creating means in the relay server for creating a page data update table in which a page address and a page data update interval are set for each page that has been frequently requested in the past; Referring to the page data update table created by the page data update table creation means, for each page that has been frequently accessed in the past by the client, the proxy server is updated at regular intervals indicated by the page data update interval. WWW server page access required And a page address on the WWW server specified by the WWW server page access request based on a WWW server page access request from the page access requesting means in the relay server performing the latest Page access means in the proxy server for performing a WWW server page access for acquiring the page data of the above, and transmitting the page data acquired by the WWW server page access to the relay server; and the WWW server by the page access means Page data holding means in the relay server for receiving and holding the page data acquired from the proxy server from the proxy server.
[0015]
In addition, the WWW server access method of the present invention can be applied to each of several relay servers provided between a plurality of clients and a proxy server in a local network connected to a WWW server via a network. Based on the WWW server page access request from the relay server and the plurality of clients that are accessed in a distributed manner, by specifying a page address on the WWW server specified by the WWW server page access request to obtain the latest page data And a page access means in the proxy server for transmitting page data acquired by the WWW server page access to the relay server. , Page access history information A page access information creating means for creating a page access information having a page address, an access time, and “information indicating whether or not page data has been updated by the page access” with reference to each page access from the client; By referring to the page access information created by the page access information creating means, an update time group indicating the time group of the page access where the page address is the same and the page data is updated by the page access is detected. By calculating the page data update interval indicating how often the page data should be updated based on the update time group, the page address and the page data for each page frequently accessed in the past are calculated. Pages for which the update interval is set A page data update table creating means for creating a data update table, and referring to the page data update table created by the page data update table creating means, for each page for which a client has frequently requested access in the past, Page access requesting means for making a WWW server page access request to the proxy server at regular intervals indicated by a data update interval, and receiving from the proxy server page data acquired from the WWW server by the page access means. It can also be realized as a recording medium on which a program for functioning as page data holding means for holding and storing is stored.
[0018]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, the present invention will be described in detail with reference to the drawings.
[0019]
(1) First embodiment
FIG. 1 is a block diagram showing the configuration of the WWW server access method according to the first embodiment of the present invention.
[0020]
Referring to FIG. 1, the WWW server access method according to the present embodiment includes a local network 100, a WWW server 200, and the Internet 300 (which can be realized by another network such as an intranet). It is configured.
[0021]
The local network 100 includes clients 101 to 106, a proxy server 107, and relay servers 108 to 109. It should be noted that the numbers of clients and relay servers in FIG. 1 are merely examples. However, in any case, the number of clients is larger than the number of relay servers, and one or more clients are connected to each relay server in a distributed manner.
[0022]
The WWW server 200 has page data identified by a page address.
[0023]
As shown in FIG. 1, in the local network 100, the clients 101 to 104 access (connect) to the relay server 108, and the clients 105 to 106 access the relay server 109. In this way, the plurality of clients 101 to 106 are accessing the respective relay servers 108 to 109 in a distributed manner.
[0024]
The relay server 108 refers to the page access history information 30 indicating the past page access history of each of the clients 101 to 104 connected thereto, and the page access information 10 by referring to the page access history information 30 (see FIG. 4). Page data for creating a page data update table 20 (see FIG. 4), comprising: a page access information creating means 110 for creating a page data update table; an access time group detecting means 111; an update time group detecting means 112; The update table creating unit 114 refers to the page data update table 20 to request the proxy server 107 to access a WWW server page (a request for access performed by specifying a page address of the page in order to acquire page data on the WWW server 200). Request) page access A requesting unit 115 is configured to include a page data holding means 116 for holding receiving the page data obtained from the WWW server 200 by page access means 117 in the proxy server 107 from the proxy server 107.
[0025]
Although not shown, the relay server 109 includes the same units as the relay server 108.
[0026]
The proxy server 107 makes a WWW server page access to the WWW server 200 based on the WWW server page access request by the page access requesting means 115 (page access to the WWW server 200 by the page address specified by the WWW server page access request). The WWW server 200 includes a page access unit 117 for obtaining the page data identified by the page address (the latest page data at that time) from the WWW server 200.
[0027]
FIG. 2 is a flowchart showing a page data update table creation process in the WWW server access method according to the present embodiment. This processing includes a page access information creation step A1, an identical page address entry group search step A2, an identical page address entry group discovery determination step A3, an identical page address table setting step A4, an identical page address access time group detection and It comprises a table setting step A5, a same page address update time group detection / table setting step A6, a page data update interval calculation / table setting step A7, and a next page address transition step A8.
[0028]
FIG. 3 is a flowchart showing a page data update process in the WWW server access method according to the present embodiment. This processing includes a WWW server page access request step B1, a WWW server page access step B2, and an updated page data holding step B3.
[0029]
FIG. 4 shows the configuration of the page access information 10 and the page data update table 20 (page access information creation means 110, access time group detection means 111, update time group detection means 112, page data update interval calculation means 113, and page data update means). FIG. 9 is a block diagram showing the processing of the table creation means 114.
[0030]
Referring to FIG. 4, each entry in the page access information 10 includes a page address field 11, an access time field 12, and an update flag 13 (a flag indicating whether or not page data has been updated by the page access). Have on the element.
[0031]
Each entry in the page data update table 20 has a page address field 21, an access time group field 22, an update time group field 23, and a page data update interval field 24 as elements.
[0032]
Here, some means in FIG. 1 will be described with reference to FIG.
[0033]
The page access information creation unit 110 refers to the page access history information 30 and obtains information (page information) regarding each page access from the clients 101 to 104 in the past (during a certain period when the history information in the page access history information 30 is collected). Each entry (an entry having a page address field 11, an access time field 12, and an update flag 13 as an element) has an address, an access time, and "information indicating whether the page data has been updated by the page access". The page access information 10 is created.
[0034]
The access time group detecting means 111 refers to the page access information 10, extracts an entry group having the same page address in the page address field 11, searches the access time field 12 in the entry group, and searches for a page access in the past. , A time group (access time group) at which a page access is made to the same page address is detected as information indicating the frequency of.
[0035]
The update time group detecting means 112 refers to the page access information 10 and selects an update flag 13 from an entry group having the same page address in the page address field 11 (an entry group extracted by the access time group detecting means 111). Is extracted (information indicating that the page data has been updated by the page access), the access time field 12 in the entry group is searched, and the page data of the page having the same page address is retrieved. Is detected (update time group).
[0036]
The page data update interval calculation unit 113 is configured to update the client 101 to 104 (relay server) based on an update time group (information detected by the update time group detection unit 112) indicating the frequency of update of page data of the same page address in the past. 108 shows how often the page data held by itself should be updated with the goal of always providing the latest page data when there is an access request from each client connected to the server 108). Calculate the page data update interval.
[0037]
The page data update table creation unit 114 creates the page data update table 20 by the processing of the access time group detection unit 111, the update time group detection unit 112, and the page data update interval calculation unit 113 as described above.
[0038]
Next, the overall operation of the WWW server access method configured as described above according to the present embodiment will be described in detail with reference to FIGS.
[0039]
As described above, in the local network 100 as shown in FIG. 1, each of the clients 101 to 104 or each of the clients 105 to 106 designates a page address for the relay server 108 or the relay server 109. Request for access to page data.
[0040]
First, the operation at the time of the page data update table creation processing will be described (see FIG. 2).
[0041]
Each of the relay servers (here, paying attention to the relay server 108), is executed at a certain time interval (for example, every time a certain number of page accesses are accumulated and the page access history information 30 is updated) as follows. To create the page data update table 20.
[0042]
First, the page access information creating means 110 in the relay server 108 refers to the page access history information 30 and, for each page requested to be accessed by the clients 101 to 104 (each client connected to the relay server 108), Information indicating whether the page address, access time, and page data have been updated is stored in a page address field 11 (here, page address fields 11-1, 11-2, and 11) in each entry in the page access information 10. -3, 11-4,...), Access time field 12 (here, access time fields 12-1, 12-2, 12-3, 12-4,...), And update flag 13 (here, , Update flags 13-1, 13-2, 13-3, 13-4,...) To create a page access information 10 with a respective entry (step A1).
[0043]
Next, the page data update table creation means 114 uses the access time group detection means 111, the update time group detection means 112, and the page data update interval calculation means 113 to update the page data as shown in a to c below. A table 20 is created.
[0044]
a. After creating the page access information 10 in step A1, the access time group detection unit 111 refers to the page address field 11 in each entry in the page access information 10, and sets the same page address for a certain page address. An entry group having the page address field 11 is searched (step A2), and it is determined whether an entry group having the same page address (two or more entries in total) has been found (step A3).
[0045]
If the access time group detection unit 111 determines in step A3 that “an entry group having the same page address has been found”, that is, frequently (here, “two or more times”) page access for a certain page address (access If it is found that the request has been issued, the page address is set in the page address field 21 in an entry in the page data update table 20 (step A4).
[0046]
Further, the access time group detecting means 111 detects the contents of the access time field 12 in a plurality of entries in the page access information 10 in which the page address is set as the access time group, and stores the access time group in the page data. It is set in the access time group field 22 in the entry in the update table 20 (step A5).
[0047]
For example, the same page address as the page address in the page address field 11-1 in the page access information 10 shown in FIG. 4 is searched, and the page address in the page address fields 11-2 and 11-4 is the same page address. In this case, the contents of the access time fields 12-1, 12-2, and 12-4, which are the times at which page access was performed to the page address, are detected as an access time group, and the page address is determined. This is set in the page address field 21-1 in the page data update table 20 shown in FIG. 4, and the access time group is set in the access time group field 22-1.
[0048]
b. The update time group detection means 112 further sets the update flag 13 to true from the entry group in the page access information 10 to which the same page address is set (the entry group in which the access time group was detected in step A5). As the information indicating the frequency of page data updates in the past, the content of the access time field 12 in those entry groups is updated to indicate the "time at which page data was updated". The update time group is detected as a group, and the update time group is set in the update time group field 23 in the entry in the page data update table 20 (step A6).
[0049]
For example, in the case of the above example (when the contents of the page address fields 11-1, 11-2, and 11-4 in the page access information 10 shown in FIG. 4 are the same page address), the update flag 13-1 , 13-2, and 13-4, when the update flags 13-1 and 13-4 are true, the contents of the access time fields 12-1 and 12-4 are detected as an update time group, and The update time group is set in the update time group field 23-1 in the page data update table 20 shown in FIG.
[0050]
c. The page data update interval calculation unit 113 sends future updates from the clients 101 to 104 based on the update time group detected by the update time group detection unit 112 (information indicating the frequency of past update of page data for each page). With the goal of the relay server 108 always providing the latest page data when there is an access request, "How often should the page data in the relay server 108 be updated periodically (every fixed time)?" The page data update interval is calculated, and the page data update interval is set in the page data update interval field 24 in the entry in the page data update table 20 (step A7).
[0051]
In this way, the page data update table creation unit 114 stores the page address of the page that has been frequently accessed in the past (here, the page address of the page that has been accessed two or more times), the access time group, An update time group and a page data update interval are set in a page address field 21, an access time group field 22, an update time group field 23, and a page data update interval field 24 in each entry in the page data update table 20, The page data update table 20 is created.
[0052]
For example, when creating the page data update table 20 shown in FIG. 4, the page address field 21-1, the access time group field 22-1, the update time group field 23-1, and the page data update interval field 24-1 are set. Information is set in the entry of the element as described above.
[0053]
Then, when the processing in step A7 ends, the page data update table creating means 114 shifts the control to the processing in step A2 so as to perform the processing and determination in step A2 and subsequent steps for the next page address (step A8). Thus, for example, the same processing as in the above example is performed for each entry having the page address fields 21-2, 21-3, and 21-4 as elements in the page data update table 20 in FIG.
[0054]
On the other hand, if the access time group detecting means 111 determines in step A3 that "an entry group having the same page address cannot be found", it immediately performs the processing and determination in step A2 and subsequent steps for the next page address. Is transferred to (Step A8). Thus, a page that has not been frequently accessed in the past (“a page that has been accessed only once” in the present embodiment) is not subjected to the page data update processing illustrated in FIG. be able to.
[0055]
The page data update table creation unit 114 detects and calculates the values of each element for all page addresses, and then collectively sets the values of the page data update table 20, thereby creating the page data update table 20. It is also possible to realize.
[0056]
Second, the operation during the page data update process will be described (see FIG. 3).
[0057]
The page access requesting unit 115 in each relay server (here, paying attention to the relay server 108), determines the page of the page address in the page address field 21 in each entry on the page data update table 20 held by itself. For each page data update interval in the page data update interval field 24 in the entry, a request to the proxy server 107 for a WWW server page access request specifying the relevant page address (for obtaining page data on the WWW server 200). Access request) (step B1).
[0058]
For example, the page access requesting means 115 in the relay server 108 determines whether the page of the page address in the page address field 21-1 in the page data update table 20 shown in FIG. At each data update interval, a WWW server page access request specifying a page address in the page address field 21-1 is made to the proxy server 107.
[0059]
The page access unit 117 in the proxy server 107 receives the WWW server page access request issued from the relay server 108 or the relay server 109, and the WWW server 200 identified by the page address specified in the WWW server page access request. The page access (WWW server page access) to the upper page is performed, and the page data updated as the latest one at that time is acquired from the WWW server 200 (step B2).
[0060]
The page data holding unit 116 in each relay server (here, paying attention to the relay server 108) receives the page data acquired from the WWW server 200 by the page access unit 117 in step B2 from the proxy server 107, and Data (updated page data) is held (step B3).
[0061]
As described above, by providing the relay server 108 and the relay server 109, when the clients 101 to 104 and the clients 105 to 106 make an access request to each page, they can quickly obtain updated page data. Can be. Further, since the number of accesses to the proxy server 107 decreases, the load on the proxy server 107 also decreases.
[0062]
(2) Modification of the first embodiment
The following modifications can be considered for the WWW server access method according to the first embodiment.
[0063]
In the WWW server access method according to the above-described first embodiment, the condition for setting a page address in the page data update table 20 is such that the condition that the page address is set in the past fixed period (history information accumulation period in the page access history information 30) The number of access requests (page accesses) to the address is two or more times. " That is, the criterion for determining whether or not an access request has been made frequently in the past is based on "whether or not an access request has been made twice or more in the past".
[0064]
However, it is also possible to set the criterion of “frequently” to “n (n is an integer of 3 or more) times” instead of “2 or more times”.
[0065]
In this case, the access time group detection means 111 in the page data update table creation means 114 determines whether or not entries of the same page address have been found to be n or more in total in the determination of step A3 in FIG. No will be determined.
[0066]
(3) Second embodiment
FIG. 5 is a block diagram showing a configuration of the WWW server access method according to the second embodiment of the present invention.
[0067]
Referring to FIG. 5, the WWW server access method according to the second embodiment of the present invention is different from the WWW server access method according to the first embodiment shown in FIG. The difference is that a recording medium 500 on which recording is performed is provided. This recording medium 500 may be a magnetic disk, a semiconductor memory, or another recording medium.
[0068]
The WWW server access processing program is read from the recording medium 500 into the relay server 108 and the relay server 109 (hereinafter, the relay server 108 will be described as a representative), and the operation of the relay server 108 will be described as page access information 10, page data An update table 20, page access history information 30, page access information creation means 110, access time group detection means 111, update time group detection means 112, and page data update table creation means 114 including page data update interval calculation means 113; Control is performed as access request means 115 and page data holding means 116. The operation of the relay server 108 under the control of the WWW server access processing program (the page access information creating means 110 and the access time group detecting means 111 based on the existence of the page access information 10, the page data update table 20, and the page access history information 30) , The update time group detecting means 112, and the page data update table creating means 114 including the page data update interval calculating means 113, the page access requesting means 115, and the page data holding means 116) are the same as those of the first embodiment. Since the operation is exactly the same as that of the relay server 108, a detailed description thereof will be omitted.
[0069]
It is needless to say that the modification described in the above (2) can be applied to the present embodiment.
[0070]
【The invention's effect】
As described above, according to the present invention, the following processes a to e are performed so that the client can immediately obtain the updated latest page data by making an access request to each page. The effect that "the possibility of being able to do so is increased" is generated, and the effect that "the load is reduced due to a decrease in the number of accesses to itself" is generated for the proxy server.
[0071]
a. In a client-server system, several relay servers are provided between a plurality of clients and a proxy server.
[0072]
b. Based on the page access history information, for each page address, the time interval (page data update interval) at which the relay server should update the page data from the frequency (interval) at which the client accessed and updated the page data of the page in the past. ) Is calculated.
[0073]
c. The relay server issues a WWW server page access request to the proxy server at regular time intervals (page data update intervals) calculated in b above.
[0074]
d. The proxy server makes a WWW server page access to the page for which the request for the WWW server page access of c above is made, and obtains “updated page data” from the WWW server.
[0075]
e. The relay server receives and holds the “updated page data” of d from the proxy server.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a WWW server access method according to a first embodiment of the present invention.
FIG. 2 is a flowchart showing a page data update table creation process in the WWW server access method shown in FIG.
FIG. 3 is a flowchart showing a page data update process in the WWW server access method shown in FIG.
FIG. 4 is a block diagram showing a configuration of page access information and a page data update table in FIG. 1;
FIG. 5 is a block diagram showing a configuration of a WWW server access method according to a second embodiment of the present invention.
[Explanation of symbols]
10 Page access information
11, 11-1 to 11-4 Page address field
12, 12-1 to 12-4 access time field
13, 13-1 to 13-4 Update flag
20 Page data update table
21, 21-1 to 21-4 page address fields
22, 22-1 to 22-4 access time group field
23, 23-1 to 23-4 Update time group field
24, 24-1 to 24-4 Page data update interval field
30 Page access history information
100 local network
101-106 clients
107 proxy server
108-109 relay server
110 Page access information creation means
111 access time group detecting means
112 Update time group detection means
113 Page data update interval calculation means
114 Page Data Update Table Creation Means
115 Page access request means
116 page data holding means
117 Page access means
200 WWW server
300 Internet
500 recording medium

Claims (6)

ネットワークを介してWWWサーバと接続されているローカルネットワークにおいて、
複数のクライアントとプロキシサーバとの間に設けられている数台の中継サーバの各々に対して、分散してアクセスする前記複数のクライアントと、
ページアクセス履歴情報を参照し、クライアントからの各ページアクセスに関するページアドレス,アクセス時刻,および「当該ページアクセスによってページデータが更新されたか否かを示す情報」を持ったページアクセス情報を作成する前記中継サーバ内のページアクセス情報作成手段と、
前記ページアクセス情報作成手段により作成されたページアクセス情報を参照して、ページアドレスが同一でそのページアクセスによってページデータが更新されている当該ページアクセスの行われた時刻群を示す更新時刻群を検出し、当該更新時刻群に基づいてどのくらいの間隔でページデータの更新を行えばよいかを示すページデータ更新間隔を算出することにより、過去において頻繁にアクセス要求のあった各ページについてページアドレスおよびページデータ更新間隔が設定されたページデータ更新テーブルを作成する前記中継サーバ内のページデータ更新テーブル作成手段と、
前記ページデータ更新テーブル作成手段により作成されたページデータ更新テーブルを参照して、クライアントから過去において頻繁にアクセス要求のあった各ページについて、当該ページデータ更新間隔で示される一定時間毎に前記プロキシサーバに対してWWWサーバページアクセス要求を行う前記中継サーバ内のページアクセス要求手段と、
前記ページアクセス要求手段からのWWWサーバページアクセス要求に基づき、当該WWWサーバページアクセス要求で指定された前記WWWサーバ上のページアドレスを指定して最新のページデータを取得するためのWWWサーバページアクセスを行い、そのWWWサーバページアクセスによって取得したページデータを前記中継サーバに送信する前記プロキシサーバ内のページアクセス手段と、
前記ページアクセス手段によって前記WWWサーバから取得されたページデータを前記プロキシサーバから受信して保持しておく前記中継サーバ内のページデータ保持手段と
を有することを特徴とするWWWサーバアクセス方式。
In a local network connected to a WWW server via a network,
For each of a plurality of relay servers provided between a plurality of clients and a proxy server, the plurality of clients accessing in a distributed manner,
The relay, which refers to the page access history information and creates page address, access time, and page access information having "information indicating whether or not page data has been updated by the page access" with respect to each page access from the client. Means for creating page access information in the server;
With reference to the page access information created by the page access information creating means, an updated time group indicating the time group of the page access where the page address is the same and the page data is updated by the page access is detected. Then, by calculating a page data update interval indicating how often the page data should be updated based on the update time group, a page address and a page address of each page that has been frequently accessed in the past are calculated. A page data update table creating means in the relay server for creating a page data update table in which a data update interval is set,
Referring to the page data update table created by the page data update table creation means, for each page that has been frequently accessed in the past by the client, the proxy server is updated at regular intervals indicated by the page data update interval. Page access request means in the relay server for making a WWW server page access request to
Based on a WWW server page access request from the page access requesting means, a WWW server page access for acquiring the latest page data by specifying a page address on the WWW server specified by the WWW server page access request is performed. And a page access means in the proxy server for transmitting the page data obtained by the WWW server page access to the relay server;
A WWW server access method, comprising: a page data holding unit in the relay server for receiving and holding the page data acquired from the WWW server by the page access unit from the proxy server.
ページアドレスフィールド,アクセス時刻フィールド,および更新フラグを要素に持ったエントリを有するページアクセス情報と、
ページアドレスフィールド,アクセス時刻群フィールド,更新時刻群フィールド,およびページデータ更新間隔フィールドを要素に持ったエントリを有するページデータ更新テーブルと、
ページアクセス情報作成手段により作成された前記ページアクセス情報中のページアドレスフィールドおよびアクセス時刻フィールドを参照し、過去におけるページアクセスの頻度を示す情報として、同一のページアドレスに対するアクセス時刻群を検出し、当該ページアドレスおよび当該アクセス時刻群を前記ページデータ更新テーブル内のページアドレスフィールドおよびアクセス時刻群フィールドに設定するページデータ更新テーブル作成手段内のアクセス時刻群検出手段と、
前記ページアクセス情報中の更新フラグを参照して、過去におけるページデータの更新の頻度を示す情報として、前記アクセス時刻群検出手段により検出されたアクセス時刻群の中でページデータが更新された時刻を示すものである更新時刻群を検出し、当該更新時刻群を前記ページデータ更新テーブル内の更新時刻群フィールドに設定する前記ページデータ更新テーブル作成手段内の更新時刻群検出手段と、
前記更新時刻群検出手段により検出された各ページアドレスに対する更新時刻群に基づき、どのくらいの間隔で当該各ページアドレスのページのページデータの更新を行えばよいかを示すページデータ更新間隔を算出し、当該ページデータ更新間隔を前記ページデータ更新テーブル内のページデータ更新間隔フィールドに設定する前記ページデータ更新テーブル作成手段内のページデータ更新間隔算出手段と
を有することを特徴とする請求項記載のWWWサーバアクセス方式。
Page access information having an entry having a page address field, an access time field, and an update flag as elements;
A page data update table having an entry having elements of a page address field, an access time group field, an update time group field, and a page data update interval field;
By referring to the page address field and the access time field in the page access information created by the page access information creating means, an access time group for the same page address is detected as information indicating the frequency of page access in the past. An access time group detecting means in a page data update table creating means for setting a page address and the access time group in a page address field and an access time group field in the page data update table;
Referring to the update flag in the page access information, as information indicating the frequency of page data update in the past, the time at which the page data was updated in the access time group detected by the access time group detection means Update time group detecting means in the page data update table creating means for detecting an update time group to be indicated, and setting the update time group in an update time group field in the page data update table;
Based on an update time group for each page address detected by the update time group detection means, calculate a page data update interval indicating at what interval the page data of the page of each page address should be updated, WWW according to claim 1, characterized in that it has a page data update interval calculating unit of the page data update table created in means for setting the page data update interval in the page data update interval field in the page data update table Server access method.
「過去において頻繁にアクセス要求のあった各ページ」が「過去において2回以上アクセス要求のあった各ページ」を意味することを特徴とする請求項1または請求項2記載のWWWサーバアクセス方式。 3. The WWW server access method according to claim 1, wherein "each page that has been frequently accessed in the past" means "each page that has been accessed twice or more in the past". ネットワークを介してWWWサーバと接続されているローカルネットワークにおいて、
複数のクライアントとプロキシサーバとの間に設けられている数台の中継サーバの各々に対して、分散してアクセスする前記複数のクライアントと、前記中継サーバからのWWWサーバページアクセス要求に基づき、当該WWWサーバページアクセス要求で指定された前記WWWサーバ上のページアドレスを指定して最新のページデータを取得するためのWWWサーバページアクセスを行い、そのWWWサーバページアクセスによって取得したページデータを前記中継サーバに送信する前記プロキシサーバ内のページアクセス手段とが存在することを前提として、
前記中継サーバを、ページアクセス履歴情報を参照し、クライアントからの各ページアクセスに関するページアドレス,アクセス時刻,および「当該ページアクセスによってページデータが更新されたか否かを示す情報」を持ったページアクセス情報を作成するページアクセス情報作成手段,前記ページアクセス情報作成手段により作成されたページアクセス情報を参照して、ページアドレスが同一でそのページアクセスによってページデータが更新されている当該ページアクセスの行われた時刻群を示す更新時刻群を検出し、当該更新時刻群に基づいてどのくらいの間隔でページデータの更新を行えばよいかを示すページデータ更新間隔を算出することにより、過去において頻繁にアクセス要求のあった各ページについてページアドレスおよびページデータ更新間隔が設定されたページデータ更新テーブルを作成するページデータ更新テーブル作成手段,前記ページデータ更新テーブル作成手段により作成されたページデータ更新テーブルを参照して、クライアントから過去において頻繁にアクセス要求のあった各ページについて、当該ページデータ更新間隔で示される一定時間毎に前記プロキシサーバに対してWWWサーバページアクセス要求を行うページアクセス要求手段,ならびに前記ページアクセス手段によって前記WWWサーバから取得されたページデータを前記プロキシサーバから受信して保持しておくページデータ保持手段として機能させるためのプログラムを記録した記録媒体。
In a local network connected to a WWW server via a network,
For each of a plurality of relay servers provided between a plurality of clients and a proxy server, the plurality of clients accessing in a distributed manner, and based on a WWW server page access request from the relay server, A WWW server page access for acquiring the latest page data is performed by designating a page address on the WWW server designated by the WWW server page access request, and the page data acquired by the WWW server page access is transferred to the relay server. Assuming that there is a page access means in the proxy server that transmits to the
The relay server refers to the page access history information, and obtains a page address, an access time, and “information indicating whether or not the page data has been updated by the page access” for each page access from the client. The page access information created by the page access information created by the page access information created by the page access information created by the page access information created by the page access is created. An update time group indicating a time group is detected, and a page data update interval indicating how often the page data is to be updated is calculated based on the update time group. Page address for each page Page data update table creating means for creating a page data update table in which a page data update interval is set, and referring to the page data update table created by the page data update table creating means, the client frequently accesses in the past. For each requested page, a page access requesting unit for making a WWW server page access request to the proxy server at regular time intervals indicated by the page data update interval, and the page access unit acquires from the WWW server by the page accessing unit. A recording medium for recording a program for functioning as page data holding means for receiving and holding the page data from the proxy server.
ページデータ更新テーブル作成手段が、
ページアクセス情報作成手段により作成されたページアクセス情報中のページアドレスフィールドおよびアクセス時刻フィールドを参照し、過去におけるページアクセスの頻度を示す情報として、同一のページアドレスに対するアクセス時刻群を検出し、当該ページアドレスおよび当該アクセス時刻群をページデータ更新テーブル内のページアドレスフィールドおよびアクセス時刻群フィールドに設定するアクセス時刻群検出手段と、
前記ページアクセス情報中の更新フラグを参照して、過去におけるページデータの更新の頻度を示す情報として、前記アクセス時刻群検出手段により検出されたアクセス時刻群の中でページデータが更新された時刻を示すものである更新時刻群を検出し、当該更新時刻群を前記ページデータ更新テーブル内の更新時刻群フィールドに設定する更新時刻群検出手段と、
前記更新時刻群検出手段により検出された各ページアドレスに対する更新時刻群に基づき、どのくらいの間隔で当該各ページアドレスのページのページデータの更新を行えばよいかを示すページデータ更新間隔を算出し、当該ページデータ更新間隔を前記ページデータ更新テーブル内のページデータ更新間隔フィールドに設定するページデータ更新間隔算出手段と
を備えることを特徴とする請求項記載の記録媒体。
The page data update table creation means,
Referring to the page address field and the access time field in the page access information created by the page access information creating means, an access time group for the same page address is detected as information indicating the frequency of page access in the past, and Access time group detection means for setting an address and the access time group in a page address field and an access time group field in a page data update table;
Referring to the update flag in the page access information, as information indicating the frequency of page data update in the past, the time at which the page data was updated in the access time group detected by the access time group detection means Update time group detecting means for detecting an update time group to be indicated, and setting the update time group in an update time group field in the page data update table;
Based on an update time group for each page address detected by the update time group detection means, calculate a page data update interval indicating at what interval the page data of the page of each page address should be updated, 5. The recording medium according to claim 4, further comprising: a page data update interval calculation unit that sets the page data update interval in a page data update interval field in the page data update table.
「過去において頻繁にアクセス要求のあった各ページ」が「過去において2回以上アクセス要求のあった各ページ」を意味することを特徴とする請求項4または請求項5記載の記録媒体。6. The recording medium according to claim 4, wherein "each page that has been frequently accessed in the past" means "each page that has been accessed twice or more in the past".
JP2000256292A 2000-08-25 2000-08-25 WWW server access method Expired - Lifetime JP3596602B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000256292A JP3596602B2 (en) 2000-08-25 2000-08-25 WWW server access method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000256292A JP3596602B2 (en) 2000-08-25 2000-08-25 WWW server access method

Publications (2)

Publication Number Publication Date
JP2002073404A JP2002073404A (en) 2002-03-12
JP3596602B2 true JP3596602B2 (en) 2004-12-02

Family

ID=18744924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000256292A Expired - Lifetime JP3596602B2 (en) 2000-08-25 2000-08-25 WWW server access method

Country Status (1)

Country Link
JP (1) JP3596602B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010286993A (en) * 2009-06-10 2010-12-24 Nec Access Technica Ltd Access distribution system, relay device, method, and program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3117003B2 (en) * 1997-07-03 2000-12-11 日本電気株式会社 Wide-area distributed file system
JP3561139B2 (en) * 1998-01-27 2004-09-02 シャープ株式会社 File object relay method, computer-readable recording medium storing program of file object relay method, and gateway computer

Also Published As

Publication number Publication date
JP2002073404A (en) 2002-03-12

Similar Documents

Publication Publication Date Title
JP3697162B2 (en) Method and configuration for delayed hashing for collaborative web caching
US7769823B2 (en) Method and system for distributing requests for content
US20060155857A1 (en) Deterministic session state management within a global cache array
EP3146698B1 (en) Method and system for acquiring web pages
US6910077B2 (en) System and method for identifying cloaked web servers
HU224787B1 (en) Load balancing cooperating cache servers
JPH1091638A (en) Retrieval system
US20060123121A1 (en) System and method for service session management
JP2001523365A (en) Automatic download of device drivers over the network
KR20030040206A (en) Application caching system and method
JP2004512615A (en) Method and apparatus for preempting referenced resources
US20020129207A1 (en) Cache server having a cache-data-list table storing information concerning data retained by other cache servers
JP2002140224A (en) Content change managing method
JP2002525749A (en) Internet caching system, method and system configuration
JPH08185348A (en) Method and device for processing information
JP3596602B2 (en) WWW server access method
JPH11175471A (en) Method and device for rewriting url, and medium recorded with url re-writable program
JP3709558B2 (en) Web server publishing method, system and program
US20020143846A1 (en) Method and apparatus for scheduling invalidation tests for HTTP sessions
JP2001125830A (en) Cache managing device, network system and computer readable recording medium recording program
JP2001337973A (en) Maintenance method of retrieval system and retreival system
JP2000222323A (en) Web filtering system by internet
JP2011039766A (en) Information distribution server, information distribution system, information distribution program, and information distribution method
US7908345B2 (en) Method and device for access to a digital document in a communication network of the station to station type
JP2001331398A (en) Server-managing system

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040818

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040831

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100917

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120917

Year of fee payment: 8