JP5411054B2 - WEB information acquisition method and apparatus - Google Patents
WEB information acquisition method and apparatus Download PDFInfo
- Publication number
- JP5411054B2 JP5411054B2 JP2010099813A JP2010099813A JP5411054B2 JP 5411054 B2 JP5411054 B2 JP 5411054B2 JP 2010099813 A JP2010099813 A JP 2010099813A JP 2010099813 A JP2010099813 A JP 2010099813A JP 5411054 B2 JP5411054 B2 JP 5411054B2
- Authority
- JP
- Japan
- Prior art keywords
- web
- request data
- server
- information
- information storage
- 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.)
- Active
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明は、ネットワーク上でWEB閲覧装置(例えばパーソナルコンピュータや携帯端末など、以下「PC」という)がWEB提供装置(以下「WEBサーバ」という) からWEBコンテンツ情報(以下「WEB情報」という)を取得する際に、PCが要求するWEB情報を予め先読みして取得する先読み代理サーバをPCとWEBサーバ間のネットワークに設置し、PCからの要求に対してWEBサーバに代わって先読み代理サーバがWEB情報をPCへ転送し、WEB情報取得時間を短縮化するWEB情報取得方法および装置に関する。 In the present invention, a WEB browsing apparatus (for example, a personal computer or a portable terminal, hereinafter referred to as “PC”) on a network receives WEB content information (hereinafter referred to as “WEB information”) from a WEB providing apparatus (hereinafter referred to as “WEB server”). At the time of acquisition, a prefetching proxy server that prefetches and acquires the WEB information requested by the PC is installed in the network between the PC and the WEB server, and the prefetching proxy server WEB instead of the WEB server in response to the request from the PC The present invention relates to a WEB information acquisition method and apparatus for transferring information to a PC and shortening the WEB information acquisition time.
インターネット等のネットワーク上でPCがWEBサーバからWEB情報を閲覧する場合、WEBサーバではHTTP(Hypertext Transfer Protocol )通信プロトコルに則って、HTML(HyperText Mark up Language)などを用いてPCに対してWEB情報を伝送する。例えば、byte.tokkyo.co.jp というWEBサーバが提供するファイルindex.htmlをHTTPで取得する場合、http://byte.tokkyo.co.jp/index.html というアドレスでWEB情報を読み出すことができる。WEB情報を読み出してくる場合、一般にはPCにWEB情報を閲覧するプログラム(以下「ブラウザ」という)を用いて利用者がアドレスを指定して読み出している。PCでは、利用者がアドレスを入力することにより、ブラウザがWEBサーバに対してページ要求を発する。WEBサーバはネットワークを介して送信されてきたこのページ要求を受信し、要求されたページのWEB情報をネットワークを介してPCに伝送する。このように、利用者からのページ要求があった毎に、PCのブラウザは該当ページをネットワークを介して取得する。 When a PC browses WEB information from a WEB server on a network such as the Internet, the WEB server uses WEB information to the PC using HTML (HyperText Markup Language) according to the HTTP (Hypertext Transfer Protocol) communication protocol. Is transmitted. For example, when the file index.html provided by the WEB server byte.tokkyo.co.jp is acquired by HTTP, the WEB information is read out at the address http://byte.tokkyo.co.jp/index.html. it can. When reading the WEB information, the user generally reads the WEB information by designating an address using a program for browsing the WEB information (hereinafter referred to as “browser”). In the PC, when the user inputs an address, the browser issues a page request to the WEB server. The WEB server receives this page request transmitted via the network, and transmits the WEB information of the requested page to the PC via the network. In this way, each time a page request is received from the user, the browser of the PC acquires the corresponding page via the network.
近年、PCの利用者がWEB情報の取得を要求した時点からPCにWEB情報が与えられる時点までの時間の短縮が求められている。これに応えるものとして、非特許文献1、特許文献1、特許文献2では、WEB情報の先読み技術が開示されている。
In recent years, there has been a demand for shortening the time from when a PC user requests acquisition of WEB information to when the WEB information is given to the PC. In response to this,
この先読み技術では、図8に示すように、WEBサーバとPCとの間に先読み代理サーバを介在させ、先読み代理サーバにWEB情報の先読みを行わせている。先読み代理サーバは、PCからWEBサーバへのWEB情報を取得するための要求データ(get1)を受信した場合、当該要求データに対応するWEB情報(data1)をWEBサーバから取得してPCへ転送する。このとき、先読み代理サーバは、当該WEB情報(data1)に記載のWEB情報(htmlファイル)を解析し、それに基づいてそのWEB情報(data1)を受信するPCが次以降に要求すると予測される先読み対象のWEB情報を要求するための要求データ(get2)をWEBサーバに送信し、当該要求データに対応するWEB情報(data2)を取得して蓄積する。次に、先読み代理サーバは、PCから当該WEB情報の要求データ(get2)を受信したときに、get2をWEBサーバに転送することなく蓄積された当該WEB情報(data2)をPCへ転送する。 In this prefetching technique, as shown in FIG. 8, a prefetching proxy server is interposed between the WEB server and the PC, and the prefetching proxy server prefetches WEB information. When the prefetch proxy server receives the request data (get1) for acquiring the WEB information from the PC to the WEB server, the prefetch proxy server acquires the WEB information (data1) corresponding to the request data from the WEB server and transfers it to the PC. . At this time, the prefetching proxy server analyzes the WEB information (html file) described in the WEB information (data1), and based on the WEB information (data1), the prefetching predicted that the PC that receives the WEB information (data1) will request from the next time onward. Request data (get2) for requesting the target WEB information is transmitted to the WEB server, and the WEB information (data2) corresponding to the request data is acquired and stored. Next, when the prefetch proxy server receives the WEB information request data (get2) from the PC, the prefetch proxy server transfers the stored WEB information (data2) to the PC without transferring get2 to the WEB server.
なお、先読み対象のWEB情報とは、PCから要求されたWEB情報(htmlファイル)の中に記載されたURLによって規定されるWEB情報である。この結果、WEBサーバはPCが発出するWEB情報の要求がWEBサーバに到着する前に、先読み代理サーバからの同じ先読み対象の要求を受信し、それに対応してWEB情報をPCへ向けて発出し、PCは当該WEB情報を先読み代理サーバから得るので、当該WEB情報の取得時間が短縮される。 The prefetched WEB information is WEB information defined by a URL described in the WEB information (html file) requested from the PC. As a result, the WEB server receives the same prefetch target request from the prefetch proxy server before the WEB information request issued by the PC arrives at the WEB server, and issues the WEB information to the PC correspondingly. Since the PC obtains the WEB information from the prefetch proxy server, the acquisition time of the WEB information is shortened.
ところで、従来の先読み技術では、先読み代理サーバとPCとの間のネットワーク遅延時間が問題になる。例えば、先読み代理サーバとPCとの間のネットワーク遅延時間が大きい場合には、先読み代理サーバが要求データ(get2)に対するWEB情報(data2)を先読みして蓄積していても、当該WEB情報(data2)をPCからの要求データ(get2)に対してPCへ転送する時間が長くなり、先読みのメリットが活かせないことになる。一方、WEBサーバと先読み代理サーバとの遅延時間が大きい場合は、WEBサーバから送信された要求データ(get2)に対するWEB情報(data2)の先読み代理サーバへの到着が遅れて、PCにdata2を転送することに時間を要し、先読みのメリットが活かせないことになる。 By the way, in the conventional prefetching technique, the network delay time between the prefetching proxy server and the PC becomes a problem. For example, when the network delay time between the prefetching proxy server and the PC is large, even if the prefetching proxy server prefetches and accumulates the WEB information (data2) for the request data (get2), the WEB information (data2) ) Is transferred to the PC with respect to the request data (get2) from the PC, and the merit of prefetching cannot be utilized. On the other hand, when the delay time between the WEB server and the prefetching proxy server is large, the arrival of the WEB information (data2) for the request data (get2) transmitted from the WEB server to the prefetching proxy server is delayed and data2 is transferred to the PC. It takes time to do so and the benefits of prefetching cannot be used.
本発明は、先読み代理サーバが先読み要求を行い、取得した先読みWEB情報をPCからの要求に対して素早く提供することができるWEB情報取得方法および装置を提供することを目的とする。 It is an object of the present invention to provide a WEB information acquisition method and apparatus in which a prefetch proxy server makes a prefetch request and can quickly provide the acquired prefetch web information in response to a request from a PC.
第1の発明は、WEBサーバと先読み代理サーバと情報蓄積サーバとWEB閲覧装置が複数のネットワークシステムを介して設置され、先読み代理サーバは、複数のネットワークシステムのうちWEBサーバとの遅延時間が小さいネットワークシステムに設置され、情報蓄積サーバは、複数のネットワークシステムのうちWEB閲覧装置との遅延時間が小さいネットワークシステムに設置され、WEB閲覧装置は、WEBサーバ宛の要求データを情報蓄積サーバに送信し、情報蓄積サーバは、WEB閲覧装置から送信されたWEBサーバ宛の要求データを先読み代理サーバを介してWEBサーバに転送し、WEBサーバは、先読み代理サーバを介して転送された要求データに対応する第1のWEB情報を出力し、先読み代理サーバは、WEBサーバから出力された第1のWEB情報を情報蓄積サーバに転送するとともに、当該第1のWEB情報に含まれる要求データを所定のアルゴリズムで抽出してWEBサーバに送信し、対応する第2のWEB情報を先読みして情報蓄積サーバに転送し、情報蓄積サーバは、先読み代理サーバから転送された第1のWEB情報をWEB閲覧装置に転送するとともに、情報蓄積サーバから転送された第2のWEB情報をWEB情報蓄積部に蓄積し、WEB閲覧装置は、第1のWEB情報に含まれるWEBサーバ宛の要求データを情報蓄積サーバに送信し、情報蓄積サーバは、WEB閲覧装置から送信された要求データに対応するWEB情報蓄積部に蓄積していたWEB情報をWEB閲覧装置へ転送するとともに、当該要求データを転送せずに廃棄するWEB情報取得方法において、情報蓄積サーバは、WEB閲覧装置から送信された要求データを第1の要求データ蓄積部に蓄積し、先読み代理サーバから転送されたWEB情報に含まれる要求データを先読み代理サーバと同じ所定のアルゴリズムで抽出して第2の要求データ蓄積部に蓄積し、WEB閲覧装置から送信された要求データが第2の要求データ蓄積部に蓄積されていないときには、当該要求データを先読み代理サーバを介してWEBサーバに転送し、WEB閲覧装置から送信された要求データが第2の要求データ蓄積部に蓄積されており、かつ当該要求データに対応するWEB情報がWEB情報蓄積部に蓄積されていれば、当該WEB情報をWEB閲覧装置に送信する。 In the first invention, a WEB server, a prefetching proxy server, an information storage server, and a WEB browsing device are installed via a plurality of network systems, and the prefetching proxy server has a small delay time with the WEB server among the plurality of network systems. installed in the network system, information storage server, the delay time between the WEB browsing device among the plurality of network system is installed in a small network system, WEB browsing device transmits the request data addressed to the WEB server to the information storage server The information storage server transfers the request data addressed to the WEB server transmitted from the WEB browsing apparatus to the WEB server via the prefetch proxy server, and the WEB server corresponds to the request data transferred via the prefetch proxy server. outputs a first WEB information, read-ahead proxy server, WE Transfers the first WEB information output from the server to the information storage server, and transmitted to the WEB server extracts the request data included in the first WEB information at a predetermined algorithm, corresponding second WEB The information is prefetched and transferred to the information storage server , and the information storage server transfers the first WEB information transferred from the prefetch proxy server to the WEB browsing device and the second WEB information transferred from the information storage server. Is stored in the WEB information storage unit, the WEB browsing device transmits request data addressed to the WEB server included in the first WEB information to the information storage server , and the information storage server transmits the request data transmitted from the WEB browsing device. It transfers the WEB information which has been accumulated in the WEB information storage unit corresponding to the data to WEB browsing device, discarded without forwards the request data In WEB information acquisition method that, the information storage server, the request data included in the accumulated request data transmitted from the WEB browsing device to the first request data storage unit, W EB information transferred from Prefetching Proxy Server accumulated in the second request data storage unit extracts the same predetermined algorithm and prefetching proxy server, when the request data transmitted from the WEB browsing device is not stored in the second request data storage unit, transfers the requested data to the WEB server via the prefetch proxy server, request data transmitted from the WEB browsing apparatus are accumulated in the second request data storage unit, and the WEB information corresponding to the request data if it stored in the WEB information storage unit, and transmits the WEB information to the WEB browsing device.
第1の発明のWEB情報取得方法において、先読み代理サーバおよび情報蓄積サーバは、第1のWEB情報がhtmlファイルであるときに、同じ所定のアルゴリズムで当該htmlファイルに含まれる要求データを抽出し、先読み代理サーバは、当該要求データを用いて第2のWEB情報の先読みを行うことを特徴とする。 In the WEB information acquisition method of the first invention, when the first WEB information is an html file, the prefetching proxy server and the information storage server extract request data included in the html file with the same predetermined algorithm , prefetching proxy server, and performs a read-ahead of the second WEB information using the request data.
第1の発明のWEB情報取得方法において、情報蓄積サーバは、WEB情報蓄積部に蓄積されている、WEB閲覧装置から送信された要求データに対応するWEB情報をWEB閲覧装置に送信したときに、当該WEB情報をWEB情報蓄積部から削除するとともに、当該要求データを第1の要求データ蓄積部および第2の要求データ蓄積部から廃棄することを特徴とする。 In WEB information acquisition method of the first aspect of the invention, the information storage server transmits stored in WEB information storage unit, a W EB information that corresponds to the request data transmitted from the WEB browsing device WEB browsing device Sometimes, the WEB information is deleted from the WEB information storage unit, and the request data is discarded from the first request data storage unit and the second request data storage unit.
第2の発明は、要求データに対応するWEB情報を出力するWEBサーバとWEB閲覧装置に、複数のネットワークシステムを介して接続された先読み代理サーバと情報蓄積サーバを備え、先読み代理サーバは、複数のネットワークシステムのうちWEBサーバとの遅延時間が小さいネットワークシステムに設置され、情報蓄積サーバは、複数のネットワークシステムのうちWEB閲覧装置との遅延時間が小さいネットワークシステムに設置され、先読み代理サーバは、WEB閲覧装置から送信されたWEBサーバ宛の要求データを情報蓄積サーバを介して受信し、該要求データをWEBサーバに転送し、WEBサーバから出力された第1のWEB情報を情報蓄積サーバに転送するとともに、当該第1のWEB情報に含まれる要求データを所定のアルゴリズムで抽出してWEBサーバに送信し、対応する第2のWEB情報を先読みして情報蓄積サーバに転送する構成であり、情報蓄積サーバは、WEB閲覧装置から送信されたWEBサーバ宛の要求データを先読み代理サーバに転送し、先読み代理サーバから転送された第1のWEB情報をWEB閲覧装置に転送するとともに、情報蓄積サーバから転送された第2のWEB情報をWEB情報蓄積部に蓄積し、WEB閲覧装置から第1のWEB情報に含まれる要求データを受信した際に、それに対応するWEB情報蓄積部に蓄積していたWEB情報をWEB閲覧装置へ転送し、当該要求データを転送せずに廃棄する構成である、WEB情報取得装置において、情報蓄積サーバは、WEB閲覧装置から送信された要求データを第1の要求データ蓄積部に蓄積し、先読み代理サーバから転送されたWEB情報に含まれる要求データを先読み代理サーバと同じ所定のアルゴリズムで抽出して第2の要求データ蓄積部に蓄積し、WEB閲覧装置から送信された要求データが第2の要求データ蓄積部に蓄積されていないときには、当該要求データを先読み代理サーバを介してWEBサーバに転送し、WEB閲覧装置から送信された要求データが第2の要求データ蓄積部に蓄積されており、かつ当該要求データに対応するWEB情報がWEB情報蓄積部に蓄積されていれば、当該WEB情報をWEB閲覧装置に送信する構成である。 The second invention includes a prefetch proxy server and an information storage server connected via a plurality of network systems to a WEB server and a WEB browsing device that output WEB information corresponding to request data. The network storage system is installed in a network system with a small delay time with a WEB server, the information storage server is installed in a network system with a small delay time with a WEB browsing apparatus among a plurality of network systems, and the prefetching proxy server is The request data transmitted from the WEB browsing device and addressed to the WEB server is received via the information storage server, the request data is transferred to the WEB server, and the first WEB information output from the WEB server is transferred to the information storage server. while, own the request data included in the first WEB information And transmission and extracted with algorithm to the WEB server, a configuration to be transferred to the corresponding second WEB information was prefetching information storage server, the information storage server, the request addressed to the WEB server transmitted from WEB browsing device The data is transferred to the prefetching proxy server, the first WEB information transferred from the prefetching proxy server is transferred to the WEB browsing device, and the second WEB information transferred from the information storage server is stored in the WEB information storage unit. When the request data included in the first WEB information is received from the WEB browsing apparatus, the WEB information stored in the corresponding WEB information storage unit is transferred to the WEB browsing apparatus, and the request data is not transferred. it is configured to discard, in WEB information acquisition device, the information storage server may request the request data transmitted from the WEB browsing device first Accumulated over data storage unit, and accumulated in the second request data storage unit extracts the same predetermined algorithm to request data and Prefetching Proxy server included in W EB information transferred from the prefetch proxy server, WEB browsing device the forwards the requested data to the WEB server via the prefetch proxy server, request data transmitted from the WEB browsing apparatus when request data transmitted is not stored in the second request data storage unit from There are accumulated in the second request data storage unit, and if WEB information corresponding to the request data has been accumulated in the WEB information storage unit is configured to transmit the WEB information to the WEB browsing device.
第2の発明のWEB情報取得装置において、先読み代理サーバおよび情報蓄積サーバは、第1のWEB情報がhtmlファイルであるときに、同じ所定のアルゴリズムで当該htmlファイルに含まれる要求データを抽出し、先読み代理サーバは、当該要求データを用いて第2のWEB情報の先読みを行う構成である。 In the WEB information acquisition apparatus of the second invention, the prefetching proxy server and the information storage server extract request data included in the html file with the same predetermined algorithm when the first WEB information is an html file, prefetching proxy server is configured to perform read-ahead of the second WEB information using the request data.
第2の発明のWEB情報取得装置において、情報蓄積サーバは、WEB情報蓄積部に蓄積されている、WEB閲覧装置から送信された要求データに対応するWEB情報をWEB閲覧装置に送信したときに、当該WEB情報をWEB情報蓄積部から削除するとともに、当該要求データを第1の要求データ蓄積部および第2の要求データ蓄積部から廃棄する構成である。
In WEB information acquisition apparatus of the second aspect of the invention, the information storage server transmits stored in WEB information storage unit, a W EB information that corresponds to the request data transmitted from the WEB browsing device WEB browsing device Sometimes, the WEB information is deleted from the WEB information storage unit, and the request data is discarded from the first request data storage unit and the second request data storage unit.
本発明は、WEBサーバとの遅延時間が小さいネットワークに設置された先読み代理サーバがWEBサーバから先読みしたWEB情報を、WEB閲覧装置との遅延時間が小さいネットワークシステムに設置された情報蓄積サーバに転送して蓄積し、WEB閲覧装置からの要求に対して情報蓄積サーバが応答することにより、WEB閲覧装置は速やかに先読みしたWEB情報を取得することができる。 The present invention transfers the WEB information prefetched from the WEB server by the prefetching proxy server installed in the network with a small delay time with the WEB server to the information storage server installed in the network system with a small delay time with the WEB browsing device. Then, the information storage server responds to the request from the WEB browsing apparatus, so that the WEB browsing apparatus can quickly acquire the pre-read WEB information.
図1は、本発明のWEB情報取得装置の実施例構成を示す。
図1において、WEBサーバ11はインターネット12に接続される。WEB閲覧装置の一例であるPC13は、LAN14、長遅延ネットワーク15を介してインターネット12に接続される。各ネットワークの接続点にはゲートウェイGWが配置される。ここで、長遅延ネットワーク15とは、例えば広帯域無線システムや衛星回線などを利用して遠隔地のコンピュータを相互接続するいわゆるWAN(Wide Area Network)であり、その規模等に応じて、インターネット12やLAN14に比べて長い遅延時間が発生する。
FIG. 1 shows an embodiment of the WEB information acquisition apparatus according to the present invention.
In FIG. 1, the
本発明で用いる先読み代理サーバ20は、長遅延ネットワーク15からWEBサーバ11側の所定の位置、例えばインターネット12またはインターネット12と長遅延ネットワーク15との間に接続される。一方、本発明の特徴とする情報蓄積サーバ30は、PC13が接続されるLAN14に接続される。すなわち、PC13が各サーバにアクセスする時間は、WEBサーバ11、先読み代理サーバ20、情報蓄積サーバ30の順に短くなる。
The
図2は、本発明のWEB情報取得装置の処理シーケンスの例1を示す。ここでは、PC13がWEBサーバ11のWEB情報data1〜data4を閲覧するための要求データをget1〜get4とする。WEBサーバ11は、get1〜get4に応じてWEB情報data1〜data4を出力する。data1はhtmlファイルであり、これにはPC13が要求するデータのget2,get3,get4が含まれているものとする。data2〜data4はテキストファイルや画像データなどであり、先読みする要求データは含まれていないものとする。
FIG. 2 shows an example 1 of a processing sequence of the WEB information acquisition apparatus of the present invention. Here, the request data for the PC 13 to browse the WEB information data1 to data4 of the
図2において、PC13は、get1をWEBサーバ11に向けて送信する。情報蓄積サーバ30および先読み代理サーバ20は、それぞれget1を抽出して蓄積するとともに、get1をWEBサーバ11に向けて転送する。なお、図6に示す情報蓄積サーバ30では、PC13からリクエストがあった要求データを要求データ蓄積部34aに蓄積する。
In FIG. 2, the
WEBサーバ11は、get1に応じたdata1(htmlファイル)をPC13に向けて送信する。先読み代理サーバ20は、data1を受信すると、PC13が受信したときに要求すると予測される要求データであるget2,get3を抽出(先読み)して蓄積する。なお、ここではget4は抽出されないものとする。さらに、data1を情報蓄積サーバ30に転送するとともに、ここでは先読みする要求データget2をWEBサーバ11に送信する。なお、先読みする要求データget2,get3の送信タイミングおよび送信順序は任意であり、get2,get3は同時でもよいしget3が先でもよい。情報蓄積サーバ30は、htmlファイルであるdata1を受信すると、先読み代理サーバ20と同じアルゴリズムでdata1に含まれるget2,get3を抽出して蓄積し、data1をPC13に向けて送信する。なお、図6に示す情報蓄積サーバ30では、PC13に転送するdata1から抽出した先読みの要求データを要求データ蓄積部34bに蓄積する。
The
WEBサーバ11は、get2に応じたdata2をPC13に向けて送信する。先読み代理サーバ20は、先読みされたdata2を情報蓄積サーバ30に転送する。情報蓄積サーバ30は、先読みされたdata2を蓄積するとともに、PC13からの要求データを蓄積する要求データ蓄積部34aにdata2に対応するget2が蓄積されているか否かを確認する。図2の例では、PC13からget2をまだ受信していないので、先読みされたdata2を蓄積したままとする。
The
一方、PC13は、data1を受信し、data1に含まれるget2〜get4のうち、ここでは先にget2をWEBサーバ11に向けて送信する。情報蓄積サーバ30は、PC13からget2を受信すると、要求データ蓄積部34aに蓄積するとともに、要求データ蓄積部34bにget2が抽出されて蓄積されているか(先読みされているか)否かを確認する。ここでは、情報蓄積サーバ30は、すでにget2を抽出・蓄積しているので、get2に対応するdata2はすでに先読みされていると判断し、get2をWEBサーバ11に向けて送信せずに、data2が蓄積されているか否かを確認する。ここでは、情報蓄積サーバ30は、すでに先読み代理サーバ20から転送されたdata2を蓄積しているので、get2に対応するdata2をPC13に向けて送信し、要求データ蓄積部34a,34bからget2を廃棄する。
On the other hand, the
次に、PC13は、get3をWEBサーバ11に向けて送信する。情報蓄積サーバ30は、このget3を受信すると、要求データ蓄積部34aに蓄積するとともに、要求データ蓄積部34bにget3が抽出されて蓄積されているか(先読みされているか)否かを確認する。ここでは、情報蓄積サーバ30は、すでにget3を抽出・蓄積しているので、get3に対応するdata3はすでに先読みされていると判断し、get3をWEBサーバ11に向けて送信せずに、data3が蓄積されているか否かを確認する。ここでは、情報蓄積サーバ30は、まだ先読みされたdata3を受信していないため待機となる。
Next, the
一方、WEBサーバ11は、先読み代理サーバ20から送信された先読みのget3に応じたdata3をPC13に向けて送信する。先読み代理サーバ20は、先読み要求に対応したdata3を情報蓄積サーバ30に転送する。情報蓄積サーバ30は、先読み要求に対応したdata3を蓄積するとともに、PC13からの要求データを蓄積する要求データ蓄積部34aにdata3に対応するget3が蓄積されているか否かを確認する。ここでは、PC13からget3をすでに受信しているので、情報蓄積サーバ30は先読みされたget3に対応するdata3をPC13に向けて送信し、要求データ蓄積部34a,34bからget3を廃棄する。
On the other hand, the
次に、PC13は、get4をWEBサーバ11に向けて送信する。情報蓄積サーバ30は、このget4を受信すると、要求データ蓄積部34aに蓄積するとともに、要求データ蓄積部34bに先読みしているget4が蓄積されているか否かを確認する。ここでは、get4に対する先読み処理は行われていないので、get4は要求データ蓄積部34bになく、情報蓄積サーバ30はget4をWEBサーバ11に向けて転送する。get4は、先読み代理サーバ20を介してWEBサーバ11に届く。
Next, the
WEBサーバ11は、get4に対するdata4をPC13に向けて送信し、data4はデータファイルであるので先読み代理サーバ20をスルーして情報蓄積サーバ30を届く。情報蓄積サーバ30は、data4を蓄積するとともに、data4を読み出すための要求データであるget4を抽出し、要求データ蓄積部34aにPC13が要求したget4が蓄積されているか否かを確認する。ここでは、PC13からget4をすでに受信しているので、get4に対応するdata4をPC13に向けて送信する。
The
図3は、本発明のWEB情報取得装置の処理シーケンスの例2を示す。
図2に示す例1は、PC13において、data1に含まれるget2〜get4のうち、get2,get3,get4の順番で要求をWEBサーバ11に向けて送信した場合であるが、例2はget3,get2,get4の順番に送信する場合のものである。
FIG. 3 shows a second example of the processing sequence of the WEB information acquisition apparatus of the present invention.
The example 1 shown in FIG. 2 is a case where the
情報蓄積サーバ30では、PC13からのget2が届く前に先読みのdata2を受信し、蓄積する。その後、先読みのdata3を受信すれば、すでにPC13からdata3に対応するget3を得ているので、ただちにdata3をPC13に送信し、get3を廃棄する。その後、情報蓄積サーバ30はPC13が送信したget2を受信すると、蓄積していたdata2をPC13に送信する。
The
ここで、従来は先読みされたdata2,data3は先読み代理サーバ20に蓄積されていたため、PC13から長遅延ネットワークシステム15を介して先読み代理サーバ20にアクセスする必要があり、その間の遅延時間が長くなっていた。一方、本発明のWEB情報取得装置では、先読みされたdata2,data3は長遅延ネットワークシステム15の手前の情報蓄積サーバ30に蓄積されているので、PC13はdata1に含まれるget2,get3に対応するdata2,data3を情報蓄積サーバ30から取得することができる。すなわち、情報蓄積サーバ30は、get2,get3を先読み代理サーバ20に転送する必要がなく、長遅延ネットワークシステム15をget2およびdata2、get3およびdata3がそれぞれ往復する時間だけ、data2,data3の取得時間の短縮が可能になる。
Here, since the prefetched
図4は、先読み代理サーバ20の構成例を示す。
図4において、ネットワークインタフェース部21は、受信信号の送信元および宛先に応じて、受信信号を要求データ受信部22またはWEB情報解析部26に振り分ける。要求データ受信部22は、PC13からWEBサーバ11に送信される信号を受信し、当該受信信号から要求データを抽出して要求データ比較部23に出力する。
FIG. 4 shows a configuration example of the
In FIG. 4, the
要求データ比較部23は、要求データ受信部22で抽出された要求データと要求データ蓄積部24に蓄積されている要求データとを比較し、要求データ受信部22で抽出された要求データが要求データ蓄積部24に蓄積されていない場合(図2,図3に示すget1,get4の場合)には、当該要求データを要求データ送出部25およびネットワークインタフェース部21を介してWEBサーバ11に送信するとともに要求データ蓄積部24に蓄積する。また、要求データ受信部22で抽出された要求データが要求データ蓄積部24に記憶されている場合には、PC13から届いた要求データを廃棄する。
The request
WEB情報解析部26は、要求データに応じてWEBサーバ11が送信したWEB情報を受信し、WEB情報送出部27およびネットワークインタフェース部21を介してPC13に向けて送信する。また、WEB情報解析部26は、WEB情報がhtmlファイルであれば、それを受信するPC13が要求すると予測される要求データ(図2,図3に示すget2,get3)を抽出し、要求データ蓄積部24に蓄積する。さらに、WEB情報解析部26は、各要求データを任意のタイミングおよび順番で要求データ送出部25およびネットワークインタフェース部21を介してWEBサーバ11に送信する。
The WEB
なお、要求データ蓄積部24に蓄積されている先読みの要求データと同じ要求データがPC13から届いた場合には、その要求データはすでに先読み態勢に入っていることから、PC13から届いた要求データを廃棄することになる。
When the same request data as the pre-read request data stored in the request
図5は、先読み代理サーバ20の処理手順を示す。
図5において、先読み代理サーバ20は、受信信号の送信元および宛先を確認する(S11)。受信信号の送信元がPC13で宛先がWEBサーバ11の場合は、当該受信信号から要求データを抽出する(S12)。次に、抽出した要求データが要求データ蓄積部24に存在するか否かを判断し(S13)、当該要求データが存在しない場合には(S13:No)、当該要求データをWEBサーバ11に向けて送信するとともに要求データ蓄積部24に蓄積する(S14)。一方、当該要求データが要求データ蓄積部24に存在する場合には(S13:Yes )、当該要求データを廃棄する(S15)。
FIG. 5 shows a processing procedure of the
In FIG. 5, the
受信信号の送信元がWEBサーバ11で宛先がPC13の場合は、要求データに応じてWEBサーバ11が送出したWEB情報であり、そのWEB情報がhtmlファイルであるか否かを判断する(S16)。ここで、WEB情報がhtmlファイルであれば、そのhtmlファイルを受信するPC13が要求すると予測される要求データを抽出し、要求データ蓄積部24に蓄積する(S17)。次に、当該WEB情報をPC13に向けて送信し(S18)、さらに要求データ蓄積部24に蓄積された先読みの要求データをWEBサーバ11に向けて逐次送信する(S19)。一方、WEBサーバ11が送出したWEB情報がhtmlファイルでなければ、当該WEB情報をPC13に向けて送信し(S20)、終了する。
When the transmission source of the received signal is the
図6は、情報蓄積サーバ30の構成例を示す。
図6において、ネットワークインタフェース部31は、受信信号の送信元および宛先に応じて、受信信号を要求データ受信部32またはWEB情報解析部36に振り分ける。要求データ受信部32は、PC13からWEBサーバ11に転送される信号を受信し、要求データを抽出して要求データ蓄積部34aに蓄積するとともに、要求データ比較部33に出力する。
FIG. 6 shows a configuration example of the
In FIG. 6, the
要求データ比較部33は、要求データ受信部32で抽出された要求データが要求データ蓄積部34bに蓄積されているか否かを問い合わせ、同じWEB情報を要求する要求データが要求データ蓄積部34bに蓄積されていない場合(図2,図4のget1,get4の場合)には、当該要求データを要求データ送出部35に出力する。また、要求データ受信部32で抽出された要求データと同じWEB情報を要求する要求データが要求データ蓄積部34bに蓄積されている場合(図2,図3のget2,get3の場合)には、WEB情報蓄積部36に当該WEB情報(図2,図3のdata2,data3)が蓄積されているか否かを問い合わせ、蓄積されていればPC13へ向けて出力するように命令する。
The request
要求データ送出部35は、要求データ比較部33から入力する要求データをネットワークインタフェース部31を介してWEBサーバ11に送信する。
The request
WEB情報解析部36は、先読み代理サーバ20から転送されたWEB情報を受信し、WEB情報がhtmlファイルであれば、それを受信するPC13が要求すると予測される要求データ(図2,図3に示すget2,get3)を抽出し、要求データ蓄積部34bに蓄積する。さらに、WEB情報解析部36は、当該WEB情報(htmlファイル)をWEB情報蓄積部37、WEB情報送出部38およびネットワークインタフェース部31を介してPC13に送信する。
The WEB
また、WEB情報蓄積部36は、先読み代理サーバ20から転送されたWEB情報がhtmlファイル以外のデータファイル等であれば、当該WEB情報をWEB情報蓄積部37に蓄積するとともに、当該WEB情報に対応する要求データ(図2,図3のget2,get3)が要求データ蓄積部34aに蓄積されているか否かを問い合わせ、WEB情報に対応する要求データ(図2,図3のget2)が蓄積されていない場合にはそのまま待機となる。一方、WEB情報に対応する要求データ(図2,図3のget3)が蓄積されている場合には、当該WEB情報(data3)をWEB情報送出部38に出力する。また、WEB情報蓄積部37は、要求データ比較部33の命令により先読みの要求データ(get2,get3)に対応のWEB情報(data2,data3)をWEB情報送出部38に出力するとともに、要求データ蓄積部34a,34bから当該要求データを廃棄する。
Further, if the WEB information transferred from the
WEB情報送出部38は、WEB情報蓄積部37から入力するWEB情報をネットワークインタフェース部31を介してPC13に送信する。
The WEB
図7は、情報蓄積サーバ30の処理手順を示す。
図7において、情報蓄積サーバ30は、受信信号の送信元および宛先を確認する(S21)。受信信号の送信元がPC13で宛先がWEBサーバ11の場合は、当該受信信号から要求データを抽出し、要求データ蓄積部34aに蓄積する(S22)。次に、抽出した要求データが先読みの要求データを蓄積する要求データ蓄積部34bに存在するか否かを判断し(S23)、抽出した要求データが存在しない場合(get1,get4の場合)には(S23:No)、当該要求データをWEBサーバ11へ向けて送信する(S24)。一方、要求データ蓄積部34に先読みの要求データとして存在する場合(get2,get3の場合)には(S23:Yes )、当該要求データに対応するWEB情報(data2,data3)がWEB情報蓄積部37に存在すか否かを判断し(S25)、存在する場合には当該要求データに対応するWEB情報をPC13に送信し、当該WEB情報を削除する(S31)。さらに、PC13に向けて送信したWEB情報に対する要求データを要求データ蓄積部34a,34bから廃棄する(S32)。
FIG. 7 shows a processing procedure of the
In FIG. 7, the
受信信号の送信元がWEBサーバ11で宛先がPC13の場合は、要求データに応じてWEBサーバ11が送出したWEB情報であり、そのWEB情報がhtmlファイルであるか否かを判断する(S26)。ここで、WEB情報がhtmlファイルであれば、そのhtmlファイルを受信するPC13が要求すると予測される要求データを抽出し、要求データ蓄積部34bに蓄積する(S27)。さらに、当該WEB情報(htmlファイル)をPC13に向けて送信する(S28)。
If the transmission source of the received signal is the
一方、WEB情報がhtmlファイル以外のデータファイル等であれば、当該WEB情報を蓄積する(S29)。次に、WEB情報に対応する要求データがPC13からの要求データを蓄積する要求データ蓄積部34aに存在するか否かを判断し(S30)、当該要求データが存在する場合(get3の場合)には(S30:Yes )、当該WEB情報(data3)をPC13に送信し、当該WEB情報を削除する(S31)。さらに、当該WEB情報に対する要求データを要求データ蓄積部34a,34bから廃棄する(S32)。一方、WEB情報に対応する要求データが存在しない場合(get2の場合)には(S30:No)、当該WEB情報(data2)の蓄積を継続する。このWEB情報(data2)は、ステップS23〜S25で、PC13からget2を受信したときにPC13に送信される。
On the other hand, if the WEB information is a data file other than the html file, the WEB information is stored (S29). Next, it is determined whether or not the request data corresponding to the WEB information exists in the request
11 WEBサーバ
12 インターネット
13 PC
14 LAN
15 長遅延ネットワークシステム
20 先読み代理サーバ
21 ネットワークインタフェース部
22 要求データ受信部
23 要求データ比較部
24 要求データ蓄積部
25 要求データ送出部
26 WEB情報解析部
27 WEB情報送出部
30 情報蓄積サーバ
31 ネットワークインタフェース部
32 要求データ受信部
33 要求データ比較部
34a,34b 要求データ蓄積部
35 要求データ送出部
36 WEB情報解析部
37 WEB情報蓄積部
38 WEB情報送出部
11 WEB server 12
14 LAN
DESCRIPTION OF
Claims (6)
前記先読み代理サーバは、前記複数のネットワークシステムのうち前記WEBサーバとの遅延時間が小さいネットワークシステムに設置され、
前記情報蓄積サーバは、前記複数のネットワークシステムのうち前記WEB閲覧装置との遅延時間が小さいネットワークシステムに設置され、
前記WEB閲覧装置は、前記WEBサーバ宛の要求データを前記情報蓄積サーバに送信し、
前記情報蓄積サーバは、前記WEB閲覧装置から送信された前記WEBサーバ宛の要求データを前記先読み代理サーバを介して前記WEBサーバに転送し、
前記WEBサーバは、前記先読み代理サーバを介して転送された要求データに対応する第1のWEB情報を出力し、
前記先読み代理サーバは、前記WEBサーバから出力された前記第1のWEB情報を前記情報蓄積サーバに転送するとともに、当該第1のWEB情報に含まれる要求データを所定のアルゴリズムで抽出して前記WEBサーバに送信し、対応する第2のWEB情報を先読みして前記情報蓄積サーバに転送し、
前記情報蓄積サーバは、前記先読み代理サーバから転送された前記第1のWEB情報を前記WEB閲覧装置に転送するとともに、前記情報蓄積サーバから転送された前記第2のWEB情報をWEB情報蓄積部に蓄積し、
前記WEB閲覧装置は、前記第1のWEB情報に含まれる前記WEBサーバ宛の要求データを前記情報蓄積サーバに送信し、
前記情報蓄積サーバは、前記WEB閲覧装置から送信された要求データに対応する前記WEB情報蓄積部に蓄積していたWEB情報を前記WEB閲覧装置へ転送するとともに、当該要求データを転送せずに廃棄するWEB情報取得方法において、
前記情報蓄積サーバは、
前記WEB閲覧装置から送信された要求データを第1の要求データ蓄積部に蓄積し、
前記先読み代理サーバから転送されたWEB情報に含まれる要求データを前記先読み代理サーバと同じ前記所定のアルゴリズムで抽出して第2の要求データ蓄積部に蓄積し、
前記WEB閲覧装置から送信された要求データが前記第2の要求データ蓄積部に蓄積されていないときには、当該要求データを前記先読み代理サーバを介して前記WEBサーバに転送し、
前記WEB閲覧装置から送信された要求データが前記第2の要求データ蓄積部に蓄積されており、かつ当該要求データに対応するWEB情報が前記WEB情報蓄積部に蓄積されていれば、当該WEB情報を前記WEB閲覧装置に送信する
ことを特徴とするWEB情報取得方法。 A WEB server, a prefetching proxy server, an information storage server, and a WEB browsing device are installed via a plurality of network systems,
The prefetch proxy server is installed in a network system with a small delay time with the WEB server among the plurality of network systems,
The information storage server is installed in a network system having a small delay time with the WEB browsing device among the plurality of network systems,
The WEB browsing device transmits the request data addressed before SL WEB server to the information storage server,
The information storage server transfers the request data addressed to the WEB server transmitted from the WEB browsing device to the WEB server via the prefetch proxy server ,
The WEB server outputs first WEB information corresponding to the request data transferred through the prefetch proxy server ,
The prefetching proxy server transfers the first WEB information output from the WEB server to the information storage server and extracts request data included in the first WEB information by a predetermined algorithm to extract the WEB information. Transmitting to the information storage server by prefetching the corresponding second WEB information,
The information storage server transfers the first WEB information transferred from the prefetching proxy server to the WEB browsing device, and the second WEB information transferred from the information storage server to a WEB information storage unit. Accumulate,
The WEB browsing device transmits request data addressed to the WEB server included in the first WEB information to the information storage server ,
Wherein the information storage server forwards the WEB information the had accumulated in the WEB information storage unit corresponding to the request data transmitted from the WEB browsing device to the WEB browsing device, without forwards the request data In the WEB information acquisition method to be discarded
Before Symbol information storage server,
Accumulating the request data transmitted from the WEB browsing device to the first request data storage unit,
The accumulated request data contained in W EB information transferred from the prefetch proxy server to the second request data storage unit extracts the same predetermined algorithm and the look-ahead proxy server,
When request data transmitted from the WEB browsing device is not stored in the second request data storage unit, it transfers the request data to the WEB server via the prefetch proxy server,
The WEB browsing device are stored in the request data is the second request data storage unit that is transmitted from, and if WEB information corresponding to the request data has been accumulated in the WEB information storage unit, the WEB Information is transmitted to the said WEB browsing apparatus. The WEB information acquisition method characterized by the above-mentioned.
前記先読み代理サーバおよび前記情報蓄積サーバは、
前記第1のWEB情報がhtmlファイルであるときに、同じ前記所定のアルゴリズムで当該htmlファイルに含まれる要求データを抽出し、
前記先読み代理サーバは、
当該要求データを用いて前記第2のWEB情報の先読みを行う
ことを特徴とするWEB情報取得方法。 In the WEB information acquisition method according to claim 1,
The prefetch proxy server and the information storage server are:
When the first WEB information is an html file, the request data included in the html file is extracted with the same predetermined algorithm ,
The read-ahead proxy server,
The WEB information acquisition method, wherein the second WEB information is prefetched using the request data.
前記情報蓄積サーバは、
前記WEB情報蓄積部に蓄積されている、前記WEB閲覧装置から送信された要求データに対応するWEB情報を前記WEB閲覧装置に送信したときに、当該WEB情報を前記WEB情報蓄積部から削除するとともに、当該要求データを前記第1の要求データ蓄積部および前記第2の要求データ蓄積部から廃棄する
ことを特徴とするWEB情報取得方法。 In the WEB information acquisition method according to claim 1,
The information storage server includes:
Wherein stored in the WEB information storage unit, when the W EB information that corresponds to the transmitted request data from the WEB browsing device has transmitted to the WEB browsing device, the WEB information from said WEB information storage unit And deleting the request data from the first request data storage unit and the second request data storage unit.
前記先読み代理サーバは、前記複数のネットワークシステムのうち前記WEBサーバとの遅延時間が小さいネットワークシステムに設置され、
前記情報蓄積サーバは、前記複数のネットワークシステムのうち前記WEB閲覧装置との遅延時間が小さいネットワークシステムに設置され、
前記先読み代理サーバは、前記WEB閲覧装置から送信された前記WEBサーバ宛の要求データを前記情報蓄積サーバを介して受信し、該要求データを前記WEBサーバに転送し、前記WEBサーバから出力された第1のWEB情報を前記情報蓄積サーバに転送するとともに、当該第1のWEB情報に含まれる要求データを所定のアルゴリズムで抽出して前記WEBサーバに送信し、対応する第2のWEB情報を先読みして前記情報蓄積サーバに転送する構成であり、
前記情報蓄積サーバは、前記WEB閲覧装置から送信された前記WEBサーバ宛の要求データを前記先読み代理サーバに転送し、前記先読み代理サーバから転送された前記第1のWEB情報を前記WEB閲覧装置に転送するとともに、前記情報蓄積サーバから転送された前記第2のWEB情報をWEB情報蓄積部に蓄積し、前記WEB閲覧装置から前記第1のWEB情報に含まれる要求データを受信した際に、それに対応する前記WEB情報蓄積部に蓄積していたWEB情報を前記WEB閲覧装置へ転送し、当該要求データを転送せずに廃棄する構成である、WEB情報取得装置において、
前記情報蓄積サーバは、
前記WEB閲覧装置から送信された要求データを第1の要求データ蓄積部に蓄積し、
前記先読み代理サーバから転送されたWEB情報に含まれる要求データを前記先読み代理サーバと同じ前記所定のアルゴリズムで抽出して第2の要求データ蓄積部に蓄積し、
前記WEB閲覧装置から送信された要求データが前記第2の要求データ蓄積部に蓄積されていないときには、当該要求データを前記先読み代理サーバを介して前記WEBサーバに転送し、
前記WEB閲覧装置から送信された要求データが前記第2の要求データ蓄積部に蓄積されており、かつ当該要求データに対応するWEB情報が前記WEB情報蓄積部に蓄積されていれば、当該WEB情報を前記WEB閲覧装置に送信する構成である
ことを特徴とするWEB情報取得装置。 A WEB server that outputs WEB information corresponding to the request data and a WEB browsing device are provided with a prefetch proxy server and an information storage server connected via a plurality of network systems,
The prefetch proxy server is installed in a network system with a small delay time with the WEB server among the plurality of network systems,
The information storage server is installed in a network system having a small delay time with the WEB browsing device among the plurality of network systems,
The prefetch proxy server receives the request data addressed to the WEB server transmitted from the WEB browsing device via the information storage server, transfers the request data to the WEB server, and is output from the WEB server. The first WEB information is transferred to the information storage server, the request data included in the first WEB information is extracted by a predetermined algorithm and transmitted to the WEB server, and the corresponding second WEB information is prefetched. And transferring the information to the information storage server,
The information storage server transfers the request data addressed to the WEB server transmitted from the WEB browsing device to the prefetching proxy server, and the first WEB information transferred from the prefetching proxy server to the WEB browsing device. When the request data included in the first WEB information is received from the WEB browsing device, the second WEB information transferred from the information storage server is stored in the WEB information storage unit. In the WEB information acquisition device, the WEB information stored in the corresponding WEB information storage unit is transferred to the WEB browsing device and discarded without transferring the request data .
The information storage server includes:
Accumulating the request data transmitted from the WEB browsing device to the first request data storage unit,
The accumulated request data contained in W EB information transferred from the prefetch proxy server to the second request data storage unit extracts the same predetermined algorithm and the look-ahead proxy server,
When request data transmitted from the WEB browsing device is not stored in the second request data storage unit, it transfers the request data to the WEB server via the prefetch proxy server,
The WEB browsing device are stored in the request data is the second request data storage unit that is transmitted from, and if WEB information corresponding to the request data has been accumulated in the WEB information storage unit, the WEB It is the structure which transmits information to the said WEB browsing apparatus. The WEB information acquisition apparatus characterized by the above-mentioned.
前記先読み代理サーバおよび前記情報蓄積サーバは、
前記第1のWEB情報がhtmlファイルであるときに、同じ前記所定のアルゴリズムで当該htmlファイルに含まれる要求データを抽出し、
前記先読み代理サーバは、
当該要求データを用いて前記第2のWEB情報の先読みを行う構成である
ことを特徴とするWEB情報取得装置。 In the WEB information acquisition device according to claim 4,
The prefetch proxy server and the information storage server are:
When the first WEB information is an html file, the request data included in the html file is extracted with the same predetermined algorithm ,
The read-ahead proxy server,
A WEB information acquisition apparatus, wherein the request data is used to prefetch the second WEB information.
前記情報蓄積サーバは、
前記WEB情報蓄積部に蓄積されている、前記WEB閲覧装置から送信された要求データに対応するWEB情報を前記WEB閲覧装置に送信したときに、当該WEB情報を前記WEB情報蓄積部から削除するとともに、当該要求データを前記第1の要求データ蓄積部および前記第2の要求データ蓄積部から廃棄する構成である
ことを特徴とするWEB情報取得装置。 In the WEB information acquisition device according to claim 4,
The information storage server includes:
Wherein stored in the WEB information storage unit, when the W EB information that corresponds to the transmitted request data from the WEB browsing device has transmitted to the WEB browsing device, the WEB information from said WEB information storage unit A WEB information acquisition apparatus characterized by being configured to delete the request data and discard the request data from the first request data storage unit and the second request data storage unit.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010099813A JP5411054B2 (en) | 2010-04-23 | 2010-04-23 | WEB information acquisition method and apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010099813A JP5411054B2 (en) | 2010-04-23 | 2010-04-23 | WEB information acquisition method and apparatus |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| JP2011232802A JP2011232802A (en) | 2011-11-17 |
| JP2011232802A5 JP2011232802A5 (en) | 2012-11-15 |
| JP5411054B2 true JP5411054B2 (en) | 2014-02-12 |
Family
ID=45322080
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010099813A Active JP5411054B2 (en) | 2010-04-23 | 2010-04-23 | WEB information acquisition method and apparatus |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5411054B2 (en) |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH1021174A (en) * | 1996-07-01 | 1998-01-23 | Ricoh Co Ltd | Data transfer system |
| JP2007272742A (en) * | 2006-03-31 | 2007-10-18 | Ntt Docomo Inc | Communication terminal and communication method |
-
2010
- 2010-04-23 JP JP2010099813A patent/JP5411054B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2011232802A (en) | 2011-11-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11792294B2 (en) | Method and apparatus for reducing loading time of web pages | |
| JP5208884B2 (en) | WEB information acquisition method and apparatus | |
| US8990357B2 (en) | Method and apparatus for reducing loading time of web pages | |
| US6795848B1 (en) | System and method of reading ahead of objects for delivery to an HTTP proxy server | |
| US9342620B2 (en) | Loading of web resources | |
| US8171135B2 (en) | Accumulator for prefetch abort | |
| CN106462611A (en) | Web access performance enhancement | |
| WO2017107568A1 (en) | Cloud-side cooperation-based method for optimizing resource loading at mobile browser | |
| KR20160135250A (en) | Prefetching application data for periods of disconnectivity | |
| CN106776761A (en) | A kind of mobile browser renders the method and device of webpage | |
| JP5442541B2 (en) | WEB information acquisition method and apparatus | |
| US20250097316A1 (en) | Front-end optimization in a content delivery network (cdn) | |
| WO2012016034A1 (en) | System and method for providing network resource identifier shortening service to computing devices | |
| JP5411054B2 (en) | WEB information acquisition method and apparatus | |
| JP5602678B2 (en) | WEB information prefetching method and prefetching proxy server device | |
| CN103313285A (en) | Network resource transmitting and processing device and network resource transmitting and processing method | |
| CN103631926A (en) | Method and device for connecting link in search engine results page | |
| JP5602677B2 (en) | WEB information prefetching method, prefetching proxy server device, and information storage server device | |
| JP5332117B2 (en) | WWW content acquisition system and WWW content acquisition method | |
| JP5726720B2 (en) | WEB information acquisition method and prefetch proxy server | |
| CN104202618B (en) | Method, proxy client, proxy server and system for obtaining playback resources | |
| CN113453062B (en) | Video metadata acquisition and processing method, device, system and electronic equipment | |
| US20160100217A1 (en) | System and method for optimizing delivery of video content in native mobile applications | |
| US10601941B1 (en) | Method and apparatus for optimization of advertisement elements in network resources | |
| WO2015117677A1 (en) | Method and software for transmitting website content |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120928 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120928 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130626 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130702 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130829 |
|
| 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: 20131105 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131107 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5411054 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |