JPH06309262A - Decentralized service control system - Google Patents

Decentralized service control system

Info

Publication number
JPH06309262A
JPH06309262A JP5099398A JP9939893A JPH06309262A JP H06309262 A JPH06309262 A JP H06309262A JP 5099398 A JP5099398 A JP 5099398A JP 9939893 A JP9939893 A JP 9939893A JP H06309262 A JPH06309262 A JP H06309262A
Authority
JP
Japan
Prior art keywords
server
service
information
conversion
interface
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
JP5099398A
Other languages
Japanese (ja)
Inventor
Akira Tanaka
朗 田中
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 JP5099398A priority Critical patent/JPH06309262A/en
Publication of JPH06309262A publication Critical patent/JPH06309262A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To provide a client server type decentralized service control system which can eliminate the mistake of an interface by defining clearly the interface. CONSTITUTION:In a client server type decentralized service control system, a client 1 contains an inquiring device 2 which sends the inquiry information including the service, the interface form and the interface meaning to the servers 11 and 13 and makes an inquiry for a service enabling server. Meanwhile the servers 11 and 13 contain the answering devices 12 and 14 respectively. Each of both devices 12 and 14 stores its own service, interface type and interface meaning as the service information, receives the inquiry information from the client 1, and sends the answer information back to the client 1 to show the service enabling state of the server itself when the stored service information is coincident with the received inquiry information.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、コンピュータシステ
ムにおけるクライアントサーバ型の分散システムのサー
ビス制御に関するものである。特にクライアントとサー
バの接続方法に関する方式を提供する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to service control of a client-server type distributed system in a computer system. In particular, it provides a method for connecting a client and a server.

【0002】[0002]

【従来の技術】従来のサーバ・クライアントシステムで
は、クライアントがサーバを直接指定してサービスを提
供されていた。その為、クライアントが間違ったサーバ
を指定する等、クライアントによる人為的なミスが多か
った。それを改善するためにサーバを探すための手段が
開発されている。これは文献「Network Com
puting System Reference M
anual」に記述されている。特にpp29−32に
詳しく述べられている。
2. Description of the Related Art In a conventional server / client system, a client directly specifies a server to provide a service. Therefore, there were many human mistakes by the client, such as the client specifying the wrong server. Means have been developed to find a server to improve it. This is from the document "Network Com
putting System Reference M
“Anal”. In particular, it is described in detail in pp29-32.

【0003】図18は従来例のサーバ・クライアントシ
ステムにおけるサーバとクライアントの接続方式を表し
た図、図19はサーバ・クライアント間のインタフェー
ス定義を表した図である。図18において1はクライア
ント、2はクライアントに備えられた問い合わせ装置、
10はサービスを提供する複数のサーバをまとめたサー
バ群、3はサーバ、4は返答装置である。
FIG. 18 is a diagram showing a connection method between a server and a client in a conventional server / client system, and FIG. 19 is a diagram showing an interface definition between the server and the client. In FIG. 18, 1 is a client, 2 is an inquiry device provided in the client,
Reference numeral 10 is a server group in which a plurality of servers that provide services are collected, 3 is a server, and 4 is a reply device.

【0004】サーバ3は起動時に自サーバのサービス、
インタフェース情報を返答装置4に登録する。クライア
ント1の問い合わせ装置2は返答装置4にサービス可能
なサーバを問い合わせ、返答装置4は登録されているサ
ーバ3のサービス、インタフェース情報が一致した場
合、クライアント1の問い合わせ装置2へサービス可能
なサーバとして返答し、結果を受けとったクライアント
1はサーバ3へサービスを依頼する。
When the server 3 starts, the service of its own server,
The interface information is registered in the response device 4. The inquiring device 2 of the client 1 inquires of the replying device 4 about a serviceable server, and when the replying device 4 has the same service and interface information of the registered server 3, the inquiry device 2 of the client 1 becomes a serviceable server. The client 1 who responds and receives the result requests the server 3 for the service.

【0005】図19はクライアント1が問い合わせ装置
2で問い合わせるインタフェースの定義の例を表す。こ
の例は上記文献「Network Computing
System Reference Manual」
からの引用例で、Network Interface
Definition Languageで定義され
ている。この定義例では、2つの入力パラメータa、b
と1つの出力パラメータcがそれぞれ拡張された整数型
であるインタフェース形式を持つことを示している。こ
こではインタフェース形式のみが定義されており、符号
系の情報を持つインタフェース意味はインタフェース形
式に暗黙に含まれている。
FIG. 19 shows an example of definition of an interface that the client 1 inquires by using the inquiry device 2. An example of this is the above-mentioned document "Network Computing"
System Reference Manual "
Quoted from the Network Interface
It is defined in the Definition Language. In this definition example, two input parameters a and b
And one output parameter c each have an interface type that is an extended integer type. Here, only the interface format is defined, and the interface meaning having code system information is implicitly included in the interface format.

【0006】[0006]

【発明が解決しようとする課題】従来の分散システムの
構成では、サーバとクライアントのインタフェースの定
義がインタフェース形式のみで、インタフェース意味は
インタフェース形式に暗黙に含まれている。そのため、
サーバとクライアントのインタフェース形式が同じでも
異なるインタフェース意味で使用すると正しい結果が得
られないという問題点があった。
In the conventional distributed system configuration, the definition of the interface between the server and the client is only in the interface format, and the interface meaning is implicitly included in the interface format. for that reason,
There was a problem that correct results could not be obtained if the server and client have the same interface format but have different interface meanings.

【0007】また、ある特定のサービスを提供する場
合、インタフェース形式が異なればもちろん、インタフ
ェース形式が同じでもインタフェース意味が異なれば別
のインタフェースとしてサーバを用意する必要があっ
た。そのためサービスが多くかつインタフェースが多く
なるとサーバを数多く用意する必要があった。
Further, when providing a specific service, it is necessary to prepare a server as another interface if the interface formats are different and if the interface formats are the same but the interface meanings are different. Therefore, when there were many services and many interfaces, it was necessary to prepare many servers.

【0008】また、上記のように1つのサービスを実行
するサーバがインタフェース毎に複数存在し、それらの
サーバが1つの資源を共用した場合には排他処理が必要
であった。例えば、ファイルAにある情報を書き出すサ
ービスを実行させる為に、JIS符号系のインターフェ
イス意味で使用するサーバとASCII符号系のインタ
フェース意味で使用するサーバとの2つのサーバがある
場合、2人のユーザが同時にそれぞれのサーバを使用す
ると、ファイルAを同時に更新する可能性が生じる。こ
れを回避するために排他処理が行なわれている。
In addition, as described above, when there are a plurality of servers that execute one service for each interface, and these servers share one resource, exclusive processing is required. For example, if there are two servers, one that uses the interface meaning of the JIS code system and the other server that uses the interface meaning of the ASCII code system to execute the service for writing the information in the file A, two users If they use their respective servers at the same time, the possibility arises that file A is updated at the same time. Exclusive processing is performed in order to avoid this.

【0009】この発明は、上記のような問題点を解消す
るために以下に述べる事項を行なう。サーバとクライア
ントのインタフェースを明確に定義し、間違いのないサ
ーバ、クライアント間結合を得ることを目的とする。ま
た、あるサービスを提供するサーバから、異なったイン
タフェースによってもサービス提供を受ける事ができる
ようにシステムを構成することによって、ある一つのサ
ービスを提供するサーバを一つにする。さらに、複雑な
サービスも単純なサーバを組み合わせて実現する。以上
のことによりシステムが数少ないサーバで構築できるこ
とと、複数のサーバが1つの資源を共用する場合の俳他
処理を回避することを目的とする。
The present invention carries out the following matters in order to solve the above problems. The purpose is to clearly define the interface between the server and the client and to obtain a correct connection between the server and the client. Further, by configuring the system so that a server that provides a certain service can receive the service through a different interface, one server that provides a certain service is provided. Furthermore, complex services are also realized by combining simple servers. The purpose of the above is to enable the system to be constructed with a few servers and to avoid the haiku processing when a plurality of servers share one resource.

【0010】[0010]

【課題を解決するための手段】第1の発明による分散サ
ービス制御システムは、特定のサービスを依頼するクラ
イアントと、サービスを提供する複数のサーバを備えた
分散サービス制御システムにおいて、上記問題点を解決
するために以下の手段を持つ。クライアントは、サービ
スと、サーバとインタフェースをとるためのインタフェ
ース形式と、そのインタフェース形式の意味内容を定め
たインタフェース意味を有する問い合わせ情報をサーバ
に送ることにより、サービス可能なサーバを問い合わせ
る問い合わせ装置を備える。また、サーバは、サーバ自
身のもつサービスとインタフェース形式とインタフェー
ス意味をサービス情報として記憶し、それがクライアン
トから送られた問い合わせ情報と一致する場合、サービ
ス可能である旨の返答情報をクライアントに返答する返
答装置を備える。
A distributed service control system according to a first aspect of the present invention solves the above problems in a distributed service control system including a client for requesting a specific service and a plurality of servers for providing the service. The following means are available The client includes a service, an interface format for interfacing with the server, and an inquiry device for inquiring a serviceable server by sending inquiry information having an interface meaning that defines the meaning of the interface format to the server. Also, the server stores the service, the interface format, and the interface meaning of the server itself as service information, and if the service information matches the inquiry information sent from the client, the server returns reply information indicating that the service is available. Equipped with a reply device.

【0011】第2の発明による分散サービス制御システ
ムは、さらに、以下に説明する手段と装置を有する変換
サーバを備える。 (a)クライアントからの問い合わせ情報の少なくとも
インタフェース形式とインタフェース意味のいずれかを
変換する変換手段、(b)その変換された問い合わせ情
報をサーバに送ることによりサービス可能なサーバを問
い合わせる変換問い合わせ装置、(c)サービス可能な
サーバがあった場合、サービス可能である旨の返答情報
をクライアントに返答する変換返答装置。
The distributed service control system according to the second aspect of the present invention further comprises a conversion server having the means and devices described below. (A) conversion means for converting at least one of interface format and interface meaning of inquiry information from a client, (b) conversion inquiry device for inquiring a serviceable server by sending the converted inquiry information to a server, ( c) A conversion response device that responds to the client with response information indicating that service is possible when there is a serviceable server.

【0012】第3および第4の発明による分散サービス
制御システムは、さらに、以下に説明する手段とデータ
ベースと装置を有する疑似変換サーバを備える。 (a)変換可能なインタフェース形式またはインタフェ
ース意味の情報を記憶する変換データベース、(b)ク
ライアントからの問い合わせ情報のうちインタフェース
形式またはインタフェース意味を除いた疑似変換問い合
わせ情報をサーバに送る疑似変換問い合わせ装置、
(c)疑似変換問い合わせ情報とサーバ自身のサービス
情報が一致したサーバから、そのサーバのインタフェー
ス形式またはインタフェース意味を返答情報として受け
とり、その受けとった返答情報が変換データベース中に
変換可能なインタフェース形式またはインタフェース意
味として記憶されている場合、そのサーバをサービス可
能なサーバと決定して返答する疑似変換返答装置、
(d)そのサービス可能なサーバとクライアントとイン
タフェースすることができる上記変換サーバを生成する
変換サーバ生成手段。
The distributed service control system according to the third and fourth aspects of the present invention further includes a pseudo conversion server having the means, database and device described below. (A) A conversion database that stores convertible interface format or interface meaning information; (b) Pseudo-conversion inquiry device that sends to the server pseudo-conversion inquiry information excluding the interface format or interface meaning from the inquiry information from the client;
(C) An interface format or interface in which the interface format or interface meaning of the server is received as reply information from the server in which the pseudo conversion inquiry information and the service information of the server itself match, and the received reply information can be converted in the conversion database. If stored as a meaning, a pseudo-conversion response device that determines that server as a serviceable server and responds to it,
(D) Conversion server generation means for generating the conversion server that can interface with the serviceable server and the client.

【0013】第5の発明による分散サービス制御システ
ムは、さらに、以下に説明する手段と装置を有する複合
サーバを備える。 (a)クライアントからの問い合わせ情報のサービスを
複数のサービスに分割し、その複数のサービスについて
それぞれサービス可能なサーバを問い合わせる問い合わ
せ情報を作成する作成手段、(b)作成された問い合わ
せ情報をサーバに送ることによりサービス可能なサーバ
を問い合わせる複合問い合わせ装置、(c)上記複数の
サービスについてそれぞれサービス可能なサーバがあっ
た場合、サービス可能である旨の返答情報をクライアン
トに返答する複合返答装置。
The distributed service control system according to the fifth aspect of the present invention further comprises a composite server having the means and devices described below. (A) A service for inquiring information from a client is divided into a plurality of services, and a creating means for creating inquiry information for inquiring a serviceable server for each of the plurality of services; (b) Sending the created inquiry information to the server. A compound inquiring device for inquiring about a serviceable server, and (c) a compound replying device for replying to the client with reply information indicating that the service is available when there is a serviceable server for each of the plurality of services.

【0014】第6の発明による分散サービス制御システ
ムは、さらに、以下に説明する手段とデータベースと装
置とを有する疑似複合サーバを備える。 (a)複合された1つのサービスのサービスとインタフ
ェース形式とインタフェース意味を有するインタフェー
ス情報と、そのサービスを行うための複数の分割された
サービスのインタフェース情報とを備える複合情報を記
憶する複合サービスデータベース、(b)クライアント
から問い合わせられたサービスが複合サービスデータベ
ース中に複合されたサービスとして存在した場合、複合
サービスデータベース中の分割されたサービスのインタ
フェース情報を問い合わせ情報としてサーバに問い合わ
せる疑似複合問い合わせ装置、(c)分割されたサービ
スについてそれぞれサービス可能なサーバがあった場
合、サービス可能である旨の返答情報をクライアントに
返答する疑似複合返答装置、(d)上記サービス可能な
サーバとクライアントとインタフェースすることができ
る複合サーバを生成する複合サーバ生成手段。
The distributed service control system according to the sixth aspect of the present invention further comprises a pseudo composite server having means, a database and an apparatus described below. (A) A composite service database storing composite information including interface information having a service, an interface format, and an interface meaning of one composite service, and interface information of a plurality of divided services for performing the service, (B) If the service inquired from the client exists as a compound service in the compound service database, a pseudo compound inquiring device that inquires the server as interface information of the divided services in the compound service database, (c) ) If there is a serviceable server for each of the divided services, a pseudo compound reply device that responds to the client with reply information indicating that the service is possible, (d) the serviceable server and the client Composite server generating means for generating a composite server capable to interface.

【0015】[0015]

【作用】第1の発明による分散サービス制御システムに
おいては、クライアントの問い合わせ装置によって転送
されるサービスとインタフェース形式とインタフェース
意味からなる問い合わせ情報とサーバの記憶しているサ
ーバ自身のサービスとインタフェース形式とインタフェ
ース意味とを比較し、一致した場合にインタフェースを
行うことにより、間違いのないサーバ、クライアント間
結合が得られる。
In the distributed service control system according to the first aspect of the present invention, the service transferred by the inquiry device of the client, the inquiry information consisting of the interface type and the interface meaning, the service of the server stored in the server, the interface type and the interface. By comparing the meanings with each other and performing an interface when they match, a correct server-client connection can be obtained.

【0016】第2の発明による分散サービス制御システ
ムにおいては、クライアントからの問い合わせ情報のイ
ンタフェース形式またはインタフェース意味を変換する
手段を備えた変換サーバを有することにより、1つのサ
ーバが変換サーバを介して異なるインタフェースでサー
ビスを提供することができるので異なるインタフェース
毎にサーバを用意する必要がなくなり少ないサーバでシ
ステムを構築できる。また、従来は、ある1つのサービ
スを提供する場合でも、インタフェース毎に複数のサー
バが必要であった。そして、それらのサーバが1つの資
源を共用する場合には排他処理が必要であった。例えば
ファイルAに、ある情報を書き込むサービスを提供する
為に、異なるインタフェース毎に複数のサーバが存在す
る場合、複数のサーバが同時にファイルAを更新する可
能性がある。これを回避する為に排他処理が必要であっ
た。この発明は、ある1つのサービスを受けるため異な
るインタフェースを用いる場合でも、変換サーバにより
インタフェースをサーバのもつインタフェースに変換す
ることができるので、ある1つのサービスを提供する場
合のサーバは1つにすることが可能になり、排他処理を
行なう必要がなくなった。
In the distributed service control system according to the second aspect of the present invention, by having the conversion server having means for converting the interface format or interface meaning of the inquiry information from the client, one server is different via the conversion server. Since the service can be provided by the interface, it is not necessary to prepare a server for each different interface, and the system can be constructed with a small number of servers. Further, conventionally, even when a certain service is provided, a plurality of servers are required for each interface. Then, when those servers share one resource, exclusive processing is required. For example, when a plurality of servers exist for different interfaces in order to provide a service for writing certain information in the file A, there is a possibility that the plurality of servers update the file A at the same time. Exclusive processing was required to avoid this. According to the present invention, even if different interfaces are used to receive a certain service, the conversion server can convert the interface into the interface of the server, so that one server is provided to provide a certain service. It is now possible to eliminate the need for exclusive processing.

【0017】第3および第4の発明による分散サービス
制御システムにおいては、上記インタフェース形式また
はインタフェース意味の変換情報を変換データベースに
記憶することにより変換サーバを生成することができ、
第2の発明の作用を効果的に行うことができる。
In the distributed service control system according to the third and fourth aspects of the present invention, the conversion server can be generated by storing the conversion information of the interface format or the interface meaning in the conversion database.
The operation of the second invention can be effectively performed.

【0018】第5の発明による分散サービス制御システ
ムにおいては、クライアントからの問い合わせ情報のサ
ービスを複数のサービスに分割し、そのサービスをそれ
ぞれサーバに問い合わせる複合サーバを有することによ
り、複雑なサービスも簡単なサービスの複合によって提
供することができ、サーバをその都度用意する必要がな
くなり、少ないサーバでシステムを構築できる。従来、
複数の簡単なサービスの複合によって作られる複雑なサ
ービスを提供する場合、それらの簡単なサービスを提供
するサーバと、複雑なサービスを提供するサーバをそれ
ぞれ用意しなければならず、さらに、それらのサーバが
1つの資源を共有する場合には排他処理が必要であっ
た。この発明は、上記複合サーバが簡単なサービスを提
供するサーバにサービスを依頼することにより排他処理
をさけることができるようになる。例えば、従来は、フ
ァイルAにある1つの情報を書き込むサービスを提供す
るサーバAと、ファイルAにある1つの情報を書き込む
サービスを含む複雑なサービスを提供するサーバBが存
在する場合、サーバAとサーバBが同時にファイルAを
更新する可能性がある。この発明は、上記複合サーバが
サーバAにその情報を書き込むサービスを依頼する様に
すれば、サーバBを用意する必要がなくなるので排他処
理を行なう必要もなくなる。
In the distributed service control system according to the fifth aspect of the present invention, a service of inquiry information from a client is divided into a plurality of services, and a complex server for inquiring each of the services is provided, so that a complicated service can be simplified. It can be provided by combining services, there is no need to prepare a server each time, and a system can be constructed with a small number of servers. Conventionally,
When providing a complex service created by combining multiple simple services, it is necessary to prepare a server that provides those simple services and a server that provides the complex services, and further, those servers. Exclusive sharing was required when the two shared one resource. According to the present invention, the composite server can avoid exclusive processing by requesting a service from a server that provides a simple service. For example, conventionally, if there is a server A that provides a service for writing one piece of information in the file A and a server B that provides a complex service including a service for writing one piece of information in the file A, the server A Server B may update file A at the same time. According to the present invention, if the composite server requests the service for writing the information to the server A, it is not necessary to prepare the server B, so that it is not necessary to perform exclusive processing.

【0019】第6の発明による分散サービス制御システ
ムにおいては、複合されるサービスと、分割された複数
のサービスのサービスとインタフェース形式とインタフ
ェース意味を複合サービスデータベースに記憶すること
により、複合サーバを生成することができ、第5の発明
の作用を効果的に行うことができる。
In the distributed service control system according to the sixth aspect of the present invention, a composite server is created by storing the composite service, the service, interface format and interface meaning of the plurality of divided services in the composite service database. Therefore, the operation of the fifth invention can be effectively performed.

【0020】[0020]

【実施例】【Example】

実施例1.図1は、発明の実施例1を表す構成図、図2
は問い合わせ情報を表す図、図4は返答情報を表す図で
ある。図1において1はクライアント、2はクライアン
トに備えられた問い合わせ装置、10はサービスを提供
する複数のサーバをまとめたサーバ群、11と13はサ
ーバ、12と14はそれぞれのサーバの返答装置であ
る。また、実線矢印は問い合わせ情報、点線矢印は返答
情報の流れを示す。図2において、第一番目の問い合わ
せ情報51について説明する。サービスの欄では扱うサ
ービスは、仮名を漢字に変換するサービスであることを
示す。インタフェース形式の欄では、1つの入力パラメ
ータkanaと1つの出力パラメータkanjiの合計
2つのパラメータがあり、それらは4バイトの文字型デ
ータでBUFSIZに指定されるバッファ領域を必要と
することを示す。インタフェース意味の欄では、上記2
つのパラメータは、あるOSの提供するEUC符号系で
あることを示す。なお、その他の符号系の例としてはJ
IS、ASCII等がある。また、図4の返答情報は、
上記問い合わせ情報で説明したサービス、インタフェー
ス形式、インタフェース意味のほかに、自分自身のサー
バ名を示すサーバIDの欄を有する。なお、これらの問
い合わせ情報と返答情報の記述形式は後に説明される実
施例2から実施例8においても同様の記述形式である。
Example 1. 1 is a block diagram showing a first embodiment of the invention, FIG.
Is a diagram showing inquiry information, and FIG. 4 is a diagram showing reply information. In FIG. 1, 1 is a client, 2 is an inquiring device provided in the client, 10 is a server group in which a plurality of servers that provide services are collected, 11 and 13 are servers, and 12 and 14 are response devices of the respective servers. . The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information. In FIG. 2, the first inquiry information 51 will be described. The service column indicates that the service handled is a service that converts kana into kanji. In the interface type column, there are a total of two parameters, one input parameter kana and one output parameter kanji, and these indicate that 4-byte character type data requires the buffer area specified in BUFSIZ. In the interface meaning column, above 2
One of the parameters indicates the EUC code system provided by a certain OS. As an example of other code system, J
There are IS, ASCII, etc. In addition, the reply information in FIG.
In addition to the service, interface format, and interface meaning described in the above inquiry information, it also has a server ID column indicating its own server name. The description format of the inquiry information and the response information is the same description format in the second to eighth embodiments described later.

【0021】クライアント1が仮名漢字変換サービスを
依頼する時に、サービスを提供しているサーバを探す手
順を説明する。クライアント1の問い合わせ装置2はサ
ービス、インタフェース形式、インタフェース意味から
なる問い合わせ情報51を構築してサーバ群10に送信
する。サーバ11の返答装置12およびサーバ13の返
答装置14は問い合わせ情報51を受けとり、自分のサ
ービス、インタフェース形式、インタフェース意味と一
致するか比較を行う。比較の結果一致したサーバ11の
返答装置12はクライアント1の問い合わせ装置2に自
分のサーバID、サービス、インタフェース形式、イン
タフェース意味からなる返答情報61を送信する。返答
情報61を受けとったクライアント1は返答情報61中
に含まれるサーバIDで指定されたサーバ11にサービ
スを依頼する。
When the client 1 requests the Kana-Kanji conversion service, a procedure for searching a server providing the service will be described. The inquiry device 2 of the client 1 constructs inquiry information 51 including a service, an interface format, and an interface meaning, and sends it to the server group 10. The response device 12 of the server 11 and the response device 14 of the server 13 receive the inquiry information 51, and compare the service information with the service, the interface format, and the interface meaning of their own. The response device 12 of the server 11 that matches as a result of the comparison transmits the response information 61 including the server ID, service, interface type, and interface meaning of itself to the inquiry device 2 of the client 1. The client 1 having received the reply information 61 requests a service from the server 11 specified by the server ID included in the reply information 61.

【0022】上記サーバの返答装置が実行する比較手順
を図7に基づいて説明する。問い合わせ情報のサービ
ス、インタフェース形式、インタフェース意味を自サー
バ情報と比較する。ステップ81で、サービスが一致す
るか判断する。サービスが特定せずの場合は実施例3で
説明するのでここでは説明を省く。同様にステップ82
でインタフェース形式、ステップ83でインタフェース
意味の比較を実施しすべて条件が成立した場合、ステッ
プ84で返答情報を構築し返答情報を送信する。
The comparison procedure executed by the response device of the server will be described with reference to FIG. Compare the service, interface format, and interface meaning of the inquiry information with the local server information. In step 81, it is determined whether the services match. The case where the service is not specified will be described in the third embodiment and will not be described here. Similarly, step 82
In step 83, interface meanings are compared, and if all the conditions are satisfied, in step 84, reply information is constructed and reply information is transmitted.

【0023】以上のようにこの実施例1はサービスを提
供するサーバとサービスを依頼するクライアントが協調
して動作している分散システムにおいて、クライアント
はサービスとインタフェース形式とインタフェース意味
をサーバに問い合わせる問い合わせ装置を備え、サーバ
はクライアントからの問い合わせに返答する返答装置を
備え、クライアントがサービスとインタフェース形式と
インタフェース意味が一致したサーバにサービスを依頼
することを特徴とする。
As described above, according to the first embodiment, in the distributed system in which the server providing the service and the client requesting the service operate in cooperation with each other, the client inquires the server about the service, the interface format and the interface meaning. The server is provided with a reply device for replying to an inquiry from the client, and the client requests the service to the server having the same interface format and interface meaning as the service.

【0024】実施例2.図8は、発明の実施例2を表す
構成図、図2は問い合わせ情報を表す図、図4は返答情
報を表す図である。図中1〜14は実施例1と同じであ
る。21はインタフェース意味を変更することができる
変換サーバ、22は変換サーバの備える変換返答装置、
23は変換サーバの備える変換問い合わせ装置である。
また、実線矢印は問い合わせ情報、点線矢印は返答情報
の流れを示す。
Example 2. 8 is a block diagram showing a second embodiment of the invention, FIG. 2 is a diagram showing inquiry information, and FIG. 4 is a diagram showing reply information. In the figure, 1 to 14 are the same as in the first embodiment. Reference numeral 21 is a conversion server capable of changing the interface meaning, 22 is a conversion response device included in the conversion server,
Reference numeral 23 is a conversion inquiry device included in the conversion server.
The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information.

【0025】クライアント1が仮名漢字変換サービスを
依頼する時に、サービスを提供しているサーバを探す手
順を説明する。クライアント1の問い合わせ装置2が問
い合わせ情報53をサーバ群10に送信する。ここでは
直接返答するサーバはない。変換サーバ21の変換問い
合わせ装置23は問い合わせ情報53のサービス、イン
タフェース形式は変更せず、インタフェース意味を変換
可能なインタフェース意味に置き換えて問い合わせ情報
51を構成し再度サーバ群10に送信する。この場合は
JIS符号系からEUC符号系におきかえる。問い合わ
せ情報51を受けとったサーバ11が、サービス可能で
あるので変換サーバ21へ返答情報61を送信する。返
答情報61を受けとった変換サーバ21の変換返答装置
22はクライアント1の問い合わせ装置2へ返答情報6
2を送信する。
A procedure for searching for a server providing a service when the client 1 requests the Kana-Kanji conversion service will be described. The inquiry device 2 of the client 1 transmits the inquiry information 53 to the server group 10. There is no direct reply server here. The conversion inquiry device 23 of the conversion server 21 does not change the service and interface format of the inquiry information 53, replaces the interface meaning with a convertible interface meaning, forms the inquiry information 51, and sends it again to the server group 10. In this case, the JIS code system is changed to the EUC code system. Since the server 11 that has received the inquiry information 51 can provide the service, it sends the response information 61 to the conversion server 21. The conversion response device 22 of the conversion server 21 which has received the response information 61 sends the response information 6 to the inquiry device 2 of the client 1.
Send 2.

【0026】返答情報62を受けとったクライアント1
は返答情報62に基づいて変換サーバ21へサービスを
依頼すると、変換サーバ21はデータの変換を行いサー
バ11へ再依頼する。サーバ11は処理結果を変換サー
バ21へ送信し変換サーバ21が結果のデータ変換を行
いクライアント1へ結果を送信する。
The client 1 which has received the reply information 62
Requests a service to the conversion server 21 based on the reply information 62, the conversion server 21 converts the data and requests the server 11 again. The server 11 transmits the processing result to the conversion server 21, the conversion server 21 performs data conversion of the result, and transmits the result to the client 1.

【0027】以上のようにこの実施例2は分散システム
において、インタフェース意味の変換を行う変換サーバ
を加え、変換サーバは問い合わせ装置と返答装置を備
え、変換サーバはクライアントからのサービス依頼をイ
ンタフェース意味を変換しサーバに再依頼し、サーバか
らの結果を変換してクライアントに送ることを特徴とす
る。
As described above, in the second embodiment, in the distributed system, a conversion server for converting the interface meaning is added, the conversion server is provided with an inquiry device and a reply device, and the conversion server receives the service request from the client as the interface meaning. It is characterized by converting and re-requesting to the server, converting the result from the server and sending it to the client.

【0028】実施例3.図9は、発明の実施例3を表す
構成図、図10は変換データベースの内容を表す図、図
11および図12は変換サーバを生成する手順を表す
図、図2は問い合わせ情報を表す図、図4は返答情報を
表す図である。図9中1〜14は実施例2と同じであ
る。24は変換サーバを生成する疑似変換サーバ、25
は疑似変換サーバの備える疑似変換返答装置、26は疑
似変換サーバの備える疑疑似変換問い合わせ装置、27
は変換情報を有する変換データベース、28は疑似変換
サーバが生成した変換サーバである。また、実線矢印は
問い合わせ情報、点線矢印は返答情報の流れを示す。図
10の変換データベースの変換情報は、変換前のインタ
フェース意味と、変換後のインタフェース意味と、その
変換を行なう関数名を有する。
Example 3. 9 is a block diagram showing a third embodiment of the invention, FIG. 10 is a diagram showing contents of a conversion database, FIGS. 11 and 12 are diagrams showing a procedure for generating a conversion server, FIG. 2 is a diagram showing inquiry information, FIG. 4 is a diagram showing reply information. 9 to 14 are the same as in the second embodiment. 24 is a pseudo conversion server for generating a conversion server, 25
Is a pseudo-conversion response device included in the pseudo-conversion server, 26 is a suspicious pseudo-conversion inquiry device included in the pseudo-conversion server, and 27
Is a conversion database having conversion information, and 28 is a conversion server generated by a pseudo conversion server. The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information. The conversion information of the conversion database in FIG. 10 has an interface meaning before conversion, an interface meaning after conversion, and a function name for performing the conversion.

【0029】クライアント1が仮名漢字変換サービスを
依頼する時に、サービスを提供するサーバを探す手順を
説明する。クライアント1の問い合わせ装置2が問い合
わせ情報53をサーバ群10に問い合わせを送信する。
ここでは直接返答するサーバはない。疑似変換サーバ2
4の疑似変換問い合わせ装置26は問い合わせ情報53
のサービス、インタフェース形式は変更せず、インタフ
ェース意味を特定せずに置き換えて問い合わせ情報52
を作成し再度サーバ群10に問い合わせを送信する。サ
ーバ11、サーバ13はそれぞれ自分がサービス可能な
インタフェース意味をセットしたサーバ11は返答情報
61、サーバ13は返答情報63を疑似変換サーバ24
へ送信する。疑似変換サーバ24は問い合わせ情報53
と返答情報61と返答情報63の情報から変換データベ
ース27を検索し使用するサーバ11を選定し、そのサ
ーバ11とクライアントとインタフェースする変換サー
バ28を生成した後、クライアント1へサーバIDとし
て変換サーバ28を指定した返答情報64を疑似返答装
置25によって送信する。
When the client 1 requests the Kana-Kanji conversion service, a procedure for searching for a server providing the service will be described. The inquiry device 2 of the client 1 transmits the inquiry information 53 to the server group 10 as an inquiry.
There is no direct reply server here. Pseudo conversion server 2
The pseudo-conversion inquiry device 26 of No. 4 has inquiry information 53
Service and interface format are not changed, and the interface information is replaced without specifying the meaning of the inquiry information 52.
Is created and the inquiry is transmitted to the server group 10 again. The server 11 and the server 13 respectively set the interface meanings that can be serviced by the server 11, and the server 13 returns the response information 61 and the response information 63 to the pseudo conversion server 24.
Send to. The pseudo conversion server 24 has inquiry information 53.
After the conversion database 27 is searched from the information of the reply information 61 and the reply information 63, the server 11 to be used is selected, the conversion server 28 that interfaces with the server 11 and the client is generated, and then the conversion server 28 is used as the server ID for the client 1. The pseudo reply device 25 transmits the reply information 64 designated by.

【0030】返答情報64を受けとったクライアント1
は生成された変換サーバ28へサービスを依頼すると変
換サーバ28はデータの変換を行いサーバ11へ再依頼
する。サーバ11は処理結果を変換サーバ28へ送信し
変換サーバ28が結果のデータ変換を行いクライアント
1へ結果を送信する。
The client 1 which has received the reply information 64
When a service is requested to the generated conversion server 28, the conversion server 28 converts the data and requests the server 11 again. The server 11 transmits the processing result to the conversion server 28, the conversion server 28 performs data conversion of the result, and transmits the result to the client 1.

【0031】ここで、上記サーバの返答装置が実行する
比較手順を図7に基づいて説明する。問い合わせ情報の
サービス、インタフェース形式、インタフェース意味を
自サーバ情報と比較する。ステップ81で、サービスが
一致するか判断する。サービスが特定せずの場合は自サ
ービスに関わらず次の手順を実行する。同様にステップ
82でインタフェース形式、ステップ83でインタフェ
ース意味の比較を実施しすべて条件が成立した場合、ス
テップ84で返答情報を構築し返答情報を送信する。
The comparison procedure executed by the response device of the server will be described with reference to FIG. Compare the service, interface format, and interface meaning of the inquiry information with the local server information. In step 81, it is determined whether the services match. If the service is not specified, execute the following procedure regardless of the service itself. Similarly, the interface formats are compared in step 82 and the interface meanings are compared in step 83. If all the conditions are satisfied, response information is constructed and response information is transmitted in step 84.

【0032】この手順により、図2における問い合わせ
情報52による問い合わせでは、インタフェース意味を
特定しないためサービスとインタフェース形式が一致し
たサーバが返答装置を送信する。
According to this procedure, in the inquiry by the inquiry information 52 in FIG. 2, since the interface meaning is not specified, the server having the same service and interface format sends the reply device.

【0033】次に疑似変換サーバ24が変換サーバ28
を生成する手順について図11および図12にしたがっ
て説明する。疑似変換サーバ24は複数のサーバから返
答情報を受けとり順番に処理する。ステップ91で複数
のサーバからの返答情報から1つをとりだし以下の処理
を実行する。ステップ92でインタフェースには複数の
パラメータが含まれているため、パラメータを1つずつ
順番にとりだし以下の処理を実行する。ステップ93で
はパラメータの属性が[in]か[out]かを判定
し、[in]ならばステップ94へ[out]ならステ
ップ95を実行する。ステップ94ではそのパラメータ
がクライアントのインタフェース意味からサーバのイン
タフェース意味へ変換可能か判定する。実際には、クラ
イアントのインタフェース意味が図10の変換前と一致
し、サーバのインタフェース意味が図10の変換後と一
致するかどうか判定する。ステップ95ではそのパラメ
ータがサーバのインタフェース意味からクライアントの
インタフェース意味へ変換可能か判定する。実際には、
サーバのインタフェース意味が図10の変換前と一致
し、クライアントのインタフェース意味が図10の変換
後と一致するかどうか判定する。ステップ96でステッ
プ94、ステップ95での判定結果を判断し変換可能な
場合ステップ97へ進む。また変換不可能な場合はステ
ップ100へ進み全てのサーバからの返答情報が処理で
きたか判定し、まだ残っていればステップ91に戻り処
理を繰り返す。残っていない場合は終了し、疑似変換サ
ーバではクライアントの要求するサービスは提供できな
いことになる。
Next, the pseudo conversion server 24 converts the conversion server 28.
The procedure for generating is described with reference to FIGS. 11 and 12. The pseudo conversion server 24 receives response information from a plurality of servers and processes them in order. In step 91, one is taken out from the reply information from a plurality of servers and the following processing is executed. In step 92, since the interface includes a plurality of parameters, the parameters are taken out one by one and the following processing is executed. In step 93, it is determined whether the attribute of the parameter is [in] or [out]. If [in], step 94 is executed. If [out], step 95 is executed. In step 94, it is determined whether the parameter can be converted from the client interface meaning to the server interface meaning. In practice, it is determined whether the interface meaning of the client matches that before conversion in FIG. 10 and the interface meaning of the server matches after conversion in FIG. In step 95, it is determined whether the parameter can be converted from the server interface meaning to the client interface meaning. actually,
It is determined whether the interface meaning of the server matches before conversion in FIG. 10 and the interface meaning of the client matches after conversion in FIG. In step 96, the determination results in steps 94 and 95 are determined, and if conversion is possible, the process proceeds to step 97. If the conversion is not possible, the process proceeds to step 100, and it is determined whether the response information from all the servers can be processed. If the response information remains, the process returns to step 91 to repeat the process. If not, the process ends, and the pseudo conversion server cannot provide the service requested by the client.

【0034】一方、ステップ97では全てのパラメータ
が処理されたか判定し、まだ残っていればステップ92
に戻り処理を繰り返す。残っていない場合は現在処理し
ているサーバの返答情報の全てのパラメータが変換可能
であるのでサービスが提供できるためステップ98で変
換サーバ28を生成する。この変換サーバ28は、変換
に必要な図10に示されている関数を用いて生成されて
いる。その後ステップ99でクライアントへサービス可
能であるという返答情報64を送信する。
On the other hand, in step 97, it is judged whether or not all the parameters have been processed.
Return to and repeat the process. If not, all the parameters of the reply information of the server currently being processed can be converted, and the service can be provided. Therefore, the conversion server 28 is generated in step 98. The conversion server 28 is generated by using the function shown in FIG. 10 necessary for conversion. After that, in step 99, the reply information 64 that the service is available is transmitted to the client.

【0035】以上のようにこの実施例3は分散システム
において疑似変換サーバを加え、疑似変換サーバは変換
データベースと問い合わせ装置と返答装置を備え、クラ
イアントの問い合わせ情報とサーバの返答情報から変換
サーバを生成することを特徴とする。
As described above, in the third embodiment, the pseudo conversion server is added to the distributed system, the pseudo conversion server is provided with the conversion database, the inquiry device and the reply device, and the conversion server is generated from the inquiry information of the client and the reply information of the server. It is characterized by doing.

【0036】実施例4.図13は、発明の実施例4を表
す構成図、図2および図3は問い合わせ情報を表す図、
図4および図5は返答情報を表す図である。図中1〜1
2は実施例1と同じである。15はローマ字仮名変換を
サービスするサーバ、16は返答装置、31はサービス
を複合して提供する複合サーバ、32は複合サーバの備
える複合返答装置、33は複合サーバの備える複合問い
合わせ装置である。また、実線矢印は問い合わせ情報、
点線矢印は返答情報の流れを示す。
Example 4. 13 is a block diagram showing a fourth embodiment of the invention, FIGS. 2 and 3 are diagrams showing inquiry information,
4 and 5 are diagrams showing reply information. 1-1 in the figure
2 is the same as in Example 1. Reference numeral 15 is a server for romaji-kana conversion service, 16 is a reply device, 31 is a composite server for providing services in a composite manner, 32 is a composite reply device included in the composite server, and 33 is a composite inquiry device included in the composite server. In addition, the solid arrow indicates contact information,
The dotted arrow indicates the flow of reply information.

【0037】クライアント1がローマ字漢字変換サービ
スを依頼する時に、サービスを提供するサーバを探す手
順を説明する。クライアント1の問い合わせ装置2が問
い合わせ情報54をサーバ群10に問い合わせを送信す
る。ここではサービス可能で直接返答するサーバはな
い。複合サーバ31の複合問い合わせ装置33はサービ
スをローマ字仮名変換と仮名漢字変換の2つのサービス
に分けて実行するために問い合わせ情報55と問い合わ
せ情報51を再度サーバ群10に問い合わせを送信す
る。問い合わせ情報55に対してはサーバ15がサービ
ス可能であるので返答情報65を送信し、問い合わせ情
報51に対してはサーバ11がサービス可能であるので
返答情報61をそれぞれ複合サーバ31へ送信する。返
答情報65と返答情報61を受けとった複合サーバはロ
ーマ字漢字変換のサービスが提供可能であるので返答情
報66を複合返答装置32によってクライアント1へ送
信する。
A procedure for searching for a server that provides a service when the client 1 requests the Roman-Kanji conversion service will be described. The inquiry device 2 of the client 1 transmits the inquiry information 54 to the server group 10 as an inquiry. There is no server here that can service and reply directly. The composite inquiry device 33 of the composite server 31 transmits the inquiry information 55 and the inquiry information 51 again to the server group 10 in order to execute the service by dividing it into two services, that is, the Romaji-kana conversion and the kana-kanji conversion. Since the server 15 can service the inquiry information 55, the reply information 65 is transmitted, and since the server 11 can service the inquiry information 51, the reply information 61 is transmitted to the composite server 31. Since the compound server which has received the reply information 65 and the reply information 61 can provide the service for converting the Roman characters into the kanji characters, the reply information 66 is transmitted to the client 1 by the composite reply device 32.

【0038】返答情報66を受けとったクライアント1
は複合サーバ31へサービスを依頼すると複合サーバ3
1はまずサーバ15へローマ字仮名変換のサービスを依
頼し、その結果を使いサーバ11へ仮名漢字変換のサー
ビスを依頼する。サーバ11の結果を複合サーバ31の
結果としてクライアント1へ送信する。
The client 1 which has received the reply information 66
Requests the service to the composite server 31, the composite server 3
First, the server 1 first requests the server 15 for the service of converting kana to kana, and uses the result to request the server 11 for the service of converting kana to kanji. The result of the server 11 is sent to the client 1 as the result of the composite server 31.

【0039】以上のようにこの実施例4は、分散システ
ムにおいて複合サーバを加え、複合サーバは問い合わせ
装置と返答装置を備え、クライアントからのサービスの
依頼を複数のサーバに依頼し、結果をまとめてクライア
ントに送ることを特徴とする。
As described above, in the fourth embodiment, the composite server is added to the distributed system, the composite server is provided with the inquiry device and the response device, the service request from the client is requested to the plurality of servers, and the results are collected. Characterized by sending to the client.

【0040】実施例5.実施例4では、複合サーバがク
ライアントからのサービスを2つのサービスに分割し、
それぞれサービス依頼を行ったが、以下に述べる実施例
5では、複合サーバがクライアントからのサービスを3
つのサービスに分割し依頼する例を説明する。図14
は、発明の実施例5を表す構成図、図2および図3は問
い合わせ情報を表す図、図4、図5および図6は返答情
報を表す図である。図中1〜16は実施例4と同様であ
る。17は英文字ローマ字変換をサービスするサーバ、
18は返答装置、34は複合サーバ、35は複合返答装
置、36は複合問い合わせ装置である。また、実線矢印
は問い合わせ情報、点線矢印は返答情報の流れを示す。
この実施例では英文字漢字変換を例に取り上げている
が、これは英語でかかれた固有名、人名、社名等を漢字
で表したいというニーズに答えるものである。
Example 5. In the fourth embodiment, the composite server divides the service from the client into two services,
Although each service request was made, in the fifth embodiment described below, the composite server 3
An example of requesting by dividing into two services will be explained. 14
5 is a block diagram showing a fifth embodiment of the invention, FIGS. 2 and 3 are diagrams showing inquiry information, and FIGS. 4, 5 and 6 are diagrams showing reply information. In the figure, 1 to 16 are the same as in the fourth embodiment. 17 is a server for converting English letters to Roman letters,
Reference numeral 18 is a reply device, 34 is a composite server, 35 is a composite reply device, and 36 is a composite inquiry device. The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information.
In this embodiment, the conversion of English characters to Kanji is taken as an example, but this answers the need to express a proper name written in English, a personal name, a company name, etc. in Kanji.

【0041】クライアント1は英文字漢字変換のサービ
スを提供するサーバを探すため問い合わせ装置2が問い
合わせ情報56をサーバ群10に送信する。ここではサ
ービス可能で直接返答するサーバはない。複合サーバ3
4はサービスを英文字ローマ字変換、ローマ字仮名変
換、仮名漢字変換の3つのサービスに分けて実行するた
めに問い合わせ情報57と問い合わせ情報55と問い合
わせ情報51とを再度サーバ群10に送信する。問い合
わせ情報57に対してはサーバ17がサービス可能であ
るので返答情報67を、問い合わせ情報55に対しては
サーバ15がサービス可能であるので返答情報65を、
問い合わせ情報51に対してはサーバ11がサービス可
能であるので返答情報61をそれぞれ複合サーバ34へ
送信する。返答情報67と返答情報65と返答情報61
を受けとった複合サーバ34は英文字漢字変換のサービ
スが提供可能であるので返答情報68をクライアント1
へ送信する。
In the client 1, the inquiry device 2 sends inquiry information 56 to the server group 10 in order to search for a server that provides an English-Kanji conversion service. There is no server here that can service and reply directly. Compound server 3
Reference numeral 4 again transmits the inquiry information 57, the inquiry information 55, and the inquiry information 51 to the server group 10 in order to execute the service by dividing it into three services, that is, the conversion of English characters into Roman characters, the conversion of Roman characters into Kana, and the conversion of Kana into Kanji. The server 17 can service the inquiry information 57, and therefore the response information 67. The server 15 can service the inquiry information 55, and thus the response information 65.
Since the server 11 can service the inquiry information 51, the reply information 61 is transmitted to the composite server 34. Reply information 67, reply information 65, and reply information 61
The composite server 34 that has received the reply can provide the English-Kanji conversion service.
Send to.

【0042】返答情報68を受けとったクライアント1
は複合サーバ34へサービスを依頼すると複合サーバ3
4はまずサーバ17へ英文字ローマ字変換のサービスを
依頼し、次にその結果を使いサーバ15へローマ字仮名
変換のサービスを依頼し、最後にその結果を使いサーバ
11へ仮名漢字変換のサービスを依頼する。サーバ11
の結果を受けとった複合サーバ34は、サーバ11の結
果を複合サーバ34の結果としてクライアント1へ送信
する。
The client 1 which has received the reply information 68
Requests the service to the composite server 34, the composite server 3
4 first requests the server 17 for the conversion of English characters to Roman characters, then uses the result to request the server 15 for the conversion of Roman characters and Kana characters, and finally uses the result to request the server 11 for the conversion of Kana to Kanji characters. To do. Server 11
The composite server 34 receiving the result of (1) transmits the result of the server 11 to the client 1 as the result of the composite server 34.

【0043】実施例6.以下に示す実施例6は、実施例
4で説明した複合サーバがサービスを再依頼するサーバ
が複合サーバである例である。図15は、発明の実施例
6を表す構成図、図2および図3は問い合わせ情報を表
す図、図4、図5および図6は返答情報を表す図であ
る。図中1〜16,31〜33は実施例4と同様であ
る。17は英文字ローマ字変換をサービスするサーバ、
18は返答装置、37は複合サーバ、38は複合返答装
置、39は複合問い合わせ装置である。また、実線矢印
は問い合わせ情報、点線矢印は返答情報の流れを示す。
Example 6. The sixth embodiment described below is an example in which the compound server described in the fourth embodiment requests the service again is a compound server. 15 is a block diagram showing a sixth embodiment of the invention, FIGS. 2 and 3 are diagrams showing inquiry information, and FIGS. 4, 5 and 6 are diagrams showing reply information. In the figure, 1 to 16 and 31 to 33 are the same as in the fourth embodiment. 17 is a server for converting English letters to Roman letters,
Reference numeral 18 is a reply device, 37 is a composite server, 38 is a composite reply device, and 39 is a composite inquiry device. The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information.

【0044】クライアント1は英文字漢字変換のサービ
スを提供するサーバを探すため問い合わせ装置2が問い
合わせ情報56をサーバ群10に送信する。ここではサ
ービス可能で直接返答するサーバはない。複合サーバ3
7はサービスを英文字ローマ字変換とローマ字漢字変換
の2つのサービスに分けて実行するために問い合わせ情
報57と問い合わせ情報54を再度サーバ群10に問い
合わせを送信する。問い合わせ情報57に対してはサー
バ17がサービス可能であるので返答情報67を送信す
る。問い合わせ情報54に対してサービス可能で直接返
答するサーバはないが、実施例4と同様に複合サーバ3
1がサービスをローマ字仮名変換と仮名漢字変換の2つ
のサービスに分けて、サービス依頼を行い、サービス可
能であるという返答情報を受けとった複合サーバ31は
ローマ字漢字変換サービスが提供可能であるので返答情
報66を複合サーバ37へ送信する。返答情報67と返
答情報66を受けとった複合サーバ37は英文字漢字変
換サービスが提供可能であるので返答情報69をクライ
アント1へ送信する。
In the client 1, the inquiry device 2 transmits inquiry information 56 to the server group 10 in order to search for a server that provides an English-Kanji conversion service. There is no server here that can service and reply directly. Compound server 3
Reference numeral 7 again sends the inquiry information 57 and the inquiry information 54 to the server group 10 in order to execute the service by dividing it into two services, that is, the conversion of English characters into Roman characters and the conversion of Roman characters into Kanji characters. Since the server 17 can service the inquiry information 57, the reply information 67 is transmitted. Although there is no server that can service the inquiry information 54 and directly responds to the inquiry information 54, the combined server 3 is the same as the fourth embodiment.
1 divides the service into two services, Romaji-Kana conversion and Kana-Kanji conversion, requests the service, and receives the reply information that the service is available, the composite server 31 can provide the Romaji-Kanji conversion service. 66 to the composite server 37. The composite server 37 that has received the reply information 67 and the reply information 66 can provide the English-Kanji conversion service, and therefore sends the reply information 69 to the client 1.

【0045】返答情報69を受けとったクライアント1
は複合サーバ37へサービスを依頼すると複合サーバ3
7はサーバ17へ英文字ローマ字変換のサービスを依頼
し、その結果を使い複合サーバ31へローマ字漢字変換
のサービスを依頼する。複合サーバ31はサーバ15へ
ローマ字仮名変換のサービスを依頼し、その結果を使い
サーバ11へ仮名漢字変換のサービスを依頼する。サー
バ11の結果を複合サーバ31の結果として、複合サー
バ37へ送信し、それを複合サーバ37の結果としてク
ライアント1へ送信する。
The client 1 which has received the reply information 69
Requests the service to the composite server 37, the composite server 3
The server 7 requests the server 17 for the conversion service of English characters and Roman characters, and uses the result to request the composite server 31 for the conversion service of Roman characters and Kanji characters. The composite server 31 requests the server 15 for the service of converting romanized kana characters, and uses the result to request the server 11 for the service of converting kana to kanji. The result of the server 11 is sent to the compound server 37 as the result of the compound server 31, and it is sent to the client 1 as the result of the compound server 37.

【0046】以上のように、複合サーバが再依頼するサ
ーバが複合サーバであってよく、サーバの階層化が行な
えより高度なサービスの複合が行なえる。
As described above, the server re-requested by the composite server may be the composite server, the servers can be hierarchized, and higher-level composite services can be performed.

【0047】実施例7.図16は、発明の実施例7を表
す構成図、図17は複合サービスデータベースの内容を
表す図、図2および図3は問い合わせ情報を表す図、図
4、図5および図6は返答情報を表す図である。図中1
〜16までは実施例1と同様である。41は複合サーバ
を生成する疑似複合サーバ、42は疑似複合サーバが備
える疑似複合返答装置、43は疑似複合サーバが備える
疑似複合問い合わせ装置、44は複合情報を備える複合
サービスデータベース、45は疑似複合サーバが生成し
た複合サーバである。また、実線矢印は問い合わせ情
報、点線矢印は返答情報の流れを示す。
Example 7. 16 is a block diagram showing a seventh embodiment of the invention, FIG. 17 is a diagram showing the contents of a composite service database, FIGS. 2 and 3 are diagrams showing inquiry information, and FIGS. 4, 5 and 6 are reply information. It is a figure showing. 1 in the figure
Up to 16 are the same as in the first embodiment. Reference numeral 41 is a pseudo composite server that generates a composite server, 42 is a pseudo composite reply device included in the pseudo composite server, 43 is a pseudo composite inquiry device included in the pseudo composite server, 44 is a composite service database containing composite information, and 45 is a pseudo composite server. Is a composite server created by. The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information.

【0048】クライアント1がローマ字漢字変換サービ
スを依頼する時に、サービスを提供しているサーバを探
す手順を説明する。クライアント1の問い合わせ装置2
が問い合わせ情報54をサーバ群10に送信する。ここ
では直接返答するサーバはない。そこで疑似複合サーバ
41の疑似複合問い合わせ装置43は複合サービスデー
タベース44を検索し、サービスリストのサービスをサ
ーバ群10に問い合わせる。図17に示すとおりローマ
字漢字変換サービスではローマ字仮名変換と仮名漢字変
換の2つのサービスがサービスリストに登録されてお
り、それぞれ問い合わせ情報55と問い合わせ情報51
をサーバ群10に送信する。問い合わせ情報55に対し
てはサーバ15がサービス可能であるので返答情報65
を、問い合わせ情報51に対してはサーバ11がサービ
ス可能であるので返答情報61をそれぞれ疑似複合サー
バ41へ送信する。返答情報65と返答情報61を受け
とった疑似複合サーバ41はローマ字漢字変換のサービ
スが提供可能であるので、使用する複数のサーバ15と
サーバ11を設定した複合サーバ45を生成した後、ク
ライアント1へサーバIDとして複合サーバ45を指定
した返答情報70を疑似複合返答装置42により送信す
る。
A procedure for searching for a server providing a service when the client 1 requests the Roman-Kanji conversion service will be described. Inquiry device 2 of client 1
Transmits the inquiry information 54 to the server group 10. There is no direct reply server here. Then, the pseudo composite inquiry device 43 of the pseudo composite server 41 searches the composite service database 44 and inquires of the server group 10 about the service in the service list. As shown in FIG. 17, in the Romaji-Kanji conversion service, two services, Romaji-Kana conversion and Kana-Kanji conversion, are registered in the service list. Inquiry information 55 and inquiry information 51, respectively.
Is transmitted to the server group 10. Since the server 15 can service the inquiry information 55, the response information 65
Since the server 11 can service the inquiry information 51, the reply information 61 is transmitted to each of the pseudo composite servers 41. Since the pseudo composite server 41 which receives the reply information 65 and the reply information 61 can provide the service for converting the Roman characters to the kanji characters, after generating the composite server 45 in which the plurality of servers 15 and the servers 11 to be used are set, the pseudo composite server 41 is sent to the client 1. The reply information 70 specifying the compound server 45 as the server ID is transmitted by the pseudo compound reply device 42.

【0049】返答情報70を受けとったクライアント1
は複合サーバ45へサービスを依頼すると複合サーバ4
5はまずサーバ15へローマ字仮名変換のサービスを依
頼し、その結果を使いサーバ11へ仮名漢字変換のサー
ビスを依頼する。サーバ11の結果を複合サーバ45の
結果としてクライアント1へ送信する。
Client 1 that received the response information 70
Requests the service to the composite server 45, the composite server 4
First, the server 5 requests the server 15 for the Roman character kana conversion service, and uses the result to request the server 11 for the kana kanji conversion service. The result of the server 11 is sent to the client 1 as the result of the composite server 45.

【0050】以上のようにこの実施例7は、分散システ
ムにおいて疑似複合サーバを加え、疑似複合サーバは複
合サービスデータベースと問い合わせ装置と返答装置を
備え、クライアントのサービスの問い合わせ情報とサー
バの返答情報から複合サーバを生成することを特徴とす
る。
As described above, in the seventh embodiment, the pseudo composite server is added to the distributed system, and the pseudo composite server is provided with the composite service database, the inquiry device and the reply device, and the inquiry service information of the client and the reply information of the server are used. It is characterized by generating a composite server.

【0051】実施例8.上記実施例2では変換サーバが
問い合わせ情報のインタフェース意味のみを変換して再
依頼している場合を説明したが、この実施例8では、イ
ンタフェース形式も変更する場合について説明する。こ
の実施例8では、実施例2においてクライアント1の問
い合わせる問い合わせ情報53を変形した例で説明す
る。ここでは実施例2で使用した図8に示す構成図、図
2に示す問い合わせ情報を表す図、図4に示す返答情報
を表す図を流用する。クライアント1の問い合わせ装置
2が問い合わせる問い合わせ情報53のサービスとイン
タフェース意味はそのままで、インタフェース形式が char[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] である場合の例を説明する。この問い合わせ情報を、問
い合わせ情報53Bとする。クライアント1が仮名漢字
変換サービスを依頼する時に、サービスを提供している
サーバを探す手順を説明する。クライアント1の問い合
わせ装置2が問い合わせ情報53Bをサーバ群10に送
信する。ここでは直接返答するサーバはない。変換サー
バ21の変換問い合わせ装置は、問い合わせ情報53B
のサービスは変更せず、インタフェース形式とインタフ
ェース意味をそれぞれ変換可能なインタフェース形式と
インタフェース意味に置き換えて、問い合わせ情報51
を構成する。実際には、インタフェース形式を char[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] から wchar_t[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] へ、インタフェース意味をJIS符号系からEUC符号
系へ置き換える。このように構成された問い合わせ情報
51を再度サーバ群10に送信する。以下、実施例2と
同様にして、クライアント1は、仮名漢字変換サービス
を受けることができる。なお、この実施例8の上記説明
においては、問い合わせ情報53Bから直接問い合わせ
情報51を構成し、サービス可能なサーバを捜し出すこ
とができたが、問い合わせ情報53Bからは複数の問い
合わせ情報を構成する可能性がある。例えば、図2の問
い合わせ情報53もその1つである。交換サーバは、1
つの問い合わせ情報を構成し、それをサーバ群に問い合
わせて返答情報を受けられない場合は、可能な限り次の
問い合わせ情報を構成し、同様の処理を実行する。
Example 8. In the second embodiment described above, the case where the conversion server converts only the interface meaning of the inquiry information and requests it again is described. In the eighth embodiment, a case where the interface format is also changed will be described. In the eighth embodiment, an example in which the inquiry information 53 inquired by the client 1 in the second embodiment is modified will be described. Here, the configuration diagram shown in FIG. 8 used in the second embodiment, the diagram showing the inquiry information shown in FIG. 2, and the diagram showing the reply information shown in FIG. 4 are used. An example will be described in which the service and interface meaning of the inquiry information 53 inquired by the inquiry device 2 of the client 1 are the same, and the interface format is char [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ]. This inquiry information is referred to as inquiry information 53B. When the client 1 requests the Kana-Kanji conversion service, a procedure for searching for a server providing the service will be described. The inquiry device 2 of the client 1 transmits the inquiry information 53B to the server group 10. There is no direct reply server here. The conversion inquiry device of the conversion server 21 uses the inquiry information 53B.
Service is not changed, the interface format and the interface meaning are replaced with the convertible interface format and the interface meaning, respectively, and the inquiry information 51
Make up. Actually, the interface format is char [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ] to wchar_t [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ], and the interface meaning is from JIS code system to EUC. Replace with the code system. The inquiry information 51 thus configured is transmitted again to the server group 10. Thereafter, the client 1 can receive the Kana-Kanji conversion service in the same manner as in the second embodiment. In the above description of the eighth embodiment, the inquiry information 53B can directly constitute the inquiry information 51 to search for a serviceable server, but the inquiry information 53B can form a plurality of inquiry information. There is. For example, the inquiry information 53 in FIG. 2 is one of them. Exchange server is 1
If one inquiry information is formed and the inquiry information is inquired to the server group and the reply information cannot be received, the next inquiry information is formed as much as possible and the same processing is executed.

【0052】なお、上記実施例8では問い合わせ情報の
インタフェース形式とインタフェース意味を変更してい
るが、インタフェース形式のみを変更してもよい。
Although the interface format and interface meaning of the inquiry information are changed in the eighth embodiment, only the interface format may be changed.

【0053】上記実施例1〜8においてサーバに備えら
れた返答装置をサーバと独立した装置として構成し、サ
ーバは返答装置にサービスとインタフェース形式とイン
タフェース意味を登録することにより上記実施例と同様
の効果を発する。例えば、サーバ群の備える返答装置を
それぞれ独立させ、サーバの数と同じ数の返答装置があ
る場合や、複数のサーバで1つの返答装置を共有する場
合がある。また、変換サーバ、疑似変換サーバ、複合サ
ーバ、疑似複合サーバの返答装置や問い合わせ装置も独
立させてもよい。
In the above-described first to eighth embodiments, the reply device provided in the server is configured as a device independent of the server, and the server registers the service, the interface format, and the interface meaning in the reply device. Take effect. For example, the response devices included in the server group may be independent of each other, and there may be the same number of response devices as the number of servers, or a plurality of servers may share one response device. Further, the conversion server, the pseudo conversion server, the composite server, and the response device and the inquiry device of the pseudo composite server may be independent.

【0054】[0054]

【発明の効果】この発明は、以上説明したように構成さ
れているので、以下に記載されるような効果が得られ
る。
Since the present invention is constructed as described above, the following effects can be obtained.

【0055】この発明によれば、インタフェース形式と
インタフェース意味を分けてクライアントがサーバを探
すよう構成したのでクライアントとサーバのインタフェ
ースが明確に定義され、間違いのないサーバ、クライア
ント型の分散サービス制御システムが得られる。
According to the present invention, since the client searches the server by dividing the interface format and the interface meaning, the interface between the client and the server is clearly defined, and there is no error in the server-client type distributed service control system. can get.

【0056】あるサービスを提供するサーバから、異な
ったインタフェースによってもサービスを受けることが
できるように構成したことによって、ある1つのサービ
スを提供するサービスを1つにすることができる。
Since the server that provides a certain service can receive the service through different interfaces, one service that provides a certain service can be integrated.

【0057】また、複雑なサービスも簡単なサービスの
複合により提供することが可能になった。
Further, it has become possible to provide complicated services by combining simple services.

【0058】以上のことにより、数少ないサーバで分散
サービス制御システムが構成される。また、従来複数の
サーバで同じサービスを行っていた場合、それらのサー
バが1つの資源を共用する際行っていた排他処理が必要
なくなる効果がある。
As described above, the distributed service control system is composed of a few servers. Further, when a plurality of servers conventionally perform the same service, there is an effect that the exclusive processing which is performed when those servers share one resource is unnecessary.

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

【図1】この発明の実施例1の分散サービス制御装置を
表す構成図である。
FIG. 1 is a configuration diagram showing a distributed service control device according to a first embodiment of the present invention.

【図2】問い合わせ装置が送信する問い合わせ情報を表
す図である。
FIG. 2 is a diagram showing inquiry information transmitted by an inquiry device.

【図3】問い合わせ装置が送信する問い合わせ情報を表
す図である。
FIG. 3 is a diagram showing inquiry information transmitted by an inquiry device.

【図4】返答装置が送信する返答情報を表す図である。FIG. 4 is a diagram showing reply information transmitted by a reply device.

【図5】返答装置が送信する返答情報を表す図である。FIG. 5 is a diagram showing reply information transmitted by a reply device.

【図6】返答装置が送信する返答情報を表す図である。FIG. 6 is a diagram showing reply information transmitted by a reply device.

【図7】返答装置が実行する比較手順を表す図である。FIG. 7 is a diagram showing a comparison procedure executed by the reply device.

【図8】この発明の実施例2の分散サービス制御装置を
表す構成図である。
FIG. 8 is a configuration diagram showing a distributed service control device according to a second embodiment of the present invention.

【図9】この発明の実施例3の分散サービス制御装置を
表す構成図である。
FIG. 9 is a configuration diagram showing a distributed service control device according to a third embodiment of the present invention.

【図10】変換データベースの内容を表す図である。FIG. 10 is a diagram showing the contents of a conversion database.

【図11】疑似変換サーバが変換サーバを生成する動作
を表す図である。
FIG. 11 is a diagram showing an operation in which the pseudo conversion server generates a conversion server.

【図12】疑似変換サーバが変換サーバを生成する動作
を表す図である。
FIG. 12 is a diagram showing an operation in which a pseudo conversion server generates a conversion server.

【図13】この発明の実施例4の分散サービス制御装置
を表す構成図である。
FIG. 13 is a configuration diagram showing a distributed service control device according to a fourth embodiment of the present invention.

【図14】この発明の実施例5の分散サービス制御装置
を表す構成図である。
FIG. 14 is a configuration diagram showing a distributed service control device according to a fifth embodiment of the present invention.

【図15】この発明の実施例6の分散サービス制御装置
を表す構成図である。
FIG. 15 is a configuration diagram showing a distributed service control device according to a sixth embodiment of the present invention.

【図16】この発明の実施例7の分散サービス制御装置
を表す構成図である。
FIG. 16 is a configuration diagram showing a distributed service control device according to a seventh embodiment of the present invention.

【図17】複合サービスデータベースの内容を表す図で
ある。
FIG. 17 is a diagram showing the contents of a composite service database.

【図18】従来の分散サービス制御装置を表す構成図で
ある。
FIG. 18 is a block diagram showing a conventional distributed service control device.

【図19】従来の分散サービス制御装置のインタフェー
ス定義を表す図である。
FIG. 19 is a diagram showing an interface definition of a conventional distributed service control device.

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

1 クライアント 2 クライアントの問い合わせ装置 10 サーバ群 3,11,13,15,17 サーバ 4,12,14,16,18 サーバの返答装置 21,28 変換サーバ 22 変換返答装置 23 変換問い合わせ装置 24 疑似変換サーバ 25 疑似変換返答装置 26 疑似変換問い合わせ装置 27 変換データベース 31,34,37,45 複合サーバ 32,35,38 複合返答装置 33,36,39 複合問い合わせ装置 41 疑似複合サーバ 42 疑似複合返答装置 43 疑似複合問い合わせ装置 44 複合サービスデータベース 51,52,53,54,55,56,57 問い合わ
せ情報 61,62,63,64,65,66,67,68,6
9,70 返答情報 81,82,83,84 比較手順ステップ 91,92,93,94,95,96,97,98,9
9,100 変換サーバ生成手順ステップ
1 Client 2 Client Inquiry Device 10 Server Group 3, 11, 13, 15, 17 Server 4, 12, 14, 16, 18 Server Reply Device 21, 28 Conversion Server 22 Conversion Reply Device 23 Conversion Inquiry Device 24 Pseudo Conversion Server 25 Pseudo-conversion response device 26 Pseudo-conversion inquiry device 27 Conversion database 31, 34, 37, 45 Combined server 32, 35, 38 Composite response device 33, 36, 39 Composite inquiry device 41 Pseudo composite server 42 Pseudo composite response device 43 Pseudo composite Inquiry device 44 Composite service database 51, 52, 53, 54, 55, 56, 57 Inquiry information 61, 62, 63, 64, 65, 66, 67, 68, 6
9,70 Reply information 81,82,83,84 Comparison procedure step 91,92,93,94,95,96,97,98,9
9,100 Conversion server generation procedure step

─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成5年7月1日[Submission date] July 1, 1993

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0008[Correction target item name] 0008

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0008】また、上記のように1つのサービスを実行
するサーバがインタフェース毎に複数存在し、それらの
サーバが1つの資源を共用した場合には排他処理が必要
であった。例えば、ファイルAにある情報を書き出すサ
ービスを実行させる為に、JIS符号系のインターフェ
イス意味で使用するサーバとASCII符号系のインタ
フェース意味で使用するサーバとの2つのサーバがある
場合、2人のユーザが同時にそれぞれのサーバを使用す
ると、ファイルAを同時に更新する可能性が生じる。こ
れを回避するために排他処理が行われている。
In addition, as described above, when there are a plurality of servers that execute one service for each interface, and these servers share one resource, exclusive processing is required. For example, if there are two servers, one that uses the interface meaning of the JIS code system and the other server that uses the interface meaning of the ASCII code system to execute the service for writing the information in the file A, two users If they use their respective servers at the same time, the possibility arises that file A is updated at the same time. Exclusive processing is performed to avoid this.

【手続補正2】[Procedure Amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0009[Correction target item name] 0009

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0009】この発明は、上記のような問題点を解消す
るために以下に述べる事項を行なう。サーバとクライア
ントのインタフェースを明確に定義し、間違いのないサ
ーバ、クライアント間結合を得ることを目的とする。ま
た、あるサービスを提供するサーバから、異なったイン
タフェースによってもサービス提供を受ける事ができる
ようにシステムを構成することによって、ある一つのサ
ービスを提供するサーバを一つにする。さらに、複雑な
サービスも単純なサーバを組み合わせて実現する。以上
のことによりシステムが数少ないサーバで構築できるこ
とと、複数のサーバが1つの資源を共用する場合の
処理を回避することを目的とする。
The present invention carries out the following matters in order to solve the above problems. The purpose is to clearly define the interface between the server and the client and to obtain a correct connection between the server and the client. Further, by configuring the system so that a server that provides a certain service can receive the service through a different interface, one server that provides a certain service is provided. Furthermore, complex services are also realized by combining simple servers. And it can be constructed systems with few servers by the above, and an object thereof is to avoid the exclusive process when a plurality of servers share a single resource.

【手続補正3】[Procedure 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0018[Correction target item name] 0018

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0018】第5の発明による分散サービス制御システ
ムにおいては、クライアントからの問い合わせ情報のサ
ービスを複数のサービスに分割し、そのサービスをそれ
ぞれサーバに問い合わせる複合サーバを有することによ
り、複雑なサービスも簡単なサービスの複合によって提
供することができ、サーバをその都度用意する必要がな
くなり、少ないサーバでシステムを構築できる。従来、
複数の簡単なサービスの複合によって作られる複雑なサ
ービスを提供する場合、それらの簡単なサービスを提供
するサーバと、複雑なサービスを提供するサーバをそれ
ぞれ用意しなければならず、さらに、それらのサーバが
1つの資源を共有する場合には排他処理が必要であっ
た。この発明は、上記複合サーバが簡単なサービスを提
供するサーバにサービスを依頼することにより排他処理
をさけることができるようになる。例えば、従来は、フ
ァイルAにある1つの情報を書き込むサービスを提供す
るサーバAと、ファイルAにある1つの情報を書き込む
サービスを含む複雑なサービスを提供するサーバBが存
在する場合、サーバAとサーバBが同時にファイルAを
更新する可能性がある。この発明は、上記複合サーバが
サーバAにその情報を書き込むサービスを依頼する様に
すれば、サーバBを用意する必要がなくなるので排他処
理を行う必要もなくなる。
In the distributed service control system according to the fifth aspect of the present invention, a service of inquiry information from a client is divided into a plurality of services, and a complex server for inquiring each of the services is provided, so that a complicated service can be simplified. It can be provided by combining services, there is no need to prepare a server each time, and a system can be constructed with a small number of servers. Conventionally,
When providing a complex service created by combining multiple simple services, it is necessary to prepare a server that provides those simple services and a server that provides the complex services, and further, those servers. Exclusive sharing was required when the two shared one resource. According to the present invention, the composite server can avoid exclusive processing by requesting a service from a server that provides a simple service. For example, conventionally, if there is a server A that provides a service for writing one piece of information in the file A and a server B that provides a complex service including a service for writing one piece of information in the file A, the server A Server B may update file A at the same time. According to the present invention, if the composite server requests the service for writing the information to the server A, it is not necessary to prepare the server B, so that it is not necessary to perform exclusive processing.

【手続補正4】[Procedure amendment 4]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0028[Correction target item name] 0028

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0028】実施例3.図9は、発明の実施例3を表す
構成図、図10は変換データベースの内容を表す図、図
11および図12は変換サーバを生成する手順を表す
図、図2は問い合わせ情報を表す図、図4は返答情報を
表す図である。図9中1〜14は実施例2と同じであ
る。24は変換サーバを生成する疑似変換サーバ、25
は疑似変換サーバの備える疑似変換返答装置、26は疑
似変換サーバの備える疑似変換問い合わせ装置、27は
変換情報を有する変換データベース、28は疑似変換サ
ーバが生成した変換サーバである。また、実線矢印は問
い合わせ情報、点線矢印は返答情報の流れを示す。図1
0の変換データベースの変換情報は、変換前のインタフ
ェース意味と、変換後のインタフェース意味と、その変
換を行う関数名を有する。
Example 3. 9 is a block diagram showing a third embodiment of the invention, FIG. 10 is a diagram showing contents of a conversion database, FIGS. 11 and 12 are diagrams showing a procedure for generating a conversion server, FIG. 2 is a diagram showing inquiry information, FIG. 4 is a diagram showing reply information. 9 to 14 are the same as in the second embodiment. 24 is a pseudo conversion server for generating a conversion server, 25
Pseudo conversion reply device provided in the pseudo conversion server 26 includes Ru pseudo conversion query device pseudo conversion server, the conversion database having translation information 27, 28 is a conversion server pseudo conversion server has generated. The solid arrow indicates the flow of inquiry information, and the dotted arrow indicates the flow of reply information. Figure 1
The conversion information of the conversion database of 0 has an interface meaning before conversion, an interface meaning after conversion, and a function name for performing the conversion.

【手続補正5】[Procedure Amendment 5]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0046[Correction target item name] 0046

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0046】以上のように、複合サーバが再依頼するサ
ーバが複合サーバであってよく、サーバの階層化が行え
より高度なサービスの複合が行える。
[0046] As described above, may server to ask composite server again is a composite server, Ru can composite advanced services than <br/> performed hierarchy of servers.

【手続補正6】[Procedure correction 6]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0051[Correction target item name] 0051

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0051】実施例8.上記実施例2では変換サーバが
問い合わせ情報のインタフェース意味のみを変換して再
依頼している場合を説明したが、この実施例8では、イ
ンタフェース形式も変更する場合について説明する。こ
の実施例8では、実施例2においてクライアント1の問
い合わせる問い合わせ情報53を変形した例で説明す
る。ここでは実施例2で使用した図8に示す構成図、図
2に示す問い合わせ情報を表す図、図4に示す返答情報
を表す図を流用する。クライアント1の問い合わせ装置
2が問い合わせる問い合わせ情報53のサービスとイン
タフェース意味はそのままで、インタフェース形式が char[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] である場合の例を説明する。この問い合わせ情報を、問
い合わせ情報53Bとする。クライアント1が仮名漢字
変換サービスを依頼する時に、サービスを提供している
サーバを探す手順を説明する。クライアント1の問い合
わせ装置2が問い合わせ情報53Bをサーバ群10に送
信する。ここでは直接返答するサーバはない。変換サー
バ21の変換問い合わせ装置は、問い合わせ情報53B
のサービスは変更せず、インタフェース形式とインタフ
ェース意味をそれぞれ変換可能なインタフェース形式と
インタフェース意味に置き換えて、問い合わせ情報51
を構成する。実際には、インタフェース形式を char[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] から wchar_t[in]kana[BUFSIZ] wchar_t[out]kanji[BUFSIZ] へ、インタフェース意味をJIS符号系からEUC符号
系へ置き換える。このように構成された問い合わせ情報
51を再度サーバ群10に送信する。以下、実施例2と
同様にして、クライアント1は、仮名漢字変換サービス
を受けることができる。なお、この実施例8の上記説明
においては、問い合わせ情報53Bから直接問い合わせ
情報51を構成し、サービス可能なサーバを捜し出すこ
とができたが、問い合わせ情報53Bからは複数の問い
合わせ情報を構成する可能性がある。例えば、図2の問
い合わせ情報53もその1つである。変換サーバは、1
つの問い合わせ情報を構成し、それをサーバ群に問い合
わせて返答情報を受けられない場合は、可能な限り次の
問い合わせ情報を構成し、同様の処理を実行する。
Example 8. In the second embodiment described above, the case where the conversion server converts only the interface meaning of the inquiry information and requests it again is described. In the eighth embodiment, a case where the interface format is also changed will be described. In the eighth embodiment, an example in which the inquiry information 53 inquired by the client 1 in the second embodiment is modified will be described. Here, the configuration diagram shown in FIG. 8 used in the second embodiment, the diagram showing the inquiry information shown in FIG. 2, and the diagram showing the reply information shown in FIG. 4 are used. An example will be described in which the service and interface meaning of the inquiry information 53 inquired by the inquiry device 2 of the client 1 are the same, and the interface format is char [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ]. This inquiry information is referred to as inquiry information 53B. When the client 1 requests the Kana-Kanji conversion service, a procedure for searching for a server providing the service will be described. The inquiry device 2 of the client 1 transmits the inquiry information 53B to the server group 10. There is no direct reply server here. The conversion inquiry device of the conversion server 21 uses the inquiry information 53B.
Service is not changed, the interface format and the interface meaning are replaced with the convertible interface format and the interface meaning, respectively, and the inquiry information 51
Make up. Actually, the interface format is char [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ] to wchar_t [in] kana [BUFSIZ] wchar_t [out] kanji [BUFSIZ], and the interface meaning is from JIS code system to EUC. Replace with the code system. The inquiry information 51 thus configured is transmitted again to the server group 10. Thereafter, the client 1 can receive the Kana-Kanji conversion service in the same manner as in the second embodiment. In the above description of the eighth embodiment, the inquiry information 53B can directly constitute the inquiry information 51 to search for a serviceable server, but the inquiry information 53B can form a plurality of inquiry information. There is. For example, the inquiry information 53 in FIG. 2 is one of them. Conversion server is 1
If one inquiry information is formed and the inquiry information is inquired to the server group and the reply information cannot be received, the next inquiry information is formed as much as possible and the same processing is executed.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 特定のサービスを依頼するクライアント
と、サービスを提供する複数のサーバを備えたクライア
ントサーバ型の分散サービス制御システムにおいて、 上記クライアントは、サービスと、上記サーバとインタ
フェースをとるためのインタフェース形式と、上記イン
タフェース形式の意味内容を定めたインタフェース意味
とを有する問い合わせ情報をサーバに送ることにより、
サービス可能なサーバを問い合わせる問い合わせ装置を
備え、 上記サーバは、サーバ自身のもつサービスとインタフェ
ース形式とインタフェース意味をサービス情報として記
憶するとともに、上記クライアントの上記問い合わせ装
置からの上記問い合わせ情報を受けとり、記憶したサー
ビス情報が受けとった問い合わせ情報と一致する場合、
サービス可能である旨の返答情報をクライアントに返答
する返答装置を備えたことを特徴とする分散サービス制
御システム。
1. A client-server type distributed service control system comprising a client requesting a specific service and a plurality of servers providing the service, wherein the client is an interface for interfacing the service with the server. By sending inquiry information having a format and an interface meaning that defines the meaning of the interface format to the server,
An inquiry device for inquiring a serviceable server is provided, and the server stores the service, interface format, and interface meaning of the server itself as service information, and receives and stores the inquiry information from the inquiry device of the client. If the service information matches the inquiry information received,
A distributed service control system comprising a reply device for replying to a client with reply information indicating that service is possible.
【請求項2】 上記分散サービス制御システムは、さら
に、 上記クライアントからの上記問い合わせ情報の少なくと
もインタフェース形式とインタフェース意味のいずれか
を他のインタフェース形式とインタフェース意味に変換
する変換手段と、 その変換された問い合わせ情報を上記サーバに送ること
によりサービス可能なサーバを問い合わせる変換問い合
わせ装置と、 サービス可能なサーバがあった場合、サービス可能であ
る旨の返答情報をクライアントに返答する変換返答装置
とを備えた変換サーバを有することを特徴とする請求項
1記載の分散サービス制御システム。
2. The distributed service control system further comprises conversion means for converting at least one of the interface format and interface meaning of the inquiry information from the client into another interface format and interface meaning, and the converted means. Conversion provided with a conversion inquiry device for inquiring a serviceable server by sending inquiry information to the server, and a conversion response device for returning serviceable response information to a client when there is a serviceable server The distributed service control system according to claim 1, further comprising a server.
【請求項3】 上記分散サービス制御システムは、さら
に、 インタフェース意味の変換情報を記憶する変換データベ
ースと、 上記クライアントからの問い合わせ情報のうちインタフ
ェース意味の情報を除いたサービスとインタフェース形
式からなる疑似変換問い合わせ情報を上記サーバに送る
疑似変換問い合わせ装置と、 その疑似変換問い合わせ情報とサーバ自身のサービスと
インタフェース形式が一致したサーバから、そのサーバ
のインタフェース意味を返答情報として受けとり、受け
とったインタフェース意味とクライアントからの問い合
わせ情報のインタフェース意味が変換データベースに変
換可能なインタフェース意味として記憶されている場
合、そのサーバをサービス可能なサーバと決定して返答
する疑似変換返答装置と、 上記変換データベースに記憶された変換情報を用いて、
そのサービス可能なサーバとクライアントとインタフェ
ースすることができる請求項2記載の変換サーバを生成
する変換サーバ生成手段とを備えた疑似変換サーバを有
することを特徴とする請求項1記載の分散サービス制御
システム。
3. The distributed service control system further comprises a conversion database for storing conversion information of interface meaning, and a pseudo conversion inquiry consisting of a service and an interface format excluding the information of interface meaning from the inquiry information from the client. The interface conversion meaning of the server is received as reply information from the pseudo-conversion inquiry device that sends information to the server, and the server in which the pseudo-conversion inquiry information matches the server's own service and interface format, and the received interface meaning and the client's interface meaning If the interface meaning of the inquiry information is stored in the conversion database as a convertible interface meaning, a pseudo-conversion response device that determines and responds to that server as a serviceable server; Using the conversion information stored in the conversion database,
The distributed service control system according to claim 1, further comprising a pseudo conversion server having conversion server generating means for generating the conversion server according to claim 2, which can interface with the serviceable server and the client. .
【請求項4】 上記分散サービス制御システムは、さら
に、 インタフェース形式の変換情報を記憶する変換データベ
ースと、 上記クライアントからの問い合わせ情報のうちインタフ
ェース形式の情報を除いたサービスとインタフェース意
味からなる疑似変換問い合わせ情報を上記サーバに送る
疑似変換問い合わせ装置と、 その疑似変換問い合わせ情報とサーバ自身のサービスと
インタフェース意味が一致したサーバから、そのサーバ
のインタフェース形式を返答情報として受けとり、受け
とったインタフェース形式とクライアントからの問い合
わせ情報のインタフェース形式が変換データベースに変
換可能なインタフェース形式として記憶されている場
合、そのサーバをサービス可能なサーバと決定して返答
する疑似変換返答装置と、 上記変換データベースに記憶された変換情報を用いて、
そのサービス可能なサーバとクライアントとインタフェ
ースすることができる請求項2記載の変換サーバを生成
する変換サーバ生成手段とを備えた疑似変換サーバを有
することを特徴とする請求項1記載の分散サービス制御
システム。
4. The distributed service control system further comprises a conversion database for storing conversion information in an interface format, and a pseudo conversion inquiry having a service and an interface meaning excluding information in the interface format from inquiry information from the client. The interface format of the server is received as reply information from the pseudo-conversion inquiry device that sends information to the server, and the server whose pseudo-conversion inquiry information matches the server's own service and interface meaning. If the interface format of the inquiry information is stored as a convertible interface format in the conversion database, a pseudo conversion response device that determines and responds to that server as a serviceable server, Using the conversion information stored in the conversion database,
The distributed service control system according to claim 1, further comprising a pseudo conversion server having conversion server generating means for generating the conversion server according to claim 2, which can interface with the serviceable server and the client. .
【請求項5】 上記分散サービス制御システムは、さら
に、 上記クライアントからの問い合わせ情報のサービスを複
数のサービスに分割し、その複数のサービスについてそ
れぞれサービス可能なサーバを問い合わせる問い合わせ
情報を作成する作成手段と、 その作成された問い合わせ情報を上記サーバに送ること
によりサービス可能なサーバを問い合わせる複合問い合
わせ装置と、 上記複数のサービスについてそれぞれサービス可能なサ
ーバがあった場合、サービス可能である旨の返答情報を
クライアントに返答する複合返答装置とを備えた複合サ
ーバを有することを特徴とする請求項1記載の分散サー
ビス制御システム。
5. The distributed service control system further comprises a creating unit that divides the service of the inquiry information from the client into a plurality of services and creates inquiry information for inquiring a serviceable server for each of the plurality of services. , A compound inquiring device that inquires a serviceable server by sending the created inquiry information to the server, and, if there is a server that can service each of the plurality of services, reply information indicating that service is possible to the client 2. The distributed service control system according to claim 1, further comprising a composite server including a composite reply device for replying to.
【請求項6】 上記分散サービス制御システムは、さら
に、 複合された1つのサービスのサービスとインタフェース
形式とインタフェース意味を有するインタフェース情報
と、そのサービスを行うための複数の分割されたサービ
スのサービスとインタフェース形式とインタフェース意
味を有するインタフェース情報とを備える複合情報を記
憶する複合サービスデータベースと、 上記クライアントから問い合わせられたサービスが複合
サービスデータベース中に複合されたサービスとして存
在した場合、複合サービスデータベース中の分割された
サービスのインタフェース情報を問い合わせ情報として
上記サーバに問い合わせる疑似複合問い合わせ装置と、 分割されたサービスについてそれぞれサービス可能なサ
ーバがあった場合、サービス可能である旨の返答情報を
クライアントに返答する疑似複合返答装置と、 上記サービス可能なサーバとクライアントとインタフェ
ースすることができる請求項5記載の複合サーバを生成
する複合サーバ生成手段とを備えた疑似複合サーバを有
することを特徴とする請求項1記載の分散サービス制御
システム。
6. The distributed service control system further comprises: interface information having a composite service and interface format and interface meaning of one service, and a plurality of divided service services and interfaces for performing the service. A composite service database that stores composite information having a format and interface information having an interface meaning, and if the service inquired by the client exists as a composite service in the composite service database, the composite service database is divided. If there is a pseudo compound inquiring device that inquires the above server with the interface information of the service as inquiry information and a server that can service each of the divided services, the service is available. A pseudo compound reply device for replying to the client with reply information indicating that it is capable, and a compound server generation means for generating a compound server according to claim 5 capable of interfacing with the serviceable server and the client. The distributed service control system according to claim 1, further comprising a composite server.
JP5099398A 1993-04-26 1993-04-26 Decentralized service control system Pending JPH06309262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5099398A JPH06309262A (en) 1993-04-26 1993-04-26 Decentralized service control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5099398A JPH06309262A (en) 1993-04-26 1993-04-26 Decentralized service control system

Publications (1)

Publication Number Publication Date
JPH06309262A true JPH06309262A (en) 1994-11-04

Family

ID=14246396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5099398A Pending JPH06309262A (en) 1993-04-26 1993-04-26 Decentralized service control system

Country Status (1)

Country Link
JP (1) JPH06309262A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7293085B2 (en) 2001-12-10 2007-11-06 Sony Corporation Data processing system, information processing apparatus, data processing method, and computer program
US8033324B2 (en) 2003-11-04 2011-10-11 Sony Corporation Jet flow generating apparatus, electronic apparatus, and jet flow generating method
JP2013145572A (en) * 2006-09-22 2013-07-25 Sensormatic Electron Corp System and method for event management

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7293085B2 (en) 2001-12-10 2007-11-06 Sony Corporation Data processing system, information processing apparatus, data processing method, and computer program
USRE43192E1 (en) 2001-12-10 2012-02-14 Sony Corporation Data processing system, information processing apparatus, data processing method, and computer program
USRE44560E1 (en) 2001-12-10 2013-10-22 Sony Corporation Data processing system, information processing apparatus, data processing method and computer program
US8033324B2 (en) 2003-11-04 2011-10-11 Sony Corporation Jet flow generating apparatus, electronic apparatus, and jet flow generating method
JP2013145572A (en) * 2006-09-22 2013-07-25 Sensormatic Electron Corp System and method for event management

Similar Documents

Publication Publication Date Title
US11599535B2 (en) Query translation for searching complex structures of objects
CN1812407B (en) Multi-language domain name service method and device
US7496497B2 (en) Method and system for selecting web site home page by extracting site language cookie stored in an access device to identify directional information item
US20130007054A1 (en) Federated search
US20030130984A1 (en) System and methods for asynchronous synchronization
EP1450267A2 (en) Methods and systems for language translation
US7269665B2 (en) Isolated mapping point
EP1116100A4 (en) Multiscript database system and method
US7272792B2 (en) Kana-to-kanji conversion method, apparatus and storage medium
EP1073953B1 (en) Computer architecture using self-manipulating trees
JPH10307818A (en) Document translation system, its method and recording medium recording document translating program
CN108536728A (en) A kind of data query method and apparatus
CN114676686B (en) Data dictionary processing method, translation method and related device
WO2000065486A2 (en) A method of mapping semantic context to enable interoperability among disparate sources
US8918383B2 (en) Vector space lightweight directory access protocol data search
JPH06309262A (en) Decentralized service control system
Golding et al. The refdbms distributed bibliographic database system
JP2003006455A (en) Translation service system
US20040162823A1 (en) Message translation using adaptive agents
US7475096B2 (en) System for distributed communications
JP3601869B2 (en) Machine translation system
JP3347506B2 (en) Machine translation system
JPH09179873A (en) Method and device for information retrieval
JP2022165879A (en) Information generation program, information generation method, and information generation apparatus
JP2020191099A (en) Document search device, document search method, and computer program