JPH09212405A - Method and device for file management - Google Patents

Method and device for file management

Info

Publication number
JPH09212405A
JPH09212405A JP8019021A JP1902196A JPH09212405A JP H09212405 A JPH09212405 A JP H09212405A JP 8019021 A JP8019021 A JP 8019021A JP 1902196 A JP1902196 A JP 1902196A JP H09212405 A JPH09212405 A JP H09212405A
Authority
JP
Japan
Prior art keywords
file
client
server
request
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8019021A
Other languages
Japanese (ja)
Inventor
Reiko Yoshida
玲子 吉田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP8019021A priority Critical patent/JPH09212405A/en
Publication of JPH09212405A publication Critical patent/JPH09212405A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To structure a system which flexibly makes it possible for a client to register, update, and take out common irregular form information. SOLUTION: When a request to refer to a file held on a server is made, it is decided whether or not the reference request is made by a client or user. According to the decision result, the version of a file which were taken out in the past is retrieved and compared with the version of the file held on the server. When it is judged that the version of the file held on the server is newer than the retrieved version, reference information is transmitted in client or user units according to the decision result obtained in the decision step.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】この発明は、複数の端末によ
って共有する非定型情報を登録/更新/取出すためのフ
ァイル管理方法に関するものである。この明細書におけ
るファイル管理とは、文書、図その他あらゆる情報であ
る非定型情報をファイルとして管理するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management method for registering / updating / retrieving atypical information shared by a plurality of terminals. The file management in this specification manages non-standardized information such as documents, drawings and other information as a file.

【0002】[0002]

【従来の技術】従来、クライアント・サーバシステムに
おけるファイル管理方法は、以下のような2通りの方法
があった。一つは、クライアントが取り出して保持して
いるファイルについての情報は各クライアントがそれぞ
れ管理しており、各クライアントからサーバにアクセス
した時に、サーバが持っているサーバ上のファイルの更
新情報を用いて、クライアント上のファイルの新旧を判
断して、サーバからファイルを転送してもらうというも
のであった。
2. Description of the Related Art Conventionally, there are the following two methods for managing files in a client / server system. One is that each client manages the information about the file that the client retrieves and holds, and when each client accesses the server, it uses the update information of the file on the server that the server has. , The old and new files on the client are judged, and the file is transferred from the server.

【0003】そしてもう一つは、サーバがクライアント
が保持しているファイルのバージョン情報を管理し、サ
ーバが収納しているソフトウェアを、サーバからの指示
によりクライアントに対して一括配信するものであっ
た。また、共有ファイルによるリソースの負荷分散をは
かるための従来のファイル管理方法は、あらかじめ分散
して置かれているファイルに対してクライアントがアク
セスする際に、負荷の低いディスクやサーバが自動選択
されて、負荷分散をおこなうというものであった。
Another is that the server manages the version information of the file held by the client, and the software stored in the server is collectively delivered to the client according to an instruction from the server. . Also, the conventional file management method for balancing the load of resources by shared files is to automatically select a disk or server with a low load when a client accesses a file that has been distributed in advance. , Load distribution was done.

【0004】一つ目の、クライアントが保持しているフ
ァイルの情報をそれぞれのクライアントが管理する方法
の例について説明する。図14は、例えば特開平5−1
81733に記載された従来のファイル管理システムを
示す構成図である。図14における従来のファイル管理
システムは、ネットワークを介して電文の送受信を行な
う上位装置51と端末52と、上位装置51のファイル
を保持しているファイル記憶部512と、端末52のフ
ァイルを保持しているファイル記憶部522とから構成
される。
An example of the first method of managing the information of the files held by the clients by each client will be described. FIG. 14 shows, for example, Japanese Patent Laid-Open No. 5-1
It is a block diagram which shows the conventional file management system described in 81733. The conventional file management system in FIG. 14 has a host device 51 and a terminal 52 that transmit and receive a telegram via a network, a file storage unit 512 that stores files of the host device 51, and a file of the terminal 52. File storage unit 522.

【0005】このファイル管理システムの動作について
説明する。端末52が上位装置51に接続されると、上
位装置51から管理情報を受信し、上位装置51の管理
情報と、自端末の管理情報とを比較処理部524で比較
する。比較した結果、上位装置51の管理情報と自端末
の管理情報とが異なっているときは、端末52は該当す
るファイルの転送を上位装置51に要求し、上位装置5
1は端末52から転送要求を受信すると、端末52が更
新すべきファイルを端末52に送信するものである。
The operation of this file management system will be described. When the terminal 52 is connected to the host device 51, the management information is received from the host device 51, and the management information of the host device 51 is compared with the management information of its own terminal in the comparison processing unit 524. As a result of the comparison, when the management information of the higher-level device 51 and the management information of its own terminal are different, the terminal 52 requests the higher-level device 51 to transfer the corresponding file, and the higher-level device 5
1 receives a transfer request from the terminal 52, and transmits a file to be updated by the terminal 52 to the terminal 52.

【0006】次に、二つ目の、クライアントが保持して
いるファイルの情報をサーバが管理する方法の例につい
て説明する。図15は、例えば特開平4−287222
に記載された従来のファイル管理システムを示す構成図
である。図15における従来のファイル管理システム
は、CRT、キーボードからなる端末装置61と、端末
ロードモジュールライブラリ62と、ロードモジュール
受信手段63と、ロードモジュール転送手段64と、ホ
ストロードモジュールライブラリ65と、端末ロードモ
ジュールリビジョン管理手段66と、ホスト接続端末6
7と、ホストコンピュータ68から構成されている。
Next, an example of a second method of managing information of files held by the client by the server will be described. FIG. 15 shows, for example, Japanese Patent Laid-Open No. 4-287222.
5 is a configuration diagram showing a conventional file management system described in FIG. The conventional file management system in FIG. 15 includes a terminal device 61 including a CRT and a keyboard, a terminal load module library 62, a load module receiving means 63, a load module transfer means 64, a host load module library 65, and a terminal load. Module revision management means 66 and host connection terminal 6
7 and a host computer 68.

【0007】このファイル管理システムの動作について
説明する。ソフトウェア開発者または管理者は、ホスト
接続端末67より端末ロードモジュールリビジョン管理
手段66を用い、今回転送を行なうロードモジュール名
と端末名を決定する。端末ロードモジュールリビジョン
管理手段66は各端末に導入されているロードモジュー
ル名とそのリビジョンを管理している。
The operation of this file management system will be described. The software developer or administrator uses the terminal load module revision management means 66 from the host connection terminal 67 to determine the load module name and terminal name to be transferred this time. The terminal load module revision management means 66 manages the load module name installed in each terminal and its revision.

【0008】次にロードモジュール転送手段64が動作
し、上記で決定されたロードモジュール名をホストロー
ドモジュールライブラリ65から検索し、端末名に従い
各端末に転送する。ロードモジュール受信手段63はホ
ストから転送されたロードモジュールを端末ロードモジ
ュールライブラリ62に書き込む。転送状態はロードモ
ジュール受信手段63とロードモジュール転送手段64
を通って端末ロードモジュールリビジョン管理手段66
に返却され、正常に転送が終了した場合は、各端末装置
の管理情報を更新する。
Next, the load module transfer means 64 operates, retrieves the load module name determined above from the host load module library 65, and transfers it to each terminal according to the terminal name. The load module receiving means 63 writes the load module transferred from the host into the terminal load module library 62. The transfer status is the load module receiving means 63 and the load module transferring means 64.
Through the terminal load module revision management means 66
When the transfer is normally completed and the transfer is normally completed, the management information of each terminal device is updated.

【0009】さらに、分散型データベースの管理方法に
おいて、負荷分散をはかる例について説明する。図16
は、例えば特開平6−259308に記載された従来の
ファイル管理システムを示す構成図である。図16にお
ける各サーバ711〜714毎の負荷テーブル720
や、あるいは使用状況テーブル730を、例えば、各ク
ライアント711〜713、トランシーバ75、ルータ
74のいずれかに備えておくことで、同一情報を複数の
サーバ711〜714で重複管理されているとき、サー
バ711〜714の内最も負荷の低いサーバや、情報の
記憶媒体の空きの多いサーバを選択し、利用者が意識す
ることなく、負荷の分散をはかることができるようにし
ている。
An example of load balancing in the distributed database management method will be described. FIG.
FIG. 1 is a configuration diagram showing a conventional file management system described in, for example, Japanese Patent Laid-Open No. 6-259308. A load table 720 for each of the servers 711 to 714 in FIG.
Alternatively, by providing the usage status table 730 in any of the clients 711 to 713, the transceiver 75, and the router 74, for example, when the same information is redundantly managed by a plurality of servers 711 to 714, A server with the lowest load among 711 to 714 or a server with a large amount of free information storage medium is selected so that the load can be distributed without the user being aware of it.

【0010】[0010]

【発明が解決しようとする課題】しかし、従来のファイ
ル管理システムでは、以下のような問題点があった。一
つ目の、クライアント主体のファイル管理方法である特
開平05−181733に示されたファイル管理方法で
は、各クライアントがサーバにログインした時に、取り
出したファイルすべてに対してがサーバの持つ情報と比
較されてしまい、クライアントは、サーバにログインす
るために、各ファイルに対して更新するか否かの選択を
しなければならなかった。取り出したファイルには、そ
の後も最新バージョンが必要なファイルもあれば、必要
でないファイルもあるはずであるが、自動転送されるか
どうかをあらかじめファイルごとに指定しておくことが
できなかった。
However, the conventional file management system has the following problems. In the first file management method disclosed in Japanese Patent Laid-Open No. 05-181733, which is a client-based file management method, when each client logs in to the server, all the retrieved files are compared with the information held by the server. The client had to choose whether or not to update each file in order to log in to the server. Among the extracted files, there should be some files that require the latest version and some files that do not, but it was not possible to specify in advance for each file whether or not to automatically transfer.

【0011】一方、二つ目のサーバ主体のファイル管理
方法である特開平4−287222に示されたファイル
管理方法は、サーバは、各クライアントごとに、現在保
持しているロードモジュール名とリビジョンの情報を管
理しているため、クライアント単位でしか更新がおこな
えないという欠点がある。クライアントで一つ保持して
いれば良いソフトウェアのロードモジュールなどではな
く、テキストファイルやイメージデータなどの非定型情
報が対象の場合には、各ユーザが保持したい情報、バー
ジョンはそれぞれ異なってくるため、クライアント単位
だけでなく、ユーザ単位の更新等も必要である。例え
ば、一つのクライアントを複数のユーザが利用する場合
や、一人のユーザが複数のクライアントからアクセスす
る場合等には、クライアント単位の共有方法では問題と
なる。
On the other hand, in the file management method disclosed in Japanese Patent Laid-Open No. 4-287222, which is a second server-based file management method, the server stores the load module name and revision currently held for each client. Since it manages information, it has the drawback that it can only be updated on a client-by-client basis. If you want to store non-standard information such as text files and image data instead of a load module of software that only needs to be held by the client, the information and version that each user wants to hold will be different. It is necessary to update not only client units, but also user units. For example, when one client is used by a plurality of users, or when one user accesses from a plurality of clients, the sharing method on a client-by-client basis poses a problem.

【0012】また、特開平6−259308で示された
従来のファイル管理方法は、データはもともと固定した
場所に分散して格納されており、そのデータに対してク
ライアントがアクセスする際に、負荷が分散するように
アクセスするサーバが選択されるものであるため、後か
らファイルの状態に応じてデータの格納位置を変更する
ことはできなかった。非定型情報のように、絶えず登録
/更新されるようなものにおいては、サーバやディスク
の状況は絶えず変化していくが、従来の方法では、状況
に応じて動的に対処できないという欠点があった。
Further, in the conventional file management method disclosed in Japanese Patent Laid-Open No. 6-259308, data is originally distributed and stored in fixed locations, and when a client accesses the data, a load is applied. Since the servers to be accessed are selected so as to be distributed, it is not possible to change the data storage location later according to the state of the file. For non-standard information that is constantly registered / updated, the status of the server and disk changes constantly, but the conventional method has the drawback that it cannot deal dynamically with the situation. It was

【0013】つまり、従来の方法は、それぞれ使用状
況、使用方法が固定されてしまうという欠点があり、総
合的に管理し柔軟に対処できるような方法がなかった。
That is, the conventional methods have the drawback that the usage conditions and usage methods are fixed, and there has been no method that can be managed comprehensively and deal flexibly.

【0014】この発明は、上記のような問題点を解消す
るためになされたもので、共有の非定型情報をクライア
ントから登録/更新/取出しするための、柔軟に対応可
能なシステムを構築することを目的とする。
The present invention has been made to solve the above problems, and is to construct a system capable of flexibly coping with registration / update / retrieval of shared atypical information from a client. With the goal.

【0015】[0015]

【課題を解決するための手段】この発明におけるファイ
ル管理方法は、サーバに保持されたファイルの参照を要
求する参照要求ステップと、上記参照要求の要求単位を
判別する判別ステップと、上記判別ステップにおいて判
別された要求単位の種類に応じて過去に取り出したファ
イルのバージョンを検索する検索ステップと、上記サー
バに保持されたファイルのバージョンと、上記検索した
ファイルのバージョンとを比較する比較ステップと、上
記比較ステップにおいて上記検索したファイルのバージ
ョンよりも上記サーバに保持されているファイルのバー
ジョンの方が新しい場合に、上記判別ステップにおいて
判別された要求単位に応じて参照情報を送信する送信ス
テップとを有するものである。
A file management method according to the present invention comprises a reference request step for requesting a reference of a file held in a server, a determination step for determining a request unit of the reference request, and a determination step described above. A search step for searching the version of the file extracted in the past according to the determined request unit type; a comparison step for comparing the version of the file held in the server with the version of the searched file; And a transmitting step of transmitting reference information according to the request unit determined in the determining step when the version of the file held in the server is newer than the version of the searched file in the comparing step. It is a thing.

【0016】第2の発明におけるファイル管理方法は、
上記要求単位とは、クライアント単位あるいはユーザ単
位であり、上記検索ステップにおいて、上記判別ステッ
プにおける判別結果がクライアント単位の要求である場
合には上記参照要求を行ったクライアントが過去に取り
出したファイルのバージョンを検索し、上記判別ステッ
プにおける判別結果がユーザ単位の要求である場合には
上記参照要求を行ったユーザが過去に取り出したファイ
ルのバージョンを検索するものである。
A file management method according to the second invention is
The request unit is a client unit or a user unit. In the search step, if the determination result in the determination step is a client unit request, the version of the file extracted in the past by the client making the reference request. When the determination result in the determination step is a request for each user, the version of the file extracted in the past by the user who has issued the reference request is searched.

【0017】第3の発明におけるファイル管理方法は、
サーバに保持されたファイルが更新された場合に上記フ
ァイルが更新されたことの通知あるいは上記更新された
ファイルの転送を行うようクライアントからの要求に応
じて設定する通知方法設定ステップと、上記通知あるい
は転送をクライアント側主体で行うか、サーバ側主体で
行うかを変更可能に設定する主体設定ステップと、上記
主体設定ステップにおける設定内容を判別する主体判別
ステップと、上記主体判別ステップにおける判別結果に
応じ、上記ファイルが更新されたことの通知先あるいは
上記更新されたファイルの転送先となるクライアントを
検索する検索ステップと、上記検索ステップにおいて検
索されたクライアントに対して上記ファイルが更新され
たことの通知あるいは上記更新されたファイルの転送を
行う送信ステップとを有するものである。
A file management method according to the third invention is
When the file held in the server is updated, a notification method setting step of setting the notification of the update of the file or setting of the updated file in response to the request from the client, and the notification or Depending on the subject setting step for setting changeable whether the transfer is performed by the client side or the server side, the subject determining step for determining the setting content in the subject setting step, and the determination result in the subject determining step A search step of searching for a client to whom the file has been updated or a transfer destination of the updated file, and a notification that the file has been updated to the client searched in the search step Alternatively, a transmission step for transferring the updated file And it has a.

【0018】第4の発明におけるファイル管理方法は、
上記検索ステップにおいて、上記主体判別ステップにお
ける判別結果がクライアント側主体であれば上記更新要
求がなされたファイルについて上記通知方法設定ステッ
プにおける上記通知あるいは転送の設定の要求を行った
クライアントを検索し、上記主体判別ステップにおける
判別結果がサーバ側主体であれば上記更新要求がなされ
たファイルの旧バージョンを過去に取り出したクライア
ントを検索するものである。
A file management method according to the fourth invention is
In the search step, if the determination result in the subject determination step is the client side, the client that made the notification or transfer setting request in the notification method setting step is searched for the file for which the update request is made, and If the determination result in the subject determination step is the server-side subject, the client that retrieved the old version of the file for which the update request was made in the past is searched.

【0019】第5の発明におけるファイル管理方法は、
クライアントが入手を希望する情報に対応するキーワー
ドを登録するキーワード登録ステップと、サーバへのフ
ァイルの保持を要求する保持要求ステップと、上記保持
要求ステップにおける保持要求に応じ、上記サーバが上
記ファイルを保持する保持ステップと、上記保持要求ス
テップにおいて保持要求がなされたファイルに付された
キーワードを認識するキーワード認識ステップと、上記
登録ステップにおいて登録されたキーワードの中から上
記キーワード認識ステップにおいて認識されたキーワー
ドに対応するキーワードを検索する検索ステップと、上
記検索ステップにおいて検索されたキーワードに対応す
る情報の入手を要求したクライアントに対し、上記保持
ステップが実行されたことを通知する保持通知ステップ
とを有するものである。
A file management method according to the fifth invention is
The server holds the file in response to the keyword registration step of registering the keyword corresponding to the information desired by the client, the holding request step of requesting the server to hold the file, and the holding request in the holding request step. A holding step, a keyword recognition step for recognizing a keyword attached to a file for which a holding request is made in the holding request step, and a keyword recognized in the keyword recognition step among the keywords registered in the registration step. It has a search step of searching for the corresponding keyword, and a holding notification step of notifying that the holding step has been executed to the client that has requested acquisition of information corresponding to the keyword searched in the searching step. That.

【0020】第6の発明におけるファイル管理方法は、
上記検索ステップにおいて、上記登録ステップにおいて
登録されたキーワードの中から上記キーワード認識ステ
ップにおいて認識されたキーワードと同一のキーワード
を検索するものである。
A file management method according to the sixth invention is
In the search step, the same keyword as the keyword recognized in the keyword recognition step is searched from the keywords registered in the registration step.

【0021】第7の発明におけるファイル管理方法は、
サーバに保持されたファイルの取り出しをクライアント
が要求する取り出し要求ステップと、上記取り出し要求
ステップにおいて取り出し要求されたファイルに付され
たキーワードを認識するキーワード認識ステップと、上
記サーバに保持された複数のファイルから、上記キーワ
ード認識ステップにおいて認識されたキーワードに対応
するファイルを検索する検索ステップと、上記検索ステ
ップにおいて検索されたファイルを上記取り出しを要求
したクライアントに対して通知する検索結果通知ステッ
プとを有するものである。
A file management method according to the seventh invention is
A retrieval request step in which the client requests retrieval of the file held in the server, a keyword recognition step of recognizing a keyword attached to the file requested in the retrieval request step, and a plurality of files retained in the server From the above, a search step of searching for a file corresponding to the keyword recognized in the keyword recognition step, and a search result notification step of notifying the client searched for the file searched in the search step Is.

【0022】第8の発明におけるファイル管理方法は、
上記サーバに保持された複数のファイルには、キーワー
ドが付されており、上記検索ステップにおいて、上記サ
ーバに保持された複数のファイルに付されたキーワード
から上記キーワード認識ステップにおいて認識されたキ
ーワードと同一のキーワードを検索するものである。
A file management method according to the eighth invention is
Keywords are attached to the plurality of files stored in the server, and are the same as the keywords recognized in the keyword recognition step from the keywords attached to the plurality of files stored in the server in the search step. It searches for the keyword.

【0023】第9の発明におけるファイル管理方法は、
ファイルのサーバへの保持を要求する保持要求ステップ
と、上記サーバに保持されている複数のファイルの中か
ら、上記保持要求ステップにおいて要求があったファイ
ルに付されたキーワードに対応したファイルを検索する
検索ステップと、上記保持要求ステップにおいて保持要
求がなされたファイルを、上記サーバに保持するにあた
り上記検索ステップにおいて検索されたファイルに関連
付けて保持するか否かを選択する選択ステップと、上記
選択ステップにおける選択結果に応じて、上記保持要求
がなされたファイルを上記サーバに保持する保持ステッ
プとを有するものである。
A file management method according to the ninth invention is
A holding request step for requesting holding of the file in the server and a plurality of files held in the server are searched for a file corresponding to the keyword attached to the file requested in the holding request step. A searching step; a selecting step of selecting whether to hold the file requested to be held in the holding request step in the server in association with the file searched in the searching step; and a selecting step in the selecting step. A holding step of holding the file for which the holding request is made in the server according to the selection result.

【0024】第10の発明におけるファイル管理方法
は、上記保持要求ステップにおける保持要求がクライア
ントにより行われ、上記選択ステップにおける選択が上
記クライアントにより行われるものである。
In the file management method according to the tenth aspect of the invention, the holding request in the holding request step is made by the client, and the selection in the selecting step is made by the client.

【0025】第11の発明におけるファイル管理方法
は、サーバに保持された複数のファイルに対するアクセ
スを管理するファイル管理方法であって、上記サーバに
関係する記憶装置に格納された上記複数のファイルの情
報量を監視する監視ステップと、上記監視ステップにお
ける監視結果から上記記憶装置の負荷を判断する負荷判
断ステップと、上記負荷判断ステップにおける判断結果
に応じ、上記記憶装置に格納されたファイルを上記記憶
装置とは別の記憶装置に格納する格納ステップとを有す
るものである。
A file management method according to an eleventh aspect of the present invention is a file management method for managing access to a plurality of files held by a server, wherein information on the plurality of files stored in a storage device related to the server. A file stored in the storage device is stored in the storage device in accordance with a monitoring step for monitoring the amount, a load determination step for determining the load of the storage device from the monitoring result in the monitoring step, and a determination result in the load determination step. And a storage step of storing in a different storage device.

【0026】第12の発明におけるファイル管理方法
は、上記監視ステップにおける上記複数のファイルの情
報量の監視が、上記複数のファイルの情報量が登録され
た第1登録領域内の情報を監視することにより行われる
ものである。
In the file management method according to the twelfth aspect of the invention, the monitoring of the information amount of the plurality of files in the monitoring step monitors the information in the first registration area in which the information amounts of the plurality of files are registered. It is done by.

【0027】第13の発明におけるファイル管理方法
は、サーバに保持された複数のファイルに対するクライ
アントのアクセスを管理するファイル管理方法であっ
て、上記サーバに関係する記憶装置に格納されたファイ
ルに対する上記クライアントのアクセス状況を監視する
監視ステップと、上記監視ステップにおける監視結果か
ら上記サーバの負荷を判断する負荷判断ステップと、上
記負荷判断ステップにおける判断結果に応じ、上記記憶
装置に格納されたファイルを上記記憶装置とは別の記憶
装置に格納する格納ステップとを有するものである。
A file management method according to a thirteenth invention is a file management method for managing access of a client to a plurality of files held by a server, wherein the client manages files stored in a storage device related to the server. A monitoring step for monitoring the access status of the server, a load determining step for determining the load on the server from the monitoring result in the monitoring step, and a file stored in the storage device according to the determination result in the load determining step. And a storage step of storing in a storage device different from the device.

【0028】第14の発明におけるファイル管理方法
は、上記監視ステップにおけるアクセス状況の監視が、
上記記憶装置に格納されたファイルに対して上記クライ
アントがアクセスした時間が登録される第2登録領域内
の情報を監視することにより行われるものである。
According to the file management method of the fourteenth invention, the access status is monitored in the monitoring step.
This is performed by monitoring the information in the second registration area in which the time when the client has accessed the file stored in the storage device is registered.

【0029】第15の発明におけるファイル管理装置
は、サーバに保持された複数のファイルに対するアクセ
スを管理するファイル管理装置であって、上記サーバに
保持される複数のファイルを格納する記憶手段と、上記
記憶手段に格納された複数のファイルの情報量が登録さ
れる第1登録領域と、上記第1登録領域に登録された複
数のファイルの情報量を監視し、上記ファイルの情報量
に応じて上記記憶手段に格納されたファイルを上記記憶
手段とは別の記憶手段に格納する管理手段とを有するも
のである。
A file management device according to the fifteenth invention is a file management device for managing access to a plurality of files stored in a server, and a storage means for storing the plurality of files stored in the server, The first registration area in which the information amounts of the plurality of files stored in the storage means are registered, and the information amounts of the plurality of files registered in the first registration area are monitored, and the above-mentioned information is stored according to the information amount of the file. The storage means has a management means for storing the file stored in the storage means in a storage means different from the storage means.

【0030】第16の発明におけるファイル管理装置
は、サーバに保持された複数のファイルに対するクライ
アントのアクセスを管理するファイル管理装置であっ
て、上記サーバに保持される上記複数のファイルを格納
する記憶手段と、上記記憶手段に格納された複数のファ
イルに対して上記クライアントがアクセスした時間が登
録される第2登録領域と、上記第2登録領域に登録され
た上記時間を監視し、上記時間に応じて上記記憶手段に
格納されたファイルを上記記憶手段とは別の記憶手段に
格納する管理手段とを有するものである。
A file management apparatus according to the sixteenth invention is a file management apparatus for managing access of a client to a plurality of files held in a server, and a storage means for storing the plurality of files held in the server. And monitoring the second registration area in which the time when the client has accessed the plurality of files stored in the storage means is registered, and the time registered in the second registration area, and depending on the time. And a management means for storing the file stored in the storage means in a storage means different from the storage means.

【0031】[0031]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

実施の形態1.この実施の形態におけるファイル管理シ
ステムは、アプリケーションサーバ1に格納されている
非定型情報をクライアント単位もしくはユーザ単位で参
照することができるものであり、以下図1〜3に基づい
て説明する。図1は、この実施の形態におけるファイル
管理システムの構成図である。図において、1はネット
ワーク6に接続されたアプリケーションサーバである。
アプリケーションサーバ1は、共用の非定型情報ファイ
ルの実体を格納するためのものであり、アプリケーショ
ンサーバ1には後述の磁気ディスク装置10が接続され
ている。
Embodiment 1. The file management system in this embodiment can refer to atypical information stored in the application server 1 in client units or user units, and will be described below with reference to FIGS. FIG. 1 is a block diagram of the file management system in this embodiment. In the figure, 1 is an application server connected to the network 6.
The application server 1 is for storing the substance of a shared atypical information file, and a magnetic disk device 10 described later is connected to the application server 1.

【0032】2は、後述の属性情報データベース21、
バージョン管理データベース22、アクセス履歴情報デ
ータベース23を統合的に管理する管理サーバである。
20は、管理サーバ2に接続された磁気ディスク装置で
あり、磁気ディスク装置20は後述の属性情報データベ
ース21、バージョン管理データベース22、アクセス
履歴情報データベース23を格納している。
Reference numeral 2 denotes an attribute information database 21, which will be described later.
It is a management server that integrally manages the version management database 22 and the access history information database 23.
Reference numeral 20 denotes a magnetic disk device connected to the management server 2, and the magnetic disk device 20 stores an attribute information database 21, a version management database 22, and an access history information database 23 described later.

【0033】21は非定型情報が持つ属性情報を管理す
る属性情報データベースであり、属性情報データベース
21に格納される情報としては、非定型情報名、非定型
情報の格納場所、非定型情報のバージョン番号、非定型
情報の登録者名、非定型情報の登録日時、非定型情報の
データサイズ、非定型情報の内容を示すキーワード、関
連する非定型情報をはじめとする非定型情報に関する情
報等がある。
Reference numeral 21 is an attribute information database that manages the attribute information of the atypical information. Information stored in the attribute information database 21 includes an atypical information name, an atypical information storage location, and an atypical information version. Number, name of registrant of atypical information, registration date and time of atypical information, data size of atypical information, keyword indicating contents of atypical information, information related to atypical information including related atypical information, etc. .

【0034】22はアプリケーションサーバ1が保持す
る非定型情報のバージョンを管理するバージョン管理デ
ータベースである。23は各クライアントによって登録
/更新/取出しされる非定型情報のアクセス履歴情報を
管理するデータベースである。アクセス履歴情報データ
ベース23に格納される情報としては、例えば、アクセ
ス日時、アクセス処理内容(登録/更新/取出のいずれ
であるかを示す情報)、アクセスしたクライアントを示
す情報、アクセスしたユーザを示す情報、アクセス対象
となった非定型情報名、アクセスした非定型情報のバー
ジョン番号等がある。24はキーワード登録データベー
スであるが、詳細は後の実施の形態で説明する。
Reference numeral 22 is a version management database for managing the version of the atypical information held by the application server 1. Reference numeral 23 is a database for managing access history information of atypical information registered / updated / retrieved by each client. The information stored in the access history information database 23 is, for example, access date and time, access processing content (information indicating whether registration / update / extraction), information indicating the client who accessed, information indicating the user who accessed. , The atypical information name that is the access target, the version number of the atypical information that is accessed, and the like. Reference numeral 24 is a keyword registration database, the details of which will be described later in an embodiment.

【0035】3〜5は、ネットワーク6に接続されたク
ライアントであり、クライアント3〜5は、管理サーバ
2に対して非定型情報の新規登録/更新/取出しを要求
する。10は、アプリケーションサーバ1に接続された
磁気ディスク装置であり、磁気ディスク装置10は非定
型情報ファイル11を格納する。本ファイル管理システ
ムは、アプリケーションサーバ1、管理サーバ2、クラ
イアント3〜5、ネットワーク6、磁気ディスク装置1
0、20から構成されている。次に、この実施の形態に
おけるアプリケーションサーバ1、管理サーバ2、クラ
イアント3の内部構成について図2を用いて説明する。
Reference numerals 3 to 5 are clients connected to the network 6, and the clients 3 to 5 request the management server 2 to newly register / update / take out atypical information. Reference numeral 10 denotes a magnetic disk device connected to the application server 1, and the magnetic disk device 10 stores an atypical information file 11. This file management system includes an application server 1, a management server 2, clients 3 to 5, a network 6, and a magnetic disk device 1.
It is composed of 0 and 20. Next, the internal configurations of the application server 1, the management server 2 and the client 3 in this embodiment will be described with reference to FIG.

【0036】図2は、ファイル管理システムの内部構成
図である。図2に示したように、アプリケーションサー
バ1は、ファイルアクセス部15と、送信処理部16お
よび受信処理部17とから構成される。ファイルアクセ
ス部15は磁気ディスク装置10、送信処理部16およ
び受信処理部17に接続されている。送信処理部16は
ネットワーク6に接続され、ネットワーク6に情報を出
力するための処理を行う。受信処理部17はネットワー
ク6に接続され、ネットワーク6から情報を受信するた
めの処理を行う。
FIG. 2 is an internal block diagram of the file management system. As shown in FIG. 2, the application server 1 includes a file access unit 15, a transmission processing unit 16 and a reception processing unit 17. The file access unit 15 is connected to the magnetic disk device 10, the transmission processing unit 16, and the reception processing unit 17. The transmission processing unit 16 is connected to the network 6 and performs a process for outputting information to the network 6. The reception processing unit 17 is connected to the network 6 and performs processing for receiving information from the network 6.

【0037】管理サーバ2は、データベース管理部25
と、送信処理部26および要求受信処理部27とから構
成される。データベース管理部25は、磁気ディスク装
置20、送信処理部26および要求受信処理部27に接
続されている。送信処理部26はネットワーク6に接続
され、ネットワーク6に対して情報を出力するための処
理を行う。要求受信処理部27はネットワークに接続さ
れ、ネットワーク6を介してクライアント3からの要求
情報を受信するための処理を行う。
The management server 2 has a database management unit 25.
And a transmission processing unit 26 and a request reception processing unit 27. The database management unit 25 is connected to the magnetic disk device 20, the transmission processing unit 26, and the request reception processing unit 27. The transmission processing unit 26 is connected to the network 6 and performs a process for outputting information to the network 6. The request reception processing unit 27 is connected to the network and performs processing for receiving request information from the client 3 via the network 6.

【0038】クライアント3は、受信部31と要求送信
部32とから構成される。受信部31はネットワーク6
に接続され、情報を受信するための処理を行う。要求送
信部32は、ネットワーク6に接続され、ネットワーク
6を介して管理サーバ2に対して要求情報を送信するた
めの処理を行う。
The client 3 comprises a receiver 31 and a request transmitter 32. The receiving unit 31 is the network 6
Connected to perform processing for receiving information. The request transmission unit 32 is connected to the network 6 and performs processing for transmitting request information to the management server 2 via the network 6.

【0039】次に、この実施の形態におけるファイル管
理システムの動作について図1〜3を用いて説明する。
図3は、この実施の形態における管理サーバ2の処理の
流れを示すフローチャートである。ネットワーク6に複
数接続されているクライアント3〜5のうちの1つ、例
えばクライアント3から非定型情報の参照要求が出され
た場合について説明する。この参照要求に際しては、ど
の非定型情報を参照するのかを示す情報と、参照要求が
クライアント単位であるかユーザ単位であるかを示す情
報、要求しているクライアント名またはユーザ名を示す
情報を送信する。この参照要求は、要求送信部32から
ネットワーク6を介して管理サーバ2に対して送信され
る。ここで参照とは、アプリケーションサーバ1内にど
のような非定型情報が格納されているかを見ることであ
り、具体的にはアプリケーションサーバ1内に格納され
ている非定型情報名を見ることや、指定する非定型情報
の内容を見ること等をいう。
Next, the operation of the file management system in this embodiment will be described with reference to FIGS.
FIG. 3 is a flowchart showing the flow of processing of the management server 2 in this embodiment. A case will be described in which one of the clients 3 to 5 connected to the network 6, for example, the client 3 issues a reference request for atypical information. In this reference request, information indicating which atypical information is referred to, information indicating whether the reference request is a client unit or a user unit, and information indicating a requesting client name or user name are transmitted. To do. This reference request is transmitted from the request transmission unit 32 to the management server 2 via the network 6. Here, the reference means to see what kind of atypical information is stored in the application server 1, specifically, to see the atypical information name stored in the application server 1, Refers to the contents of specified atypical information.

【0040】管理サーバ2の要求受信処理部27は、ク
ライアント3からの参照要求を受け付けると(S1
1)、それがクライアント単位の参照要求であるか、ユ
ーザ単位の参照要求であるかを判別する(S12)。
The request reception processing unit 27 of the management server 2 receives the reference request from the client 3 (S1).
1) It is determined whether the request is a client-based reference request or a user-based reference request (S12).

【0041】S12での判別の結果がクライアント単位
の参照要求であった場合には、次のような処理が行われ
る。要求受信処理部27は、S12における判別結果を
データベース管理部25に渡し、データベース管理部2
5はアクセス履歴情報データベース23からクライアン
ト3が過去に取り出した非定型情報名とそのバージョン
を検索する(S13)。
If the result of the determination in S12 is a reference request in client units, the following processing is performed. The request reception processing unit 27 passes the determination result in S12 to the database management unit 25, and the database management unit 2
5 retrieves the atypical information name retrieved by the client 3 in the past from the access history information database 23 and its version (S13).

【0042】データベース管理部25は、S13の検索
結果とアプリケーションサーバ1が保持している非定型
情報のバージョンを比較して(S15)、アプリケーシ
ョンサーバ1のバージョンの方が新しいかを判断する
(S16)。アプリケーションサーバ1が保持している
非定型情報のバージョンは、属性情報データベース21
内に格納される情報である非定型情報のバージョン番号
から認識することができる。
The database management unit 25 compares the search result of S13 with the version of the atypical information held by the application server 1 (S15), and determines whether the version of the application server 1 is newer (S16). ). The version of the atypical information held by the application server 1 is the attribute information database 21.
It can be recognized from the version number of the atypical information which is the information stored inside.

【0043】データベース管理部25は、アプリケーシ
ョンサーバ1の方が新しいバージョンである非定型情報
のみを送信処理部26に渡し、送信処理部26は新しい
バージョンの非定型情報名をクライアント3に通知する
(S17)。この方法は、クライアント単位で参照する
ことができるので、例えば、クライアント3において、
ユーザAが参照しても、ユーザBが参照しても、同じ参
照結果が得られる。したがって、クライアント1台が1
つ保持するようなソフトウェアについて、新しいバージ
ョン情報を得たい場合などに有効である。
The database management unit 25 passes only the atypical information of which the application server 1 is a newer version to the transmission processing unit 26, and the transmission processing unit 26 notifies the client 3 of the atypical information name of the new version ( S17). Since this method can be referred to on a client-by-client basis, for example, in the client 3,
The same reference result can be obtained regardless of whether user A or user B references. Therefore, one client is one
This is useful when you want to obtain new version information for software that you retain.

【0044】また、S12の判別の結果がユーザ単位の
参照要求であった場合には、次のような処理が行われ
る。データベース管理部25は、アクセス履歴情報デー
タベース23よりユーザが過去に取り出した非定型情報
名とそのバージョンを検索する(S14)。
If the result of determination in S12 is a reference request for each user, the following processing is performed. The database management unit 25 searches the access history information database 23 for the atypical information name retrieved by the user in the past and its version (S14).

【0045】そしてデータベース管理部25は、検索さ
れた結果とアプリケーションサーバ1が保持している非
定型情報のバージョンとを比較して(S15)、アプリ
ケーションサーバ1のバージョンの方が新しいかを判断
する(S16)。アプリケーションサーバ1が保持して
いる非定型情報のバージョンは、属性情報データベース
21内に格納される情報である非定型情報のバージョン
番号から認識することができる。
Then, the database management unit 25 compares the retrieved result with the version of the atypical information held by the application server 1 (S15) to determine whether the version of the application server 1 is newer. (S16). The version of the atypical information held by the application server 1 can be recognized from the version number of the atypical information, which is the information stored in the attribute information database 21.

【0046】データベース管理部25は、アプリケーシ
ョンサーバ1の方が新しいバージョンである非定型情報
のみを送信処理部26に渡し、送信処理部26は新しい
バージョンの非定型情報名を参照要求を出したユーザに
対して通知する(S17)。この方法は、ユーザ単位で
参照することができるので、ユーザAが、例えばクライ
アント3で参照した場合も、クライアント4で参照した
場合も、クライアント3、4が保持する情報に関係な
く、同じ参照結果が得られる。したがって、クライアン
ト1台が1つ保持するような非定型情報ではなく、各ユ
ーザが個人的に取り出して保持しているような非定型情
報について新しいバージョン情報を得たい場合などに有
効である。
The database management unit 25 passes only the non-stereotyped information, which is the newer version of the application server 1, to the transmission processing unit 26, and the transmission processing unit 26 issues a reference request for the non-stereotyped information name of the new version. (S17). Since this method can be referred to on a user-by-user basis, regardless of whether the user A refers to the client 3 or the client 4, regardless of the information held by the clients 3 and 4, the same reference result is obtained. Is obtained. Therefore, it is effective in a case where it is desired to obtain new version information about atypical information that each user personally takes out and retains, rather than atypical information that one client holds.

【0047】なお、この実施の形態におけるファイル管
理方法ではクライアント単位またはユーザ単位での参照
について説明したが、参照要求を行う単位はクライアン
ト単位、ユーザ単位だけに限られず、その他の要求単位
種別について対応させるようにしてもよい。具体的に
は、例えばユーザ個人単位、ユーザグループ単位で参照
要求に対応させることもできる。
In the file management method in this embodiment, reference is made in client units or user units. However, the unit for making a reference request is not limited to client units or user units, and other request unit types are supported. You may allow it. Specifically, for example, it is possible to respond to the reference request on an individual user basis or a user group basis.

【0048】実施の形態2.この実施の形態におけるフ
ァイル管理システムは、アプリケーションサーバ1上の
非定型情報が新しいバージョンに更新された場合に、更
新されたことを示す自動通知あるいは自動転送をクライ
アント単位で行うものであり、以下図1、2、4、5に
基づいて説明する。この実施の形態におけるファイル管
理システムの構成は、図1、2で示した先の実施の形態
における管理システムと同様であるので説明は省略す
る。
Embodiment 2 The file management system in this embodiment performs automatic notification or automatic transfer indicating that the atypical information on the application server 1 has been updated, when the atypical information on the application server 1 is updated to a new version. Description will be made based on 1, 2, 4, and 5. The configuration of the file management system in this embodiment is the same as the management system in the previous embodiment shown in FIGS.

【0049】つぎに、この実施の形態におけるファイル
管理システムの動作について図1、2、4に基づいて説
明する。クライアント3〜5は常に最新のバージョンを
保持したいと思う非定型情報については、その非定型情
報を取り出す時に、アプリケーションサーバ1上の非定
型情報が新しいバージョンに更新された場合に、自動通
知あるいは自動転送されるように管理サーバ2に対して
あらかじめ設定しておく。また、クライアント3〜5は
管理サーバ2に対して、非定型情報の取り出しをクライ
アント単位で行うのか、ユーザ単位で行うのかをあらか
じめ設定しておくことができる。
Next, the operation of the file management system in this embodiment will be described with reference to FIGS. Regarding the atypical information that the clients 3 to 5 always want to keep the latest version, when the atypical information on the application server 1 is updated to a new version when extracting the atypical information, an automatic notification or an automatic notification is performed. The management server 2 is set in advance to be transferred. Further, the clients 3 to 5 can set in advance in the management server 2 whether to extract the atypical information in client units or in user units.

【0050】次に、管理サーバ2がクライアントから自
動通知/自動転送の設定要求を受信した場合の動作につ
いて、図1と図2と図4を用いて説明する。図4は、こ
の実施の形態において管理サーバ2がクライアント3〜
5から自動通知/自動転送の設定要求を受信したときの
処理の流れを示すフローチャートである。例えば、クラ
イアント3が、非定型情報Aのバージョン3を取り出し
たときに、管理サーバ2に対して自動通知/自動転送の
設定要求を出したとする。この設定要求に際しては、設
定要求がクライアント単位であるかユーザ単位であるか
を示す情報と、自動通知あるいは自動転送のいずれを要
求するかを示す情報とを送信する。
Next, the operation when the management server 2 receives an automatic notification / automatic transfer setting request from a client will be described with reference to FIGS. 1, 2, and 4. In FIG. 4, in this embodiment, the management server 2 has the clients 3 through 3.
5 is a flowchart showing the flow of processing when an automatic notification / automatic transfer setting request is received from S5. For example, it is assumed that the client 3 issues an automatic notification / automatic transfer setting request to the management server 2 when the version 3 of the atypical information A is taken out. At the time of this setting request, information indicating whether the setting request is on a client basis or a user basis, and information indicating whether automatic notification or automatic transfer is requested are transmitted.

【0051】管理サーバ2の要求受信処理部27は、ク
ライアント3より、自動通知/自動転送の設定要求を受
信すると(S21)、それがクライアント単位の要求で
あるか、ユーザ単位の要求であるかを判別する(S2
2)。
When the request reception processing unit 27 of the management server 2 receives an automatic notification / automatic transfer setting request from the client 3 (S21), whether the request is a client unit request or a user unit request. Is determined (S2
2).

【0052】そして、通知方法として、非定型情報の実
体ではなく通知のみをする方法で要求されているか、自
動転送されるように要求されているかを判別する(S2
3)。要求処理結果をデータベース管理部25に渡し、
データベース管理部25は、属性情報データベース21
の非定型情報Aに対して、クライアント単位あるいはユ
ーザ単位の要求であるか、通知方法は自動通知、自動転
送のいずれであるかを登録する(S24)。
Then, as a notification method, it is determined whether the method is a method of notifying only atypical information, or a request for automatic transfer (S2).
3). The request processing result is passed to the database management unit 25,
The database management unit 25 uses the attribute information database 21.
Regarding the atypical information A, the request is registered on a client basis or a user basis, and whether the notification method is automatic notification or automatic transfer is registered (S24).

【0053】以上の手順により、クライアントからの要
求があらかじめ管理サーバ2に設定される。この実施の
形態ではクライアント3がクライアント単位での自動通
知/自動転送の設定要求を出している場合について説明
したが、ユーザ単位での自動通知/自動転送の設定要求
を出すことも可能である。
By the above procedure, the request from the client is set in the management server 2 in advance. In this embodiment, the case has been described where the client 3 issues an automatic notification / automatic transfer setting request for each client, but it is also possible to issue an automatic notification / automatic transfer setting request for each user.

【0054】次に、上記の自動通知/自動転送の設定が
された後、管理サーバがクライアントから更新要求を受
信した場合の動作について、図1と図2と図5を用いて
説明する。図5は、この実施の形態において管理サーバ
2が更新要求を受信したときの処理の流れを示すフロー
チャートである。
Next, the operation when the management server receives an update request from the client after the automatic notification / automatic transfer is set will be described with reference to FIGS. 1, 2, and 5. FIG. 5 is a flowchart showing the flow of processing when the management server 2 receives an update request in this embodiment.

【0055】例えば、現在アプリケーションサーバ1の
磁気ディスク装置10内に格納された非定型情報Aがバ
ージョン3であったとして、クライアント5から非定型
情報Aのバージョン4への更新要求があった場合につい
て説明する。管理サーバ2の要求受信処理部27は、ク
ライアント5より更新要求を受信すると(S31)、受
信処理結果をデータベース管理部25に渡し、データベ
ース管理部25は送信処理部26に対して格納要求の送
信を指示する。送信処理部26は、アプリケーションサ
ーバ1に、更新要求されている非定型情報Aの格納要求
を出す(S32)。アプリケーションサーバ1の受信処
理部17は、格納要求を受信するとファイルアクセス部
15に通知し、ファイルアクセス部15が磁気ディスク
10に格納する。これにより、磁気ディスク装置10に
格納された非定型情報Aは、バージョン3からバージョ
ン4へ更新されることになる。
For example, assuming that the atypical information A currently stored in the magnetic disk device 10 of the application server 1 is version 3, and there is a request from the client 5 to update the atypical information A to version 4. explain. When the request reception processing unit 27 of the management server 2 receives the update request from the client 5 (S31), the reception processing result is passed to the database management unit 25, and the database management unit 25 transmits the storage request to the transmission processing unit 26. Instruct. The transmission processing unit 26 issues a storage request for the non-standard information A requested to be updated to the application server 1 (S32). Upon receiving the storage request, the reception processing unit 17 of the application server 1 notifies the file access unit 15 and the file access unit 15 stores it in the magnetic disk 10. As a result, the atypical information A stored in the magnetic disk device 10 is updated from version 3 to version 4.

【0056】管理サーバ2のデータベース管理部25
は、属性情報データベース21から非定型情報Aがサー
バ側主体でクライアントに通知/転送するものである
か、クライアント側主体でクライアントに通知/転送す
るものであるかを判別する(S33)。サーバ側主体に
通知/転送するか、クライアント側主体に通知/転送す
るかは、あらかじめ設定されている。
Database management unit 25 of the management server 2
Determines from the attribute information database 21 whether the atypical information A is to be notified / transferred to the client by the server side entity or to be notified / transferred to the client by the client side entity (S33). Whether to notify / transfer to the server-side subject or to notify / transfer to the client-side subject is preset.

【0057】もし、クライアント側主体で通知/転送す
る非定型情報であれば、属性情報データベース21よ
り、自動通知/自動転送の要求が設定されているクライ
アント、ユーザを検索する(S34)。その結果、クラ
イアント3が自動通知/自動更新要求を出していること
が検索される。さらに、属性情報データベース21には
通知方法も登録されているので、通知方法として非定型
情報の実体ではなく通知のみをする方法(更新通知の
み)で設定されているか、自動転送されるように設定さ
れているかを判別する(S36)。
If the information is atypical information to be notified / transferred by the client side, the attribute information database 21 is searched for a client and a user for which an automatic notification / automatic transfer request is set (S34). As a result, it is searched that the client 3 has issued the automatic notification / automatic update request. Further, since the notification method is also registered in the attribute information database 21, the notification method is set to a method of notifying the atypical information (not the substance of the atypical information) (update notification only) or set to be automatically transferred. It is determined whether it has been done (S36).

【0058】もし自動通知と設定されていれば、送信処
理部26から、クライアント3に対して、非定型情報A
がバージョン4に更新されたことを知らせる更新通知を
出す(S37)。また、もし自動転送と設定されていれ
ば、送信処理部26はアプリケーションサーバ1に転送
要求を出す(S38)。アプリケーションサーバ1の受
信処理部17は、送信要求を受けると、ファイルアクセ
ス部15が磁気ディスク10より非定型情報Aの新しい
バージョン4を取り出し、クライアント3に対して転送
する。
If the automatic notification is set, the transmission processing unit 26 sends the atypical information A to the client 3.
Sends an update notification notifying that the has been updated to version 4 (S37). If automatic transfer is set, the transmission processing unit 26 issues a transfer request to the application server 1 (S38). When the reception processing unit 17 of the application server 1 receives the transmission request, the file access unit 15 extracts the new version 4 of the atypical information A from the magnetic disk 10 and transfers it to the client 3.

【0059】その後、管理サーバ2のデータベース管理
部25は、属性情報データベース21に、更新された非
定型情報に関する属性情報として、非定型情報名、格納
場所、バージョン番号、非定型情報の登録者名、登録日
時、非定型情報のデータサイズ等を追加し(S39)、
アクセス履歴情報データベース23に、更新履歴とし
て、更新日時、更新したクライアントを示す情報、更新
したユーザを示す情報、更新後のバージョン番号をはじ
めとした、必要なデータを入れる(S310)。
Thereafter, the database management unit 25 of the management server 2 stores the atypical information name, storage location, version number, and registrant name of the atypical information in the attribute information database 21 as the attribute information regarding the updated atypical information. , Registration date and time, data size of atypical information, etc. are added (S39),
The access history information database 23 stores necessary data such as update date and time, information indicating the updated client, information indicating the updated user, and the updated version number as the update history (S310).

【0060】この実施の形態におけるファイル管理方法
の効果について述べる。この実施の形態におけるファイ
ル管理方法においては、アプリケーションサーバ1上の
非定型情報が新しいバージョンに更新された場合に、そ
の非定型情報が更新されたことを示す自動通知、あるい
は更新された非定型情報の自動転送を行うことができ
る。また、クライアントは、自動通知であるか自動転送
であるかを設定することができるので、柔軟なファイル
管理システムを構成することができる。
The effect of the file management method in this embodiment will be described. In the file management method according to this embodiment, when the atypical information on the application server 1 is updated to a new version, an automatic notification indicating that the atypical information is updated or updated atypical information Can be automatically transferred. In addition, the client can set whether to perform automatic notification or automatic transfer, so that a flexible file management system can be configured.

【0061】また、クライアントに依存せずに個人で所
有するような非定型情報についてはユーザ単位で自動通
知あるいは自動転送するように設定することができるの
で、1つのクライアントを複数のユーザが利用する場合
であっても各ユーザの要求に応じて対応することができ
る。
Further, since it is possible to set automatic notification or automatic transfer on a user-by-user basis for non-standard information that is owned by an individual and does not depend on a client, a plurality of users can use one client. Even in the case, it is possible to respond to the request of each user.

【0062】さらに、この実施の形態においては、各ク
ライアントは、アプリケーションサーバ1の磁気ディス
ク装置10に格納された非定型情報の内一部の非定型情
報について自動通知/自動転送の設定要求を出すことが
できるため、最新バージョンが必要な非定型情報につい
てのみ自動通知あるいは自動転送を行うことができる。
Furthermore, in this embodiment, each client issues an automatic notification / automatic transfer setting request for some of the non-standard information stored in the magnetic disk device 10 of the application server 1. Therefore, automatic notification or automatic transfer can be performed only for atypical information that requires the latest version.

【0063】この実施の形態におけるファイル管理方法
では、非定型情報を通知/転送をクライアント側主体で
行うか、サーバ側主体で行うかを選択することができる
ため、システムの状況に応じていずれにも対応すること
ができる。したがって、柔軟なファイル管理システムを
構成することができる。
In the file management method according to this embodiment, it is possible to select whether to notify / transfer the non-standard information by the client side or the server side. Can also respond. Therefore, a flexible file management system can be configured.

【0064】実施の形態3.この実施の形態におけるフ
ァイル管理システムは、アプリケーションサーバ1上の
非定型情報が新しいバージョンに更新された場合に、更
新されたことを示す自動通知あるいは自動転送をユーザ
単位で行うものであり、以下図1、2、5に基づいて説
明する。図5は、この実施の形態における管理サーバ2
の処理の流れを示すフローチャートである。この実施の
形態では、例えばクライアント3が、既にアプリケーシ
ョンサーバ1の磁気ディスク装置10内に格納されてい
る非定型情報Bのバージョン2の更新要求を出した場合
について説明する。
Embodiment 3 The file management system in this embodiment performs automatic notification or automatic transfer indicating that the atypical information on the application server 1 has been updated, when the information is updated to a new version. A description will be given based on 1, 2, and 5. FIG. 5 shows the management server 2 according to this embodiment.
3 is a flowchart showing the flow of the processing of FIG. In this embodiment, for example, a case will be described in which the client 3 issues an update request for version 2 of the atypical information B already stored in the magnetic disk device 10 of the application server 1.

【0065】まず、管理サーバ2の要求受信処理部27
は、クライアント3から更新要求を受信すると(S3
1)、受信処理結果をデータベース管理部25に渡し、
データ管理部25は送信処理部26に対して格納要求を
送信するよう指示する。送信処理部26は、アプリケー
ションサーバ1に、更新要求されている非定型情報Bの
格納要求を出す(S32)。アプリケーションサーバ1
の受信処理部17は、格納要求を受信すると、ファイル
アクセス部15に格納要求を受信した旨を通知し、ファ
イルアクセス部15が磁気ディスク10に格納する。こ
れにより、磁気ディスク装置10に格納された非定型情
報Bは、バージョン2からバージョン3へ更新されるこ
とになる。
First, the request reception processing section 27 of the management server 2
Receives an update request from the client 3 (S3
1), passing the reception processing result to the database management unit 25,
The data management unit 25 instructs the transmission processing unit 26 to transmit the storage request. The transmission processing unit 26 issues to the application server 1 a storage request for the atypical information B requested to be updated (S32). Application server 1
When receiving the storage request, the reception processing unit 17 notifies the file access unit 15 that the storage request has been received, and the file access unit 15 stores the storage request in the magnetic disk 10. As a result, the atypical information B stored in the magnetic disk device 10 is updated from version 2 to version 3.

【0066】管理サーバ2のデータベース管理部25
は、属性情報データベース21より、非定型情報Bが、
サーバ側主体でクライアントに通知/転送するものであ
るか、クライアント側主体でクライアントに通知/転送
するものであるかを確認する(S33)。もし、サーバ
側主体で通知/転送する非定型情報であれば、アクセス
履歴情報データベース23より、過去にこの非定型情報
Bの旧バージョン(バージョン1または2)を取り出し
た履歴のあるクライアント/ユーザを検索する(S3
5)。
Database management unit 25 of management server 2
From the attribute information database 21, the atypical information B is
It is confirmed whether the server side entity notifies / transfers to the client or the client side entity notifies / transfers to the client (S33). If the atypical information is notified / transferred by the server side, the client / user who has a history of extracting the old version (version 1 or 2) of the atypical information B in the past from the access history information database 23 is selected. Search (S3
5).

【0067】この結果、クライアント4が過去に非定型
情報Bのバージョン1を取り出していたことが検索され
たとする。さらに、属性情報データベース21に、通知
方法も登録されているので、通知方法として、非定型情
報の実体ではなく通知のみをする方法(更新通知のみ)
で登録されているか、自動転送されるように登録されて
いるかを判別する(S36)。
As a result, it is assumed that the client 4 retrieves the version 1 of the atypical information B in the past. Furthermore, since the notification method is also registered in the attribute information database 21, as the notification method, not the substance of the atypical information but only the notification (update notification only)
In step S36, it is determined whether or not the registration is performed or the automatic transfer is registered.

【0068】もし更新通知方法で登録されていれば、送
信処理部26は、クライアント3に対して、非定型情報
Bが更新されたことを知らせる通知を出す(S37)。
また、もし情報転送方法で登録されていれば、送信処理
部26は、アプリケーションサーバ1に要求を出す。ア
プリケーションサーバ1の受信処理部17は、送信要求
を受けると、ファイルアクセス部15が磁気ディスク1
0より非定型情報Bの新しいバージョン3を取り出し、
クライアント4に対して転送する。
If registered by the update notification method, the transmission processing unit 26 issues a notification to the client 3 that the atypical information B has been updated (S37).
If registered by the information transfer method, the transmission processing unit 26 issues a request to the application server 1. When the reception processing unit 17 of the application server 1 receives the transmission request, the file access unit 15 causes the magnetic disk 1
Take out the new version 3 of atypical information B from 0,
Transfer to the client 4.

【0069】その後、管理サーバ2のデータベース管理
部25は、属性情報データベース21に、更新された非
定型情報に関する属性情報を更新し(S39)、アクセ
ス履歴情報データベース23に、更新履歴として、更新
日時、更新クライアント情報、更新ユーザ情報、バージ
ョン番号をはじめとした、必要なデータを入れる(S3
10)。
After that, the database management unit 25 of the management server 2 updates the attribute information regarding the updated atypical information in the attribute information database 21 (S39), and updates the update history as the update history in the access history information database 23. , Update client information, update user information, version number and other necessary data are entered (S3
10).

【0070】この実施の形態におけるファイル管理方法
の効果について説明する。この実施の形態におけるファ
イル管理方法は、サーバ側主体で旧バージョンの非定型
情報を有するクライアントもしくはユーザに対して更新
された非定型情報についての通知および転送を行うた
め、クライアントもしくはユーザが取り出して保持して
いる非定型情報を強制的に通知もしくは更新することが
できる。
The effect of the file management method in this embodiment will be described. In the file management method according to this embodiment, the server side mainly notifies and transfers the updated atypical information to the client or user who has the atypical information of the old version, and therefore the client or the user retrieves and holds the information. You can forcibly notify or update the atypical information that is being maintained.

【0071】また、この実施の形態においては図5のS
35のように、管理サーバ2はアクセス履歴情報データ
ベース23から、過去に旧バージョンを取り出したクラ
イアントのあるいはユーザを検索することにより通知も
しくは転送先を認識するため、通知先あるいは転送先を
あらかじめ設定する必要がない。
In addition, in this embodiment, S in FIG.
As in 35, the management server 2 recognizes the notification or transfer destination by searching the access history information database 23 for the client or the user who has fetched the old version in the past, and thus sets the notification destination or transfer destination in advance. No need.

【0072】さらに、この実施の形態におけるファイル
管理方法では、非定型情報を通知/転送をクライアント
側主体で行うか、サーバ側主体で行うかを選択すること
ができるため、システムの状況に応じていずれにも対応
することができる。したがって、柔軟なファイル管理シ
ステムを構成することができる。
Further, in the file management method according to the present embodiment, it is possible to select whether the notification / transfer of the non-standard information is performed by the client side or the server side, so that it is possible to select according to the situation of the system. Both can be accommodated. Therefore, a flexible file management system can be configured.

【0073】実施の形態4.この実施の形態は登録され
ているキーワードと同じキーワードを持つ非定型情報が
新規登録/更新された際に、新規登録/更新された旨が
自動通知されるものであり、以下図1と図2と図6に基
づいて説明する。図1における24は磁気ディスク装置
20に設けられたキーワード登録データベースであり、
キーワード登録データベース24にはクライアント3〜
5が参照したい情報のキーワードが登録される。図6
は、この実施の形態における管理サーバの処理の流れを
示すフローチャートである。
Embodiment 4 In this embodiment, when atypical information having the same keyword as the registered keyword is newly registered / updated, the fact that the new registration / update is performed is automatically notified. Will be described with reference to FIG. Reference numeral 24 in FIG. 1 denotes a keyword registration database provided in the magnetic disk device 20,
Client 3 to the keyword registration database 24
The keyword of the information that 5 wants to refer to is registered. FIG.
3 is a flowchart showing a flow of processing of the management server in this embodiment.

【0074】この実施の形態では、例えばクライアント
3が、参照したいキーワードとして、「データベース」
「ファイルシステム」を登録しており、クライアント5
から「データベース」というキーワードを持つ非定型情
報Cの新規登録要求があった場合について説明する。ク
ライアント3が参照したいキーワードである「データベ
ース」「ファイルシステム」は、管理サーバ2内のキー
ワード登録データベース24に登録される。
In this embodiment, for example, the client 3 selects "database" as a keyword to be referred to.
"File system" is registered, and client 5
A case where there is a request for new registration of the atypical information C having the keyword “database” will be described. The keywords “database” and “file system” that the client 3 wants to refer to are registered in the keyword registration database 24 in the management server 2.

【0075】管理サーバ2の要求受信処理部27は、ク
ライアント5より、非定型情報Cの登録要求を受信する
と(S41)、受信処理結果をデータベース管理部25
に渡し、送信処理部26から、アプリケーションサーバ
1に、非定型情報Cの格納要求を出す(S43)。アプ
リケーションサーバ1の受信処理部17は、格納要求を
受けると、ファイルアクセス部15が磁気ディスク10
に格納する。
When the request reception processing unit 27 of the management server 2 receives the registration request for the atypical information C from the client 5 (S41), the reception processing result is stored in the database management unit 25.
Then, the transmission processing unit 26 issues a storage request for the atypical information C to the application server 1 (S43). Upon receiving the storage request, the reception processing unit 17 of the application server 1 causes the file access unit 15 to read the magnetic disk 10
To be stored.

【0076】そして、管理サーバ2のデータベース管理
部25は、属性情報データベース21に、非定型情報C
に関する属性情報を追加し(S44)、アクセス履歴情
報データベース23に、追加履歴として追加日時、追加
クライアント情報、追加ユーザ情報、バージョン番号を
はじめとした、必要なデータを入れる(S45)。
Then, the database management unit 25 of the management server 2 stores the atypical information C in the attribute information database 21.
The attribute information regarding the information is added (S44), and necessary data including the date and time of addition, the additional client information, the additional user information, and the version number are added to the access history information database 23 (S45).

【0077】その後、データベース管理部25は、属性
情報データベース21を検索して、登録された非定型情
報Cが属性情報として持つキーワード「データベース」
と、同じキーワードを登録しているクライアントを検索
する(S46)。その結果、クライアント3がキーワー
ドとして「データベース」を持っているので、検索され
る。送信処理部26がクライアント3に対して、非定型
情報Cが新規登録されたことを知らせる登録通知を出す
(S47)。
After that, the database management unit 25 searches the attribute information database 21 for the keyword "database" that the registered atypical information C has as attribute information.
And a client that has registered the same keyword is searched (S46). As a result, the client 3 has a “database” as a keyword and is searched. The transmission processing unit 26 issues a registration notice to the client 3 informing that the atypical information C has been newly registered (S47).

【0078】また、新規登録の場合だけでなく、キーワ
ード「データベース」を持つ非定型情報Cが更新された
場合にも(S42)、新規登録の場合と同様に動作し、
送信処理部26がクライアント3に対して、更新された
ことを知らせる更新通知を出す(S48)。
Further, not only in the case of new registration, but also when the atypical information C having the keyword "database" is updated (S42), the same operation as in the case of new registration,
The transmission processing unit 26 issues an update notification to the client 3 informing that it has been updated (S48).

【0079】この実施の形態におけるファイル管理方法
の効果について述べる。ユーザやクライアントの得たい
分野、種類の非定型情報のファイル名を入力することな
く、キーワードを登録しておくだけで非定型情報の新規
登録/更新時に新規登録/更新された旨の自動通知を受
けることができる。したがって、得たい分野、種類につ
いて最新の情報を容易に手にいれることができる。
The effect of the file management method in this embodiment will be described. Automatic notification of new registration / update when atypical information is newly registered / updated by simply registering a keyword without entering the file name of the atypical information of the field or type that the user or client wants to obtain Can receive. Therefore, it is possible to easily obtain the latest information on the desired field and type.

【0080】この実施の形態においては、登録されてい
るキーワードと同じキーワードを持つ非定型情報が新規
登録/更新された際に、新規登録/更新された旨が自動
通知される場合について説明したが、新規登録/更新さ
れた非定型情報が自動送信されるようにすることもでき
る。この場合には、情報の取り出し要求を送信すること
なく、非定型情報の内容も手にいれることができる。
In this embodiment, a case has been described in which when atypical information having the same keyword as the registered keyword is newly registered / updated, the fact that the new registration / update is automatically notified. Alternatively, the newly registered / updated atypical information can be automatically transmitted. In this case, the content of the atypical information can be obtained without transmitting the information retrieval request.

【0081】実施の形態5.この実施の形態は1つの非
定型情報を取り出したときに、取り出した非定型情報に
関連する他の非定型情報も漏らすことなく取り出すこと
ができるものであり、以下図1と図2と図7を用いて説
明する。図7は、この実施の形態の管理サーバの処理の
流れを示すフローチャートである。この実施の形態で
は、例えばクライアント3が非定型情報Dのバージョン
5の取り出し要求を出した場合について説明する。
Embodiment 5 In this embodiment, when one piece of atypical information is extracted, other atypical information related to the extracted atypical information can also be extracted without leakage, and hereinafter, FIG. 1, FIG. 2, and FIG. Will be explained. FIG. 7 is a flow chart showing the flow of processing of the management server of this embodiment. In this embodiment, for example, a case will be described in which the client 3 issues a retrieval request for version 5 of the non-standard information D.

【0082】管理サーバ2の要求受信処理部27は、ク
ライアント3からの非定型情報Dの取り出し要求を受信
(S51)すると、受信処理結果をデータベース管理部
25に渡し、データベース管理部25は、属性情報デー
タベース21内の情報から非定型情報Dの格納場所を検
索し、送信処理部26に対して取り出し要求があった旨
を通知するよう指示する。送信処理部26は、アプリケ
ーションサーバ1に対してクライアント3から非定型情
報Cの取り出し要求があった旨を通知する(S52)。
When the request reception processing unit 27 of the management server 2 receives the request for taking out the atypical information D from the client 3 (S51), the reception processing result is passed to the database management unit 25, and the database management unit 25 receives the attribute. The information in the information database 21 is searched for the storage location of the atypical information D, and the transmission processing unit 26 is instructed to notify that the extraction request has been issued. The transmission processing unit 26 notifies the application server 1 that there has been a request from the client 3 to extract the atypical information C (S52).

【0083】アプリケーションサーバ1の受信処理部1
7は、送信処理部26から取り出し要求があった旨の通
知を受けると、ファイルアクセス部15が磁気ディスク
10から非定型情報Cを取り出し、送信処理部16がク
ライアント3に送信する。そして、データベース管理部
25は、アクセス履歴情報データベース23に、更新履
歴として、更新日時、更新クライアント情報、更新ユー
ザ情報、バージョン番号をはじめとした、必要なデータ
を入れる(S53)。
Reception processing unit 1 of application server 1
When receiving the notification that the extraction request is issued from the transmission processing unit 26, the file access unit 15 extracts the atypical information C from the magnetic disk 10 and the transmission processing unit 16 transmits it to the client 3. Then, the database management unit 25 puts necessary data such as update date and time, update client information, update user information, and version number into the access history information database 23 as update history (S53).

【0084】次に、属性情報データベース21内の情報
から非定型情報Dと関連する他の非定型情報を検索する
(S54)。その結果、非定型情報X、非定型情報Yが
検索されたとする。送信処理部26が、クライアント3
に対して、取り出した非定型情報Dに関連する情報とし
て、非定型情報Xと非定型情報Yを通知する(S5
5)。
Next, other atypical information related to the atypical information D is searched from the information in the attribute information database 21 (S54). As a result, it is assumed that the atypical information X and the atypical information Y are retrieved. The transmission processing unit 26 uses the client 3
To the atypical information X and the atypical information Y as information related to the retrieved atypical information D (S5).
5).

【0085】この実施の形態におけるファイル管理方法
の効果について述べる。この実施の形態におけるファイ
ル管理方法では、1つの非定型情報を取り出したとき
に、取り出した非定型情報と関連する他の非定型情報に
ついても漏らすことなく取り出すことができる。例え
ば、非定型情報として文書ファイルと、この文書ファイ
ルに対応する図面が格納された図面ファイルとが存在す
る場合に、文書ファイルを取り出した際に、関連する非
定型情報として図面ファイルの通知を受けることができ
る。
The effect of the file management method in this embodiment will be described. In the file management method according to the present embodiment, when one piece of non-stereotyped information is extracted, other non-stereotyped information related to the extracted non-stereotyped information can be extracted without being leaked. For example, when a document file and a drawing file in which a drawing corresponding to this document file is stored exist as the atypical information, when the document file is taken out, a notification of the drawing file is received as the associated atypical information. be able to.

【0086】実施の形態6.この実施の形態におけるフ
ァイル管理方法は、新規登録する非定型情報を既に登録
されている非定型情報と関連付けて登録するものであ
り、以下、図1と図2と図8を用いて説明する。図8
は、この実施の形態の管理サーバ2の処理の流れを示す
フローチャートである。この実施の形態では、例えばク
ライアント3が非定型情報Eを新規登録し、非定型情報
Eの属性情報キーワードとして「データベース」「ファ
イルシステム」が付けられた場合について説明する。
Embodiment 6 FIG. The file management method according to this embodiment is to register newly registered atypical information in association with already registered atypical information, and will be described below with reference to FIGS. 1, 2, and 8. FIG.
3 is a flowchart showing the flow of processing of the management server 2 of this embodiment. In this embodiment, for example, the case where the client 3 newly registers the atypical information E and "database" and "file system" are added as attribute information keywords of the atypical information E will be described.

【0087】管理サーバ2の要求受信処理部27は、ク
ライアント3から非定型情報Eの新規登録要求を受信す
ると(S61)、受信処理結果をデータベース管理部2
5に渡し、データベース管理部25は、属性情報データ
ベース21より、キーワードが一致する非定型情報を検
索する(S62)。その結果、非定型情報H(バージョ
ン2)、非定型情報I(バージョン3)が検索されたと
する。
When the request reception processing unit 27 of the management server 2 receives a new registration request for the atypical information E from the client 3 (S61), the reception processing result is stored in the database management unit 2 as a result.
5, the database management unit 25 searches the attribute information database 21 for atypical information with matching keywords (S62). As a result, it is assumed that the atypical information H (version 2) and the atypical information I (version 3) are retrieved.

【0088】送信処理部26は、クライアント3に検索
結果を通知して、既に登録されている非定型情報Hの次
バージョン(バージョン3)として登録するか、または
非定型情報Iの次バージョン(バージョン4)として登
録するか、あるいは、新規登録とするかを問い合わせる
(S63)。
The transmission processing unit 26 notifies the client 3 of the search result and registers it as the next version (version 3) of the atypical information H that has already been registered, or the next version (version of the atypical information I). Inquiry is made as to whether to register as 4) or to newly register (S63).

【0089】クライアント3からの返答により判断し
(S64)、もし、クライアント3が、新規登録を選ん
だ場合には、データベース管理部25は、非定型情報E
をバージョン1の新規登録として属性情報データベース
21を更新する(S65)。また、クライアント3が、
非定型情報Iの次バージョンとして登録する方を選んだ
場合には、データベース管理部25は、非定型情報Eを
非定型情報Iのバージョン4として、属性情報データベ
ース21を更新する(S66)。
Judgment is made from the response from the client 3 (S64), and if the client 3 selects new registration, the database management unit 25 informs the atypical information E.
Is newly registered as version 1 and the attribute information database 21 is updated (S65). Also, the client 3
When the person who registers as the next version of the atypical information I is selected, the database management unit 25 updates the attribute information database 21 with the atypical information E as version 4 of the atypical information I (S66).

【0090】その後、送信処理部26はアプリケーショ
ンサーバ1へ非定型情報Eの格納要求を出す(S6
7)。アプリケーションサーバ1の受信処理部17は、
格納要求を受けると、ファイルアクセス部15が磁気デ
ィスク10に非定型情報Eを格納する。データベース管
理部25は、アクセス履歴情報データベース23に、登
録履歴として、登録日時、登録クライアント情報、登録
ユーザ情報、バージョン番号、などを入れる(S6
8)。
Thereafter, the transmission processing unit 26 issues a storage request for the atypical information E to the application server 1 (S6).
7). The reception processing unit 17 of the application server 1
When the storage request is received, the file access unit 15 stores the atypical information E on the magnetic disk 10. The database management unit 25 puts the registration date and time, the registered client information, the registered user information, the version number, etc. in the access history information database 23 as the registration history (S6).
8).

【0091】この実施の形態におけるファイル管理方法
の効果について述べる。この実施の形態におけるファイ
ル管理方法は、新規登録する非定型情報を既に格納され
た非定型情報と関連付けることができる。したがって、
例えば格納する非定型情報を既に格納されている非定型
情報の次のバージョンとして登録することができる。ま
た、同じ種類の非定型情報を関係付けておくことにより
非定型情報の管理が容易になる。
The effect of the file management method in this embodiment will be described. The file management method in this embodiment can associate newly registered atypical information with previously stored atypical information. Therefore,
For example, the stored atypical information can be registered as the next version of the previously stored atypical information. Further, by relating the same type of atypical information to each other, management of atypical information becomes easy.

【0092】実施の形態7.この実施の形態におけるフ
ァイル管理方法は、ディスクの空き容量もしくはアクセ
ス負荷を定期的にチェックし、非定型情報を動的に移動
させるものであり、以下図9、10を用いて説明する。
図9、10は、この実施の形態におけるファイル管理シ
ステムの構成図である。このファイル管理システムは、
ネットワークに複数台のアプリケーションサーバ1A、
1Bが存在し、複数の磁気ディスク装置10A、10B
に非定型情報11A、11Bが分散して置かれているも
のである。
Embodiment 7 FIG. The file management method in this embodiment periodically checks the free space or access load of the disk and dynamically moves the atypical information, which will be described below with reference to FIGS.
9 and 10 are configuration diagrams of the file management system in this embodiment. This file management system
Multiple application servers 1A on the network,
1B exists, and there are a plurality of magnetic disk devices 10A and 10B.
The atypical information 11A and 11B are distributed and placed in the.

【0093】まず、磁気ディスクの空き領域の具合によ
って磁気ディスクの負荷分散をはかるファイル管理方法
について図9、図10に基づいて説明する。非定型情報
をアプリケーションサーバ1A、1Bに保持させる際
に、属性情報データベース21に必要な情報を登録する
(S71)。登録する情報としては、非定型情報名、非
定型情報の格納場所、非定型情報のバージョン番号、否
定情報のデータサイズ等である。管理サーバ2は、属性
情報データベース21内に登録された非定型情報の格納
場所とデータサイズ情報を定期的に監視する(S7
2)。S72の監視結果から、磁気ディスク装置10
A、10Bの空き領域の具合を判断する(S72)。磁
気ディスク装置10Aの空き領域が少ない場合には、磁
気ディスク装置10Aが保持しているデータサイズが大
きい非定型情報12Aを、空き領域の多い磁気ディスク
装置10Bへ移動させて、ディスクの負荷分散をはかる
(S74)。
First, a file management method for distributing the load on the magnetic disk according to the free area of the magnetic disk will be described with reference to FIGS. 9 and 10. When storing the atypical information in the application servers 1A and 1B, necessary information is registered in the attribute information database 21 (S71). The information to be registered includes an atypical information name, a storage location of the atypical information, a version number of the atypical information, a data size of negative information, and the like. The management server 2 regularly monitors the storage location and the data size information of the atypical information registered in the attribute information database 21 (S7).
2). From the monitoring result of S72, the magnetic disk device 10
The condition of the free areas A and 10B is determined (S72). When the free space of the magnetic disk device 10A is small, the atypical information 12A having a large data size held by the magnetic disk device 10A is moved to the magnetic disk device 10B having a large free space to distribute the load on the disk. Measure (S74).

【0094】次に、各非定型情報のアクセス頻度によっ
て磁気ディスクの負荷分散をはかるファイル管理方法に
ついて、図11、12に基づいて説明する。非定型情報
にアクセスする際に、アクセス履歴情報データベース2
1に必要な情報を登録する(S81)。登録する情報と
しては、アクセス日時、アクセス処理内容、アクセスし
たクライアントを示す情報、アクセス対象となった非定
型情報名、アクセスした非定型情報のバージョン番号等
である。管理サーバ2は、アクセス履歴情報データベー
ス23内に登録されたアクセス日時、アクセス対象とな
った非定型情報名を定期的に監視する(S82)。S8
2の監視結果から、各非定型情報のアクセス頻度を調べ
るとともに、サーバ全体としてのアクセス状況を調べ、
アプリケーションサーバ1A、1Bの負荷を判断する
(S83)。そして、アプリケーションサーバ1Aが負
荷の高い場合には、アプリケーションサーバ1Aが保持
している非定型情報郡11Aのうち、アクセス頻度が高
い非定型情報12Aを、負荷の低いアプリケーションサ
ーバ1Bへコピーして、非定型情報12Aを2台のサー
バ間でミラー化させ、アクセスの負荷分散をはかる(S
84)。
Next, a file management method for distributing the load on the magnetic disk according to the access frequency of each atypical information will be described with reference to FIGS. Access history information database 2 when accessing atypical information
The information required for 1 is registered (S81). The information to be registered includes access date and time, access processing content, information indicating the client that has accessed, the name of the atypical information that has been accessed, the version number of the accessed atypical information, and the like. The management server 2 regularly monitors the access date and time registered in the access history information database 23 and the atypical information name that is the access target (S82). S8
From the monitoring result of 2, check the access frequency of each atypical information, check the access status of the entire server,
The load on the application servers 1A and 1B is determined (S83). Then, when the application server 1A has a high load, the atypical information 12A having a high access frequency in the atypical information group 11A held by the application server 1A is copied to the application server 1B having a low load, Atypical information 12A is mirrored between two servers to balance access load (S
84).

【0095】さらに、管理サーバ2は、バージョン管理
データベース22から、負荷の高いアプリケーションサ
ーバ1Aが保持している非定型情報群11Aのうち、ア
クセスが高くなるだろうと予想される新バージョンの非
定型情報13Aを負荷の低いアプリケーションサーバ1
Bへコピーして、非定型情報13Aをミラー化させ、ア
クセスの負荷分散をはかる。アクセス頻度が高くなる非
定型情報を、負荷の高いアプリケーションサーバ1Aか
ら負荷の低いアプリケーションサーバ1Bへ、コピーす
るだけでなく、移動させることによって、アクセスの負
荷分散をはかることもできる。
Further, the management server 2 determines from the version management database 22 that the atypical information group 11A held by the application server 1A, which has a heavy load, has a new version of atypical information that is expected to be accessed more frequently. 13A is an application server 1 with a low load
Copy to B, atypical information 13A is mirrored, and access load is distributed. The load of the access can be distributed by not only copying the atypical information having a high access frequency from the application server 1A having a high load to the application server 1B having a low load, but also moving it.

【0096】この実施の形態におけるファイル管理方法
の効果について述べる。この時、非定型情報の属性情
報、バージョン情報は、データベースで管理しているた
め、クライアント側は、非定型情報がコピーしてミラー
化されたり、移動されたりしても、それを意識すること
なく使用し続けられる。コピーされて二ケ所に置かれて
しまっている非定型情報も、二箇所の格納場所を属性情
報データベースで管理しているので、一つの非定型情報
として扱うことができる。つまり、アプリケーションサ
ーバ1Aおよびアプリケーションサーバ1Bに置かれた
非定型情報を関連づけておくことができる。
The effect of the file management method in this embodiment will be described. At this time, since the attribute information and version information of the atypical information is managed in the database, the client side should be aware of it even if the atypical information is copied and mirrored or moved. You can continue to use without. The atypical information that has been copied and placed in two places can be treated as one atypical information because the two storage locations are managed by the attribute information database. That is, the atypical information placed on the application server 1A and the application server 1B can be associated with each other.

【0097】また、ミラー化されている非定型情報がク
ライアントから更新要求されても、非定型情報はバージ
ョン管理をしているため、更新前と更新後の非定型情報
は、別ファイルとして扱うことができる。ミラー化され
ている非定型情報自体が変更されるわけではないので、
二つの非定型情報が、両者の間で異なってしまうことは
ない。また、アクセス履歴データベースを同様に定期的
にチェックすることで、ミラー化している非定型情報の
アクセス負荷が低くなったら、自動的にミラー化をとり
やめることも可能である。
Even if the client requests the update of the mirrored atypical information, since the atypical information is under version management, the atypical information before and after updating should be treated as separate files. You can Since the atypical information that is mirrored does not change itself,
Two types of atypical information do not differ between the two. Also, by periodically checking the access history database, it is possible to automatically cancel mirroring when the access load of atypical information being mirrored becomes low.

【0098】この実施の形態におけるファイル管理方法
は、ディスクの空き容量もしくはアクセス負荷が絶えず
変化する場合であっても、管理サーバ2がアクセス履歴
データベース23を定期的にチェックすることにより、
非定型情報を動的に移動させることができる。この実施
の形態におけるファイル管理方法では、管理サーバ2が
属性情報データベース21またはアクセス履歴情報デー
タベース23を用いて負荷分散処理を行うため、オペレ
ータが記憶装置の構成を意識する必要がない。
According to the file management method of this embodiment, the management server 2 periodically checks the access history database 23 even if the free space of the disk or the access load changes.
Atypical information can be moved dynamically. In the file management method according to this embodiment, the management server 2 performs the load balancing process using the attribute information database 21 or the access history information database 23, so that the operator does not need to be aware of the configuration of the storage device.

【0099】実施の形態8.この実施の形態におけるフ
ァイル管理方法は、アクセス負荷の少ない非定型情報を
比較的低速ではあるが安価な記憶装置に格納させるもの
であり、以下図11を用いて説明する。図において、3
0、40はアプリケーションサーバ1に設けられたテー
プ、光磁気ディスクであり、テープ30および光磁気デ
ィスク40にはアプリケーションサーバ1によって非定
型情報が格納される。その他の構成については、先の実
施の形態と同様であるので説明は省略する。
Embodiment 8 FIG. The file management method according to the present embodiment stores atypical information having a small access load in a storage device that is relatively slow but inexpensive, and will be described below with reference to FIG. In the figure, 3
Reference numerals 0 and 40 denote tapes and magneto-optical disks provided in the application server 1, and the application server 1 stores atypical information in the tape 30 and the magneto-optical disk 40. The other configuration is the same as that of the above embodiment, and the description is omitted.

【0100】このシステムは、オンライン上の磁気ディ
スク装置10の他に、テープ30や光磁気ディスク40
などの記憶装置を備えたものである。管理サーバ2は、
非定型情報のアクセス履歴情報データベース23をもと
に、定期的に非定型情報のアクセス状況をチェックす
る。アクセスされていない非定型情報を、オンライン上
でアクセスできる比較的低速だが大容量で安価な記憶装
置(例えばテープ30や光磁気ディスク40等)に移動
して退避させる。
In addition to the online magnetic disk device 10, this system is not limited to the tape 30 and the magneto-optical disk 40.
It is equipped with a storage device such as. The management server 2
Based on the access history information database 23 of atypical information, the access status of atypical information is regularly checked. Atypical information that has not been accessed is moved to a relatively low-speed, large-capacity, inexpensive storage device that can be accessed online (for example, the tape 30 or the magneto-optical disk 40) and saved.

【0101】退避させた非定型情報に対して、クライア
ントからアクセス要求があれば、退避させた非定型情報
についても属性情報データベース23により管理されて
おり、オンライン上でアクセス可能であるので、クライ
アントに意識させることなく、アクセスすることができ
る。また、退避させた非定型情報に対してのアクセス要
求が増えてきた場合には、その非定型情報を、高速の記
憶装置へ移すことも可能である。
If the client requests access to the saved atypical information, the saved atypical information is also managed by the attribute information database 23 and can be accessed online. You can access without being aware of it. Further, when the number of access requests for the saved atypical information increases, the atypical information can be transferred to a high-speed storage device.

【0102】この実施の形態におけるファイル管理方法
においては、アクセス要求の少ない非定型情報について
は比較的低速なテープ30や光磁気ディスク40に格納
させることにより、高速の磁気ディスクの容量をアクセ
スの多い非定型情報のために活用することができる。し
たがって、記憶装置を経済的に使用することができる。
In the file management method according to this embodiment, the non-standard information having a small access request is stored in the tape 30 or the magneto-optical disk 40 having a relatively low speed so that the capacity of the high speed magnetic disk is frequently accessed. Can be used for atypical information. Therefore, the storage device can be used economically.

【0103】この実施の形態におけるファイル管理方法
では、比較的低速な記憶媒体に記憶させる情報はアクセ
ス要求の少ない非定型情報であるので、アクセス時間に
対する影響も少ない。
In the file management method of this embodiment, the information stored in the relatively low-speed storage medium is atypical information with few access requests, and therefore has little effect on access time.

【0104】なお、この実施の形態の説明では、クライ
アントが3台の場合について述べたが、クライアントを
複数台設けても良く、この場合にも上述したのと同様に
機能する。またなお、実施の形態の説明では、アプリケ
ーションサーバや磁気ディスクを1台あるいは2台使用
しているが、複数のアプリケーションサーバ、磁気ディ
スクに対しても同様に行なえる。
In the description of this embodiment, the case where the number of clients is three has been described. However, a plurality of clients may be provided, and in this case, the same function as described above is performed. Furthermore, in the description of the embodiment, one or two application servers and magnetic disks are used, but the same can be applied to a plurality of application servers and magnetic disks.

【0105】[0105]

【発明の効果】この発明は、以上説明したように構成さ
れているので、以下に示すような効果を奏する。この発
明におけるファイル管理方法は、サーバに保持されたフ
ァイルの参照を要求する参照要求ステップと、上記参照
要求の要求単位を判別する判別ステップと、上記判別ス
テップにおいて判別された要求単位の種類に応じて過去
に取り出したファイルのバージョンを検索する検索ステ
ップと、上記サーバに保持されたファイルのバージョン
と、上記検索したファイルのバージョンとを比較する比
較ステップと、上記比較ステップにおいて上記検索した
ファイルのバージョンよりも上記サーバに保持されてい
るファイルのバージョンの方が新しい場合に、上記判別
ステップにおいて判別された要求単位に応じて参照情報
を送信する送信ステップとを有するので、ファイルの参
照要求を出す側の要求単位に応じた柔軟なファイルの参
照を行うことができる。
Since the present invention is constructed as described above, it has the following effects. According to the file management method of the present invention, a reference request step for requesting a reference to a file held in a server, a determination step for determining a request unit of the reference request, and a type of request unit determined in the determination step are provided. Retrieval step for retrieving the version of the file retrieved in the past, a comparison step for comparing the file version retained in the server with the retrieved file version, and the retrieved file version in the comparison step When the version of the file held in the server is newer than that of the file, there is a transmitting step of transmitting the reference information according to the request unit determined in the determining step. Flexible file reference according to the request unit of Can.

【0106】第2の発明におけるファイル管理方法は、
上記要求単位とは、クライアント単位あるいはユーザ単
位であり、上記検索ステップにおいて、上記判別ステッ
プにおける判別結果がクライアント単位の要求である場
合には上記参照要求を行ったクライアントが過去に取り
出したファイルのバージョンを検索し、上記判別ステッ
プにおける判別結果がユーザ単位の要求である場合には
上記参照要求を行ったユーザが過去に取り出したファイ
ルのバージョンを検索するものであるので、クライアン
ト単位あるいはユーザ単位に応じ、柔軟なファイルの参
照を行うことができる。
The file management method in the second invention is
The request unit is a client unit or a user unit. In the search step, if the determination result in the determination step is a client unit request, the version of the file extracted in the past by the client making the reference request. When the determination result in the determination step is a request for each user, the version of the file retrieved in the past by the user who issued the reference request is searched. , Flexible file browsing can be done.

【0107】第3の発明におけるファイル管理方法は、
サーバに保持されたファイルが更新された場合に上記フ
ァイルが更新されたことの通知あるいは上記更新された
ファイルの転送を行うようクライアントからの要求に応
じて設定する通知方法設定ステップと、上記通知あるい
は転送をクライアント側主体で行うか、サーバ側主体で
行うかを変更可能に設定する主体設定ステップと、上記
主体設定ステップにおける設定内容を判別する主体判別
ステップと、上記主体判別ステップにおける判別結果に
応じ、上記ファイルが更新されたことの通知先あるいは
上記更新されたファイルの転送先となるクライアントを
検索する検索ステップと、上記検索ステップにおいて検
索されたクライアントに対して上記ファイルが更新され
たことの通知あるいは上記更新されたファイルの転送を
行う送信ステップとを有するので、クライアント側主体
あるいはサーバ側主体というファイル管理システムの状
況に応じた柔軟なファイルの更新処理を行うことができ
る。
The file management method in the third invention is as follows:
When the file held in the server is updated, a notification method setting step of setting the notification of the update of the file or setting of the updated file in response to the request from the client, and the notification or Depending on the subject setting step for setting changeable whether the transfer is performed by the client side or the server side, the subject determining step for determining the setting content in the subject setting step, and the determination result in the subject determining step A search step of searching for a client to whom the file has been updated or a transfer destination of the updated file, and a notification that the file has been updated to the client searched in the search step Alternatively, a transmission step for transferring the updated file Since having, it is possible to perform update processing of the flexible file according to the situation of a file management system that the client-side entity or server-side entity.

【0108】第4の発明におけるファイル管理方法は、
上記検索ステップにおいて、上記主体判別ステップにお
ける判別結果がクライアント側主体であれば上記更新要
求がなされたファイルについて上記通知方法設定ステッ
プにおける上記通知あるいは転送の設定の要求を行った
クライアントを検索し、上記主体判別ステップにおける
判別結果がサーバ側主体であれば上記更新要求がなされ
たファイルの旧バージョンを過去に取り出したクライア
ントを検索するので、クライアント側主体あるいはサー
バ側主体というファイル管理システムの状況に応じ、フ
ァイルが更新されたことの通知先あるいは上記更新され
たファイルの転送先を適切に検索することができる。
The file management method in the fourth invention is
In the search step, if the determination result in the subject determination step is the client side, the client that made the notification or transfer setting request in the notification method setting step is searched for the file for which the update request is made, and If the discrimination result in the subject discriminating step is the server side principal, the client that retrieved the old version of the file for which the update request was made in the past is searched. It is possible to appropriately search the notification destination that the file has been updated or the transfer destination of the updated file.

【0109】第5の発明におけるファイル管理方法は、
クライアントが入手を希望する情報に対応するキーワー
ドを登録するキーワード登録ステップと、サーバへのフ
ァイルの保持を要求する保持要求ステップと、上記保持
要求ステップにおける保持要求に応じ、上記サーバが上
記ファイルを保持する保持ステップと、上記保持要求ス
テップにおいて保持要求がなされたファイルに付された
キーワードを認識するキーワード認識ステップと、上記
登録ステップにおいて登録されたキーワードの中から上
記キーワード認識ステップにおいて認識されたキーワー
ドに対応するキーワードを検索する検索ステップと、上
記検索ステップにおいて検索されたキーワードに対応す
る情報の入手を要求したクライアントに対し、上記保持
ステップが実行されたことを通知する保持通知ステップ
とを有するので、入手を希望する情報に対応したキーワ
ードを登録することにより、クライアントが入手を希望
する情報を漏らすことなく入手することができる。
The file management method in the fifth invention is
The server holds the file in response to the keyword registration step of registering the keyword corresponding to the information desired by the client, the holding request step of requesting the server to hold the file, and the holding request in the holding request step. A holding step, a keyword recognition step for recognizing a keyword attached to a file for which a holding request is made in the holding request step, and a keyword recognized in the keyword recognition step among the keywords registered in the registration step. Since it has a search step of searching for the corresponding keyword, and a holding notification step of notifying that the holding step has been executed to the client that has requested acquisition of information corresponding to the keyword searched in the searching step, By registering a keyword corresponding to the information you wish to hand, it can be obtained without leaking the information that the client wishes to obtain.

【0110】第6の発明におけるファイル管理方法は、
上記検索ステップにおいて、上記登録ステップにおいて
登録されたキーワードの中から上記キーワード認識ステ
ップにおいて認識されたキーワードと同一のキーワード
を検索するので、検索を容易に行うことができる。
A file management method according to the sixth invention is as follows:
In the search step, the same keyword as the keyword recognized in the keyword recognition step is searched from the keywords registered in the registration step, so that the search can be easily performed.

【0111】第7の発明におけるファイル管理方法は、
サーバに保持されたファイルの取り出しをクライアント
が要求する取り出し要求ステップと、上記取り出し要求
ステップにおいて取り出し要求されたファイルに付され
たキーワードを認識するキーワード認識ステップと、上
記サーバに保持された複数のファイルから、上記キーワ
ード認識ステップにおいて認識されたキーワードに対応
するファイルを検索する検索ステップと、上記検索ステ
ップにおいて検索されたファイルを上記取り出しを要求
したクライアントに対して通知する検索結果通知ステッ
プとを有するので、クライアントが取り出しを要求した
ファイルに関連する他のファイルを漏らすことなく知る
ことができる。
The file management method in the seventh invention is
A retrieval request step in which the client requests retrieval of the file held in the server, a keyword recognition step of recognizing a keyword attached to the file requested in the retrieval request step, and a plurality of files retained in the server From the above, there is a search step of searching for a file corresponding to the keyword recognized in the keyword recognition step, and a search result notification step of notifying the client searched for the file searched in the search step. , The client can know without leaking other files related to the file requested to be retrieved.

【0112】第8の発明におけるファイル管理方法は、
上記サーバに保持された複数のファイルには、キーワー
ドが付されており、上記検索ステップにおいて、上記サ
ーバに保持された複数のファイルに付されたキーワード
から上記キーワード認識ステップにおいて認識されたキ
ーワードと同一のキーワードを検索するので、検索を容
易に行うことができる。
The file management method in the eighth invention is
Keywords are attached to the plurality of files stored in the server, and are the same as the keywords recognized in the keyword recognition step from the keywords attached to the plurality of files stored in the server in the search step. Since the keyword is searched for, the search can be easily performed.

【0113】第9の発明におけるファイル管理方法は、
ファイルのサーバへの保持を要求する保持要求ステップ
と、上記サーバに保持されている複数のファイルの中か
ら、上記保持要求ステップにおいて要求があったファイ
ルに付されたキーワードに対応したファイルを検索する
検索ステップと、上記保持要求ステップにおいて保持要
求がなされたファイルを、上記サーバに保持するにあた
り上記検索ステップにおいて検索されたファイルに関連
付けて保持するか否かを選択する選択ステップと、上記
選択ステップにおける選択結果に応じて、上記保持要求
がなされたファイルを上記サーバに保持する保持ステッ
プとを有するので、保持要求がなされたファイルを、既
にサーバに保持されているファイルに関連づけることが
容易に行える。
A file management method according to the ninth invention is
A holding request step for requesting holding of the file in the server and a plurality of files held in the server are searched for a file corresponding to the keyword attached to the file requested in the holding request step. A searching step; a selecting step of selecting whether to hold the file requested to be held in the holding request step in the server in association with the file searched in the searching step; and a selecting step in the selecting step. According to the selection result, the holding step for holding the file for which the holding request is made is held in the server. Therefore, the file for which the holding request is made can be easily associated with the file already held in the server.

【0114】第10の発明におけるファイル管理方法
は、上記保持要求ステップにおける保持要求がクライア
ントにより行われ、上記選択ステップにおける選択が上
記クライアントにより行われるので、保持要求を行った
クライアントの要求に沿った関連付けにより、ファイル
を上記サーバに保持することができる。
In the file management method according to the tenth aspect of the invention, since the client makes the holding request in the holding request step and the client makes the selection in the selecting step, the client makes a holding request in accordance with the request. The association allows the file to be retained on the server.

【0115】第11の発明におけるファイル管理方法
は、サーバに保持された複数のファイルに対するアクセ
スを管理するファイル管理方法であって、上記サーバに
関係する記憶装置に格納された上記複数のファイルの情
報量を監視する監視ステップと、上記監視ステップにお
ける監視結果から上記記憶装置の負荷を判断する負荷判
断ステップと、上記負荷判断ステップにおける判断結果
に応じ、上記記憶装置に格納されたファイルを上記記憶
装置とは別の記憶装置に格納する格納ステップとを有す
るので、状況に応じて上記記憶装置の負荷を分散させる
ことができる。
A file management method according to the eleventh aspect of the invention is a file management method for managing access to a plurality of files held by a server, wherein information on the plurality of files stored in a storage device related to the server. A file stored in the storage device is stored in the storage device in accordance with a monitoring step for monitoring the amount, a load determination step for determining the load of the storage device from the monitoring result in the monitoring step, and a determination result in the load determination step. And a storage step of storing the storage device in another storage device, the load of the storage device can be distributed according to the situation.

【0116】第12の発明におけるファイル管理方法
は、上記監視ステップにおける上記複数のファイルの情
報量の監視が、上記複数のファイルの情報量が登録され
た第1登録領域内の情報を監視することにより行われる
ので、その他の登録領域の情報を確認する必要がなくな
り、監視の負担が軽くなる。
In the file management method according to the twelfth invention, the information amount of the plurality of files in the monitoring step is monitored in the first registration area in which the information amounts of the plurality of files are registered. Since it is performed by, it is not necessary to confirm the information in other registration areas, and the burden of monitoring is lightened.

【0117】第13の発明におけるファイル管理方法
は、サーバに保持された複数のファイルに対するクライ
アントのアクセスを管理するファイル管理方法であっ
て、上記サーバに関係する記憶装置に格納されたファイ
ルに対する上記クライアントのアクセス状況を監視する
監視ステップと、上記監視ステップにおける監視結果か
ら上記サーバの負荷を判断する負荷判断ステップと、上
記負荷判断ステップにおける判断結果に応じ、上記記憶
装置に格納されたファイルを上記記憶装置とは別の記憶
装置に格納する格納ステップとを有するので、状況に応
じて上記サーバの負荷を分散させることができる。
A file management method according to a thirteenth invention is a file management method for managing access of a client to a plurality of files held in a server, wherein the client manages files stored in a storage device related to the server. A monitoring step for monitoring the access status of the server, a load determining step for determining the load on the server from the monitoring result in the monitoring step, and a file stored in the storage device according to the determination result in the load determining step. Since it has a storage step of storing in a storage device different from the device, the load of the server can be distributed according to the situation.

【0118】第14の発明におけるファイル管理方法
は、上記監視ステップにおけるアクセス状況の監視が、
上記記憶装置に格納されたファイルに対して上記クライ
アントがアクセスした時間が登録される第2登録領域内
の情報を監視することにより行われるので、その他の登
録領域の情報を確認する必要がなくなり、監視の負担が
軽くなる。
In the file management method of the fourteenth invention, the access status monitoring in the monitoring step is
Since it is performed by monitoring the information in the second registration area in which the time when the client has accessed the file stored in the storage device is registered, it is not necessary to check the information in other registration areas. The burden of monitoring is reduced.

【0119】第15の発明におけるファイル管理装置
は、サーバに保持された複数のファイルに対するアクセ
スを管理するファイル管理装置であって、上記サーバに
保持される複数のファイルを格納する記憶手段と、上記
記憶手段に格納された複数のファイルの情報量が登録さ
れる第1登録領域と、上記第1登録領域に登録された複
数のファイルの情報量を監視し、上記ファイルの情報量
に応じて上記記憶手段に格納されたファイルを上記記憶
手段とは別の記憶手段に格納する管理手段とを有するの
で、状況に応じて上記記憶装置の負荷を分散させること
ができる。
A file management apparatus according to the fifteenth invention is a file management apparatus for managing access to a plurality of files held by a server, and a storage means for storing the plurality of files held by the server, A first registration area in which information amounts of a plurality of files stored in a storage unit are registered, and an information amount of a plurality of files registered in the first registration area are monitored, and the above Since the storage means has a management means for storing the file stored in the storage means in a storage means different from the storage means, the load of the storage device can be distributed according to the situation.

【0120】第16の発明におけるファイル管理装置
は、サーバに保持された複数のファイルに対するクライ
アントのアクセスを管理するファイル管理装置であっ
て、上記サーバに保持される上記複数のファイルを格納
する記憶手段と、上記記憶手段に格納された複数のファ
イルに対して上記クライアントがアクセスした時間が登
録される第2登録領域と、上記第2登録領域に登録され
た上記時間を監視し、上記時間に応じて上記記憶手段に
格納されたファイルを上記記憶手段とは別の記憶手段に
格納する管理手段とを有するので、状況に応じて上記サ
ーバの負荷を分散させることができる。
A file management device according to the sixteenth invention is a file management device for managing access of a client to a plurality of files stored in a server, and a storage means for storing the plurality of files stored in the server. And monitoring the second registration area in which the time when the client has accessed the plurality of files stored in the storage means is registered, and the time registered in the second registration area, and depending on the time. Since it has a management means for storing the file stored in the storage means in a storage means different from the storage means, the load of the server can be distributed according to the situation.

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

【図1】 実施の形態1〜6におけるファイル管理シス
テムの全体構成図である。
FIG. 1 is an overall configuration diagram of a file management system according to first to sixth embodiments.

【図2】 アプリケーションサーバ1、管理サーバ2お
よびクライアント3の内部構成図である。
FIG. 2 is an internal configuration diagram of an application server 1, a management server 2 and a client 3.

【図3】 実施の形態1における管理サーバ2の動作を
示すフローチャートである。
FIG. 3 is a flowchart showing an operation of the management server 2 according to the first embodiment.

【図4】 管理サーバ2がクライアントから自動通知/
自動更新要求を受信したときの動作を示すフローチャー
トである。
[Fig. 4] Automatic notification from the client to the management server 2 /
It is a flowchart which shows operation | movement when an automatic update request is received.

【図5】 実施の形態2、3における管理サーバ2が更
新要求を受信したときの動作を示すフローチャートであ
る。
FIG. 5 is a flowchart showing an operation when the management server 2 in Embodiments 2 and 3 receives an update request.

【図6】 実施の形態4における管理サーバ2の動作を
示すフローチャートである。
FIG. 6 is a flowchart showing the operation of the management server 2 according to the fourth embodiment.

【図7】 実施の形態5における管理サーバ2の動作を
示すフローチャートである。
FIG. 7 is a flowchart showing the operation of the management server 2 in the fifth embodiment.

【図8】 実施の形態6における管理サーバ2の動作を
示すフローチャートである。
FIG. 8 is a flowchart showing an operation of the management server 2 according to the sixth embodiment.

【図9】 実施の形態7におけるディスクの負荷分散を
行うファイル管理システムの構成図である。
FIG. 9 is a configuration diagram of a file management system for performing disk load distribution according to the seventh embodiment.

【図10】 ディスクの負荷分散を行うファイル管理方
法を示すフローチャートである。
FIG. 10 is a flowchart showing a file management method for performing load distribution on a disk.

【図11】 実施の形態7におけるサーバの負荷分散を
行うファイル管理システムの構成図である。
FIG. 11 is a configuration diagram of a file management system for load balancing of servers according to the seventh embodiment.

【図12】 サーバの負荷分散を行うファイル管理方法
を示すフローチャートである。
FIG. 12 is a flowchart showing a file management method for load balancing of servers.

【図13】 実施の形態8におけるファイル管理システ
ムの構成図である。
FIG. 13 is a configuration diagram of a file management system in the eighth embodiment.

【図14】 共有ファイルによるリソースの負荷分散を
はかる従来のファイル管理システムの構成図である。
FIG. 14 is a configuration diagram of a conventional file management system for balancing the load of resources by a shared file.

【図15】 クライアントが保持しているファイルの情
報をそれぞれのクライアントが管理する従来のファイル
管理システムの構成図である。
FIG. 15 is a configuration diagram of a conventional file management system in which each client manages information on files held by the clients.

【図16】 クライアントが保持しているファイルの情
報をサーバが管理する従来のファイル管理システムの構
成図である。
FIG. 16 is a configuration diagram of a conventional file management system in which a server manages information of files held by a client.

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

1 アプリケーションサーバ、2 管理サーバ、3〜5
クライアント、6ネットワーク、10 磁気ディスク
装置、11 非定型情報ファイル、15 ファイルアク
セス部、16 送信処理部、17 受信処理部、20
磁気ディスク装置、21 属性情報データベース、22
バージョン管理データベース、23 アクセス履歴情
報データベース、24 キーワード登録データベース、
25 データベース管理部、26 送信処理部、27
要求受信処理部、30 テープ、31 受信部、32
要求送信部、40 光磁気ディスク。31
1 application server, 2 management server, 3-5
Client, 6 network, 10 magnetic disk device, 11 atypical information file, 15 file access unit, 16 transmission processing unit, 17 reception processing unit, 20
Magnetic disk device, 21 Attribute information database, 22
Version management database, 23 access history information database, 24 keyword registration database,
25 database management unit, 26 transmission processing unit, 27
Request reception processing unit, 30 tapes, 31 reception unit, 32
Request transmitter, 40 magneto-optical disk. 31

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 サーバに保持されたファイルの参照を要
求する参照要求ステップと、 上記参照要求の要求単位を判別する判別ステップと、 上記判別ステップにおいて判別された要求単位の種類に
応じて過去に取り出したファイルのバージョンを検索す
る検索ステップと、 上記サーバに保持されたファイルのバージョンと、上記
検索したファイルのバージョンとを比較する比較ステッ
プと、 上記比較ステップにおいて上記検索したファイルのバー
ジョンよりも上記サーバに保持されているファイルのバ
ージョンの方が新しい場合に、上記判別ステップにおい
て判別された要求単位に応じて参照情報を送信する送信
ステップとを有するファイル管理方法。
1. A reference request step for requesting a reference to a file stored in a server, a determination step for determining a request unit of the reference request, and a past step according to the type of request unit determined in the determination step. A search step for searching the version of the retrieved file; a comparison step for comparing the version of the file held in the server with the version of the searched file; and A file management method comprising a step of transmitting reference information according to the request unit determined in the determination step when the version of the file held in the server is newer.
【請求項2】 上記要求単位とは、クライアント単位あ
るいはユーザ単位であり、上記検索ステップは、 上記判別ステップにおける判別結果がクライアント単位
の要求である場合には上記参照要求を行ったクライアン
トが過去に取り出したファイルのバージョンを検索し、
上記判別ステップにおける判別結果がユーザ単位の要求
である場合には上記参照要求を行ったユーザが過去に取
り出したファイルのバージョンを検索することを特徴と
する請求項1記載のファイル管理方法。
2. The request unit is a client unit or a user unit, and in the search step, when the determination result in the determination step is a client unit request, the client that has issued the reference request has a past request. Search the version of the retrieved file,
The file management method according to claim 1, wherein when the determination result in the determination step is a request for each user, the version of the file extracted in the past by the user who has issued the reference request is searched.
【請求項3】 サーバに保持されたファイルが更新され
た場合に上記ファイルが更新されたことの通知あるいは
上記更新されたファイルの転送を行うようクライアント
からの要求に応じて設定する通知方法設定ステップと、 上記通知あるいは転送をクライアント側主体で行うか、
サーバ側主体で行うかを変更可能に設定する主体設定ス
テップと、 上記主体設定ステップにおける設定内容を判別する主体
判別ステップと、 上記主体判別ステップにおける判別結果に応じ、上記フ
ァイルが更新されたことの通知先あるいは上記更新され
たファイルの転送先となるクライアントを検索する検索
ステップと、 上記検索ステップにおいて検索されたクライアントに対
して上記ファイルが更新されたことの通知あるいは上記
更新されたファイルの転送を行う送信ステップとを有す
るファイル管理方法。
3. A notification method setting step of setting a notification that the file has been updated when the file held in the server has been updated or setting the transfer of the updated file in response to a request from the client. And, the above notification or transfer is performed by the client side,
The file is updated according to the subject setting step of setting whether or not to be performed by the server side subject, the subject determining step of determining the setting content in the subject setting step, and the determination result of the subject determining step. A search step of searching for a client as a notification destination or a transfer destination of the updated file, and a notification that the file has been updated or a transfer of the updated file to the client searched in the search step. A file management method having a transmitting step of performing.
【請求項4】 上記検索ステップは、 上記主体判別ステップにおける判別結果がクライアント
側主体であれば上記更新要求がなされたファイルについ
て上記通知方法設定ステップにおける上記通知あるいは
転送の設定の要求を行ったクライアントを検索し、上記
主体判別ステップにおける判別結果がサーバ側主体であ
れば上記更新要求がなされたファイルの旧バージョンを
過去に取り出したクライアントを検索することを特徴と
する請求項3記載のファイル管理方法。
4. The client that has made the notification or transfer setting request in the notification method setting step for the file for which the update request is made if the determination result in the subject determination step is the client side in the search step. 4. The file management method according to claim 3, further comprising: searching for a client that has fetched an old version of the file for which the update request was made in the past if the determination result in the subject determination step is a server-side subject. .
【請求項5】 クライアントが入手を希望する情報に対
応するキーワードを登録するキーワード登録ステップ
と、 サーバへのファイルの保持を要求する保持要求ステップ
と、 上記保持要求ステップにおける保持要求に応じ、上記サ
ーバが上記ファイルを保持する保持ステップと、 上記保持要求ステップにおいて保持要求がなされたファ
イルに付されたキーワードを認識するキーワード認識ス
テップと、 上記登録ステップにおいて登録されたキーワードの中か
ら上記キーワード認識ステップにおいて認識されたキー
ワードに対応するキーワードを検索する検索ステップ
と、 上記検索ステップにおいて検索されたキーワードに対応
する情報の入手を要求したクライアントに対し、上記保
持ステップが実行されたことを通知する保持通知ステッ
プとを有することを特徴とするファイル管理方法。
5. A server according to a keyword registration step of registering a keyword corresponding to information desired by a client, a retention request step of requesting retention of a file to a server, and a retention request in the retention request step. A holding step for holding the file, a keyword recognition step for recognizing a keyword attached to the file for which a holding request is made in the holding request step, and a keyword recognizing step from the keywords registered in the registering step. A search step of searching for a keyword corresponding to the recognized keyword, and a holding notification step of notifying that the holding step has been executed to a client who has requested acquisition of information corresponding to the keyword searched in the searching step. File management method characterized in that it comprises a.
【請求項6】 上記検索ステップは、上記登録ステップ
において登録されたキーワードの中から上記キーワード
認識ステップにおいて認識されたキーワードと同一のキ
ーワードを検索することを特徴とする請求項5記載のフ
ァイル管理方法。
6. The file management method according to claim 5, wherein in the searching step, the same keyword as the keyword recognized in the keyword recognizing step is searched from the keywords registered in the registering step. .
【請求項7】 サーバに保持されたファイルの取り出し
をクライアントが要求する取り出し要求ステップと、 上記取り出し要求ステップにおいて取り出し要求された
ファイルに付されたキーワードを認識するキーワード認
識ステップと、 上記サーバに保持された複数のファイルから、上記キー
ワード認識ステップにおいて認識されたキーワードに対
応するファイルを検索する検索ステップと、 上記検索ステップにおいて検索されたファイルを上記取
り出しを要求したクライアントに対して通知する検索結
果通知ステップとを有することを特徴とするファイル管
理方法。
7. A retrieval request step in which a client requests retrieval of a file retained in a server, a keyword recognition step of recognizing a keyword attached to the file requested in the retrieval request step, and retained in the server. A retrieval step of retrieving a file corresponding to the keyword recognized in the keyword recognition step from the plurality of retrieved files, and a retrieval result notification for notifying the file retrieved in the retrieval step to the client requesting the retrieval. A file management method comprising:
【請求項8】 上記サーバに保持された複数のファイル
には、キーワードが付されており、 上記検索ステップは、上記サーバに保持された複数のフ
ァイルに付されたキーワードから上記キーワード認識ス
テップにおいて認識されたキーワードと同一のキーワー
ドを検索することを特徴とする請求項7記載のファイル
管理方法。
8. A keyword is attached to the plurality of files stored in the server, and the search step is performed in the keyword recognition step from the keywords attached to the plurality of files stored in the server. The file management method according to claim 7, wherein the same keyword as the retrieved keyword is searched.
【請求項9】 ファイルのサーバへの保持を要求する保
持要求ステップと、 上記サーバに保持されている複数のファイルの中から、
上記保持要求ステップにおいて要求があったファイルに
付されたキーワードに対応したファイルを検索する検索
ステップと、 上記保持要求ステップにおいて保持要求がなされたファ
イルを、上記サーバに保持するにあたり上記検索ステッ
プにおいて検索されたファイルに関連付けて保持するか
否かを選択する選択ステップと、 上記選択ステップにおける選択結果に応じて、上記保持
要求がなされたファイルを上記サーバに保持する保持ス
テップとを有することを特徴とするファイル管理方法。
9. A holding request step for requesting holding of a file in a server, and a plurality of files held in the server,
A search step for searching a file corresponding to the keyword attached to the file requested in the holding request step, and a search step for holding the file for which the holding request is made in the holding request step in the server And a holding step of holding the file for which the holding request is made in the server according to the selection result in the selecting step. How to manage files.
【請求項10】 上記保持要求ステップにおける保持要
求はクライアントにより行われ、 上記選択ステップにおける選択は、上記クライアントが
行うことを特徴とする請求項9記載のファイル管理方
法。
10. The file management method according to claim 9, wherein the holding request in the holding request step is made by a client, and the selection in the selecting step is made by the client.
【請求項11】 サーバに保持された複数のファイルに
対するアクセスを管理するファイル管理方法であって、 上記サーバに関係する記憶装置に格納された上記複数の
ファイルの情報量を監視する監視ステップと、上記監視
ステップにおける監視結果から上記記憶装置の負荷を判
断する負荷判断ステップと、 上記負荷判断ステップにおける判断結果に応じ、上記記
憶装置に格納されたファイルを上記記憶装置とは別の記
憶装置に格納する格納ステップとを有することを特徴と
するファイル管理方法。
11. A file management method for managing access to a plurality of files held by a server, the monitoring step of monitoring the information amount of the plurality of files stored in a storage device related to the server, The load determination step of determining the load of the storage device from the monitoring result in the monitoring step, and the file stored in the storage device is stored in a storage device different from the storage device according to the determination result in the load determination step. And a storing step for storing the file.
【請求項12】 上記監視ステップにおける上記複数の
ファイルの情報量の監視は、上記複数のファイルの情報
量が登録された第1登録領域内の情報を監視することに
より行われることを特徴とする請求項11記載のファイ
ル管理方法。
12. The information amount of the plurality of files in the monitoring step is monitored by monitoring information in a first registration area in which the information amounts of the plurality of files are registered. The file management method according to claim 11.
【請求項13】 サーバに保持された複数のファイルに
対するクライアントのアクセスを管理するファイル管理
方法であって、 上記サーバに関係する記憶装置に格納されたファイルに
対する上記クライアントのアクセス状況を監視する監視
ステップと、 上記監視ステップにおける監視結果から上記サーバの負
荷を判断する負荷判断ステップと、 上記負荷判断ステップにおける判断結果に応じ、上記記
憶装置に格納されたファイルを上記記憶装置とは別の記
憶装置に格納する格納ステップとを有することを特徴と
するファイル管理方法。
13. A file management method for managing access of a client to a plurality of files held in a server, the monitoring step of monitoring an access status of the client to a file stored in a storage device related to the server. And a load determination step of determining the load of the server from the monitoring result in the monitoring step, and a file stored in the storage device in a storage device different from the storage device according to the determination result in the load determination step. And a storing step of storing the file.
【請求項14】 上記監視ステップにおけるアクセス状
況の監視は、上記記憶装置に格納されたファイルに対し
て上記クライアントがアクセスした時間が登録される第
2登録領域内の情報を監視することにより行われること
を特徴とする請求項13記載のファイル管理方法。
14. The monitoring of the access status in the monitoring step is performed by monitoring information in a second registration area in which a time when the client has accessed a file stored in the storage device is registered. 14. The file management method according to claim 13, wherein:
【請求項15】 サーバに保持された複数のファイルに
対するアクセスを管理するファイル管理装置であって、 上記サーバに保持される複数のファイルを格納する記憶
手段と、 上記記憶手段に格納された複数のファイルの情報量が登
録される第1登録領域と、 上記第1登録領域に登録された複数のファイルの情報量
を監視し、上記ファイルの情報量に応じて上記記憶手段
に格納されたファイルを上記記憶手段とは別の記憶手段
に格納する管理手段とを有することを特徴とするファイ
ル管理装置。
15. A file management device for managing access to a plurality of files stored in a server, the storage device storing a plurality of files stored in the server, and a plurality of storage units stored in the storage unit. The first registration area in which the information amount of the file is registered, and the information amounts of the plurality of files registered in the first registration area are monitored, and the files stored in the storage means are stored in accordance with the information amount of the file. A file management device comprising: management means for storing in a storage means different from the storage means.
【請求項16】 サーバに保持された複数のファイルに
対するクライアントのアクセスを管理するファイル管理
装置であって、 上記サーバに保持される上記複数のファイルを格納する
記憶手段と、 上記記憶手段に格納された複数のファイルに対して上記
クライアントがアクセスした時間が登録される第2登録
領域と、 上記第2登録領域に登録された上記時間を監視し、上記
時間に応じて上記記憶手段に格納されたファイルを上記
記憶手段とは別の記憶手段に格納する管理手段とを有す
ることを特徴とするファイル管理装置。
16. A file management device for managing access of a client to a plurality of files stored in a server, the storage device storing the plurality of files stored in the server, and the storage device stored in the storage unit. A second registration area in which the time when the client has accessed a plurality of files is registered, and the time registered in the second registration area is monitored and stored in the storage means according to the time. A file management device comprising: a management unit that stores a file in a storage unit different from the storage unit.
JP8019021A 1996-02-05 1996-02-05 Method and device for file management Pending JPH09212405A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8019021A JPH09212405A (en) 1996-02-05 1996-02-05 Method and device for file management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8019021A JPH09212405A (en) 1996-02-05 1996-02-05 Method and device for file management

Publications (1)

Publication Number Publication Date
JPH09212405A true JPH09212405A (en) 1997-08-15

Family

ID=11987830

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8019021A Pending JPH09212405A (en) 1996-02-05 1996-02-05 Method and device for file management

Country Status (1)

Country Link
JP (1) JPH09212405A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207370A (en) * 1999-01-20 2000-07-28 Matsushita Electric Ind Co Ltd Distributed file management device and distributed file management system
JP2000242620A (en) * 1999-02-24 2000-09-08 Nippon Telegr & Teleph Corp <Ntt> Data duplication system and storage medium recording data duplication program
JP2000322298A (en) * 1999-05-10 2000-11-24 Nec Software Tohoku Ltd Generation management system for backup file and recording medium stored with generation management program for backup file
JP2002318808A (en) * 2001-04-20 2002-10-31 Cybozu Inc Personal information registration support system
US6493748B1 (en) 1998-03-05 2002-12-10 Fujitsu Limited Information management system, local computer, server computer, and recording medium
JP2005352979A (en) * 2004-06-14 2005-12-22 Nitto Denko Corp Composite database management system
JP2006195905A (en) * 2005-01-17 2006-07-27 Fujitsu Ltd System and method for controlling output format, client terminal, and computer program
JP2007249387A (en) * 2006-03-14 2007-09-27 Nippon Telegr & Teleph Corp <Ntt> Document information distribution system and server device for the same
JP2008226237A (en) * 2000-10-25 2008-09-25 Thomson Financial Inc Networked commercial interaction management method
JP2012199887A (en) * 2011-03-23 2012-10-18 Panasonic Corp Sensor, sensor module, and facility terminal control system
JP2013152569A (en) * 2012-01-24 2013-08-08 Nippon Telegr & Teleph Corp <Ntt> Information processing system, request distribution program and request distribution method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6493748B1 (en) 1998-03-05 2002-12-10 Fujitsu Limited Information management system, local computer, server computer, and recording medium
US7117253B2 (en) 1998-03-05 2006-10-03 Fujitsu Limited Information management system retrieving recorded information version from server-side or duplicate local-side information storage
JP2000207370A (en) * 1999-01-20 2000-07-28 Matsushita Electric Ind Co Ltd Distributed file management device and distributed file management system
JP2000242620A (en) * 1999-02-24 2000-09-08 Nippon Telegr & Teleph Corp <Ntt> Data duplication system and storage medium recording data duplication program
JP2000322298A (en) * 1999-05-10 2000-11-24 Nec Software Tohoku Ltd Generation management system for backup file and recording medium stored with generation management program for backup file
JP2008226237A (en) * 2000-10-25 2008-09-25 Thomson Financial Inc Networked commercial interaction management method
JP2002318808A (en) * 2001-04-20 2002-10-31 Cybozu Inc Personal information registration support system
JP2005352979A (en) * 2004-06-14 2005-12-22 Nitto Denko Corp Composite database management system
JP2006195905A (en) * 2005-01-17 2006-07-27 Fujitsu Ltd System and method for controlling output format, client terminal, and computer program
JP2007249387A (en) * 2006-03-14 2007-09-27 Nippon Telegr & Teleph Corp <Ntt> Document information distribution system and server device for the same
JP2012199887A (en) * 2011-03-23 2012-10-18 Panasonic Corp Sensor, sensor module, and facility terminal control system
JP2013152569A (en) * 2012-01-24 2013-08-08 Nippon Telegr & Teleph Corp <Ntt> Information processing system, request distribution program and request distribution method

Similar Documents

Publication Publication Date Title
US9386117B2 (en) Server side data cache system
US7107323B2 (en) System and method of file distribution for a computer system in which partial files are arranged according to various allocation rules
KR100990098B1 (en) Data processing system, data processing method, information processing device, and computer readable recording medium for recording the computer program
JP4416821B2 (en) A distributed file system that maintains a fileset namespace accessible to clients over the network
US6820085B2 (en) Web system having clustered application servers and clustered databases
US6879982B2 (en) Data management system, server, and data management method
US5884301A (en) Hypermedia system
JP3347914B2 (en) Data management device
US20110282868A1 (en) Search method, integrated search server, and computer program
KR20060131728A (en) System and method for generating aggregated data views in a computer network
US5954795A (en) Method of and apparatus for reducing server and network load with client-side data structure
JPH09212405A (en) Method and device for file management
US20070219965A1 (en) Document retrieving system, document retrieving apparatus, method, program and storage medium therefor
JP3290801B2 (en) Resource location detection method
US7373393B2 (en) File system
US8843530B2 (en) Configurable offline data store
JP5163171B2 (en) Cache system and server
US7284014B2 (en) Pre-fetch computer system
JP3183236B2 (en) Search system and computer-readable recording medium storing program for generating search system
JP2004302564A (en) Name service providing method, execution device of the same, and processing program of the same
JP7068210B2 (en) Database management system, terminal device and method
KR20020095311A (en) Method of entrring and offering for multimedia data of video on demand
JP2020095434A (en) Communication device, communication method, and communication program
JP2002169805A (en) Client-server type document retrieving device
JPH05136930A (en) Facsimile automatic delivery system