JP2928725B2 - Information processing apparatus and method for realizing distributed directory system - Google Patents

Information processing apparatus and method for realizing distributed directory system

Info

Publication number
JP2928725B2
JP2928725B2 JP6153755A JP15375594A JP2928725B2 JP 2928725 B2 JP2928725 B2 JP 2928725B2 JP 6153755 A JP6153755 A JP 6153755A JP 15375594 A JP15375594 A JP 15375594A JP 2928725 B2 JP2928725 B2 JP 2928725B2
Authority
JP
Japan
Prior art keywords
information
processing
stored
cache
storage means
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP6153755A
Other languages
Japanese (ja)
Other versions
JPH0822410A (en
Inventor
和幸 池ノ谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP6153755A priority Critical patent/JP2928725B2/en
Publication of JPH0822410A publication Critical patent/JPH0822410A/en
Application granted granted Critical
Publication of JP2928725B2 publication Critical patent/JP2928725B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、例えばITU−T勧告
X.500シリーズで規定しているディレクトリシステ
ムのDSA(ディレクトリシステムエージェント)にお
けるキャッシュ機能を実現する情報処理装置及び方法に
関する。
The present invention relates to, for example, ITU-T Recommendation X. The present invention relates to an information processing apparatus and method for implementing a cache function in a directory system agent (DSA) of a directory system specified in the 500 series.

【0002】[0002]

【従来の技術】例えばITU−T勧告X.500シリー
ズで規定しているディレクトリシステムは、大規模なネ
ットワーク上に分散されたネットワーク資源を一元管理
する機能を提供するものである。このディレクトリシス
テムを用いて、ネットワーク資源に関する情報(ネット
ワーク情報)を検索したり、更新したりすることができ
る。
2. Description of the Related Art For example, ITU-T Recommendation X. The directory system specified in the 500 series provides a function for centrally managing network resources distributed on a large-scale network. Using this directory system, information about network resources (network information) can be searched and updated.

【0003】しかし、ディレクトリシステムでは、検索
が頻繁に要求され、更新がそれほど発生しないことを前
提としているため、更新に対するリアルタイム性は追及
されていない。
However, in the directory system, since it is assumed that searches are frequently requested and updates do not occur so much, real-time properties for updates are not pursued.

【0004】ディレクトリシステムは、図17に示すよ
うに1つのマシン上では、ネットワーク情報が蓄積され
たDIB(ディレクトリ情報ベース)をアクセスするD
SA(ディレクトリシステムエージェント)と、利用者
からの要求をDSAに伝達するDUA(ディレクトリユ
ーザエージェント)から構成されている。
As shown in FIG. 17, a directory system accesses a DIB (directory information base) storing network information on one machine, as shown in FIG.
It is composed of an SA (directory system agent) and a DUA (directory user agent) for transmitting a request from a user to the DSA.

【0005】図17のように、ネットワークに分散され
たDIBから構成される分散ディレクトリでは、マシン
AのDIBにないネットワーク情報は、他のマシン(図
17中のマシンBもしくはマシンC)に存在する。
As shown in FIG. 17, in a distributed directory composed of DIBs distributed over a network, network information that does not exist in the DIB of machine A exists in another machine (machine B or machine C in FIG. 17). .

【0006】この場合、利用者は、マシンAのDUAを
介してDSAに検索要求を与え、DSAが、要求された
情報を有するマシン(この場合はマシンCとする)に検
索を依頼する。検索の依頼を受けたマシンCは、要求さ
れた検索処理を自マシン内のDIBに対して実行し、そ
の結果をマシンAのDSA、DUAを介して利用者に返
す。
In this case, the user gives a search request to the DSA via the DUA of the machine A, and the DSA requests the machine having the requested information (in this case, machine C) to perform the search. The machine C that has received the search request executes the requested search process on the DIB in its own machine, and returns the result to the user via the DSA and DUA of the machine A.

【0007】ところで、DIBの論理的データ構造は、
図18に示すように、木構造になっており、その木の節
にはエントリが配置され、ネットワーク情報(メールア
ドレスなど)が属性としてエントリに格納されている。
Incidentally, the logical data structure of DIB is as follows.
As shown in FIG. 18, it has a tree structure, entries are arranged in nodes of the tree, and network information (e.g., mail addresses) is stored in the entries as attributes.

【0008】各エントリには名前付けがされており、そ
の名前は相対識別名(RDN)で表せる。RDNは{属
性型:属性値}の組み合わせからなり、図18中の「会
社X」のエントリは、{「組織名」:「会社X」}とい
うRDNを持っている。
Each entry is named, and the name can be represented by a relative distinguished name (RDN). The RDN is a combination of {attribute type: attribute value}, and the entry of “company X” in FIG. 18 has an RDN of {“organization name”: “company X”}.

【0009】また、DIBのエントリのルートから任意
のエントリまでのRDNの順序列は、識別名(DN)で
表せる。「会社X」のエントリは、({「国名」:「日
本」}/{「組織名」:「会社X」})のDNを持って
いる。
[0009] The order of the RDN from the root of the DIB entry to any entry can be represented by an identifier (DN). The entry of “company X” has a DN of ({“country name”: “Japan”) / {“organization name”: “company X”}.

【0010】利用者が「会社X」に所属する従業員の電
子メールアドレスを検索する場合、このDNを指定す
る。ディレクトリシステムは、指定されたDNをもと
に、DIBのエントリのルートから、「日本」「会社
X」とたどり、「会社X」の従業員である「池ノ谷和
幸」「橋本浩一」「増尾洋」のエントリから電子メール
アドレスを獲得する。
When the user searches for the e-mail address of an employee belonging to "company X", this DN is specified. The directory system traces "Japan" and "Company X" from the root of the DIB entry based on the designated DN, and "Kazuyuki Ikenoya", "Koichi Hashimoto" and "Yo Masuo" who are employees of "Company X". Get an email address from the entry.

【0011】[0011]

【発明が解決しようとする課題】このように従来のディ
レクトリシステムでは、自マシンに存在するDSAが保
持するDIBに目的とするネットワーク情報が存在しな
い場合、他のマシンのDSAに問い合わせをしなければ
ならない。従って、同一のネットワーク情報が複数回要
求された場合、同一の処理を要求されただけ複数回実行
しなければならなかった。
As described above, in the conventional directory system, if the target network information does not exist in the DIB held by the DSA of the own machine, the DSA of another machine must be inquired. No. Therefore, when the same network information is requested a plurality of times, the same processing has to be executed a plurality of times as requested.

【0012】本発明は前記のような事情を考慮してなさ
れたもので、分散されたDIB(ディレクトリ情報ベー
ス)に存在するネットワーク情報を効率良く取得するこ
とが可能な分散ディレクトリシステムを実現する情報処
理装置及び方法を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described circumstances, and is an information realizing a distributed directory system capable of efficiently acquiring network information existing in a distributed DIB (directory information base). It is an object to provide a processing device and method.

【0013】[0013]

【課題を解決するための手段】本発明は、情報が蓄積さ
れた蓄積手段と、前記蓄積手段に蓄積された情報に対し
て操作を実行する第1処理手段と、利用者からの前記蓄
積手段に対する処理要求を受付けて前記第1処理手段に
伝達する第2処理手段とを有する情報処理装置であっ
て、複数の情報処理装置が通信回線を介して接続されて
各装置の第1処理手段間で処理要求の依頼が可能な分散
ディレクトリシステムを実現する情報処理装置におい
て、他の情報処理装置内の蓄積手段に蓄積された情報に
対する操作結果を蓄積するためのキャッシュ情報テーブ
ルと、前記第2処理手段からの処理要求が他の情報処理
装置内の蓄積手段に蓄積された情報に対する処理要求で
ある場合に、同処理要求に対する操作結果を自装置内の
前記キャッシュ情報テーブルに蓄積する操作結果蓄積手
段と、前記第2処理手段からの処理要求に対して、前記
操作結果蓄積手段によって前記キャッシュ情報テーブル
に蓄積された操作結果を利用して操作を実行するテーブ
ル操作手段とを具備したことを特徴とする。
According to the present invention, there is provided a storage means in which information is stored, a first processing means for executing an operation on the information stored in the storage means, and a storage means from a user. And a second processing means for receiving a processing request to the first processing means and transmitting the processing request to the first processing means, wherein a plurality of information processing apparatuses are connected via a communication line and the first processing means And a cache information table for storing an operation result of information stored in a storage unit in another information processing apparatus, the cache information table storing the operation result of the information processing apparatus. If the processing request from the means is a processing request for the information stored in the storage means in another information processing apparatus, the operation result for the processing request is stored in the cache information table in the own apparatus. Operation result accumulating means for accumulating data in the cache information table by the operation result accumulating means in response to a processing request from the second processing means. And characterized in that:

【0014】前記第2処理手段からの処理要求には、前
記蓄積手段に蓄積された情報を特定するための検索条件
を含み、前記操作結果蓄積手段は、前記検索条件に基づ
いて特定可能な各情報に固有の識別名と同識別名に対応
する操作対象の本体となる情報からなるコピー情報と、
同コピー情報を獲得した際の検索条件とを対応づけて、
前記キャッシュ情報テーブルに蓄積することを特徴とす
る。
[0014] The processing request from the second processing means includes a search condition for specifying information stored in the storage means, and the operation result storage means determines each of the information that can be specified based on the search condition. Copy information including an identification name unique to the information and information serving as a main body of an operation object corresponding to the identification name;
By associating with the search condition when the copy information was acquired,
The information is stored in the cache information table.

【0015】また、前記操作結果蓄積手段は、コピー情
報を前記キャッシュ情報テーブルに蓄積した時刻を、同
コピー情報に対応づけて登録するものであり、前記操作
結果蓄積手段によって登録された各コピー情報に対応す
る時刻に基づいて、前記キャッシュ情報テーブルに蓄積
されたコピー情報を削除するコピー情報管理手段をさら
に具備し、前記キャッシュ情報テーブルに蓄積されてい
るコピー情報が常に所定時間内に登録されたものにする
ことを特徴とする。
The operation result storage means registers the time when the copy information was stored in the cache information table in association with the copy information, and stores each copy information registered by the operation result storage means. Further comprising copy information management means for deleting the copy information stored in the cache information table based on the time corresponding to the above, wherein the copy information stored in the cache information table is always registered within a predetermined time. It is characterized by

【0016】また、前記操作結果蓄積手段は、コピー情
報を使用した回数を、同コピー情報に対応づけて登録す
るものであり、前記操作結果蓄積手段によって登録され
た各コピー情報に対応して登録された回数に基づいて、
前記キャッシュ情報テーブルに蓄積されたコピー情報を
削除するコピー情報管理手段をさらに具備し、前記キャ
ッシュ情報テーブルに蓄積されているコピー情報が常に
有効なものにすることを特徴とする。
The operation result storage means registers the number of times the copy information has been used in association with the copy information, and registers the number of times the copy information has been used in correspondence with each copy information registered by the operation result storage means. Based on the number of times
A copy information management means for deleting copy information stored in the cache information table is further provided, and the copy information stored in the cache information table is always valid.

【0017】また、情報が識別名によって特定できるよ
うに蓄積された蓄積手段と、前記蓄積手段に蓄積された
情報に対して操作を実行する第1処理手段と、利用者か
らの前記蓄積手段に対する前記識別名をもとに情報を特
定するための検索条件を含む処理要求を受付けて前記第
1処理手段に伝達する第2処理手段とを有する情報処理
装置であって、複数の情報処理装置が通信回線を介して
接続されて各装置の第1処理手段間で処理要求の依頼が
可能な分散ディレクトリシステムを実現する情報処理装
置において、他の情報処理装置内の蓄積手段に蓄積され
た情報に対する操作結果を蓄積するためのキャッシュ情
報テーブルと、前記処理要求の検索条件によって示され
る識別名を構成する各相対識別名からハッシュ値を算出
するハッシュ演算手段と、前記第2処理手段からの処理
要求が他の情報処理装置内の蓄積手段に蓄積された情報
に対する処理要求である場合に、同処理要求に対する操
作結果として、前記検索条件に基づいて特定可能な各情
報に固有の識別名と同識別名に対応する操作対象の本体
となる情報からなるコピー情報と、同コピー情報を獲得
した際の検索条件とを対応づけ、前記検索条件によって
示される識別名及び情報に固有の識別名の相対識別名に
ハッシュ値を付加して、自装置内の前記キャッシュ情報
テーブルに蓄積する操作結果蓄積手段と、前記第2処理
手段からの処理要求に対して、前記操作結果蓄積手段に
よって前記キャッシュ情報テーブルに蓄積された操作結
果を利用して、検索条件によって示される識別名の各相
対識別名のハッシュ値と、前記キャッシュ情報テーブル
にに蓄積されたハッシュ値とを比較し、比較結果に基づ
いて操作対象の情報の絞り込みをした後に、操作を実行
するテーブル操作手段とを具備したことを特徴とする。
[0017] Also, storage means for storing information so that the information can be specified by an identifier, first processing means for executing an operation on the information stored in the storage means, A second processing unit that receives a processing request including a search condition for specifying information based on the identification name and transmits the processing request to the first processing unit. In an information processing apparatus which is connected via a communication line and realizes a distributed directory system capable of requesting a processing request between first processing means of each apparatus, an information processing apparatus for processing information stored in storage means in another information processing apparatus. Hash operation for calculating a hash value from a cache information table for accumulating operation results and each relative identification name constituting an identification name indicated by the search condition of the processing request And if the processing request from the second processing means is a processing request for information stored in the storage means in another information processing apparatus, the processing request is specified based on the search condition as an operation result for the processing request. Copy information consisting of an identification name unique to each possible information and information to be the main body of an operation object corresponding to the identification name is associated with a search condition when the copy information is obtained, and is indicated by the search condition. An operation result accumulating unit for adding a hash value to the relative identifier of the identifier and the identifier unique to the information, and accumulating the hash value in the cache information table in the own device; and a processing request from the second processor. Using the operation result accumulated in the cache information table by the operation result accumulation means, the hash value of each relative identifier of the identifier indicated by the search condition, and Comparing the stored hash value Shrewsbury information table, compared after narrowing of the subject information based on the result, characterized by comprising a table operating unit to perform the operation.

【0018】[0018]

【作用】このような構成によれば、他の情報処理装置の
ディレクトリ情報ベース(DIB)に存在する情報に対
する問い合わせがあった場合、他の情報処理装置のDS
Aプロセス(第1処理手段)からの操作結果をキャッシ
ュ情報テーブルに保持しておき、同種の処理要求が依頼
された場合に、コピー使用可能であれば、自装置内のキ
ャッシュ情報テーブルを利用して操作実行することによ
って、分散ディレクトリにおける応答性能を向上させる
ことができる。
According to such a configuration, when an inquiry about information existing in the directory information base (DIB) of another information processing apparatus is made, the DS of the other information processing apparatus is inquired.
The operation result from the A process (first processing means) is held in the cache information table, and when a similar processing request is requested, if the copy is available, the cache information table in the own device is used. By performing the operation, the response performance in the distributed directory can be improved.

【0019】また、キャッシュ情報として保持するコピ
ー情報は、そのオリジナルである元の情報と一貫性を保
つための手段がないと信頼性の低い情報となる。そこ
で、キャッシュ情報テーブルに登録してあるコピー情報
に登録時刻を設定し、ある一定時間を経過したコピー情
報を削除することによって、キャッシュ情報テーブルに
登録されたコピー情報の内容を最新な状態に維持してお
くことで、信頼性が向上される。
The copy information held as cache information becomes low-reliable information unless there is a means for maintaining consistency with the original information which is the original. Therefore, the registration time is set for the copy information registered in the cache information table, and the copy information that has passed a certain period of time is deleted, so that the contents of the copy information registered in the cache information table are kept up to date. By doing so, the reliability is improved.

【0020】また、キャッシュ情報として保持するコピ
ー情報の中には、あまり使用されない情報もある。この
ような不要な情報を保持することは資源の浪費、処理効
率の低下等を招く。そこで、キャッシュ情報テーブルに
登録してあるコピー情報に、使用した回数を表す例えば
アクセス回数を設定し、アクセス回数の少ないコピー情
報を削除することによって、キャッシュ情報テーブルか
ら不要なコピー情報を削除する。さらに、コピー情報の
登録時刻と組み合わせて、コピー情報を管理すること
で、利用者にとって有効なキャッシュ情報テーブルを作
成することができる。
Further, some copy information held as cache information is not often used. Holding such unnecessary information results in waste of resources, reduction in processing efficiency, and the like. Therefore, unnecessary copy information is deleted from the cache information table by setting, for example, the number of accesses indicating the number of uses to the copy information registered in the cache information table, and deleting the copy information with a small number of accesses. Further, by managing the copy information in combination with the registration time of the copy information, a cache information table effective for the user can be created.

【0021】さらに、キャッシュ情報として保持される
コピー情報から目的のコピー情報を獲得するために、そ
のエントリの識別名を構成する相対識別名(RDN)が
検索キーとして使用される。一般に、RDNは文字列を
含む比較的大きなデータである。その大きなデータをそ
のまま用いて検索にのための比較に用いると、比較に要
する時間はその大きさに比例して長くなる。そこで、キ
ャッシュ情報テーブルの検索キーとなる、識別名を構成
する各RDNにデータ量の小さなハッシュ値を持たせ、
そのハッシュ値による検索(候補の絞り込み)を行なっ
てから、実際のRDNの比較を行なうことによって、ハ
ッシュ値による絞り込みを行なわない場合と比較して全
体としての処理速度を向上させることができる。
Further, in order to obtain target copy information from copy information held as cache information, a relative identifier (RDN) constituting an identifier of the entry is used as a search key. Generally, RDN is relatively large data including a character string. If the large data is used as it is for comparison for search, the time required for comparison becomes longer in proportion to the size. Therefore, each RDN that constitutes an identification name, which is a search key of the cache information table, has a hash value with a small data amount,
By performing the search (candidate narrowing down) based on the hash value and then comparing the actual RDN, the overall processing speed can be improved as compared with the case where the narrowing down using the hash value is not performed.

【0022】[0022]

【実施例】以下、図面を参照して本発明の一実施例を説
明する。図1は本実施例に係わる分散ディレクトリシス
テムの構成を示すブロック図である。図1は分散ディレ
クトリシステムを構成する複数の情報処理装置10,1
2,14が通信回線18を介して接続されている。
An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the distributed directory system according to the present embodiment. FIG. 1 shows a plurality of information processing apparatuses 10, 1 constituting a distributed directory system.
2 and 14 are connected via a communication line 18.

【0023】ここでは、情報処理装置10を中心にして
説明する。情報処理装置10は、図1に示すように、D
UA(ディレクトリユーザエージェント)プロセス20
(第2処理手段)、DSA(ディレクトリシステムエー
ジェント)プロセス22(第1処理手段)、DIB(デ
ィレクトリ情報ベース)24(蓄積手段)、記憶部2
6、及びハッシュ演算部28(ハッシュ演算手段)の各
機能が実現される。
Here, the information processing apparatus 10 will be mainly described. As shown in FIG.
UA (directory user agent) process 20
(Second processing means), DSA (directory system agent) process 22 (first processing means), DIB (directory information base) 24 (storage means), storage unit 2
6 and the respective functions of the hash calculator 28 (hash calculator).

【0024】DUAプロセス20は、ディレクトリシス
テムに対する利用者からの要求を受け付け、DSAプロ
セス22に処理要求を伝達するものである。DSAプロ
セス22は、DUAプロセス20を介して得られた利用
者からの処理要求に応じて、自装置内のDIB24にア
クセスしたり、または他の情報処理装置12,14のD
SAプロセスに他装置内のDIBに対するアクセス要求
を通信回線18を介して行なうものである。DSAプロ
セス22は、自装置内において、DIB24に対する処
理の他に記憶部26に対して直接読み書きすることが可
能であり、記憶部26を利用して各種情報の保存または
参照しながら処理を実行する機能(操作結果蓄積手段、
テーブル操作手段、コピー情報管理手段)を有してい
る。DSAプロセス22は、DUAプロセス20を介し
て得られた利用者からの処理要求に応じて、ハッシュ演
算部28を利用してハッシュ値を求めることができる。
The DUA process 20 receives a request from the user for the directory system and transmits a processing request to the DSA process 22. The DSA process 22 accesses the DIB 24 in its own device or the D of another information processing device 12 or 14 in response to a processing request from the user obtained through the DUA process 20.
An access request to the DIB in another device is made to the SA process via the communication line 18. The DSA process 22 can read and write directly to the storage unit 26 in addition to the processing for the DIB 24 in its own device, and executes the process while saving or referring to various information using the storage unit 26. Function (operation result accumulation means,
Table operation means, copy information management means). The DSA process 22 can obtain a hash value by using the hash calculator 28 in response to a processing request from the user obtained through the DUA process 20.

【0025】DIB24は、ネットワーク資源に関する
情報(ネットワーク情報)を蓄積するためのもので、D
SAプロセス22によってネットワーク情報の検索、更
新等が実行される。
The DIB 24 stores information on network resources (network information).
Search and update of network information are executed by the SA process 22.

【0026】記憶部26は、DSAプロセス22によっ
て各種情報の読み書きが実行されるものである。本実施
例では、記憶部26内にキャッシュ情報テーブル26
a、検索要求情報26b、操作結果情報26c等が格納
される。キャッシュ情報テーブル26aは、他の情報処
理装置上で実現されるDSAプロセスによる処理結果を
格納するためのもので、後にコピー使用可である同種の
処理要求があった際に参照される。キャッシュ情報テー
ブル26aには、処理によって得られたエントリ情報で
あるコピー情報と、同処理を実行する際に与えられた検
索条件の組が格納される。さらに、コピー情報を管理す
るための管理用情報(登録時刻、アクセス回数等)が必
要に応じて、コピー情報に付加されてキャッシュ情報テ
ーブル26aに格納される。検索要求情報26bは、D
SAプロセス22がDUAプロセス20を介して与えら
れた検索要求に関する情報(検索対象の識別名を含む)
である。操作結果情報26cは、他の情報処理装置上で
実現されるDSAプロセスの処理によって得られた結果
(エントリ情報)であり、必要に応じてコピー情報とし
てキャッシュ情報テーブル26aに格納される。
The storage unit 26 is for reading and writing various information by the DSA process 22. In the present embodiment, the cache information table 26
a, search request information 26b, operation result information 26c, and the like. The cache information table 26a stores a processing result of a DSA process implemented on another information processing apparatus, and is referred to when a similar processing request that can be used later is made. The cache information table 26a stores a set of copy information, which is entry information obtained by the process, and a search condition given when the process is performed. Further, management information (registration time, access count, etc.) for managing the copy information is added to the copy information as needed and stored in the cache information table 26a. The search request information 26b contains D
Information about the search request given by the SA process 22 via the DUA process 20 (including the identification name of the search target)
It is. The operation result information 26c is a result (entry information) obtained by the processing of the DSA process realized on another information processing device, and is stored as copy information in the cache information table 26a as necessary.

【0027】ハッシュ演算部28は、DSAプロセス2
2がDUAプロセス20を介して利用者からの処理要
求、すなわち利用者が検索したいエントリの相対識別名
(RDN)を受信したときに、RDNをもとにハッシュ
値を求めるものである。
[0027] The hash operation unit 28 performs the DSA process 2
2 is for obtaining a hash value based on the RDN when the processing request from the user is received via the DUA process 20, that is, when the user receives the relative distinguished name (RDN) of the entry to be searched.

【0028】情報処理装置12,14は、情報処理装置
10と同様の構成を有しているものとして説明を省略す
る。図1には情報処理装置12に設けられたDSAプロ
セス32、DIB34、情報処理装置14に設けられた
DSAプロセス42、DIB44のみを図示している。
The information processing apparatuses 12 and 14 have the same configuration as the information processing apparatus 10 and will not be described. FIG. 1 shows only the DSA processes 32 and DIB 34 provided in the information processing device 12 and the DSA processes 42 and DIB 44 provided in the information processing device 14.

【0029】図2は各情報処理装置10,12,14の
DIB24,34,44に格納されたネットワーク情報
の内容の一例を示している。図2において、DSA1は
DSAプロセス22に対応し、DSA2はプロセス32
に対応し、DSA3はDSAプロセス42に対応してい
る。DIB24,34,44の論理的データ構造は、図
2に示すように、木構造になっており、その木の節には
エントリが配置され、ネットワーク情報(メールアドレ
スなど)が属性としてエントリに格納されている。
FIG. 2 shows an example of the contents of the network information stored in the DIBs 24, 34, 44 of the information processing apparatuses 10, 12, 14. In FIG. 2, DSA1 corresponds to DSA process 22, and DSA2 corresponds to process 32.
, And the DSA 3 corresponds to the DSA process 42. The logical data structure of the DIBs 24, 34, and 44 has a tree structure as shown in FIG. 2, and an entry is arranged in a node of the tree, and network information (such as a mail address) is stored in the entry as an attribute. Have been.

【0030】各エントリには名前付けがされており、そ
の名前は相対識別名(RDN)で表せる。RDNは{属
性型:属性値}の組み合わせからなり、図2中の「会社
X」のエントリは、{「組織名」:「会社X」}という
RDNを持っている。
Each entry is named, and the name can be represented by a relative distinguished name (RDN). The RDN is a combination of {attribute type: attribute value}, and the entry of “company X” in FIG. 2 has an RDN of {“organization name”: “company X”}.

【0031】また、DIBのエントリのルートから任意
のエントリまでのRDNの順序列は、識別名(DN)で
表せる。「会社X」のエントリは、({「国名」:「日
本」}/{「組織名」:「会社X」})のDNを持って
いる。
The sequence of RDNs from the root of the DIB entry to any entry can be represented by an identifier (DN). The entry of “company X” has a DN of ({“country name”: “Japan”) / {“organization name”: “company X”}.

【0032】次に、本実施例の動作について説明する。
まず、ネットワーク情報にアクセスする場合の動作につ
いて、利用者が「会社X」に所属する全従業員の電子メ
ールアドレスを検索する場合を例にして説明する。
Next, the operation of this embodiment will be described.
First, an operation for accessing network information will be described by taking as an example a case where a user searches for email addresses of all employees belonging to “company X”.

【0033】この場合、利用者によってDUAプロセス
20を介してDSAプロセス22に検索要求(基底:
{/C:日本/0:会社X},フィルタ:*)が送信さ
れる。フィルタは、エントリを特定するための識別名に
対する条件(対象範囲)を示すもので、フィルタ「*」
であればフィルタなし(全てを含む)を示す。「*」は
他の条件(文字列)との組み合わせによってもフィルタ
として使用される。また、C,0は、それぞれ属性を表
すもので、Cは国名、0は組織名を表している。
In this case, the user requests the DSA process 22 via the DUA process 20 for a search request (base:
{/ C: Japan / 0: company X}, filter: *) is transmitted. The filter indicates the condition (target range) for the identification name for specifying the entry, and the filter "*"
Indicates that there is no filter (including all). “*” Is also used as a filter in combination with other conditions (character strings). Further, C and 0 each represent an attribute, C represents a country name, and 0 represents an organization name.

【0034】ここで、DSAプロセス2は、DUAプ
ロセス20を介して得られた検索要求を解析し、検索要
求がコピー情報使用不可(詳細については後述する)で
あり、かつ自DSAプロセス22が保持するDIB24
に要求された情報が存在しないことを確認する。検索要
求は、図2中に示すDSA3、すなわち情報処理装置1
4のDIB44に要求された情報が存在することを示し
ている。そこで、DSAプロセス22は、通信回線18
を介して、情報処理装置14のDSAプロセス42に検
索要求を転送する。
[0034] Here, DSA process 2 2 analyzes the search request obtained via the DUA process 20, a search request is copy information unavailable (details will be described later), and self-DSA process 22 DIB 24 to hold
Verify that the information requested does not exist. The search request is DSA3 shown in FIG.
4 indicates that the requested information is present in the DIB 44 of FIG. Therefore, the DSA process 22 sets the communication line 18
, The search request is transferred to the DSA process 42 of the information processing apparatus 14.

【0035】検索要求を受けたDSAプロセス42は、
自装置内のDIB44を利用して検索要求を実行し、そ
の結果を通信回線18を介してDSAプロセス22に送
信する。DSAプロセス22は、DSAプロセス42か
らの検索結果を、記憶部26に操作結果情報26cとし
て書き込む。
Upon receiving the search request, the DSA process 42
The search request is executed using the DIB 44 in the own device, and the result is transmitted to the DSA process 22 via the communication line 18. The DSA process 22 writes the search result from the DSA process 42 in the storage unit 26 as operation result information 26c.

【0036】図3は記憶部26に操作結果情報26cと
して書き込まれた検索結果の一例を示している。図3に
示す検索結果は、「会社X」の従業員である「池ノ谷和
幸」「橋本浩一」「増尾洋」に対応するそれぞれのエン
トリ情報、すなわち識別名及び電子メールアドレスを含
んでいる。なお、図3中(識別名)のCNは属性を表す
もので一般名を表している。
FIG. 3 shows an example of a search result written in the storage unit 26 as the operation result information 26c. The search results shown in FIG. 3 include entry information corresponding to “Kazuyuki Ikenoya”, “Koichi Hashimoto”, and “Yo Masuo” who are employees of “company X”, that is, identification names and email addresses. The CN in (identification name) in FIG. 3 indicates an attribute and indicates a general name.

【0037】次に、図4に示すフローチャートを参照し
ながら、DSAプロセス22による記憶部26に格納さ
れるキャッシュ情報テーブル26aの作成処理の動作に
ついて説明する。
Next, the operation of the DSA process 22 for creating the cache information table 26a stored in the storage unit 26 will be described with reference to the flowchart shown in FIG.

【0038】DSAプロセス22は、情報処理装置1
2,14上で実現される他のDSAプロセス32,42
から受信した検索結果が、記憶部26に操作結果情報2
6cとして書き込まれていることを判別するとキャッシ
ュ情報テーブル26aの作成を開始する(ステップA
1)。
The DSA process 22 is executed by the information processing device 1
Other DSA processes 32, 42 implemented on 2,14
Is stored in the storage unit 26 as the operation result information 2
6c, creation of the cache information table 26a is started (step A).
1).

【0039】まず、DSAプロセス22は、検索結果か
らエントリ情報(識別名、メールアドレス)を取り出し
てコピー情報としてキャッシュ情報テーブル26aに格
納し、その検索結果を導出した検索条件(基底、フィル
タ)もコピー情報と対応づけて格納する(ステップA
2)。
First, the DSA process 22 extracts entry information (identification name, mail address) from the search result, stores it in the cache information table 26a as copy information, and also derives search conditions (base, filter) from which the search result is derived. Store in association with copy information (step A
2).

【0040】すなわち、図3に示すような記憶部26に
格納された操作結果情報26c(検索結果)中のエント
リ情報E21の識別名{/C:日本/0:会社X/C
N:池ノ谷和幸}及びメールアドレス{ike@kai
shaX.co.jp}をコピー情報として、またエン
トリ情報E21を抽出した検索条件(基底:{/C:日
本/0:会社X},フィルタ:*)を、キャッシュ情報
テーブル26aにコピーする。
That is, the identifier {/ C: Japan / 0: company X / C of entry information E21 in operation result information 26c (search result) stored in storage unit 26 as shown in FIG.
N: Kazuyuki Ikenoya and email address ike @ kai
shaX. co. jp} as copy information, and the search condition (base: {/ C: Japan / 0: company X}, filter: *) from which the entry information E21 is extracted is copied to the cache information table 26a.

【0041】ここで、操作結果情報26cの検索結果
に、未登録のエントリ情報が存在していれば、前述した
ようにステップA2の処理を実行する(ステップA
3)。図3に示す例では、エントリ情報E22,E23
が残っているので、同情報に対応してキャッシュ情報テ
ーブル26aにコピー情報及び検索条件をコピーする。
また、図3中には図示していないが、他にエントリ情報
が存在すれば、この情報についてのコピー情報及び検索
条件をコピーする。この結果、記憶部26には、図5に
示すようなエントリ情報E31〜E34を含むキャッシ
ュ情報テーブル26aが作成される(ステップA3)。
If unregistered entry information exists in the search result of the operation result information 26c, the process of step A2 is executed as described above (step A).
3). In the example shown in FIG. 3, the entry information E22, E23
, The copy information and the search condition are copied to the cache information table 26a corresponding to the same information.
Although not shown in FIG. 3, if there is other entry information, copy information and search conditions for this information are copied. As a result, a cache information table 26a including entry information E31 to E34 as shown in FIG. 5 is created in the storage unit 26 (step A3).

【0042】次に、図6及び図7に示すフローチャート
を参照しながら、DSAプロセス22による記憶部26
に格納されたキャッシュ情報テーブル26aに対する参
照処理の動作について説明する。DUAプロセス20か
らの検索要求が先に処理されたものと同じであり、かつ
コピー情報使用可能である場合に、キャッシュ情報テー
ブル26aを利用して操作を実行するものである。
Next, referring to the flowcharts shown in FIG. 6 and FIG.
The operation of the reference process for the cache information table 26a stored in the storage device will be described. When the search request from the DUA process 20 is the same as that previously processed and the copy information is available, the operation is executed using the cache information table 26a.

【0043】ここで、DSAプロセス22が、DUAプ
ロセス20を介して「会社X」の「増尾氏」のメールア
ドレスに関する検索要求(基底:{/C:日本/0:会
社X},フィルタ:CN=増尾*)を受けたものとして
説明する(ステップB1)。
Here, the DSA process 22 makes a search request for the mail address of “Mr. Masuo” of “company X” via the DUA process 20 (base: {/ C: Japan / 0: company X}, filter: CN) = Masuo *) (step B1).

【0044】DSAプロセス22は、DUAプロセス2
0を介して得られた検索要求を解析し、この検索要求が
コピー情報使用可能であり、自装置内のDIB24が保
持する情報ではないことを判別する(ステップB2)。
The DSA process 22 is a DUA process 2
By analyzing the search request obtained through “0”, it is determined that this search request is available for copy information and is not information held by the DIB 24 in its own device (step B2).

【0045】そこで、DSAプロセス22は、キャッシ
ュ情報テーブル26aを参照し、コピー情報が1つ以上
格納されていれば(ステップB3)、各コピー情報に対
応する検索条件と、与えられた検索条件とを照合する。
具体的には次のようにして行なう。
Then, the DSA process 22 refers to the cache information table 26a, and if at least one copy information is stored (step B3), the search condition corresponding to each copy information and the given search condition Collate.
Specifically, this is performed as follows.

【0046】まず、DSAプロセス22は、例えば図5
に示すキャッシュ情報テーブル26の検索条件のうち、
基底が{/C:日本/0:会社X}を含むものを抽出す
る。その結果、エントリ情報E34のコピー情報を除く
コピー情報E31,E32,E33を獲得する(ステッ
プB4)。
First, the DSA process 22 is performed, for example, as shown in FIG.
Of the search conditions of the cache information table 26 shown in FIG.
Those whose bases include {/ C: Japan / 0: Company X} are extracted. As a result, copy information E31, E32, and E33 excluding the copy information of the entry information E34 are obtained (step B4).

【0047】さらに、検索要求のフィルタ(CN=増尾
*)は、コピー情報のフィルタ「*」に包含されるので
(ステップB7)、検索要求のフィルタをコピー情報の
識別名に適用する。その結果、エントリ情報E33のコ
ピー情報を獲得する(ステップB10)。この取り出し
たコピー情報を用いて検索結果を作成する(ステップB
11)。
Further, since the search request filter (CN = Masuo *) is included in the copy information filter "*" (step B7), the search request filter is applied to the identification name of the copy information. As a result, copy information of the entry information E33 is obtained (step B10). A search result is created using the extracted copy information (step B).
11).

【0048】同様にして、DSAプロセス22が、DU
Aプロセス20を介して「日本」に含まれる人のメール
アドレスに関する検索要求(基底:{/C:日本},フ
ィルタ:*)を受けたものとして説明する(ステップB
1)。
In the same manner, the DSA process 22
A description will be given assuming that a search request (basis: {/ C: Japan}, filter: *) for a mail address of a person included in "Japan" has been received via process A (step B).
1).

【0049】DSAプロセス22は、DUAプロセス2
0を介して得られた検索要求を解析し、この検索要求が
コピー情報使用可能であり、検索対象が自装置10のD
IB24に対するものと、他装置のDIBに対するもの
に分けられていることを判別する。
The DSA process 22 is a DUA process 2
The search request obtained via the device 10 is analyzed, and the search request can use copy information.
It is determined that the data is divided into those for the IB 24 and those for the DIB of another device.

【0050】DSAプロセス22は、検索対象が自装置
10のDIB24に対するものに対しては検索要求に応
じた操作を実行し、他装置のDIBに対しては、キャッ
シュ情報テーブル26aを使用する。
The DSA process 22 executes an operation corresponding to the search request for the search target for the DIB 24 of the own device 10, and uses the cache information table 26a for the DIB of the other device.

【0051】現在、図に示すように、キャッシュ情報
テーブル26aに4つのコピー情報(エントリ情報E3
1〜E34)が存在しているとすると、DSAプロセス
22は、各コピー情報に対応する検索条件と、与えられ
た検索条件とを照合する(ステップB1〜B4)。
At present, as shown in FIG. 5 , four pieces of copy information (entry information E3) are stored in the cache information table 26a.
Assuming that there are (1) to (E34), the DSA process 22 collates the search conditions corresponding to each copy information with the given search conditions (steps B1 to B4).

【0052】まず、基底が{/C:日本}を含む検索条
件のエントリ情報を抽出する。その結果、エントリ情報
E31,E32,E33,E34を獲得する。フィルタ
に関してエントリ情報E34のコピー情報を除く、エン
トリ情報E31,E32,E33の各コピー情報は、同
一(全集合)であるため、全ての範囲で検索が実行され
たことになる。これに対し、エントリ情報E34のコピ
ー情報は、検索要求のフィルタの部分集合となるので未
検索範囲が存在する。従って、使用されるコピー情報
は、エントリ情報E31,E32,E33,E34の各
コピー情報である。これを用いて、自装置10内のDI
B24に対する検索結果(DSA1)とマージして検索
結果を作成する。
First, the search condition entry information including the base {/ C: Japan} is extracted. As a result, the entry information E31, E32, E33, E34 is obtained. Since the copy information of the entry information E31, E32, and E33, except for the copy information of the entry information E34, is the same (all sets), the search has been executed in the entire range. On the other hand, the copy information of the entry information E34 is a subset of the filter of the search request, and thus has an unsearched range. Therefore, the copy information used is each copy information of the entry information E31, E32, E33, and E34. By using this, the DI in the own device 10 is
The search result is created by merging with the search result (DSA1) for B24.

【0053】しかしこの場合、検索要求の検索条件(基
底とフィルタ)とコピー情報に対応する検索条件との関
係から、実際には本来の検索範囲の一部しか検索を実行
していないことになる。
However, in this case, from the relationship between the search condition (base and filter) of the search request and the search condition corresponding to the copy information, only a part of the original search range is actually executed. .

【0054】これを利用者に指示するために、DSAプ
ロセス22は、検索結果の未検索部に{/C:日本}を
設定し、DUAプロセス20に送信する。万一この結果
を受けとった利用者は、求めていた情報が検索結果に存
在しない場合、未検索部分に設定された{/C:日本}
を基底とし、コピー使用不可で再度検索要求を発行す
る。
In order to instruct this to the user, the DSA process 22 sets {/ C: Japan} in the unsearched part of the search result, and transmits it to the DUA process 20. In the unlikely event that the user who receives this result has the information that he or she has not found in the search result, the user is set in the unsearched part {/ C: Japan}.
Is issued, and a search request is issued again when copying is disabled.

【0055】以上のような処理を行なうことにより、同
一種類の検索要求が依頼された場合、その検索要求が他
の情報処理装置12,14上のDIB34,44に存在
するネットワーク情報に対するものであっても、記憶部
26内のキャッシュ情報テーブル26aに保存された以
前に実行した処理で獲得したコピー情報を利用して、自
DSAプロセス22のみで処理することができるので、
分散ディレクトリシステムの応答性能が向上する。
By performing the above processing, when a search request of the same type is requested, the search request is for the network information existing in the DIBs 34 and 44 on the other information processing apparatuses 12 and 14. However, since only the own DSA process 22 can use the copy information acquired in the previously executed process stored in the cache information table 26a in the storage unit 26, the process can be performed.
The response performance of the distributed directory system is improved.

【0056】次に、記憶部26上に作成されるキャッシ
ュ情報テーブル26aのコピー情報に付加して、管理用
情報としてコピー情報の登録時刻を登録できるようにし
た場合について説明する。
Next, a case where the registration time of the copy information can be registered as management information in addition to the copy information of the cache information table 26a created on the storage unit 26 will be described.

【0057】この場合、DSAプロセス22は、図4の
フローチャートに示すキャッシュ情報テーブル26aの
作成処理でコピー情報を登録する際(ステップA2)、
その登録時刻も管理用情報として同時に登録する。図8
は登録時刻を各コピー情報に付加させて登録したキャッ
シュ情報テーブル26aの一例を示している。
In this case, the DSA process 22 registers the copy information in the process of creating the cache information table 26a shown in the flowchart of FIG. 4 (step A2).
The registration time is also registered as management information at the same time. FIG.
Shows an example of a cache information table 26a registered by adding a registration time to each copy information.

【0058】DSAプロセス22は、キャッシュ情報テ
ーブル26aに登録されているコピー情報の登録時刻を
もとに、図9のフローチャートに示す手順に従って、あ
る一定時間経過したコピー情報を削除する。なお、この
処理は、キャッシュ情報テーブル26aの作成時、参照
時、もしくはDSAプロセス22に対する処理の負荷が
軽い時に実行される。
The DSA process 22 deletes copy information that has passed for a certain period of time according to the procedure shown in the flowchart of FIG. 9 based on the registration time of the copy information registered in the cache information table 26a. This process is executed when the cache information table 26a is created or referred to, or when the processing load on the DSA process 22 is light.

【0059】まず、DSAプロセス22は、現在の時刻
(例えば94.3.9. 15:00 )を求め(ステップC1)、こ
の時刻をもとに図8に示すような記憶部26上のキャッ
シュ情報テーブル26aに登録された各コピー情報の登
録時刻と比較する。
First, the DSA process 22 obtains the current time (for example, 94.3.9.15:00) (step C1), and based on this time, the cache information table in the storage unit 26 as shown in FIG. A comparison is made with the registration time of each copy information registered in 26a.

【0060】例えば削除対象するコピー情報は、1年以
上経過したものなどと予め定義しておく。この場合、D
SAプロセス22は、図8中のエントリ情報E41の登
録時刻が6年経過したものであるため、このエントリ情
報E41(コピー情報)を削除する(ステップC3)。
エントリ情報42は、数日経過したものであるので最新
情報である。また、エントリ情報43は、登録時刻より
2年経過したものと判別されるので、キャッシュ登録テ
ーブル26aから削除される。こうして、全てのエント
リ情報(コピー情報)について処理を施す(ステップC
4)。
For example, the copy information to be deleted is defined in advance as one or more years old. In this case, D
The SA process 22 deletes the entry information E41 (copy information) because the registration time of the entry information E41 in FIG. 8 has passed six years (step C3).
The entry information 42 is the latest information since several days have passed. The entry information 43 is deleted from the cache registration table 26a because it is determined that two years have passed since the registration time. Thus, processing is performed on all entry information (copy information) (step C).
4).

【0061】このようにして、キャッシュ登録テーブル
26aに登録するコピー情報に登録時刻に関する情報を
付加することにより、キャッシュ登録テーブル26aに
登録されたコピー情報を最新、すなわちネットワーク情
報として有効な内容に維持しておくことができる。
As described above, by adding the information on the registration time to the copy information registered in the cache registration table 26a, the copy information registered in the cache registration table 26a is maintained at the latest, that is, valid contents as network information. You can keep.

【0062】次に、記憶部26上に作成されるキャッシ
ュ情報テーブル26aのコピー情報に、管理用情報とし
てコピー情報を何回使用したかを示すアクセス回数を付
加して登録できるようにした場合について説明する。
Next, a case is described in which the copy information of the cache information table 26a created on the storage unit 26 can be registered by adding the number of times of access indicating how many times the copy information has been used as management information. explain.

【0063】この場合、DSAプロセス22は、図10
及び図11のフローチャートに示すキャッシュ情報テー
ブル26aに対する参照処理を実行する。図10及び図
11に示す参照処理は、図6及び図7に示す参照処理の
手順を示すフローチャートに、コピー情報に対するアク
セスの際に管理用情報として登録されるアクセス回数を
インクリメントする処理が追加されたものである(図1
1中ステップD13)。ステップD13を除く他の処理
は、図6及び図7のフローチャートに示す処理と同じな
ので説明を省略する。図12はアクセス回数を各コピー
情報に付加させて登録したキャッシュ情報テーブル26
aの一例を示している。なお、キャッシュ情報テーブル
26aに登録されるアクセス回数の初期値は“0”とす
る。
In this case, the DSA process 22
And a reference process to the cache information table 26a shown in the flowchart of FIG. In the reference process shown in FIGS. 10 and 11, a process for incrementing the number of accesses registered as management information when accessing copy information is added to the flowcharts showing the procedure of the reference process shown in FIGS. 6 and 7. (Fig. 1
Step D13). The processing other than Step D13 is the same as the processing shown in the flowcharts of FIGS. FIG. 12 shows a cache information table 26 in which the number of accesses is added to each copy information and registered.
An example of “a” is shown. Note that the initial value of the number of accesses registered in the cache information table 26a is “0”.

【0064】図12に示す記憶部26上のキャッシュ情
報テーブル26aは、「会社X」の「池ノ谷和幸」のメ
ールアドレスに関する検索が、DUAプロセス20を通
して30回依頼され、また「会社X」の「橋本浩一」の
メールアドレスに関する検索が同様に20回依頼され、
「会社X」の「増尾洋」のメールアドレスが1回依頼さ
れた場合の登録状況を示している。
In the cache information table 26a in the storage unit 26 shown in FIG. 12, a search for the mail address of "Kazuyuki Ikenoya" of "company X" is requested 30 times through the DUA process 20, and the search of the "company X" 20 searches for Koichi Hashimoto's email address,
This shows the registration status when the mail address of "Yoshi Masuo" of "Company X" is requested once.

【0065】DSAプロセス22は、キャッシュ情報テ
ーブル26aに登録されているコピー情報のアクセス回
数を参照して、図13のフローチャートに示す手順に従
って、アクセス回数が他のコピー情報のアクセス回数に
比べて極端に少ないコピー情報を削除する。なお、この
処理は、キャッシュ情報テーブル26aの作成時、参照
時、もしくはDSAプロセス22に対する処理の負荷が
軽い時に実行される。
The DSA process 22 refers to the number of times of access to the copy information registered in the cache information table 26a, and according to the procedure shown in the flowchart of FIG. And delete the copy information that is less. This process is executed when the cache information table 26a is created or referred to, or when the processing load on the DSA process 22 is light.

【0066】DSAプロセス22は、記憶部26上のキ
ャッシュ情報テーブル26aに登録されたコピー情報の
アクセス回数を参照する。図12に示すように、エント
リ情報E51,E52,E53のアクセス回数は、それ
ぞれ30回、20回、1回である。DSAプロセス22
は、各エントリ情報(コピー情報)のアクセス回数を比
較して、予め設定されたアクセス回数の差を示す情報に
基づいて、極端にアクセス回数が少ないコピー情報が存
在するか判別する(ステップE1)。この場合、DSA
プロセス22は、エントリ情報E53(コピー情報)が
1回しか使用されておらず、極端にアクセス回数が少な
いものと判別し、エントリ情報E53(コピー情報)を
削除する(ステップE2)。
The DSA process 22 refers to the number of times of access to the copy information registered in the cache information table 26a on the storage unit 26. As shown in FIG. 12, the access counts of the entry information E51, E52, and E53 are 30, 20, and 1, respectively. DSA process 22
Compares the number of times of access of each entry information (copy information), and determines whether there is copy information with an extremely small number of times of access, based on information indicating a preset difference in the number of times of access (step E1). . In this case, DSA
The process 22 determines that the entry information E53 (copy information) is used only once and has an extremely small number of accesses, and deletes the entry information E53 (copy information) (step E2).

【0067】このようにして、キャッシュ登録テーブル
26aに登録するコピー情報にアクセス回数に関する情
報を付加することにより、キャッシュ登録テーブル26
aに登録されたコピー情報を利用者に対して有効な内容
に維持しておくことができる。なお、図12ではコピー
情報にアクセス回数を付加して登録する場合を示してい
るが、前述した図8に示すような登録時刻を組み合わせ
て同時に登録するようにしても良い。これにより、最
新、かつ有効なコピー情報をキャッシュ登録テーブル2
6aに登録、維持することができる。
As described above, by adding information on the number of times of access to the copy information registered in the cache registration table 26a,
The copy information registered in “a” can be maintained in a content effective for the user. Although FIG. 12 shows a case where the copy information is registered with the number of accesses added thereto, the registration may be performed simultaneously by combining the registration times as shown in FIG. 8 described above. As a result, the latest and valid copy information is stored in the cache registration table 2.
6a can be registered and maintained.

【0068】次に、記憶部26上に作成されるキャッシ
ュ情報テーブル26aのコピー情報に、管理用情報とし
てコピー情報の識別名を構成する各RDNのハッシュ値
を付加して登録できるようにした場合について説明す
る。
Next, a case where the hash value of each RDN constituting the identification name of the copy information is added to the copy information of the cache information table 26a created on the storage unit 26 as the management information so that it can be registered. Will be described.

【0069】利用者によってDUAプロセス20を介し
てDSAプロセス22に検索要求、すなわち検索対象と
するエントリの識別名が受信されると、DSAプロセス
22は、RDNをハッシュ演算部28に出力する。
When the user receives a search request from the DSA process 22 via the DUA process 20, that is, the identification name of the entry to be searched, the DSA process 22 outputs the RDN to the hash calculator 28.

【0070】ハッシュ演算部28は、DSAプロセス2
2からの各RDNについてハッシュ値を求め、DSAプ
ロセス22に出力する。DSAプロセス22は、ハッシ
ュ演算部28から出力された各RDNのハッシュ値と共
に、それぞれに対応するRDNを、記憶部26に検索要
求情報26aとして書き込む。図14に検索要求情報2
6aとして書き込まれた検索対象の識別名の一例を示し
ている。
The hash operation unit 28 performs the DSA process 2
2 and outputs a hash value to the DSA process 22 for each RDN. The DSA process 22 writes the corresponding RDN together with the hash value of each RDN output from the hash calculator 28 into the storage 26 as search request information 26a. FIG. 14 shows search request information 2
An example of the identification name of the search target written as 6a is shown.

【0071】また、DSAプロセス22は、前述した図
4に示すフローチャートの手順に従うキャッシュ情報テ
ーブル26aの作成処理を実行する際に、記憶部26に
記憶された検索要求情報26bを参照して、コピー情報
の識別名を構成する各RDNのハッシュ値も登録する。
図15は各コピー情報の識別名を構成する各RDNのハ
ッシュ値を登録したキャッシュ情報テーブル26aの一
例を示している。
The DSA process 22 refers to the search request information 26b stored in the storage unit 26 and performs copy processing when executing the process of creating the cache information table 26a according to the procedure of the flowchart shown in FIG. The hash value of each RDN constituting the identification name of the information is also registered.
FIG. 15 shows an example of the cache information table 26a in which the hash value of each RDN constituting the identification name of each copy information is registered.

【0072】この場合、DSAプロセス22は、図16
のフローチャートに示すキャッシュ情報テーブル26a
に対する参照処理、すなわち識別名の照合にRDNのハ
ッシュ値を用いて、コピー情報が検索条件を満足し得る
かを判別する。
In this case, the DSA process 22
Cache information table 26a shown in the flowchart of FIG.
, That is, whether the copy information satisfies the search condition is determined using the hash value of the RDN for the collation of the identifier.

【0073】ここで、DSAプロセス22が、DUAプ
ロセス20を介して「会社X」の「池ノ谷和幸」のメー
ルアドレスに関する検索要求(基底:{/C:日本/
0:会社X/CN:池ノ谷和幸},フィルタ:*)を受
けたものとして説明する。
Here, the DSA process 22 makes a search request for the mail address of “Kazuyuki Ikenoya” of “company X” via the DUA process 20 (base: $ / C: Japan /
0: Company X / CN: Kazuyuki Ikenoya, Filter: *)

【0074】この場合、DSAプロセス22は、コピー
情報が検索条件を満足するかどうかのチェックの前処理
まで、図6及び図7のフローチャートに示す処理を実行
する。ここで、検索対象の基底を表す識別名とコピー情
報の識別名の照合は、識別名を構成するRDNを比較す
ることで実現される。
In this case, the DSA process 22 executes the processes shown in the flowcharts of FIGS. 6 and 7 until the pre-processing for checking whether the copy information satisfies the search condition. Here, the collation of the identifier indicating the base of the search target with the identifier of the copy information is realized by comparing the RDNs constituting the identifier.

【0075】DSAプロセス22は、RDNの比較で
は、キャッシュ情報テーブル26aに登録されたハッシ
ュ値の比較を行ない、一致したものに関して実際のRD
Nの比較を行なう。
In the comparison of the RDN, the DSA process 22 compares the hash values registered in the cache information table 26a, and determines the actual RD
N is compared.

【0076】つまり、検索対象の識別名のRDN{C
N:池ノ谷和幸}の比較では、そのハッシュ値「30」
を用いて、キャッシュ情報テーブル26aのコピー情報
のRDBのハッシュ値と、検索対象の識別名のRDNを
比較する(ステップF1)。
That is, the RDN @ C of the identification name to be searched is
N: In comparison with Kazuyuki Ikenoya, the hash value “30”
Then, the hash value of the RDB of the copy information in the cache information table 26a is compared with the RDN of the identification name to be searched (step F1).

【0077】ハッシュ値が一致した場合に、コピー情報
のRDNと検索対象{CN:池ノ谷和幸}のRDNが一
致するかを実際に比較する(ステップF2)。この比較
処理をキャッシュ情報テーブル26aに格納された各コ
ピー情報について行ない(ステップF3)、該当するコ
ピー情報を検索する。
If the hash values match, it is actually compared whether the RDN of the copy information matches the RDN of the search target {CN: Kazuyuki Ikenoya} (step F2). This comparison process is performed for each copy information stored in the cache information table 26a (step F3), and the corresponding copy information is searched.

【0078】このようなハッシュ値を用いた方法を用い
ると、RDNの比較が2段階となるが、通常RDNのデ
ータ長は数10バイトになるため、ハッシュ値のデータ
長をRDNのデータ長に対して十分に小さく、例えば1
バイト程度にすれば、少ない比較処理時間で、候補とな
るコピー情報の絞り込みが可能となる。従って、RDN
の比較に要する時間が短縮され、しいてはコピー情報の
検索に要する処理時間も短縮することができる。
When the method using such a hash value is used, the RDN comparison is performed in two stages. However, since the data length of the RDN is usually several tens of bytes, the data length of the hash value is changed to the data length of the RDN. Small enough, for example 1
If the number of bytes is about the same, it is possible to narrow down the copy information as candidates in a short comparison processing time. Therefore, RDN
Can be reduced, and the processing time required for searching for copy information can also be reduced.

【0079】[0079]

【発明の効果】以上詳述したように本発明によれば、分
散ディレクトリシステムにおけるDSAプロセスのキャ
ッシュ機能を実現する情報処理装置が、検索要求元の装
置内のDIBに存在しない検索結果のエントリ情報をキ
ャッシュ情報テーブルに格納し、次にコピー情報使用可
能である検索要求を実行する場合、キャッシュ情報テー
ブルを利用して操作実行することによって、分散ディレ
クトリシステムにおける応答性能を向上させることがで
きるものである。
As described above in detail, according to the present invention, an information processing apparatus which realizes a cache function of a DSA process in a distributed directory system is provided with search result entry information which does not exist in the DIB in the search request source apparatus. Is stored in the cache information table, and then, when a search request that allows use of copy information is executed, the response performance in the distributed directory system can be improved by performing the operation using the cache information table. is there.

【0080】またキャッシュ情報テーブルに登録して
あるコピー情報に登録時刻を設定し、この登録時刻を参
照してある一定時間を経過したコピー情報を削除するこ
とによって、キャッシュ情報テーブルに登録されたコピ
ー情報を最新の内容に維持することができる。
[0080] Also, to set the registration time to copy information registered in the cache information table, by deleting the elapsed copy information for a predetermined time that is referring to the registration time, registered in the cache information table Copy information can be kept up to date.

【0081】またキャッシュ情報テーブルに登録してあ
るコピー情報に、それぞれ使用された回数を表すアクセ
ス回数を設定し、このアクセス回数を参照して他のコピ
ー情報と比較して極端にアクセス回数の少ないコピー情
報を削除することによって、キャッシュ情報テーブルか
ら不要なコピー情報を削除することによって、利用者に
とって有効なコピー情報が登録されたキャッシュ情報テ
ーブルを維持することができる。
The number of accesses indicating the number of times of use is set for each copy information registered in the cache information table, and the number of accesses is extremely small compared to other copy information by referring to the number of accesses. By deleting unnecessary copy information from the cache information table by deleting the copy information, it is possible to maintain the cache information table in which copy information valid for the user is registered.

【0082】さらに、キャッシュ情報テーブルに登録さ
れたコピー情報の検索キーとなる、識別名を構成する各
RDNにハッシュ値を持たせ、短時間で処理可能なハッ
シュ値による検索を行なって検索対象のコピー情報の絞
り込みを行なってから、実際のRDNの比較を行なうこ
とで、ハッシュ値による比較を行なわない場合よりも全
体の処理としての検索速度を向上させることができる。
Further, a hash value is assigned to each RDN constituting an identification name, which is a search key for copy information registered in the cache information table, and a search is performed using a hash value that can be processed in a short time, and By performing the actual RDN comparison after narrowing down the copy information, the search speed as the entire process can be improved as compared with the case where the comparison based on the hash value is not performed.

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

【図1】本発明の一実施例に係わる分散ディレクトリシ
ステムの構成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of a distributed directory system according to an embodiment of the present invention.

【図2】本実施例における各情報処理装置10,12,
14のDIB24,34,44に格納されたネットワー
ク情報の内容の一例を示す図。
FIG. 2 shows information processing apparatuses 10, 12, and
The figure which shows an example of the content of the network information stored in 14 DIB24,34,44.

【図3】本実施例における記憶部26に操作結果情報2
6cとして書き込まれた検索結果(他DSAプロセスか
らの検索結果のエントリ情報)の一例を示す図。
FIG. 3 shows operation result information 2 stored in a storage unit 26 in the embodiment.
FIG. 9 is a diagram showing an example of a search result (entry information of search results from another DSA process) written as 6c.

【図4】本実施例におけるキャッシュ情報テーブル26
aの作成処理の動作について説明するためのフローチャ
ート。
FIG. 4 is a cache information table 26 in the embodiment.
9 is a flowchart for explaining the operation of the creation processing of a.

【図5】本実施例における記憶部26に格納されている
他DSAプロセスからの検索結果(エントリ情報E31
〜E34)を含むキャッシュ情報テーブル26aの一例
を示す図。
FIG. 5 is a diagram illustrating a search result (entry information E31) from another DSA process stored in a storage unit 26 according to the present embodiment.
-E34) showing an example of the cache information table 26a including the cache information table 26a.

【図6】本実施例におけるキャッシュ情報テーブル26
aの参照処理の動作の一部について説明するためのフロ
ーチャート。
FIG. 6 is a cache information table 26 according to the embodiment.
9 is a flowchart for explaining a part of the operation of the reference process of FIG.

【図7】本実施例におけるキャッシュ情報テーブル26
aの参照処理の動作の一部について説明するためのフロ
ーチャート。
FIG. 7 is a cache information table 26 in the embodiment.
9 is a flowchart for explaining a part of the operation of the reference process of FIG.

【図8】本実施例における登録時刻を各コピー情報に付
加させて登録したキャッシュ情報テーブル26aの一例
を示す図。
FIG. 8 is a diagram showing an example of a cache information table 26a registered by adding a registration time to each copy information in the embodiment.

【図9】本実施例における各コピー情報に付加させて登
録した登録時刻を利用してキャッシュ情報テーブル26
aのコピー情報の最新性を保つ処理の動作について説明
するためのフローチャート。
FIG. 9 shows a cache information table 26 using a registration time added to each copy information and registered in the embodiment.
14 is a flowchart for explaining the operation of processing for maintaining the latest copy information of a.

【図10】本実施例におけるコピー情報のアクセス回数
のインクリメント処理が付加されたキャッシュ情報テー
ブル26aの参照処理の動作の一部について説明するた
めのフローチャート。
FIG. 10 is a flowchart illustrating a part of an operation of a reference process of a cache information table to which an increment process of the number of times of access of copy information is added according to the embodiment;

【図11】本実施例におけるコピー情報のアクセス回数
のインクリメント処理が付加されたキャッシュ情報テー
ブル26aの参照処理の動作の一部について説明するた
めのフローチャート。
FIG. 11 is a flowchart for explaining a part of the operation of the reference processing of the cache information table 26a to which the increment processing of the access number of the copy information is added in the embodiment.

【図12】本実施例におけるコピー情報に対するアクセ
ス回数を各コピー情報に付加させて登録したキャッシュ
情報テーブル26aの一例を示す図。
FIG. 12 is a diagram showing an example of a cache information table 26a in which the number of accesses to copy information is added to each copy information and registered in the embodiment.

【図13】本実施例における各コピー情報に付加させて
登録したアクセス回数を利用してキャッシュ情報テーブ
ル26aのコピー情報の有効性を保つ処理の動作につい
て説明するためのフローチャート。
FIG. 13 is a flowchart for explaining an operation of a process for maintaining the validity of the copy information in the cache information table 26a by using the number of accesses added to each copy information and registered in the embodiment.

【図14】本実施例における検索要求情報26aとして
書き込まれた検索対象の識別名の一例を示す図。
FIG. 14 is a diagram showing an example of an identification name of a search target written as search request information 26a in the embodiment.

【図15】本実施例における各コピー情報の識別名を構
成する各RDNのハッシュ値を登録したキャッシュ情報
テーブル26aの一例を示す図。
FIG. 15 is a diagram showing an example of a cache information table 26a in which a hash value of each RDN constituting an identification name of each copy information is registered in the embodiment.

【図16】本実施例におけるコピー情報の識別名と検索
対象の識別名の比較処理において、各RDNのハッシュ
値を用いた比較処理の動作について説明するためのフロ
ーチャート。
FIG. 16 is a flowchart for explaining the operation of the comparison process using the hash value of each RDN in the comparison process between the identifier of the copy information and the identifier of the search target in the embodiment.

【図17】DIBが分散されたディレクトリシステムの
概略構成を示すブロック図。
FIG. 17 is a block diagram showing a schematic configuration of a directory system in which DIBs are distributed.

【図18】DIBの論理的データ構造の一例を示す図。FIG. 18 is a diagram showing an example of a logical data structure of DIB.

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

10,12,14…情報処理装置、18…通信回線、2
0…DUA(ディレクトリユーザエージェント)プロセ
ス、22,32,42…DSA(ディレクトリシステム
エージェント)プロセス、24,34,44…DIB
(ディレクトリ情報ベース)、26…記憶部、28…ハ
ッシュ演算部。
10, 12, 14 ... information processing device, 18 ... communication line, 2
0 ... DUA (directory user agent) process, 22, 32, 42 ... DSA (directory system agent) process, 24, 34, 44 ... DIB
(Directory information base) 26 storage unit 28 hash operation unit

Claims (10)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 論理的データ構造を木構造とし、その木
の節に配置されたエントリに格納される、ネットワーク
上に分散されたネットワーク情報の一部情報が蓄積され
た蓄積手段と、前記蓄積手段に蓄積された情報に対して
操作を実行する第1処理手段と、利用者からの前記蓄積
手段に対する前記木構造に基づく処理要求を受付けて前
記第1処理手段に伝達する第2処理手段とを有する情報
処理装置であって、複数の情報処理装置が通信回線を介
して接続されて各装置の第1処理手段間で処理要求の依
頼が可能な分散ディレクトリシステムを実現する情報処
理装置において、 他の情報処理装置内の蓄積手段に蓄積された情報に対す
る操作結果を蓄積するためのキャッシュ情報テーブル
と、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果を自装置内の前記キ
ャッシュ情報テーブルに蓄積する操作結果蓄積手段と、 前記第2処理手段からの処理要求に対して、前記操作結
果蓄積手段によって前記キャッシュ情報テーブルに蓄積
された操作結果を利用して操作を実行するテーブル操作
手段と、 を具備したことを特徴とする分散ディレクトリシステム
を実現する情報処理装置。
The logical data structure is a tree structure.
Network stored in the entry located in the section
Storage means for storing partial information of the network information distributed above, first processing means for performing an operation on the information stored in the storage means, and a tree for the storage means from a user And a second processing means for receiving a processing request based on the structure and transmitting the processing request to the first processing means, wherein a plurality of information processing apparatuses are connected via a communication line and the first processing of each apparatus is performed. An information processing device for realizing a distributed directory system capable of requesting a processing request between means, a cache information table for storing operation results for information stored in storage means in another information processing device; (2) If the processing request from the processing means is a processing request for information stored in the storage means in another information processing apparatus, the operation result corresponding to the processing request is stored in the previous information processing apparatus. An operation result accumulation unit that accumulates in the cache information table; and a table that executes an operation in response to a processing request from the second processing unit by using the operation result accumulated in the cache information table by the operation result accumulation unit. An information processing apparatus for realizing a distributed directory system, comprising: an operation unit.
【請求項2】 前記第2処理手段からの処理要求には、
前記蓄積手段に蓄積されたネットワーク情報を特定する
ための前記木構造に基づく検索条件を含み、 前記操作結果蓄積手段は、前記検索条件に基づいて特定
可能な各情報に固有の前記木構造に基づく識別名と同識
別名に対応する操作対象の本体となる前記エントリに格
納された情報からなるコピー情報と、同コピー情報を獲
得した際の検索条件とを対応づけて、前記キャッシュ情
報テーブルに蓄積することを特徴とする請求項1記載の
分散ディレクトリシステムを実現する情報処理装置。
2. A processing request from the second processing means includes:
A search condition based on the tree structure for specifying network information stored in the storage unit, wherein the operation result storage unit is based on the tree structure unique to each information that can be specified based on the search condition. The entry that is the main body of the operation object corresponding to the identifier
2. The information for realizing a distributed directory system according to claim 1, wherein copy information composed of the stored information and search conditions when the copy information is acquired are associated with each other and stored in the cache information table. Processing equipment.
【請求項3】 情報が蓄積された蓄積手段と、前記蓄積
手段に蓄積された情報に対して操作を実行する第1処理
手段と、利用者からの前記蓄積手段に対する 処理要求を
受付けて前記第1処理手段に伝達する第2処理手段とを
有する情報処理装置であって、複数の情報処理装置が通
信回線を介して接続されて各装置の第1処理手段間で処
理要求の依頼が可能な分散ディレクトリシステムを実現
する情報処理装置において、 他の情報処理装置内の蓄積手段に蓄積された情報に対す
る操作結果を蓄積するためのキャッシュ情報テーブル
と、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果を自装置内の前記キ
ャッシュ情報テーブルに蓄積する操作結果蓄積手段と、 前記第2処理手段からの処理要求に対して、前記操作結
果蓄積手段によって前記キャッシュ情報テーブルに蓄積
された操作結果を利用して操作を実行するテーブル操作
手段とを具備し、 前記操作結果蓄積手段は、情報 を前記キャッシュ情報テーブルに蓄積した時刻を、
同情報に対応づけて登録するものであり、この 登録された各情報に対応する時刻に基づいて、一定
期間を越えた前記キャッシュ情報テーブルに蓄積された
情報を削除するコピー情報管理手段を具備し、 前記キャッシュ情報テーブルに蓄積されているコピー情
報が常に所定時間内に登録されたものにすることを特徴
とする分散ディレクトリシステムを実現する情報処理装
置。
(3)Storing means for storing information;
First processing for executing an operation on the information stored in the means
Means, and the storage means from the user Processing request
Second processing means for receiving and transmitting the first processing means to the first processing means.
Information processing device having a plurality of information processing devices
Connected via a communication line and processed between the first processing means of each device.
Distributed directory system capable of requesting management requests
Information processing device, For information stored in storage means in another information processing device
Cache information table for storing operation results
When, The processing request from the second processing unit is in another information processing device.
Is a processing request for information stored in the storage means
In this case, the operation result for the processing request is
Operation result accumulation means for accumulating in the cache information table; In response to a processing request from the second processing means,
Stored in the cache information table by the result storage means
Table operation that executes an operation using the performed operation result
Means,  The operation result accumulation means,information Is stored in the cache information table,
Same informationIt is registered in association withthis Based on the time corresponding to each registered information,Constant
Over timeStored in the cache information table
informationThe copy information stored in the cache information table.
The feature is that the information is always registered within a predetermined time
TossDispersionInformation processing equipment to realize directory system
Place.
【請求項4】 情報が蓄積された蓄積手段と、前記蓄積
手段に蓄積された情報に対して操作を実行する第1処理
手段と、利用者からの前記蓄積手段に対する処理要求を
受付けて前記第1処理手段に伝達する第2処理手段とを
有する情報処理装置であって、複数の情報処理装置が通
信回線を介して接続されて各装置の第1処理手段間で処
理要求の依頼が可能な分散ディレクトリシステムを実現
する情報処理装置において、 他の情報処理装置内の蓄積手段に蓄積された情報に対す
る操作結果を蓄積するためのキャッシュ情報テーブル
と、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果を自装置内の前記キ
ャッシュ情報テーブルに蓄積する操作結果蓄積手段と、 前記第2処理手段からの処理要求に対して、前記操作結
果蓄積手段によって前記キャッシュ情報テーブルに蓄積
された操作結果を利用して操作を実行するテーブル操作
手段とを具備し、 前記操作結果蓄積手段は、情報 を使用した回数を、同情報に対応づけて登録するも
のであり、 前記操作結果蓄積手段によって登録された各情報に対応
して登録された回数に基づいて、前記キャッシュ情報テ
ーブルに蓄積された情報を削除するコピー情報管理手段
をさらに具備し、 前記キャッシュ情報テーブルに蓄積されている情報が常
に有効なものにすることを特徴とする分散ディレクトリ
システムを実現する情報処理装置。
(4)Storing means for storing information;
First processing for executing an operation on the information stored in the means
Means and a processing request from the user to the storage means.
Second processing means for receiving and transmitting the first processing means to the first processing means.
Information processing device having a plurality of information processing devices
Connected via a communication line and processed between the first processing means of each device.
Distributed directory system capable of requesting management requests
Information processing device, For information stored in storage means in another information processing device
Cache information table for storing operation results
When, The processing request from the second processing unit is in another information processing device.
Is a processing request for information stored in the storage means
In this case, the operation result for the processing request is
Operation result accumulation means for accumulating in the cache information table; In response to a processing request from the second processing means,
Stored in the cache information table by the result storage means
Table operation that executes an operation using the performed operation result
Means,  The operation result accumulation means,information The number of timesSame informationAlso register in association with
And registered by the operation result accumulation means.Each informationCompatible with
Based on the number of times the cache information
TableinformationInformation management means for deleting
And further stored in the cache information table.informationAlways
Distributed directory characterized by being effective
Information processing device that implements the system.
【請求項5】 前記第2処理手段からの処理要求には、
前記蓄積手段に蓄積された情報を特定するための検索条
件を含み、 前記操作結果蓄積手段は、前記検索条件に基づいて特定
可能な各情報に固有の識別名と同識別名に対応する操作
対象の本体となる情報からなるコピー情報と、同コピー
情報を獲得した際の検索条件とを対応づけて、前記キャ
ッシュ情報テーブルに蓄積することを特徴とする請求項
3または請求項4記載の分散ディレクトリシステムを実
現する情報処理装置。
5. The processing request from the second processing means includes:
A search condition for specifying information stored in the storage means.
And the operation result accumulating means specifies based on the search condition.
Distinguished name unique to each possible information and operation corresponding to the same distinguished name
Copy information consisting of information that is the target body and the same copy
The search condition at the time of acquiring the information is associated with the
And storing the information in a cache information table.
Implementing the distributed directory system according to claim 3 or claim 4.
The information processing device that appears.
【請求項6】 情報が識別名によって特定できるように
蓄積された蓄積手段と、前記蓄積手段に蓄積された情報
に対して操作を実行する第1処理手段と、利用者からの
前記蓄積手段に対する前記識別名をもとに情報を特定す
るための検索条件を含む処理要求を受付けて前記第1処
理手段に伝達する第2処理手段とを有する情報処理装置
であって、複数の情報処理装置が通信回線を介して接続
されて各装置の第1処理手段間で処理要求の依頼が可能
な分散ディレクトリシステムを実現する情報処理装置に
おいて、 他の情報処理装置内の蓄積手段に蓄積された情報に対す
る操作結果を蓄積する ためのキャッシュ情報テーブル
と、 前記処理要求の検索条件によって示される識別名を構成
する各相対識別名からハッシュ値を算出するハッシュ演
算手段と、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果として、前記検索条
件に基づいて特定可能な各情報に固有の識別名と同識別
名に対応する操作対象の本体となる情報からなるコピー
情報と、同コピー情報を獲得した際の検索条件とを対応
づけ、前記検索条件によって示される識別名及び情報に
固有の識別名の相対識別名にハッシュ値を付加して、自
装置内の前記キャッシュ情報テーブルに蓄積する操作結
果蓄積手段と、 前記第2処理手段からの処理要求に対して、前記操作結
果蓄積手段によって前記キャッシュ情報テーブルに蓄積
された操作結果を利用して、検索条件によって示される
識別名の各相対識別名のハッシュ値と、前記キャッシュ
情報テーブルにに蓄積されたハッシュ値とを比較し、比
較結果に基づいて操作対象の情報の絞り込みをした後
に、操作を実行するテーブル操作手段と、 を具備したことを特徴とする分散ディレクトリシステム
を実現する情報処理装置。
6. The information can be specified by an identifier.
Stored storage means and information stored in the storage means
A first processing means for performing an operation on the
Specifying information based on the identifier for the storage means;
Receiving a processing request including a search condition for
Processing apparatus having second processing means for transmitting to processing means
And a plurality of information processing devices are connected via a communication line.
Processing requests can be requested between the first processing means of each device
Information processing device to realize a simple distributed directory system
Of the information stored in the storage means in another information processing apparatus.
Cache information table for storing operation results
And the identification name indicated by the search condition of the processing request
Hash function that calculates a hash value from each relative identifier
Calculation means and a processing request from the second processing means in another information processing apparatus.
Is a processing request for information stored in the storage means
In this case, as the operation result for the processing request,
The same identifier as the unique identifier for each piece of information that can be identified based on the case
Copy consisting of information that is the main body of the operation target corresponding to the name
Correspondence between information and search conditions when the same copy information was acquired
And the identifier and information indicated by the search condition
A hash value is added to the relative distinguished name of the unique
Operation results stored in the cache information table in the device
Result storage means and the operation result in response to a processing request from the second processing means.
Stored in the cache information table by the result storage means
Indicated by the search condition using the performed operation result
The hash value of each relative distinguished name of the distinguished name and the cache
Compare the hash value stored in the information table with the
After narrowing down the information of the operation target based on the comparison result
, The distributed directory system characterized by comprising a table operation means for executing an operation, the
Information processing device that realizes.
【請求項7】 論理的データ構造を木構造とし、その木
の節に配置されたエントリに格納される、ネットワーク
上に分散されたネットワーク情報の一部情報が蓄積され
た蓄積手段と、前記蓄積手段に蓄積された情報に対して
操作を実行する第1処理手段と、利用者からの前記蓄積
手段に対する前記木構造に基づく処理要求を受付けて前
記第1処理手段に伝達する第2処理手段とを有する情報
処理装置であって、複数の情報処理装置が通信回線を介
して接続されて各装置の第1処理手段間で処理要求の依
頼が可能な分散ディレクトリシステムを実現する情報処
理装置において、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果を自装置内のキャッ
シュ情報テーブルに蓄積し、 前記第2処理手段からの処理要求に対して、前記キャッ
シュ情報テーブルに蓄積された操作結果を利用して操作
を実行することを特徴とする分散ディレクトリシステム
を実現する方法。
7. The logical data structure is a tree structure, and the tree
Network stored in the entry located in the section
Some information of the network information distributed on
Storage means and information stored in the storage means
First processing means for executing an operation, and the accumulation from a user
Before receiving the processing request based on the tree structure for the means
Information having second processing means for transmitting to the first processing means
A processing device, wherein a plurality of information processing devices are connected via a communication line.
Connected to the first processing means of each device to process requests.
Information processing to realize a reliable distributed directory system
In management system, the processing request from the second processing means another information processing apparatus
Is a processing request for information stored in the storage means
In this case, the operation result for the
Stored in the cache information table, and responds to a processing request from the second processing means.
Operation using the operation results stored in the cache information table
Distributed directory system characterized by executing
How to achieve.
【請求項8】 情報が識別名によって特定できるように
蓄積された蓄積手段と、前記蓄積手段に蓄積された情報
に対して操作を実行する第1処理手段と、利用者からの
前記蓄積手段に対する前記識別名をもとに情報を特定す
るための検索条件を含む処理要求を受付けて前記第1処
理手段に伝達する第2処理手段とを有する情報処理装置
であって、複数の情報処理装置が通信回線を介して接続
されて各装置の第1処理手段間で処理要求の依頼が可能
な分散ディレクトリシステムを実現する情報処理装置に
おいて、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、前記検索条件に基づいて特定可能な各情報に固有
の識別名と同識別名に対応する操作対象の本体となる情
報からなるコピー情報と、同コピー情報を獲得した際の
検索条件とを対応づけて、自装置内のキャッシュ情報テ
ーブルに蓄積し、 さらにコピー情報を前記キャッシュ情報テーブルに蓄積
した時刻を、同コピー情報に対応づけて登録し、 前記キャッシュ情報テーブルに登録された各コピー情報
に対応する時刻に基づいて、一定期間を越えた前記キャ
ッシュ情報テーブルに蓄積されたコピー情報を削除し、 前記第2処理手段からの処理要求に対して、前記キャッ
シュ情報テーブルに蓄積された操作結果を利用して操作
を実行することを特徴とする分散ディレクトリシステム
を実現する方法。
8. The information can be specified by an identifier.
Stored storage means and information stored in the storage means
A first processing means for performing an operation on the
Specifying information based on the identifier for the storage means;
Receiving a processing request including a search condition for
Processing apparatus having second processing means for transmitting to processing means
And a plurality of information processing devices are connected via a communication line.
Processing requests can be requested between the first processing means of each device
Information processing device to realize a simple distributed directory system
In this case, the processing request from the second processing unit is transmitted to another information processing apparatus.
Is a processing request for information stored in the storage means
Unique to each information that can be identified based on the search conditions
Of the operation target corresponding to the
Information consisting of information and the
Correlate search conditions with the cache information
And copy information in the cache information table
The registered time is registered in association with the copy information, and each copy information registered in the cache information table is registered.
Based on the time corresponding to the
The copy information stored in the cache information table is deleted, and in response to a processing request from the second processing unit, the cache information is deleted.
Operation using the operation results stored in the cache information table
Distributed directory system characterized by executing
How to achieve.
【請求項9】 情報が識別名によって特定できるように
蓄積された蓄積手段と、前記蓄積手段に蓄積された情報
に対して操作を実行する第1処理手段と、利用者からの
前記蓄積手段に対する前記識別名をもとに情報を特定す
るための検索条件を含む処理要求を受付けて前記第1処
理手段に伝達する第2処理手段とを有する情報処理装置
であって、複数の情報処理装置が通信回線を介して接続
されて各装置の第1処理手段間で処理要求の依頼が可能
な分散ディレクトリシステムを 実現する情報処理装置に
おいて、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、前記検索条件に基づいて特定可能な各情報に固有
の識別名と同識別名に対応する操作対象の本体となる情
報からなるコピー情報と、同コピー情報を獲得した際の
検索条件とを対応づけて、自装置内のキャッシュ情報テ
ーブルに蓄積し、 さらにコピー情報を使用した回数を、同コピー情報に対
応づけて登録し、 前記キャッシュ情報テーブルに登録された各コピー情報
に対応する使用した回数に基づいて、前記キャッシュ情
報テーブルに蓄積されたコピー情報を削除し、 前記第2処理手段からの処理要求に対して、前記キャッ
シュ情報テーブルに蓄積された操作結果を利用して操作
を実行することを特徴とする分散ディレクトリシステム
を実現する方法。
9. The information can be specified by an identifier.
Stored storage means and information stored in the storage means
A first processing means for performing an operation on the
Specifying information based on the identifier for the storage means;
Receiving a processing request including a search condition for
Processing apparatus having second processing means for transmitting to processing means
And a plurality of information processing devices are connected via a communication line.
Processing requests can be requested between the first processing means of each device
Information processing device to realize a simple distributed directory system
In this case, the processing request from the second processing unit is transmitted to another information processing apparatus.
Is a processing request for information stored in the storage means
Unique to each information that can be identified based on the search conditions
Of the operation target corresponding to the
Information consisting of information and the
Correlate search conditions with the cache information
The number of times the copy information was used is stored in the
Sign in association response, each copy information registered in the cache information table
Based on the number of times of use corresponding to
The copy information stored in the report table is deleted, and in response to a processing request from the second processing means, the cache information is deleted.
Operation using the operation results stored in the cache information table
Distributed directory system characterized by executing
How to achieve.
【請求項10】 情報が識別名によって特定できるよう
に蓄積された蓄積手段と、前記蓄積手段に蓄積された情
報に対して操作を実行する第1処理手段と、利用者から
の前記蓄積手段に対する前記識別名をもとに情報を特定
するための検索条件を含む処理要求を受付けて前記第1
処理手段に伝達する第2処理手段とを有する情報処理装
置であって、複数の情報処理装置が通信回線を介して接
続されて各装置の第1処理手段間で処理要求の依頼が可
能な分散ディレクトリシステムを実現する情報処理装置
において、 前記第2処理手段からの処理要求が他の情報処理装置内
の蓄積手段に蓄積された情報に対する処理要求である場
合に、同処理要求に対する操作結果として、前記検索条
件に基づいて特定可能な各情報に固有の識別名と同識別
名に対応する操作対象の本体となる情報からなるコピー
情報と、同コピー情報を獲得した際の検索条件とを対応
づけ、前記検索条件によって示される識別名及び情報に
固有の識別名の相対識別名にハッシュ値を付加して、自
装置内の前記キャッシュ情報テーブルに蓄積し、 前記第2処理手段からの処理要求に対して、前記操作結
果蓄積手段によって前記キャッシュ情報テーブルに蓄積
された操作結果を利用して、検索条件によって示される
識別名の各相対識別名のハッシュ値と、前記キャッシュ
情報テーブルに に蓄積されたハッシュ値とを比較し、比
較結果に基づいて操作対象の情報の絞り込みをした後
に、操作を実行することを特徴とする分散ディレクトリ
システムを実現する方法。
10. The information can be specified by an identification name.
Storage means stored in the storage means, and information stored in the storage means.
First processing means for performing an operation on the information, and from the user
Information based on the identifier for the storage means of
Receiving a processing request including a search condition for performing
Information processing apparatus having second processing means for transmitting to processing means
And a plurality of information processing devices connected via a communication line.
It is possible to request processing requests between the first processing means of each device.
Information Processing Device for Realizing Distributed Directory System
In, the processing request from the second processing means another information processing apparatus
Is a processing request for information stored in the storage means
In this case, as the operation result for the processing request,
The same identifier as the unique identifier for each information that can be identified based on the case
Copy consisting of information that is the main body of the operation target corresponding to the name
Correspondence between information and search conditions when the same copy information was acquired
And the identifier and information indicated by the search condition
A hash value is added to the relative distinguished name of the unique
The information is stored in the cache information table in the device, and the operation result is stored in response to a processing request from the second processing unit.
Stored in the cache information table by the result storage means
Indicated by the search condition using the performed operation result
The hash value of each relative distinguished name of the distinguished name and the cache
Compare the hash value stored in the information table with the
After narrowing down the information of the operation target based on the comparison result
, A distributed directory characterized by performing an operation
How to implement the system.
JP6153755A 1994-07-05 1994-07-05 Information processing apparatus and method for realizing distributed directory system Expired - Lifetime JP2928725B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6153755A JP2928725B2 (en) 1994-07-05 1994-07-05 Information processing apparatus and method for realizing distributed directory system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6153755A JP2928725B2 (en) 1994-07-05 1994-07-05 Information processing apparatus and method for realizing distributed directory system

Publications (2)

Publication Number Publication Date
JPH0822410A JPH0822410A (en) 1996-01-23
JP2928725B2 true JP2928725B2 (en) 1999-08-03

Family

ID=15569423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6153755A Expired - Lifetime JP2928725B2 (en) 1994-07-05 1994-07-05 Information processing apparatus and method for realizing distributed directory system

Country Status (1)

Country Link
JP (1) JP2928725B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004049666A1 (en) * 2002-11-26 2004-06-10 Sony Corporation Information processing device, information processing method, and computer program

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000052600A1 (en) * 1999-03-03 2000-09-08 Sony Corporation Transmitter, receiver, transmitter/receiver system, transmission method and reception method
JP2000330910A (en) * 1999-05-24 2000-11-30 Mitsubishi Electric Corp Server computer of information provision system
JP3195778B2 (en) * 1999-06-02 2001-08-06 株式会社次世代情報放送システム研究所 Receiving device, transmitting / receiving device, and receiving method
US8209491B2 (en) * 2010-04-27 2012-06-26 Symantec Corporation Techniques for directory server integration
US8793355B2 (en) * 2010-04-27 2014-07-29 Symantec Corporation Techniques for directory data resolution

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06274401A (en) * 1993-03-18 1994-09-30 Nec Corp Distributed data base control system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004049666A1 (en) * 2002-11-26 2004-06-10 Sony Corporation Information processing device, information processing method, and computer program
US7475128B2 (en) 2002-11-26 2009-01-06 Sony Corporation Information processing device, information processing method, and computer program

Also Published As

Publication number Publication date
JPH0822410A (en) 1996-01-23

Similar Documents

Publication Publication Date Title
JP3899795B2 (en) File management system and method
US8090693B2 (en) System, method, and article of manufacture for maintaining and accessing a whois database
JP4771321B2 (en) Method and data format for exchanging data between Java system database entries and LDAP directory services
US8635202B2 (en) Automatic update of searches
US7065523B2 (en) Scoping queries in a search engine
US20050015396A1 (en) System and method for structuring data in a computer system
JPH07200381A (en) Object extension system
JP2000501532A (en) Database access
CA2143288A1 (en) Data storage system with set lists which contain elements associated with parents for defining a logical hierarchy and general record pointers identifying specific data sets
GB2383861A (en) Schema replication
JP2002032246A (en) Directory information managing device directory information managing method and computer readable recording medium in which program is recorded
JP2901081B2 (en) How to rename non-leaf entries in OSI directory
US6055534A (en) File management system and file management method
JP2928725B2 (en) Information processing apparatus and method for realizing distributed directory system
JP3363292B2 (en) Database management system
US20050102276A1 (en) Method and apparatus for case insensitive searching of ralational databases
JP2001282599A (en) Method and device for managing data and recording medium with data management program stored therein
US20030088615A1 (en) Update resolution procedure for a directory server
JP3056704B2 (en) Data management device
JPH07234879A (en) Information processor and data base retrieving method
JPH10111821A (en) Client server system
JP2004252789A (en) Information retrieval device, information retrieval method, information retrieval program, and recording medium recorded with same program
JP2000155706A (en) Method and device for mapping object-oriented and relational data base and its storage medium
JPH09153048A (en) Method and device for information retrieval
JPH0844609A (en) Data backup method