JPH1198162A - Method for continuously accessing data - Google Patents

Method for continuously accessing data

Info

Publication number
JPH1198162A
JPH1198162A JP9253791A JP25379197A JPH1198162A JP H1198162 A JPH1198162 A JP H1198162A JP 9253791 A JP9253791 A JP 9253791A JP 25379197 A JP25379197 A JP 25379197A JP H1198162 A JPH1198162 A JP H1198162A
Authority
JP
Japan
Prior art keywords
session
information
terminal
data
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP9253791A
Other languages
Japanese (ja)
Other versions
JP3265242B2 (en
Inventor
Kenji Moriyasu
健治 森保
Tomohide Yamamoto
具英 山本
Makoto Tamai
誠 玉井
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP25379197A priority Critical patent/JP3265242B2/en
Publication of JPH1198162A publication Critical patent/JPH1198162A/en
Application granted granted Critical
Publication of JP3265242B2 publication Critical patent/JP3265242B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To attain communication between a terminal and an information center based on the latest information without being influenced by a cache function of a repeating node by adding previously determined additional information at the time of continuously accessing the center from the terminal so as to invalidate the cache function of the repeating node. SOLUTION: An information providing program 11 checks the absence of an initial flag from a repeated and sent message (c) and finds out cession ID from session control information by the use of a session control information processing part 15. Then the program 11 retrieves a session management table 13 based on the obtained cession ID, and when a corresponding cession exists, updates time. The processing part 15 generates new session control information based on the cession ID. Then the program 11 extracts corresponding data from an information DB 12 and returns the obtained data together with the new session control information on a message (d).

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報センタ、複数
の端末、キャッシュ機能を有する中継ノード、およびこ
れらを接続するコンピュータネットワークからなり、端
末が中継ノードを経由して情報センタにアクセスするシ
ステムにおいて、情報センタでしばしば更新されるデー
タに対して端末が連続して複数回アクセスしたとして
も、中継ノードのキャッシュ機能を無効とし、最新のデ
ータにアクセスすることを可能とする連続データアクセ
ス方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system in which an information center, a plurality of terminals, a relay node having a cache function, and a computer network connecting these terminals are provided, and a terminal accesses the information center via the relay node. Also, the present invention relates to a continuous data access method for invalidating a cache function of a relay node and enabling access to the latest data even if a terminal accesses data updated frequently in an information center a plurality of times in succession.

【0002】[0002]

【従来の技術】ネットワークのトラフィックを軽減する
方法として、中継ノードにて通過したデータを保存(キ
ャッシュ)しておき、次に同一データへのアクセスがあ
った場合、実際には該当する情報センタには接続せず
に、その中継ノードが代わりに応答するという方式があ
る。
2. Description of the Related Art As a method of reducing network traffic, data passed by a relay node is stored (cached), and when the same data is accessed next time, the data is actually sent to a corresponding information center. Is not connected, and the relay node responds instead.

【0003】インターネットのWWWシステムを例に取
ると、複数の端末からなる企業ネットワーク内に1つの
中継ノード(プロキシ)を置き、企業ネットワーク外の
WWWサーバへのすべてのアクセスは、このプロキシを
経由することとする。プロキシでは、過去に通過したデ
ータを一定期間の間キャッシュしておき、企業外のWW
Wサーバのアクセスに対して、もし要求しているデータ
が、キャッシュされているデータ内に含まれれば、企業
外のWWWサーバへ接続することなく、そのキャッシュ
データを端末へ返送する。結果として、企業外のネット
ワークに無用のトラフィックが生じることがなくなる。
In the case of the Internet WWW system, one relay node (proxy) is placed in a corporate network composed of a plurality of terminals, and all access to a WWW server outside the corporate network goes through this proxy. It shall be. The proxy caches data passed in the past for a certain period of time,
If the requested data is included in the cached data for the access of the W server, the cache data is returned to the terminal without connecting to the WWW server outside the company. As a result, unnecessary traffic does not occur on networks outside the enterprise.

【0004】この方式は、ネットワーク全体のトラフィ
ックを軽減するという観点からは、非常に効率的である
が、情報センタ上のデータが頻繁に変更されるような状
況で、同一端末が同一情報センタに直前のアクセス結果
に基づいて連続してアクセスするような場合、過去のデ
ータが中継ノードから返ってくるため、正確なデータの
やり取りをすることができない。
[0004] This method is very efficient from the viewpoint of reducing the traffic of the entire network, but the same terminal is connected to the same information center in a situation where data on the information center is frequently changed. In the case of continuous access based on the immediately preceding access result, since the past data is returned from the relay node, accurate data cannot be exchanged.

【0005】また、WWWシステムで利用されるプロト
コルであるHTTPでは、中継ノードがキャッシュされ
ないようにデータに指定をすることができる機能が規定
されいるが、現存する中継ノードが、必ずしも忠実に規
定通りに実装されているとは限らない。
[0005] HTTP, which is a protocol used in the WWW system, specifies a function that can specify data so that a relay node is not cached. Is not always implemented in

【0006】[0006]

【発明が解決しようとする課題】上述したように、キャ
ッシュ機能付きの中継ノードを利用して、トラフィック
を軽減しているようなネットワークにおいては、情報セ
ンタの情報が頻繁に更新される状況で、情報センタへ連
続してアクセスする場合、特に直前のアクセス結果に基
づいて次のアクセスが行われる場合、過去のデータが中
継ノードから返ってくるため、正確なデータのやり取り
ができず、中継ノードのキャッシュ機能は、不都合なも
のとなるという問題がある。
As described above, in a network in which traffic is reduced by using a relay node with a cache function, information in an information center is frequently updated. When accessing the information center continuously, especially when the next access is performed based on the immediately preceding access result, since the past data is returned from the relay node, accurate data cannot be exchanged. There is a problem that the cache function is inconvenient.

【0007】本発明は、上記に鑑みてなされたもので、
その目的とするところは、キャッシュ機能を有する中継
ノードを介して端末から連続してセンタにアクセスする
場合でも中継ノードのキャッシュ機能に影響されずに最
新の情報を元に端末とセンタが通信し得る連続データア
クセス方法を提供することにある。
[0007] The present invention has been made in view of the above,
The purpose is to allow the terminal and the center to communicate on the basis of the latest information without being affected by the cache function of the relay node, even when the center is continuously accessed from the terminal via the relay node having the cache function. It is to provide a continuous data access method.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の本発明は、1つまたは複数の情報セ
ンタ、複数の端末、キャッシュ機能を有する中継ノー
ド、およびこれらを接続するコンピュータネットワーク
からなり、前記端末が前記中継ノードを経由して前記情
報センタからデータを取得するシステムにおいて、情報
センタでしばしば更新されるデータに対して連続して複
数回アクセスしたとしても、中継ノードのキャッシュ機
能を無効とし、最新のデータにアクセスすることを可能
とする連続データアクセス方法であって、前記端末が連
続して前記情報センタにアクセスする場合に、要求する
データの識別子に端末と情報センタとで予め取り決め
た、アクセスの都度異なる付加情報を付与してアクセス
し、前記付加情報によって前記中継ノードのキャッシュ
機能を無効とすることを要旨とする。
In order to achieve the above object, the present invention according to claim 1 has one or more information centers, a plurality of terminals, a relay node having a cache function, and a computer connecting these. In a system comprising a network, wherein the terminal obtains data from the information center via the relay node, even if the data frequently updated at the information center is accessed a plurality of times continuously, the cache of the relay node A continuous data access method for disabling a function and enabling access to the latest data, wherein when the terminal continuously accesses the information center, a terminal and an information center are used as identifiers of requested data. The access is made by giving different additional information each time the access is decided in advance in And summarized in that the disabling caching of the relay node.

【0009】請求項1記載の本発明にあっては、端末が
連続して情報センタにアクセスする場合、要求するデー
タの識別子に端末と情報センタとで予め取り決めた、ア
クセスの都度異なる付加情報を付与してアクセスし、該
付加情報によって中継ノードのキャッシュ機能を無効と
するため、最新の情報を利用して連続してアクセスする
ことができる。
According to the first aspect of the present invention, when the terminal accesses the information center continuously, additional information which is determined in advance between the terminal and the information center between the terminal and the information center is used as the identifier of the requested data. Since access is granted and the cache function of the relay node is invalidated by the additional information, continuous access can be made using the latest information.

【0010】また、請求項2記載の本発明は、請求項1
記載の発明において、前記端末からのアクセス毎に異な
る付加情報を付与する処理は、前記端末から申告された
一連のアクセスの塊であるセッションに対して、セッシ
ョン毎に異なるセッションIDを付与し、同一セッショ
ンに属する異なるアクセスに対しては、1回目では要求
するデータの識別子に1回目であることを示すフラグを
付与し、2回目以降のアクセスにおいては、要求するデ
ータの識別子に、前回のアクセスの際に情報センタで指
定した情報を付与することを要旨とする。
The present invention described in claim 2 is the same as the claim 1.
In the invention described in the above description, the process of assigning different additional information for each access from the terminal includes assigning a different session ID for each session to a session that is a lump of a series of accesses declared from the terminal, and For different accesses belonging to the session, a flag indicating the first time is added to the identifier of the requested data at the first time, and the identifier of the requested data is added to the identifier of the requested data at the second and subsequent accesses. In this case, the gist is to add the information specified by the information center.

【0011】請求項2記載の本発明にあっては、端末か
らの一連のアクセスであるセッション毎に異なるセッシ
ョンIDを付与し、同一セッションに属する異なるアク
セスに対しては、1回目では要求データの識別子にフラ
グを付与し、2回目以降では、要求データの識別子に、
前回のアクセスの際に情報センタで指定した情報を付与
するため、端末から情報センタへのアクセスにおいて制
御用データが毎回異なり、中継ノードのキャッシュ機能
を無効にでき、最新の情報を利用して正確なデータのや
り取りを行うことができる。
According to the second aspect of the present invention, a different session ID is assigned to each session, which is a series of accesses from a terminal, and for different accesses belonging to the same session, the request data of A flag is added to the identifier, and in the second and subsequent times, the identifier of the request data is
Since the information specified by the information center is added at the time of the previous access, the control data is different each time when accessing the information center from the terminal, and the cache function of the relay node can be invalidated, and the latest information is used for accurate Data can be exchanged.

【0012】更に、請求項3記載の本発明は、情報セン
タ、複数の端末、キャッシュ機能を有する中継ノード、
およびこれらを接続するコンピュータネットワークから
なり、前記端末が前記中継ノードを経由して前記情報セ
ンタにアクセスするシステムにおいて、情報センタでし
ばしば更新されるデータに対して連続して複数回アクセ
スしたとしても、中継ノードのキャッシュ機能を無効と
し、最新のデータにアクセスすることを可能とする連続
データアクセス方法であって、前記端末がデータを要求
すべく情報センタに連続してアクセスする場合、1回目
は前記要求データの識別子に1回目であることを示すフ
ラグを付加してメッセージを構成し、該メッセージを中
継ノードを経由して情報センタに送信し、情報センタは
端末からの前記メッセージを受信すると、該メッセージ
を調べ、該メッセージに前記フラグが含まれていれば、
一連のアクセスの塊をセッションとして識別管理するた
めの新たなセッションIDを生成して、該セッションI
Dと時刻をセッション管理テーブルに登録し、前記セッ
ションIDに基づいて他のアクセスと重ならない新たな
セッション制御情報を生成し、該セッション制御情報を
端末から要求されたデータとともにメッセージとして端
末に返送し、端末は情報センタから中継ノードを介して
返送されてきたメッセージを受信して、要求したデータ
を取得するとともに、前記セッション制御情報を格納
し、2回目以降のアクセスにおいては、端末では要求す
るデータの識別子に前記格納したセッション制御情報を
付加し、メッセージとして中継ノードを経由して情報セ
ンタに送信し、情報センタでは端末からのメッセージを
受信して、フラグがないことを確認し、該メッセージに
付加されているセッション制御情報からセッションID
を求め、該セッションIDでセッション管理テーブルを
検索して、該当するセッションIDの時刻を更新し、該
セッションIDに基づいて新しいセッション制御情報を
生成し、この新しいセッション制御情報を端末から要求
されたデータとともにメッセージとして端末に返送し、
端末では情報センタからのメッセージを受信し、要求し
たデータを取得するとともに、セッション制御情報を格
納し、以降、連続するアクセスの間、上記処理を繰り返
し行うことを要旨とする。
Further, according to the present invention, there is provided an information center, a plurality of terminals, a relay node having a cache function,
And a computer network connecting them, in a system in which the terminal accesses the information center via the relay node, even if the terminal frequently accesses data that is frequently updated in the information center a plurality of times, A continuous data access method for disabling a cache function of a relay node and enabling access to the latest data, wherein when the terminal continuously accesses an information center to request data, A message is formed by adding a flag indicating the first time to the identifier of the request data, and the message is transmitted to the information center via the relay node. When the information center receives the message from the terminal, Examine the message and if the message contains the flag,
A new session ID for identifying and managing a series of access chunks as a session is generated, and the session I
Registering D and time in the session management table, generating new session control information that does not overlap with other accesses based on the session ID, returning the session control information to the terminal as a message together with data requested by the terminal. The terminal receives the message returned from the information center via the relay node, acquires the requested data, stores the session control information, and in the second and subsequent accesses, the terminal requests the requested data. The stored session control information is added to the identifier, and the message is transmitted as a message to the information center via the relay node. The information center receives the message from the terminal and confirms that there is no flag. Session ID from the added session control information
, The session management table is searched with the session ID, the time of the corresponding session ID is updated, new session control information is generated based on the session ID, and the new session control information is requested from the terminal. Return it to the terminal as a message with the data,
The gist is that the terminal receives the message from the information center, obtains the requested data, stores the session control information, and thereafter repeats the above processing during continuous access.

【0013】請求項3記載の本発明にあっては、端末が
データを要求すべく情報センタに連続してアクセスする
場合、1回目は要求データの識別子にフラグを付加した
メッセージを中継ノードを経由して情報センタに送信
し、情報センタは受信した該メッセージにフラグが含ま
れていれば、一連のアクセスをセッションとして識別管
理するための新たなセッションIDを生成して、該セッ
ションIDと時刻をセッション管理テーブルに登録し、
該セッションIDに基づいて他のアクセスと重ならない
新たなセッション制御情報を生成し、該セッション制御
情報を端末から要求されたデータとともに端末に返送
し、端末は返送されてきたメッセージを受信して、要求
したデータを取得するとともに、セッション制御情報を
格納し、2回目以降において端末では要求するデータの
識別子に前記格納したセッション制御情報を付加し、中
継ノードを経由して情報センタに送信し、情報センタで
は端末からのメッセージを受信して、フラグがないこと
を確認し、該メッセージに付加されているセッション制
御情報からセッションIDを求め、該セッションIDで
セッション管理テーブルを検索して、該当するセッショ
ンIDの時刻を更新し、該セッションIDに基づいて新
しいセッション制御情報を生成し、この新しいセッショ
ン制御情報を端末から要求されたデータとともにメッセ
ージとして端末に返送し、端末では情報センタからのメ
ッセージを受信し、要求したデータを取得するととも
に、セッション制御情報を格納し、以降、連続するアク
セスの間、上記処理を繰り返し行うため、端末から情報
センタへのアクセスにおいて制御用データが毎回異な
り、中継ノードのキャッシュ機能を無効にでき、最新の
情報を利用して正確なデータのやり取りを行うことがで
きる。
According to the third aspect of the present invention, when the terminal continuously accesses the information center in order to request data, the terminal first transmits a message in which a flag is added to the identifier of the requested data via the relay node. If the received message includes a flag, the information center generates a new session ID for identifying and managing a series of accesses as a session, and sets the session ID and time. Register in the session management table,
Generate new session control information that does not overlap with other accesses based on the session ID, return the session control information to the terminal together with data requested from the terminal, and the terminal receives the returned message, Acquires the requested data and stores the session control information. At the second and subsequent times, the terminal adds the stored session control information to the identifier of the requested data and transmits the information to the information center via the relay node. The center receives the message from the terminal, confirms that there is no flag, obtains the session ID from the session control information added to the message, searches the session management table using the session ID, and finds the corresponding session. Update the time of the ID, and control the new session based on the session ID. And sends the new session control information back to the terminal as a message together with the data requested by the terminal.The terminal receives the message from the information center, acquires the requested data, and stores the session control information. Thereafter, since the above processing is repeated during continuous access, the control data is different each time when accessing the information center from the terminal, the cache function of the relay node can be invalidated, and accurate information can be obtained by using the latest information. Data can be exchanged.

【0014】請求項4記載の本発明は、請求項3記載の
発明において、前記セッション管理テーブルに各セッシ
ョンIDに対応して登録されている時刻を定期的に現在
時刻と比較し、所定の時間差があるセッションデータを
タイムアウトとして削除することを要旨とする。
According to a fourth aspect of the present invention, in the third aspect of the present invention, the time registered in the session management table corresponding to each session ID is periodically compared with a current time to determine a predetermined time difference. The point is that some session data is deleted as a timeout.

【0015】請求項4記載の本発明にあっては、セッシ
ョン管理テーブルに各セッションIDに対応して登録さ
れている時刻を現在時刻と比較し、所定の時間差がある
セッションデータをタイムアウトとして削除するため、
セッション管理テーブルにいつまでもセッションデータ
が残って増大することを防止することができる。
According to the present invention, the time registered in the session management table corresponding to each session ID is compared with the current time, and session data having a predetermined time difference is deleted as a timeout. For,
It is possible to prevent session data from remaining and increasing in the session management table forever.

【0016】また、請求項5記載の本発明は、請求項4
記載の発明において、情報センタは端末からのメッセー
ジの受信時に、セッション管理テーブルに該当するセッ
ションIDがない場合、タイムアウトと判断し、その旨
を端末に通知して、処理を中止し、タイムアウトを通知
された端末は格納しておいたセッション制御情報をクリ
アすることを要旨とする。
The present invention described in claim 5 provides the present invention according to claim 4.
In the described invention, when a message from the terminal is received, if there is no corresponding session ID in the session management table, the information center determines that a timeout has occurred, notifies the terminal to that effect, suspends the processing, and notifies the timeout. The gist of the terminated terminal is to clear the stored session control information.

【0017】請求項5記載の本発明にあっては、情報セ
ンタはメッセージの受信時にセッション管理テーブルに
該当するセッションIDがない場合、タイムアウトと判
断し、その旨を端末に通知して、処理を中止し、タイム
アウトを通知された端末は格納しておいたセッション制
御情報をクリアするため、セッション制御情報がいつま
でも残ることを防止することができる。
According to the fifth aspect of the present invention, when there is no corresponding session ID in the session management table at the time of receiving a message, the information center determines that a timeout has occurred, notifies the terminal to that effect, and executes the processing. Since the terminal that has been stopped and notified of the timeout clears the stored session control information, it is possible to prevent the session control information from remaining forever.

【0018】[0018]

【発明の実施の形態】以下、図面を用いて本発明の実施
の形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0019】図1は、本発明の一実施形態に係る連続デ
ータアクセス方法を実施するシステムの構成図である。
同図に示すシステムは、情報を提供する複数の情報セン
タ1と、該複数の情報センタ1が接続されたコンピュー
タネットワーク4と、該コンピュータネットワーク4に
接続されるサブネットワーク5内に設けられ、コンピュ
ータネットワーク4に直接接続された中継ノード3と、
サブネットワーク5内に設けられ、中継ノード3に接続
された複数の端末2とから構成されている。
FIG. 1 is a configuration diagram of a system for implementing a continuous data access method according to an embodiment of the present invention.
The system shown in FIG. 1 is provided in a plurality of information centers 1 that provide information, a computer network 4 to which the plurality of information centers 1 are connected, and a sub-network 5 that is connected to the computer network 4. A relay node 3 directly connected to the network 4,
A plurality of terminals 2 are provided in the sub-network 5 and connected to the relay node 3.

【0020】図2は、図1に示す各構成要素に設けられ
ているプログラムおよびメモリ等の構成を概略的に示す
ものであるが、図2に示すように、情報センタ1は、情
報提供処理を実行する情報提供プログラム11および情
報を格納している情報データべース(以下、情報DBと
略称する)12を有し、端末2は、情報検索処理を実行
する情報検索プログラム21を有し、中継ノード3は、
中継処理を実行する中継プログラム31およびキャッシ
ュ情報を蓄積するキャッシュメモリ32を有する。
FIG. 2 schematically shows a configuration of a program, a memory and the like provided in each component shown in FIG. 1. As shown in FIG. The terminal 2 has an information search program 21 for executing information search processing, and an information database (hereinafter abbreviated as information DB) 12 for storing information. , The relay node 3
It has a relay program 31 for executing relay processing and a cache memory 32 for storing cache information.

【0021】また、図3は、図1に示すシステムを構成
している情報センタ1および端末2の更に詳細な構成を
示すブロック図である。同図に示すように、情報センタ
1は、前記情報提供プログラム11、情報DB12に加
えて、セッション管理テーブル13、セッションID生
成部14、セッション制御情報処理部15、セッション
タイムアウト検出部16を有し、端末2は、前記情報検
索プログラム21に加えて、乱数発生部22、セッショ
ン制御情報記憶部23を有する。
FIG. 3 is a block diagram showing a more detailed configuration of the information center 1 and the terminal 2 constituting the system shown in FIG. As shown in FIG. 1, the information center 1 includes a session management table 13, a session ID generation unit 14, a session control information processing unit 15, and a session timeout detection unit 16 in addition to the information providing program 11 and the information DB 12. The terminal 2 has a random number generation unit 22 and a session control information storage unit 23 in addition to the information search program 21.

【0022】このような構成において、まず中継ノード
3のキャッシュ機能を実施する中継プログラム31によ
る一般的な中継処理について説明する。
In such a configuration, first, a general relay process by the relay program 31 that performs the cache function of the relay node 3 will be described.

【0023】まず、端末2の情報検索プログラム21
は、“どの情報センタのどのデータ”が必要であるかを
指定するデータ識別子情報(以下、URLと呼ぶ)を載
せたメッセージaを中継プログラム31に送る。中継プ
ログラム31は、メッセージa内のURLを元に、要求
されたデータが既に中継ノード3内にキャッシュされて
いるかどうかを調べるためキャッシュメモリ32を検索
する。
First, the information retrieval program 21 of the terminal 2
Sends to the relay program 31 a message a containing data identifier information (hereinafter referred to as a URL) designating "which data of which information center" is required. The relay program 31 searches the cache memory 32 based on the URL in the message a to check whether the requested data has already been cached in the relay node 3.

【0024】もし、キャッシュメモリ32に該当するデ
ータが存在しない場合は、URLで指定された情報セン
タ1内の情報提供プログラム11に接続し、メッセージ
cとして中継する。情報提供プログラム11は、該当す
るデータを情報DB12から取り出し、メッセージdに
載せて中継プログラム31に返す。中継プログラム31
は、転送されたデータをキャッシュメモリ32内に格納
するとともに、メッセージbに載せて情報検索プログラ
ム21に中継する。
If there is no corresponding data in the cache memory 32, the data is connected to the information providing program 11 in the information center 1 designated by the URL and relayed as a message c. The information providing program 11 retrieves the corresponding data from the information DB 12 and returns it to the relay program 31 in a message d. Relay program 31
Stores the transferred data in the cache memory 32 and relays the data to the information search program 21 in the message b.

【0025】また、もし中継プログラム31がメッセー
ジaを受信した時点で、キャッシュメモリ32内に該当
するデータが存在した場合は、そのまま情報提供プログ
ラム11に接続することなく、当該データをメッセージ
bに載せて情報検索プログラム21に返す。
If the corresponding data exists in the cache memory 32 at the time when the relay program 31 receives the message a, the data is put in the message b without connecting to the information providing program 11 as it is. To the information retrieval program 21.

【0026】次に、上述したようなキャッシュ機能を有
する中継プログラム31を備えた中継ノード3が端末2
と情報センタ1との間に存在する場合であっても、中継
ノード3のキャッシュ機能を無視して端末2と情報セン
タ1との間で正確な情報のやり取りを行う本実施形態の
処理について説明する。
Next, the relay node 3 having the relay program 31 having the cache function as described above
A description will be given of the processing of the present embodiment in which accurate information is exchanged between the terminal 2 and the information center 1 ignoring the cache function of the relay node 3 even when the terminal 2 and the information center 1 exist. I do.

【0027】本実施形態では、端末2の情報検索プログ
ラム21から情報センタ1の情報提供プログラム11へ
の連続したアクセスは、1つの塊であるセッションとし
て識別管理され、情報センタ1のセッション管理テーブ
ル13に登録される。このセッション管理テーブル13
は、セッションIDと時刻とから構成され、この時刻は
連続するアクセスが終了し、セッションが終わったにも
関わらず、セッションデータがいつまでもセッション管
理テーブル13に残っていることを防止するために定期
的にセッションデータを削除するために設けられている
ものである。
In the present embodiment, continuous access from the information retrieval program 21 of the terminal 2 to the information providing program 11 of the information center 1 is identified and managed as a single session, and the session management table 13 of the information center 1 Registered in. This session management table 13
Is composed of a session ID and a time. This time is a periodical period for preventing continuous session data from remaining in the session management table 13 indefinitely even when continuous access ends and the session ends. Is provided for deleting session data.

【0028】また、セッションIDは、セッションID
生成部14によって生成されるものであり、その時点に
おいてセッション管理テーブル13にある他のセッショ
ンIDと重ならないそれぞれ異なる識別子である。
The session ID is the session ID
The identifiers are generated by the generation unit 14 and are different identifiers that do not overlap with other session IDs in the session management table 13 at that time.

【0029】セッション制御情報処理部15は、「セッ
ション制御情報」に関する2つの計算を行う。セッショ
ン制御情報は、端末2の情報検索プログラム21と情報
センタ1の情報提供プログラム11の間で交換される制
御情報であって、セッションIDを元にセッション間ま
たは同一セッション内のアクセス間でも重ならないよう
な唯一性の保証された情報であり、更にセッション制御
情報からセッションIDはただ1つ求まるという性質を
有する。このような条件を満たすセッション制御情報
は、例えばセッションIDに通し番号を付けたものなど
が考えられる。セッション制御情報処理部15は、セッ
ションIDを元にセッション制御情報を生成する計算
と、セッション制御情報からセッションIDを求めると
いう計算を行う。
The session control information processing section 15 performs two calculations regarding "session control information". The session control information is control information exchanged between the information search program 21 of the terminal 2 and the information providing program 11 of the information center 1, and does not overlap between sessions or between accesses within the same session based on the session ID. Such information is guaranteed uniqueness, and has the property that only one session ID is obtained from the session control information. The session control information that satisfies such a condition may be, for example, information obtained by adding a serial number to a session ID. The session control information processing unit 15 performs calculation for generating session control information based on the session ID and calculation for obtaining the session ID from the session control information.

【0030】また、情報検索プログラム21が情報提供
プログラム11に送信するメッセージa上のURLは、
本来、端末が要求するデータの識別子に関する情報であ
るが、本発明では、URLに上記データ識別子情報以外
に、制御用のデータ(セッション制御情報など)が入る
エリアが用意してあり、その形式の違いは、既存の中継
プログラムからは区別がつかなく、情報検索プログラム
21と情報提供プログラム11のみが検出できるものと
する。
The URL on the message a transmitted by the information retrieval program 21 to the information providing program 11 is:
Originally, it is information relating to an identifier of data requested by the terminal. In the present invention, in addition to the data identifier information, an area for storing control data (session control information, etc.) is prepared in the URL. The difference is assumed to be indistinguishable from the existing relay program, and that only the information search program 21 and the information providing program 11 can be detected.

【0031】次に、本実施形態の動作を説明する。この
動作では、中継ノード3の中継プログラム31はメッセ
ージaの内容をそのままメッセージcとして中継し、メ
ッセージdの内容をそのままメッセージbとして中継す
ることになる。
Next, the operation of this embodiment will be described. In this operation, the relay program 31 of the relay node 3 relays the content of the message a as it is as the message c, and relays the content of the message d as it is as the message b.

【0032】まず、端末2から情報センタ1への1回目
のアクセスについて説明する。端末2の情報検索プログ
ラム21は、まずURLに、要求するデータ識別子情報
以外に、乱数発生部22で発生した乱数、および初回で
あることを示すフラグを含めてメッセージaに載せ、中
継プログラム31経由で情報提供プログラム11に送
る。
First, the first access from the terminal 2 to the information center 1 will be described. The information search program 21 of the terminal 2 first puts, in the URL, the message a including, in addition to the requested data identifier information, the random number generated by the random number generator 22 and the flag indicating the first time, via the relay program 31 To the information providing program 11.

【0033】情報提供プログラム11は、中継されて送
られてきたメッセージcに載っているURLを元に、初
回フラグがあれば、セッションID生成部14にて新た
なセッションIDを求め、情報セッション管理テーブル
13にセッションIDと時刻を登録する。更に、セッシ
ョン制御情報処理部15にて、セッションIDを元に新
たにセッション制御情報を生成する。
The information providing program 11 determines a new session ID in the session ID generation unit 14 if there is an initial flag based on the URL included in the message c relayed and sent, and performs information session management. The session ID and the time are registered in the table 13. Further, the session control information processing section 15 newly generates session control information based on the session ID.

【0034】次に、情報提供プログラム11は、情報D
B12から該当するデータを取り出し、セッション制御
情報とともにメッセージdに載せて返す。
Next, the information providing program 11 transmits the information D
The corresponding data is taken out from B12 and returned in message d together with the session control information.

【0035】情報検索プログラム21は、中継されてき
たメッセージbを受信し、要求したデータを利用者に表
示する等の処理を行うとともに、セッション制御情報を
セッション制御情報記憶部23に格納する。
The information search program 21 receives the relayed message b, performs processing such as displaying the requested data to the user, and stores the session control information in the session control information storage unit 23.

【0036】2回目以降のアクセスにおいては、情報検
索プログラム21は、URLに要求するデータ識別子情
報以外に、セッション制御情報記憶部23に記憶してあ
るセッション制御情報を含めてメッセージaに載せ、中
継プログラム31経由で情報提供プログラム11に送
る。
In the second and subsequent accesses, the information retrieving program 21 puts the message a including the session control information stored in the session control information storage unit 23 in addition to the data identifier information requested for the URL, and relays the message. The information is sent to the information providing program 11 via the program 31.

【0037】情報提供プログラム11は、中継されて送
られてきたメッセージcより、初回フラグがないことを
確認し、セッション制御情報処理部15を使って、セッ
ション制御情報からセッションIDを求める。次に、得
られたセッションIDを元に、セッション管理テーブル
13を検索し、該当セッションが存在すれば、時刻を更
新する。更に、セッション制御情報処理部15にて、セ
ッションIDを元に新たにセッション制御情報を生成す
る。
The information providing program 11 confirms that there is no initial flag from the message c relayed and sent, and uses the session control information processing unit 15 to obtain a session ID from the session control information. Next, the session management table 13 is searched based on the obtained session ID, and the time is updated if the corresponding session exists. Further, the session control information processing section 15 newly generates session control information based on the session ID.

【0038】次に、情報提供プログラム11は、情報D
B12から該当するデータを取り出し、新しいセッショ
ン制御情報とともにメッセージdに載せて返す。情報検
索プログラム21は、中継されてきたメッセージbを受
信し、要求したデータを表示する等の処理を行うととも
に、セッション制御情報をセッション制御情報記憶部2
3に格納する。
Next, the information providing program 11 transmits the information D
The corresponding data is extracted from B12 and returned in message d together with new session control information. The information search program 21 receives the relayed message b, performs processing such as displaying the requested data, and stores the session control information in the session control information storage unit 2.
3 is stored.

【0039】なお、上述した処理において、セッション
管理テーブル13上の、ある一定時刻以降更新されてい
ないセッションは、定期的にクリアされる。これはセッ
ションタイムアウト検出部16が、定期的に現在時刻と
セッション管理テーブル13内の各セッションの時刻を
比較し、一定以上の差があるセッションを削除すること
によって行われる。
In the above-described processing, sessions that have not been updated after a certain time on the session management table 13 are periodically cleared. This is performed by the session timeout detecting unit 16 periodically comparing the current time with the time of each session in the session management table 13 and deleting a session having a certain difference or more.

【0040】また、情報提供プログラム11が、情報検
索プログラム21からのメッセージcの受信時に、初回
でないにも関わらず、セッション管理テーブル13内に
該当するセッションIDがなかった場合は、タイムアウ
トしたと判断し、その旨を情報検索プログラム21に通
知し、処理を中止する。情報検索プログラム21は必要
であれば、初回と同じ操作から処理を始める。
If the information providing program 11 does not find the corresponding session ID in the session management table 13 at the time of receiving the message c from the information search program 21 even though it is not the first time, it is determined that the timeout has occurred. Then, the fact is notified to the information search program 21 and the processing is stopped. If necessary, the information search program 21 starts processing from the same operation as the first time.

【0041】上述したように、本実施形態では、端末か
ら同一情報センタの同一データに連続したアクセスを行
う場合でも、情報センタは端末に返送するアクセス結果
に毎回異なり、かつ他の端末による同様なアクセスとは
区別し得るようなデータ識別子を付与して送信し、端末
はこの識別子を利用してアクセス先を指定するため、例
え中継ノードにおいて通信メッセージがキャッシュされ
たとしても、2度とキャッシュデータを利用せず、常に
最新のデータがアクセス可能となる。
As described above, in the present embodiment, even when a terminal makes continuous access to the same data in the same information center, the information center differs every time in the access result returned to the terminal, and the same result is obtained by other terminals. The terminal transmits the data with a data identifier that can be distinguished from the access, and the terminal uses this identifier to specify the access destination. Therefore, even if the communication message is cached in the relay node, the cache data is never transmitted again. Without using, the latest data can always be accessed.

【0042】また、データ識別子の生成では、端末から
の連続したアクセスを1つの塊であるセッションとして
識別管理し、情報センタは端末からアクセスされる度に
セッション間またはセッション内のアクセス間であって
も重ならず、その場でのみ利用できる制御用データを端
末に返送する。端末はその制御用データを次回のアクセ
ス時に、データ識別子に含めることにより、データ識別
子の内容を毎回変化させることができ、更に他の端末か
らの同様なアクセスに対しても独立したセッションとす
ることができる。
In the generation of the data identifier, continuous access from the terminal is identified and managed as one lump session, and the information center is used between the sessions each time the terminal is accessed or between accesses within the session. The control data that can be used only on the spot is returned to the terminal. The terminal can change the content of the data identifier every time by including the control data in the data identifier at the next access, and also establish an independent session for similar access from other terminals. Can be.

【0043】また、もし途中から、別の情報検索プログ
ラムが、セッション制御情報をコピーして、成りすます
ようなことに対して対処する必要があれば、セッション
制御情報処理部で、セッション制御情報の暗号化/復号
化を行えば、次のセッション制御情報の予測がつかなく
なるため、他の情報検索プログラムにセッションを横取
りされることがなくなる。
If it is necessary for another information retrieval program to copy the session control information and cope with the impersonation, the session control information processing section may execute the session control information processing section. If the encryption / decryption is performed, the next session control information cannot be predicted, so that the session is not intercepted by another information search program.

【0044】[0044]

【発明の効果】以上説明したように、本発明によれば、
端末が連続して情報センタにアクセスする場合、要求す
るデータの識別子に端末と情報センタとで予め取り決め
た、アクセスの都度異なる付加情報を付与してアクセス
し、該付加情報によって中継ノードのキャッシュ機能を
無効とするので、端末から情報センタへのアクセスにお
いて制御用データが毎回異なり、中継ノードのキャッシ
ュ機能を無効にでき、最新の情報を利用して連続してア
クセスし、正確なデータのやり取りを行うことができ
る。
As described above, according to the present invention,
When the terminal accesses the information center continuously, the identifier of the requested data is accessed by adding additional information which is determined in advance between the terminal and the information center at each access, and the cache function of the relay node is performed by the additional information. Since the control data is different each time when accessing the information center from the terminal, the cache function of the relay node can be invalidated, continuous access using the latest information, and accurate data exchange It can be carried out.

【0045】また、本発明によれば、端末からの一連の
アクセスであるセッション毎に異なるセッションIDを
付与し、同一セッションに属する異なるアクセスに対し
ては、1回目では要求データの識別子にフラグを付与
し、2回目以降では、要求データの識別子に、前回のア
クセスの際に情報センタで指定した情報を付与するの
で、各アクセス毎に制御用データが異なり、中継ノード
のキャッシュ機能を無効にでき、最新の情報を利用して
正確なデータのやり取りを行うことができる。
Further, according to the present invention, a different session ID is assigned to each session, which is a series of accesses from the terminal, and for different accesses belonging to the same session, a flag is first added to the identifier of the request data for the first time. In the second and subsequent times, the information specified by the information center at the time of the previous access is added to the identifier of the request data, so the control data differs for each access, and the cache function of the relay node can be disabled. In addition, accurate data exchange can be performed using the latest information.

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

【図1】本発明の一実施形態に係る連続データアクセス
方法を実施するシステムの構成図である。
FIG. 1 is a configuration diagram of a system that implements a continuous data access method according to an embodiment of the present invention.

【図2】図1に示す各構成要素に設けられているプログ
ラムおよびメモリ等の構成を概略的に示すブロック図で
ある。
FIG. 2 is a block diagram schematically showing a configuration of a program and a memory provided in each component shown in FIG. 1;

【図3】図1に示すシステムを構成している情報センタ
および端末の更に詳細な構成を示すブロック図であり、
中継ノードは省略されている。
FIG. 3 is a block diagram showing a more detailed configuration of an information center and a terminal constituting the system shown in FIG. 1;
Relay nodes are omitted.

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

1 情報センタ 2 端末 3 中継ノード 4 コンピュータネットワーク 5 サブネットワーク 11 情報提供プログラム 12 情報DB 13 セッション管理テーブル 14 セッションID生成部 15 セッション制御情報処理部 16 セッションタイムアウト検出部 21 情報検索プログラム 22 乱数発生部 23 セッション制御情報記憶部 31 中継プログラム 32 キャッシュメモリ DESCRIPTION OF SYMBOLS 1 Information center 2 Terminal 3 Relay node 4 Computer network 5 Subnetwork 11 Information provision program 12 Information DB 13 Session management table 14 Session ID generation unit 15 Session control information processing unit 16 Session timeout detection unit 21 Information search program 22 Random number generation unit 23 Session control information storage unit 31 Relay program 32 Cache memory

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 1つまたは複数の情報センタ、複数の端
末、キャッシュ機能を有する中継ノード、およびこれら
を接続するコンピュータネットワークからなり、前記端
末が前記中継ノードを経由して前記情報センタからデー
タを取得するシステムにおいて、情報センタでしばしば
更新されるデータに対して連続して複数回アクセスした
としても、中継ノードのキャッシュ機能を無効とし、最
新のデータにアクセスすることを可能とする連続データ
アクセス方法であって、 前記端末が連続して前記情報センタにアクセスする場合
に、要求するデータの識別子に端末と情報センタとで予
め取り決めた、アクセスの都度異なる付加情報を付与し
てアクセスし、 前記付加情報によって前記中継ノードのキャッシュ機能
を無効とすることを特徴とする連続データアクセス方
法。
1. An information center comprising one or a plurality of information centers, a plurality of terminals, a relay node having a cache function, and a computer network connecting them, wherein the terminal transmits data from the information center via the relay nodes. A continuous data access method in which a cache function of a relay node is invalidated and the latest data can be accessed even if data that is frequently updated in an information center is accessed a plurality of times in a continuous manner in an acquisition system. In the case where the terminal accesses the information center successively, the terminal accesses the information center by assigning additional information different in each access to the identifier of the data to be requested in advance between the terminal and the information center; A cache function of the relay node is invalidated by information. Data access method.
【請求項2】 前記端末からのアクセス毎に異なる付加
情報を付与する処理は、 前記端末から申告された一連のアクセスの塊であるセッ
ションに対して、セッション毎に異なるセッションID
を付与し、 同一セッションに属する異なるアクセスに対しては、1
回目では要求するデータの識別子に1回目であることを
示すフラグを付与し、 2回目以降のアクセスにおいては、要求するデータの識
別子に、前回のアクセスの際に情報センタで指定した情
報を付与することを特徴とする請求項1記載の連続デー
タアクセス方法。
2. A process of giving different additional information for each access from the terminal, wherein a session ID different for each session is assigned to a session that is a series of a series of accesses declared from the terminal.
For different access belonging to the same session.
At the second time, a flag indicating the first time is added to the identifier of the requested data. At the second and subsequent accesses, the information specified at the information center at the time of the previous access is added to the identifier of the requested data. 2. The continuous data access method according to claim 1, wherein:
【請求項3】 情報センタ、複数の端末、キャッシュ機
能を有する中継ノード、およびこれらを接続するコンピ
ュータネットワークからなり、前記端末が前記中継ノー
ドを経由して前記情報センタにアクセスするシステムに
おいて、情報センタでしばしば更新されるデータに対し
て連続して複数回アクセスしたとしても、中継ノードの
キャッシュ機能を無効とし、最新のデータにアクセスす
ることを可能とする連続データアクセス方法であって、 前記端末がデータを要求すべく情報センタに連続してア
クセスする場合、1回目は前記要求するデータの識別子
に1回目であることを示すフラグを付加してメッセージ
を構成し、該メッセージを中継ノードを経由して情報セ
ンタに送信し、 情報センタは端末からの前記メッセージを受信すると、
該メッセージを調べ、該メッセージに前記フラグが含ま
れていれば、一連のアクセスの塊をセッションとして識
別管理するための新たなセッションIDを生成して、該
セッションIDと時刻をセッション管理テーブルに登録
し、 前記セッションIDに基づいて他のアクセスと重ならな
い新たなセッション制御情報を生成し、該セッション制
御情報を端末から要求されたデータとともにメッセージ
として端末に返送し、 端末は情報センタから中継ノードを介して返送されてき
たメッセージを受信して、要求したデータを取得すると
ともに、前記セッション制御情報を格納し、 2回目以降のアクセスにおいては、端末では要求するデ
ータの識別子に前記格納したセッション制御情報を付加
し、メッセージとして中継ノードを経由して情報センタ
に送信し、 情報センタでは端末からのメッセージを受信して、フラ
グがないことを確認し、該メッセージに付加されている
セッション制御情報からセッションIDを求め、該セッ
ションIDでセッション管理テーブルを検索して、該当
するセッションIDの時刻を更新し、該セッションID
に基づいて新しいセッション制御情報を生成し、 この新しいセッション制御情報を端末から要求されたデ
ータとともにメッセージとして端末に返送し、 端末では情報センタからのメッセージを受信し、要求し
たデータを取得するとともに、セッション制御情報を格
納し、 以降、連続するアクセスの間、上記処理を繰り返し行う
ことを特徴とする連続データアクセス方法。
3. A system comprising an information center, a plurality of terminals, a relay node having a cache function, and a computer network connecting them, wherein the terminal accesses the information center via the relay node. A continuous data access method that invalidates the cache function of the relay node and enables access to the latest data, even if the terminal is accessed a plurality of times continuously for data that is frequently updated in the terminal. In the case where the information center is continuously accessed to request data, the first time, a message is formed by adding a flag indicating the first time to the identifier of the requested data, and the message is transmitted via the relay node. To the information center, and when the information center receives the message from the terminal,
Examine the message and, if the message includes the flag, generate a new session ID for identifying and managing a series of access chunks as a session, and register the session ID and time in the session management table. Generating new session control information that does not overlap with other accesses based on the session ID, returning the session control information to the terminal as a message together with data requested by the terminal, Receiving the message returned through the terminal, obtains the requested data, and stores the session control information. In the second and subsequent accesses, the terminal uses the session control information stored in the identifier of the requested data. To the information center via the relay node as a message. The information center receives the message from the terminal, confirms that there is no flag, obtains the session ID from the session control information added to the message, and searches the session management table with the session ID. , Update the time of the corresponding session ID, and
The new session control information is generated based on the information, the new session control information is returned to the terminal as a message together with the data requested by the terminal, and the terminal receives the message from the information center, acquires the requested data, A continuous data access method, wherein session control information is stored, and thereafter, the above processing is repeated during continuous access.
【請求項4】 前記セッション管理テーブルに各セッシ
ョンIDに対応して登録されている時刻を定期的に現在
時刻と比較し、所定の時間差があるセッションデータを
タイムアウトとして削除することを特徴とする請求項3
記載の連続データアクセス方法。
4. The method according to claim 1, wherein a time registered in the session management table corresponding to each session ID is periodically compared with a current time, and session data having a predetermined time difference is deleted as a timeout. Item 3
Described continuous data access method.
【請求項5】 情報センタは端末からのメッセージの受
信時に、セッション管理テーブルに該当するセッション
IDがない場合、タイムアウトと判断し、その旨を端末
に通知して、処理を中止し、タイムアウトを通知された
端末は格納しておいたセッション制御情報をクリアする
ことを特徴とする請求項4記載の連続データアクセス方
法。
5. An information center, upon receiving a message from a terminal, if there is no corresponding session ID in the session management table, determines that a timeout has occurred, notifies the terminal to that effect, suspends processing, and notifies the timeout. 5. The continuous data access method according to claim 4, wherein said terminal clears the stored session control information.
JP25379197A 1997-09-18 1997-09-18 Continuous data access method Expired - Lifetime JP3265242B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25379197A JP3265242B2 (en) 1997-09-18 1997-09-18 Continuous data access method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25379197A JP3265242B2 (en) 1997-09-18 1997-09-18 Continuous data access method

Publications (2)

Publication Number Publication Date
JPH1198162A true JPH1198162A (en) 1999-04-09
JP3265242B2 JP3265242B2 (en) 2002-03-11

Family

ID=17256206

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25379197A Expired - Lifetime JP3265242B2 (en) 1997-09-18 1997-09-18 Continuous data access method

Country Status (1)

Country Link
JP (1) JP3265242B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001344223A (en) * 2000-05-31 2001-12-14 Nec Corp Server device, client device, client-server communication system, and server specification system to be used therefor
WO2002044905A1 (en) * 2000-11-29 2002-06-06 Flex-Firm Inc. Session management method for providing contents
JP2005122764A (en) * 2004-12-06 2005-05-12 Dream Arts:Kk Client access management method and device
JP2006501578A (en) * 2002-09-30 2006-01-12 デンジャー インコーポレイテッド Instant messaging proxy mechanism and method
US7949763B2 (en) 2003-08-18 2011-05-24 Ricoh Company, Ltd. Information processing apparatus, session recovery method, recording medium for storing session recovery program
JP2012008737A (en) * 2010-06-23 2012-01-12 Toshiba Corp Storage, storage system comprising the storage, and exclusive connection method in the storage system
JP2015118659A (en) * 2013-12-20 2015-06-25 エヌ・ティ・ティ・コムウェア株式会社 Apparatus, method, and program for load distribution

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290090A (en) * 1993-04-06 1994-10-18 Matsushita Electric Ind Co Ltd Remote file accessing system
JPH08320846A (en) * 1995-05-24 1996-12-03 Nippon Telegr & Teleph Corp <Ntt> Interactive management type information providing method and device therefor
WO1996042041A2 (en) * 1995-06-07 1996-12-27 Open Market, Inc. Internet server access control and monitoring systems
JPH09146824A (en) * 1995-11-27 1997-06-06 Nippon Telegr & Teleph Corp <Ntt> Method and device for interactive management type information presentation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290090A (en) * 1993-04-06 1994-10-18 Matsushita Electric Ind Co Ltd Remote file accessing system
JPH08320846A (en) * 1995-05-24 1996-12-03 Nippon Telegr & Teleph Corp <Ntt> Interactive management type information providing method and device therefor
WO1996042041A2 (en) * 1995-06-07 1996-12-27 Open Market, Inc. Internet server access control and monitoring systems
JPH09146824A (en) * 1995-11-27 1997-06-06 Nippon Telegr & Teleph Corp <Ntt> Method and device for interactive management type information presentation

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001344223A (en) * 2000-05-31 2001-12-14 Nec Corp Server device, client device, client-server communication system, and server specification system to be used therefor
WO2002044905A1 (en) * 2000-11-29 2002-06-06 Flex-Firm Inc. Session management method for providing contents
JP2006501578A (en) * 2002-09-30 2006-01-12 デンジャー インコーポレイテッド Instant messaging proxy mechanism and method
US7949763B2 (en) 2003-08-18 2011-05-24 Ricoh Company, Ltd. Information processing apparatus, session recovery method, recording medium for storing session recovery program
JP2005122764A (en) * 2004-12-06 2005-05-12 Dream Arts:Kk Client access management method and device
JP4728634B2 (en) * 2004-12-06 2011-07-20 株式会社ドリーム・アーツ Client access management method and apparatus
JP2012008737A (en) * 2010-06-23 2012-01-12 Toshiba Corp Storage, storage system comprising the storage, and exclusive connection method in the storage system
JP2015118659A (en) * 2013-12-20 2015-06-25 エヌ・ティ・ティ・コムウェア株式会社 Apparatus, method, and program for load distribution

Also Published As

Publication number Publication date
JP3265242B2 (en) 2002-03-11

Similar Documents

Publication Publication Date Title
US11909639B2 (en) Request routing based on class
ES2206132T3 (en) OPTIMIZED LOCATION OF NETWORK RESOURCES.
US6910077B2 (en) System and method for identifying cloaked web servers
JP2008519362A (en) Content address storage device for maintaining content address mapping
WO2017092351A1 (en) Cache data update method and device
US20040024867A1 (en) Method and apparatus for determination of device capabilities on a network
US20060123121A1 (en) System and method for service session management
JP2007066161A (en) Cache system
JPH10254753A (en) Inter-cache information transfer method
KR19980041908A (en) Computerized resource name deriving mechanism
CN109729183A (en) Request processing method, device, equipment and storage medium
US20050005027A1 (en) Method and system for obtaining data through an IP transmission network by using an optimized domain name server
JPH1198162A (en) Method for continuously accessing data
CN113055503B (en) IPv6 webpage link processing method, device, equipment and readable storage medium
CN111708594B (en) Page rendering method and device, electronic equipment and storage medium
CA1260151A (en) Propagation of network queries through superior- subordinate and peer-peer data distribution relationships
JP2000089996A (en) Information processor and data base system
CN111314407B (en) Communication device and communication method for processing metadata
JP2002073401A (en) Distribution system for www contents, proxy server, www server, and distribution method for www contents and computer readable medium recording program making computer execute
JPH1155327A (en) Connection control server for substitute server and substitute server and network control method
JP2003515197A (en) Distributed virtual web cache implemented entirely in software
JP2004280847A (en) Information repeating device and storage medium
KR100430561B1 (en) Method for providing data consistency between web server and web cache server in active network environment
JP2001331398A (en) Server-managing system
Born Analytical performance modelling of lock management in distributed systems

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071228

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20081228

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20091228

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20101228

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20101228

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20111228

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20111228

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20121228

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20121228

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20131228

Year of fee payment: 12

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

EXPY Cancellation because of completion of term