JPH11232104A - Object update and management method and client/server system - Google Patents

Object update and management method and client/server system

Info

Publication number
JPH11232104A
JPH11232104A JP10030900A JP3090098A JPH11232104A JP H11232104 A JPH11232104 A JP H11232104A JP 10030900 A JP10030900 A JP 10030900A JP 3090098 A JP3090098 A JP 3090098A JP H11232104 A JPH11232104 A JP H11232104A
Authority
JP
Japan
Prior art keywords
client
service
server
service information
trader
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
JP10030900A
Other languages
Japanese (ja)
Inventor
Toshiie Ono
敏家 大野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP10030900A priority Critical patent/JPH11232104A/en
Publication of JPH11232104A publication Critical patent/JPH11232104A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an object update management method and a client/server system where retrieval of the location of the server is unnecessary every time of utilizing a service of the server to shorten the processing time required up to use of a server. SOLUTION: Service information indicating the location of a server 2 is registered in a service information register table 9, and information on a client is registered in a client register table 10. When service information is changed, a service information register means 6 retrieves the table 10 to report the change of service information to a client 1 using a pertinent service. When receiving a change report, the client 1 requests retrieval of the server to a trader 3. A service information retrieval means 7 retrieves the table 9 in accordance with a retrieval request and transfers the location of the server, who supplies the service designated by the client 1, to the client 1.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、サーバのオブジェ
クトの更新管理方法とオブジェクトの更新管理機能を有
するクライアント/サーバ・システムに関するものであ
る。
[0001] 1. Field of the Invention [0002] The present invention relates to a server object update management method and a client / server system having an object update management function.

【0002】[0002]

【従来の技術】従来より、サービスの利用者(以下、ク
ライアントと呼ぶ)とサービスの提供者(以下、サーバ
と呼ぶ)との照合をサポートするオブジェクト・サービ
スがコルバ(CORBA:Common Object Request Broker Arc
hitecture )と呼ばれる仕様として、米オブジェクト・
マネジメント・グループ(OMG:Object Management Grou
p )によって策定されている。
2. Description of the Related Art Conventionally, an object service supporting collation between a service user (hereinafter, referred to as a client) and a service provider (hereinafter, referred to as a server) has been known as CORBA (Common Object Request Broker Arc).
hitecture)
Management Group (OMG: Object Management Grou
p).

【0003】図5は、このようなコルバ仕様に添った従
来のクライアント/サーバ・システムのブロック図であ
る。このクライアント/サーバ・システムは、クライア
ント21と、サーバ22と、サーバ22のロケーション
を示すサービス情報を管理するトレーダ23とを備えて
いる。トレーダ23は、プログラム制御により動作する
処理装置24と、上記サービス情報を記憶する記憶装置
25とから構成されている。さらに、処理装置24は、
サーバ22から受け取ったサービス情報を記憶装置25
に格納するサービス情報登録手段26と、クライアント
21の要求に応じて記憶装置25に格納されたサービス
情報を検索するサービス情報検索手段27とを有し、記
憶装置25は、サービス情報を格納するためのサービス
情報登録テーブル29を有している。
FIG. 5 is a block diagram of a conventional client / server system conforming to such a Colva specification. This client / server system includes a client 21, a server 22, and a trader 23 for managing service information indicating the location of the server 22. The trader 23 includes a processing device 24 that operates under program control, and a storage device 25 that stores the service information. Further, the processing device 24
The storage device 25 stores the service information received from the server 22.
And a service information retrieving means 27 for retrieving service information stored in the storage device 25 in response to a request from the client 21. The storage device 25 stores service information. Has a service information registration table 29.

【0004】サービス情報登録手段26は、サーバ22
からのサービス情報登録要求が発生すると、サーバ22
から受け取ったサービス情報をサービス情報登録テーブ
ル29に登録する。サービス情報検索手段27は、クラ
イアント21からのサービス検索要求が発生すると、サ
ービス情報登録テーブル29を検索して、クライアント
21から指定されたサービスを行うサーバのロケーショ
ンをクライアント21に渡す。サービス情報登録テーブ
ル29には、複数のエントリ(サービス情報)が登録さ
れている。サービス情報は、サービスの種別を表すサー
ビス種別と、サービスの性質を表すサービス属性と、こ
のサービスを提供するサーバのロケーション(アドレ
ス)を表すサーバ・ロケーションとからなる。
[0004] The service information registration means 26 is a server
When a service information registration request is issued from
Is registered in the service information registration table 29. When a service search request is issued from the client 21, the service information search unit 27 searches the service information registration table 29 and passes to the client 21 the location of the server that performs the service specified by the client 21. A plurality of entries (service information) are registered in the service information registration table 29. The service information includes a service type indicating a service type, a service attribute indicating a property of the service, and a server location indicating a location (address) of a server providing the service.

【0005】次に、このようなクライアント/サーバ・
システムの動作を説明する。サーバ22は、自身が提供
するサービスのサービス種別及びサービス属性と自身の
ロケーションとを指定して、サービス情報の登録をトレ
ーダ23に要求する。トレーダ23のサービス情報登録
手段26は、サーバ22からのサービス情報登録要求に
応じて、サーバ22が指定したサービス種別、サービス
属性及びサーバ・ロケーションをサービス情報登録テー
ブル29に登録する。次に、クライアント21は、所望
のサービスのサービス種別及びサービス属性を指定し
て、該サービスを提供するサーバの検索をトレーダ23
に要求する。トレーダ23のサービス情報検索手段27
は、クライアント21からのサービス検索要求に応じ
て、クライアント21が指定したサービス種別及びサー
ビス属性をキーワードとしてサービス情報登録テーブル
29を検索する。そして、サービス情報検索手段27
は、キーワードと一致するサービス種別及びサービス属
性を有するサービス情報を発見すると、このサービス情
報中のサーバ・ロケーションをクライアント21に渡
す。こうして、クライアント21は、所望のサービスを
提供するサーバ22のロケーションを取得することがで
き、サーバ22が提供するサービスを利用することがで
きる。
Next, such a client / server
The operation of the system will be described. The server 22 requests the trader 23 to register service information by designating the service type and service attribute of the service provided by the server 22 and the location of the server 22. The service information registration unit 26 of the trader 23 registers the service type, service attribute, and server location designated by the server 22 in the service information registration table 29 in response to the service information registration request from the server 22. Next, the client 21 specifies the service type and service attribute of the desired service, and searches for a server that provides the service by the trader 23.
Request to. Service information search means 27 of trader 23
Searches the service information registration table 29 using the service type and service attribute designated by the client 21 as keywords in response to a service search request from the client 21. Then, the service information search means 27
Finds service information having a service type and service attribute that match the keyword, and passes the server location in the service information to the client 21. Thus, the client 21 can obtain the location of the server 22 that provides the desired service, and can use the service provided by the server 22.

【0006】[0006]

【発明が解決しようとする課題】以上のようなクライア
ント/サーバ・システムでは、クライアントが最新のサ
ービスを利用するためには、サービスを利用する度にサ
ーバのロケーションを検索しなければならないという問
題点があり、その結果、サーバのサービスを利用するま
でに時間がかかるという問題点があった。サービスを利
用する度にサーバのロケーションを検索しなければなら
ない理由は、サービスの更新をクライアントが知る方法
がないためである。本発明は、上記課題を解決するため
になされたもので、サーバのサービスを利用する度にサ
ーバのロケーションを検索する必要がないオブジェクト
の更新管理方法及びクライアント/サーバ・システムを
提供することを目的とする。
In the client / server system described above, in order for the client to use the latest service, the client must search the server location every time the service is used. As a result, there is a problem that it takes time to use the server service. The reason that the location of the server must be searched every time the service is used is that there is no way for the client to know the update of the service. SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to provide an object update management method and a client / server system that do not require searching for a server location every time a server service is used. And

【0007】[0007]

【課題を解決するための手段】本発明のオブジェクトの
更新管理方法は、請求項1に記載のように、トレーダに
各オブジェクトに係わるクライアントの情報を予め用意
し、オブジェクトに変更が生じたとき、このオブジェク
トに係わるクライアントに対してトレーダからオブジェ
クトの変更を通知し、この変更通知を受けたクライアン
トからトレーダに対してオブジェクトの検索を要求する
ようにしたものである。オブジェクトの変更は、例えば
サーバからの要求により、トレーダが行う。このとき、
トレーダは、変更したオブジェクトに係わるクライアン
トにオブジェクトの変更を通知し、変更通知を受けたク
ライアントは、トレーダにオブジェクトの検索を要求
し、トレーダは、該当するオブジェクトをクライアント
に返す。また、請求項2に記載のように、トレーダは、
各オブジェクトに係わるクライアントの情報を予め蓄積
し、自身が管理しているオブジェクトに変更が生じたと
き、このオブジェクトに係わるクライアントに対してオ
ブジェクトの変更を通知するものであり、クライアント
は、上記変更通知を受けたとき、オブジェクトの検索を
トレーダに要求するものである。
According to the object update management method of the present invention, as described in claim 1, client information relating to each object is prepared in advance in a trader, and when an object is changed, The change of the object is notified from the trader to the client relating to the object, and the client receiving the change notification requests the trader to search for the object. The change of the object is performed by the trader, for example, in response to a request from the server. At this time,
The trader notifies the client relating to the changed object of the object change, the client receiving the change notification requests the trader to search for the object, and the trader returns the corresponding object to the client. Further, as described in claim 2, the trader is:
Information of a client related to each object is stored in advance, and when a change occurs in an object managed by itself, the change of the object is notified to a client related to the object. Upon receipt of the request, the trader is requested to retrieve the object.

【0008】[0008]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明の実施
の形態を示すクライアント/サーバ・システムのブロッ
ク図である。本実施の形態のクライアント/サーバ・シ
ステムは、クライアント1と、クライアント1にサービ
ス(例えば、日本語から英語への翻訳サービス)を提供
するサーバ2と、サーバ2のロケーションを示すサービ
ス情報を管理し、クライアント1の要求に応じてサービ
ス情報をクライアント1に提供すると共に、サービス情
報に変更が生じたとき、該当サービスを利用しているク
ライアント1に対してサービス情報の変更を通知するト
レーダ3とを備えている。トレーダ3は、プログラム制
御により動作する処理装置4と、上記サービス情報を記
憶すると共に、サービス情報として登録されたサービス
の利用者となるクライアントの情報を記憶する記憶装置
5とから構成されている。
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram of a client / server system showing an embodiment of the present invention. The client / server system according to the present embodiment manages a client 1, a server 2 for providing a service (for example, a translation service from Japanese to English) to the client 1, and service information indicating the location of the server 2. And a trader 3 for providing service information to the client 1 in response to a request from the client 1 and notifying the client 1 using the service of a change in the service information when the service information is changed. Have. The trader 3 includes a processing device 4 that operates under program control, and a storage device 5 that stores the service information and stores information of a client who is a user of a service registered as the service information.

【0009】さらに、処理装置4は、サーバ2から受け
取ったサービス情報を記憶装置5に格納すると共に、サ
ービス情報に変更が生じたとき、記憶装置5のクライア
ント情報を検索して、該当サービスを利用しているクラ
イアント1に対してサービス情報の変更を通知するサー
ビス情報登録手段6と、クライアント1の要求に応じて
記憶装置5に格納されたサービス情報を検索するサービ
ス情報検索手段7と、クライアント1から受け取ったク
ライアント情報を記憶装置5に格納するクライアント登
録手段8とを有し、記憶装置5は、サービス情報を格納
するためのサービス情報登録テーブル9と、クライアン
ト情報を格納するためのクライアント登録テーブル10
とを有している。
Further, the processing device 4 stores the service information received from the server 2 in the storage device 5, and when the service information is changed, searches the client information of the storage device 5 and uses the corresponding service. Service information registering means 6 for notifying the client 1 of the change of service information, service information searching means 7 for searching service information stored in the storage device 5 in response to a request from the client 1, and client 1 And a client registration unit 8 for storing the client information received from the storage device 5 in the storage device 5. The storage device 5 includes a service information registration table 9 for storing service information and a client registration table for storing client information. 10
And

【0010】サービス情報登録手段6は、サーバ2から
のサービス情報登録要求が発生すると、サーバ2から受
け取ったサービス情報をサービス情報登録テーブル9に
登録する。サービス情報登録テーブル9には、図2に示
すように、複数のエントリ(サービス情報)が登録され
ている。サービス情報は、サービスの種別を表すサービ
ス種別と、サービスの性質を表すサービス属性と、この
サービスを提供するサーバのロケーション(アドレス)
を表すサーバ・ロケーションとからなり、これらはそれ
ぞれフィールド11,12,13に格納される。なお、
サーバ・ロケーションは、より正確には、サーバ2内に
おいて、サービスを提供するプログラムあるいはファイ
ルのロケーションである。これらのプログラムあるいは
ファイルをオブジェクトと呼ぶ。
When a service information registration request is issued from the server 2, the service information registration means 6 registers the service information received from the server 2 in the service information registration table 9. As shown in FIG. 2, a plurality of entries (service information) are registered in the service information registration table 9. The service information includes a service type indicating a service type, a service attribute indicating a property of the service, and a location (address) of a server providing the service.
Which are stored in fields 11, 12, and 13, respectively. In addition,
The server location is, more precisely, the location of a program or a file that provides a service in the server 2. These programs or files are called objects.

【0011】サービス情報検索手段7は、クライアント
1からのサービス検索要求が発生すると、サービス情報
登録テーブル9を検索して、クライアント1から指定さ
れたサービスを行うサーバのロケーションをクライアン
ト1に渡す。クライアント登録手段8は、クライアント
1からの利用者登録要求が発生すると、クライアント1
から受け取ったクライアント情報をクライアント登録テ
ーブル10に登録する。
When a service search request is issued from the client 1, the service information search means 7 searches the service information registration table 9 and passes the location of the server that performs the service specified by the client 1 to the client 1. When a user registration request from the client 1 occurs, the client registration unit 8
Is registered in the client registration table 10.

【0012】クライアント登録テーブル10には、図3
に示すように、複数のエントリ(クライアント情報)が
登録されている。クライアント情報は、クライアントが
利用するサービスの種別を表すサービス種別と、クライ
アントが利用するサービスの性質を表すサービス属性
と、サービスを利用するクライアントのロケーション
(アドレス)を表すクライアント・ロケーションとから
なり、これらはそれぞれフィールド14,15,16に
格納される。
FIG. 3 shows the client registration table 10.
As shown in FIG. 7, a plurality of entries (client information) are registered. The client information includes a service type indicating the type of service used by the client, a service attribute indicating the nature of the service used by the client, and a client location indicating the location (address) of the client using the service. Are stored in fields 14, 15, and 16, respectively.

【0013】次に、本実施の形態のクライアント/サー
バ・システムの動作を説明する。まず、クライアント1
は、所望のサービスのサービス種別(例えば、”翻
訳”)及びサービス属性(例えば、”日本語から英
語”、”全てのバージョン”)と、自身のロケーション
(例えば、pc01:writer )とを指定して、該サービスに
ついての利用者登録をトレーダ3に要求する。
Next, the operation of the client / server system according to the present embodiment will be described. First, Client 1
Specifies the service type (eg, “translation”) and service attributes (eg, “Japanese to English”, “all versions”) of the desired service, and its own location (eg, pc01: writer). Requesting the trader 3 to register the user for the service.

【0014】トレーダ3のクライアント登録手段8は、
クライアント1からの利用者登録要求に応じて、クライ
アント1が指定したサービス種別、サービス属性及びク
ライアント・ロケーションを図3に示すようにクライア
ント登録テーブル10に登録する。なお、図3におい
て、サービス属性中の”バージョン*.*”は全てのバ
ージョンを意味する。
The client registration means 8 of the trader 3
In response to a user registration request from the client 1, the service type, service attribute, and client location specified by the client 1 are registered in the client registration table 10 as shown in FIG. In FIG. 3, "version **" in the service attribute means all versions.

【0015】次に、クライアント1は、所望のサービス
のサービス種別(例えば、”翻訳”)及びサービス属性
(例えば、”日本語から英語”、”最新バージョン”)
を指定して、該サービスを提供するサーバの検索をトレ
ーダ3に要求する。トレーダ3のサービス情報検索手段
7は、クライアント1からのサービス検索要求に応じ
て、クライアント1が指定したサービス種別及びサービ
ス属性をキーワードとしてサービス情報登録テーブル9
を検索する。
Next, the client 1 checks the service type (for example, "translation") and service attributes (for example, "Japanese to English", "latest version") of the desired service.
And requests the trader 3 to search for a server that provides the service. The service information search means 7 of the trader 3 responds to the service search request from the client 1 by using the service type and the service attribute designated by the client 1 as keywords as service information registration tables 9.
Search for.

【0016】そして、サービス情報検索手段7は、キー
ワードと一致するサービス種別及びサービス属性を有す
るサービス情報を発見すると、このサービス情報中のサ
ーバ・ロケーションをクライアント1に渡す。なお、該
当するサービス情報が複数存在する場合は、これらサー
ビス情報中のサーバ・ロケーションを連ねたリストをク
ライアント1に渡す。
When the service information retrieving means 7 finds service information having a service type and a service attribute that match the keyword, it passes the server location in the service information to the client 1. If there are a plurality of corresponding service information, a list of server locations in the service information is passed to the client 1.

【0017】こうして、クライアント1は、所望のサー
ビスを提供するサーバ2のロケーションを取得すること
ができ、取得したサーバ・ロケーションを基にサーバ2
に対してサービスの提供を要求することができる。
Thus, the client 1 can obtain the location of the server 2 that provides the desired service, and based on the obtained server location, the server 2
Can be requested to provide services.

【0018】次に、サーバ2が提供するサービスに変更
が生じた場合の動作を図4を参照して説明する。自身が
提供するサービスに変更が生じた場合、サーバ2は、こ
のサービスのサービス種別(例えば、”翻訳”)及びサ
ービス属性(例えば、”日本語から英語”、”バージョ
ン2.0”)と、自身のロケーション(例えば、ws02:j
toe_2.0 )とを指定して、サービス情報の登録をトレー
ダ3に要求する。
Next, the operation when the service provided by the server 2 is changed will be described with reference to FIG. When a service provided by itself is changed, the server 2 determines a service type (for example, “translation”) and a service attribute (for example, “Japanese to English”, “version 2.0”) of the service, Your location (for example, ws02: j
toe_2.0), and requests the trader 3 to register the service information.

【0019】トレーダ3のサービス情報登録手段6は、
サーバ2からのサービス情報登録要求に応じて、サーバ
2が指定したサービス種別、サービス属性及びサーバ・
ロケーションをサービス情報登録テーブル9に登録する
(図4ステップ101)。続いて、サービス情報登録手
段6は、サーバ2が指定したサービス種別及びサービス
属性をキーワードとしてクライアント登録テーブル10
を検索する(ステップ102、103)。
The service information registration means 6 of the trader 3
In response to a service information registration request from the server 2, the service type, service attribute, and server
The location is registered in the service information registration table 9 (step 101 in FIG. 4). Subsequently, the service information registration unit 6 uses the service type and the service attribute designated by the server 2 as keywords as the client registration table 10.
(Steps 102 and 103).

【0020】そして、サービス情報登録手段6は、キー
ワードと一致するサービス種別及びサービス属性を有す
るクライアント情報を発見すると、該当サービスを利用
しているクライアント1に対して、サービス種別(例え
ば、”翻訳”)及びサービス属性(例えば、”日本語か
ら英語”)を指定し、サービス情報の変更を通知する
(ステップ104)。
When the service information registration means 6 finds client information having a service type and service attribute that match the keyword, the service information registration means 6 sends the service type (for example, “translation”) to the client 1 using the service. ) And a service attribute (for example, “Japanese to English”), and the change of the service information is notified (step 104).

【0021】つまり、サービス情報登録手段6は、サー
バ2が提供する日本語から英語への翻訳サービスに変更
が生じたとき、このサービスを利用しているクライアン
ト1がクライアント登録テーブル10に登録されている
場合は、該当クライアント情報中のクライアント・ロケ
ーションに基づいてクライアント1に翻訳サービスが更
新されたことを通知する。サービス情報登録手段6は、
以上のようなステップ102〜104の動作を全クライ
アント情報をチェックし終わるまで繰り返す。
That is, when a change occurs in the Japanese-to-English translation service provided by the server 2, the service information registration unit 6 registers the client 1 using this service in the client registration table 10. If there is, the client 1 is notified that the translation service has been updated based on the client location in the corresponding client information. The service information registration means 6
The above operations of steps 102 to 104 are repeated until all the client information has been checked.

【0022】サービス情報の変更通知を受けたクライア
ント1は、変更通知で指定されたサービスを提供するサ
ーバの検索をトレーダ3に再要求する。つまり、クライ
アント1は、サービス種別(”翻訳”)及びサービス属
性(”日本語から英語”、”最新バージョン”)を指定
して、該サービスを提供するサーバの検索をトレーダ3
に要求する。
The client 1 that has received the service information change notification requests the trader 3 to search for a server that provides the service specified by the change notification. That is, the client 1 specifies the service type ("translation") and the service attribute ("Japanese to English", "latest version"), and searches for a server that provides the service by the trader 3.
Request to.

【0023】上記と同様の動作により、トレーダ3から
はサーバ・ロケーションが返されるので、クライアント
1は、翻訳サービスに関して自身が記憶しているサーバ
・ロケーションをトレーダ3から受け取ったロケーショ
ンに更新する。こうして、クライアント1は、バージョ
ン1.0から2.0に更新された最新の翻訳サービスを
サーバ2に要求することができる。
By the same operation as described above, the server location is returned from the trader 3, so that the client 1 updates its stored server location with respect to the translation service to the location received from the trader 3. Thus, the client 1 can request the server 2 for the latest translation service updated from version 1.0 to version 2.0.

【0024】以上のように、サーバ2が提供するサービ
スに変更が生じた場合、このサービスを利用するクライ
アント1に対してトレーダ3からサービス情報の変更が
通知されるので、クライアント1は、変更通知に応じて
サーバ・ロケーションを更新すればよい。
As described above, when the service provided by the server 2 is changed, the trader 3 notifies the client 1 using the service of the change of the service information. Server location may be updated accordingly.

【0025】つまり、クライアント1は、最初にサーバ
の検索をトレーダ3に要求した後は、サービス情報の変
更通知があったときだけ、サーバの検索をトレーダ3に
要求すればよく、変更通知がない場合は、サーバ検索を
要求せずに、自身が記憶しているサーバ・ロケーション
に基づいてサーバにサービスの提供を要求する。したが
って、本発明によれば、サービスを利用する度にサーバ
の検索を行わなくてもよい。なお、本実施の形態では、
クライアントとサーバを単数としたが、クライアントや
サーバは複数でもよいことは言うまでもない。
That is, after first requesting the trader 3 to search the server from the client 1, the client 1 only needs to request the trader 3 to search the server when there is a notification of change of service information, and there is no change notification. In such a case, the server requests the server to provide the service based on the server location stored therein without requesting the server search. Therefore, according to the present invention, it is not necessary to search the server every time the service is used. In the present embodiment,
Although the client and server are singular, it goes without saying that there may be more than one client and server.

【0026】[0026]

【発明の効果】本発明によれば、オブジェクトに変更が
生じたとき、このオブジェクトに係わるクライアントに
対してトレーダからオブジェクトの変更が通知されるの
で、クライアントは、最初にオブジェクトの検索をトレ
ーダに要求した後は、オブジェクトの変更通知があった
ときだけ、オブジェクトの検索をトレーダに要求すれば
よく、サービスを利用する度にオブジェクトを検索する
必要がなくなる。その結果、サーバのサービスを利用す
るまでにかかる時間を短縮することができる。
According to the present invention, when a change occurs in an object, the client relating to this object is notified of the change in the object from the trader, so that the client first requests the trader to search for the object. After that, only when there is a notice of change of the object, it is sufficient to request the trader to search for the object, and it is not necessary to search for the object every time the service is used. As a result, the time required for using the server service can be reduced.

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

【図1】 本発明の実施の形態を示すクライアント/サ
ーバ・システムのブロック図である。
FIG. 1 is a block diagram of a client / server system showing an embodiment of the present invention.

【図2】 サービス情報登録テーブルを示す図である。FIG. 2 is a diagram showing a service information registration table.

【図3】 クライアント登録テーブルを示す図である。FIG. 3 is a diagram showing a client registration table.

【図4】 オブジェクトの更新が発生した場合のトレー
ダの動作を説明するためのフローチャート図である。
FIG. 4 is a flowchart illustrating an operation of a trader when an object is updated.

【図5】 従来のクライアント/サーバ・システムのブ
ロック図である。
FIG. 5 is a block diagram of a conventional client / server system.

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

1…クライアント、2…サーバ、3…トレーダ、4…処
理装置、5…記憶装置、6…サービス情報登録手段、7
…サービス情報検索手段、8…クライアント登録手段、
9…サービス情報登録テーブル、10…クライアント登
録テーブル。
DESCRIPTION OF SYMBOLS 1 ... Client, 2 ... Server, 3 ... Trader, 4 ... Processing device, 5 ... Storage device, 6 ... Service information registration means, 7
... Service information search means, 8 ... Client registration means,
9: service information registration table, 10: client registration table.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 クライアントと、クライアントにサービ
スを提供するサーバと、サーバのオブジェクトを管理
し、クライアントの要求に応じてオブジェクトを検索す
るトレーダとを備えたクライアント/サーバ・システム
における、前記オブジェクトの更新管理方法であって、 トレーダに各オブジェクトに係わるクライアントの情報
を予め用意し、 オブジェクトに変更が生じたとき、このオブジェクトに
係わるクライアントに対してトレーダからオブジェクト
の変更を通知し、 この変更通知を受けたクライアントからトレーダに対し
てオブジェクトの検索を要求することを特徴とするオブ
ジェクトの更新管理方法。
1. An object update system in a client / server system comprising a client, a server providing services to the client, and a trader managing objects of the server and retrieving the object in response to a request from the client. A management method, in which information of a client related to each object is prepared in advance in a trader, and when a change occurs in an object, a change of the object is notified from the trader to a client related to the object, and the change notification is received. An object update management method, wherein a client requests a trader to search for an object.
【請求項2】 クライアントと、クライアントにサービ
スを提供するサーバと、サーバのオブジェクトを管理
し、クライアントの要求に応じてオブジェクトを検索す
るトレーダとを備えたクライアント/サーバ・システム
において、 トレーダは、各オブジェクトに係わるクライアントの情
報を予め蓄積し、自身が管理しているオブジェクトに変
更が生じたとき、このオブジェクトに係わるクライアン
トに対してオブジェクトの変更を通知するものであり、 クライアントは、前記変更通知を受けたとき、オブジェ
クトの検索をトレーダに要求するものであることを特徴
とするクライアント/サーバ・システム。
2. A client / server system comprising a client, a server for providing services to the client, and a trader for managing objects of the server and retrieving the object in response to a request from the client. Information of a client related to an object is stored in advance, and when a change occurs in an object managed by itself, the change of the object is notified to a client related to the object. A client / server system for requesting a trader to retrieve an object when received.
JP10030900A 1998-02-13 1998-02-13 Object update and management method and client/server system Pending JPH11232104A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10030900A JPH11232104A (en) 1998-02-13 1998-02-13 Object update and management method and client/server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10030900A JPH11232104A (en) 1998-02-13 1998-02-13 Object update and management method and client/server system

Publications (1)

Publication Number Publication Date
JPH11232104A true JPH11232104A (en) 1999-08-27

Family

ID=12316615

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10030900A Pending JPH11232104A (en) 1998-02-13 1998-02-13 Object update and management method and client/server system

Country Status (1)

Country Link
JP (1) JPH11232104A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006100772A1 (en) * 2005-03-23 2006-09-28 Scio Co., Ltd. Computer
US7131126B2 (en) 2001-06-14 2006-10-31 International Business Machines Corporation Network systems, servers, clients, communication methods between objects, profile object registration methods, programs, and storage media

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63289657A (en) * 1987-05-21 1988-11-28 Nec Corp Common file access system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63289657A (en) * 1987-05-21 1988-11-28 Nec Corp Common file access system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7131126B2 (en) 2001-06-14 2006-10-31 International Business Machines Corporation Network systems, servers, clients, communication methods between objects, profile object registration methods, programs, and storage media
WO2006100772A1 (en) * 2005-03-23 2006-09-28 Scio Co., Ltd. Computer

Similar Documents

Publication Publication Date Title
US6564218B1 (en) Method of checking the validity of a set of digital information, and a method and an apparatus for retrieving digital information from an information source
US5539909A (en) Negotiation method for calling procedures located within other objects without knowledge of their calling syntax
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
US5649204A (en) Method and apparatus for consolidating software module linkage information used for starting a multi-module program
US20050246702A1 (en) System and method for automatically updating versions of software programs in client computers
US20050021997A1 (en) Guaranteeing hypertext link integrity
US20060123121A1 (en) System and method for service session management
US8413222B1 (en) Method and apparatus for synchronizing updates of authentication credentials
US6775669B2 (en) Retrieval processing method and apparatus and memory medium storing program for same
US7203690B2 (en) Systems and methods for tracking assets
JPH07311744A (en) Resource presence position detection system
US20030084095A1 (en) Method to preserve web page links using registration and notification
US6769011B1 (en) Method and system for scalable event notification in lightweight directory access protocol systems
US7725435B1 (en) Method and apparatus for a dynamic web portal with content distributed network content availability and user locality
JPH05143435A (en) Data base system
JPH11232104A (en) Object update and management method and client/server system
JP2001318942A (en) Information providing system and mediator
US20220207097A1 (en) Multi-node word segmentation system and method for keyword search
JPH06195252A (en) Caching system
JP3761911B2 (en) File server and file management method
US20090077032A1 (en) Calm capable of searching agent service through web, agent system using the same and operation method of agent system
JP2002149678A (en) Communication network material supply system, method for distributing update data of production information of the same system, and recording medium
KR20010070944A (en) Method for monitoring telecommunication network performance based on web corresponding to change database structure
JP2002169805A (en) Client-server type document retrieving device
JP4550876B2 (en) Structured document retrieval system and program