JPH05134959A - Remote service execution control system - Google Patents

Remote service execution control system

Info

Publication number
JPH05134959A
JPH05134959A JP3298666A JP29866691A JPH05134959A JP H05134959 A JPH05134959 A JP H05134959A JP 3298666 A JP3298666 A JP 3298666A JP 29866691 A JP29866691 A JP 29866691A JP H05134959 A JPH05134959 A JP H05134959A
Authority
JP
Japan
Prior art keywords
remote service
computer
information
load
network
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
JP3298666A
Other languages
Japanese (ja)
Inventor
Takayuki Hamaki
貴之 浜木
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP3298666A priority Critical patent/JPH05134959A/en
Publication of JPH05134959A publication Critical patent/JPH05134959A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To provide the remote service execution control system which can execute a remote service in an optimal computer on a network. CONSTITUTION:One set of computer (remote service manager 12) on a network is provided with a remote service information managing part 3, a load information managing part 4 and a remote service execution control part 5, and also, all computers (remote service agents 11) that can execute a remote service are provided with a remote service information collecting part 1 and a load information collecting part 2. Thus, in the remote service manager 12, remote service information and load information can always by centralized. In a computer (remote service client 13) which desires to execute an execution request of the remote service, the remote service can be executed in an optimal computer whose load is minimum by executing an inquiry to the remote service manager 12.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はネットワークに結合され
た計算機において、遠隔の計算機に遠隔サービスを実行
させる遠隔サービス実行制御システムに関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a remote service execution control system that allows a remote computer to execute a remote service in a computer connected to a network.

【0002】[0002]

【従来の技術】従来の遠隔サービス実行制御システムと
しては、例えば「日経エレクトロニクス(1991年6
月11日(502号))」の137ページ〜138ペー
ジ)に示されたものが知られている。このシステムを図
9に基づき説明する。図9において、遠隔サービス実行
制御部91は、遠隔サービスの実行を要求する全ての計
算機が有し、遠隔サービス情報管理部92は遠隔サービ
スを実行可能な全ての計算機が有する。また、上記全て
の計算機はネットワークで接続されている。
2. Description of the Related Art As a conventional remote service execution control system, for example, "Nikkei Electronics (June 1991)
Pp. 137 to 138) of the 11th of the month (No. 502)). This system will be described with reference to FIG. In FIG. 9, the remote service execution control unit 91 is included in all computers that request execution of remote services, and the remote service information management unit 92 is included in all computers that can execute remote services. Further, all the above computers are connected by a network.

【0003】この構成によれば、まず、遠隔サービスの
実行を要求する計算機Xにおいて、遠隔サービス実行制
御部91に上記遠隔サービス名を含んだ実行計算機問い
合わせ要求を送信する。計算機X上の遠隔サービス実行
制御部91はブロードキャスト通信を利用して各計算機
上の遠隔サービス情報管理部92に上記遠隔サービス名
を含んだ遠隔サービス情報参照要求を送信する。
According to this configuration, first, in the computer X requesting the execution of the remote service, the executing computer inquiry request including the remote service name is transmitted to the remote service execution control unit 91. The remote service execution control unit 91 on the computer X uses broadcast communication to send a remote service information reference request including the remote service name to the remote service information management unit 92 on each computer.

【0004】各計算機上の遠隔サービス情報管理部92
は自計算機で実行可能な遠隔サービスに関する情報を保
持する。遠隔サービス情報参照要求を受信した場合、上
記遠隔サービス情報参照要求で指定された遠隔サービス
が実行可能かどうか判断する。上記遠隔サービスが実行
可能な場合、自計算機の負荷値を獲得し上記負荷値を計
算機Xに返す。上記遠隔サービスが実行できない場合、
返答しない。
Remote service information management unit 92 on each computer
Holds information about remote services that can be executed on its own computer. When the remote service information reference request is received, it is determined whether the remote service specified by the remote service information reference request can be executed. When the remote service can be executed, the load value of the own computer is acquired and the load value is returned to the computer X. If the above remote service cannot be executed,
I don't reply.

【0005】計算機X上の遠隔サービス実行制御部91
は負荷情報参照要求に対する返答を受信した計算機の中
から負荷値の最小の計算機を上記遠隔サービスを実行す
るのに最適な計算機であるとみなして、負荷値の最小な
計算機の計算機名を返す。
Remote service execution controller 91 on computer X
Regards the computer with the smallest load value among the computers that have received the response to the load information reference request as the optimal computer for executing the remote service, and returns the computer name of the computer with the smallest load value.

【0006】[0006]

【発明が解決しようとする課題】ところで、上記のよう
な構成では、遠隔サービスの実行の毎にブロードキャス
ト通信を利用するので、全ての計算機に割り込みをかけ
ることになり、遠隔サービスの実行に関係のない計算機
の性能まで低下させるという問題点を有していた。
By the way, in the above-mentioned configuration, since the broadcast communication is used every time the remote service is executed, all computers are interrupted, which is related to the execution of the remote service. It had a problem of reducing the performance of a computer that does not exist.

【0007】本発明は上記問題点に鑑み、遠隔サービス
情報と負荷情報を一箇所で集中管理し、最適な計算機に
おいて遠隔サービスを実行させる遠隔サービス実行制御
システムを提供することを目的とする。
In view of the above problems, it is an object of the present invention to provide a remote service execution control system that centrally manages remote service information and load information at one place and executes a remote service on an optimum computer.

【0008】[0008]

【課題を解決するための手段】上記問題点を解決するた
めに本発明の遠隔サービス実行制御システムは、遠隔サ
ービスの実行可能な第1の計算機と、 遠隔サービスの
実行要求を行う第2の計算機と 遠隔サービスの集中管
理を行う第3の計算機とが、ネットワーク上に設けら
れ、前記第1の計算機は、自計算機が実行可能な遠隔サ
ービスの情報を収集しネットワークに送出する遠隔サー
ビス情報収集部と、自計算機の負荷情報を収集しネット
ワークに送出する負荷情報収集部とを有し、前記第2の
計算機は、遠隔サービスの実行要求を行うクライアント
アプリケーションを有し、前記第3の計算機は、第1の
計算機の遠隔サービス情報収集部からネットワークに送
出された遠隔サービス情報をネットワークから取り込み
集中管理する遠隔サービス情報管理部と、同第1の計算
機の負荷情報収集部からネットワークに送出された負荷
情報をネットワークから取り込み集中管理する負荷情報
管理部と、上記遠隔サービス情報管理部で管理されてい
る遠隔サービス情報と上記負荷情報管理部で管理されて
いる負荷情報を元に遠隔サービスを実行するのに最適な
計算機を選出する遠隔サービス実行制御部とを有してい
ることを特徴としている。
In order to solve the above problems, a remote service execution control system according to the present invention comprises a first computer capable of executing a remote service and a second computer issuing a remote service execution request. And a third computer that performs centralized management of remote services, provided on a network, and the first computer is a remote service information collecting unit that collects information of remote services executable by the own computer and sends the information to the network. And a load information collection unit that collects load information of its own computer and sends it to the network, the second computer has a client application that makes a remote service execution request, and the third computer has A remote server for fetching from the network the remote service information sent from the remote service information collecting unit of the first computer to the network and centrally managing it. Information management unit, a load information management unit for centrally managing load information sent from the network from the load information collection unit of the first computer, and a remote service managed by the remote service information management unit. It is characterized by having a remote service execution control unit that selects an optimum computer for executing the remote service based on the information and the load information managed by the load information management unit.

【0009】[0009]

【作用】本発明は上記した構成によって、ネットワーク
上の第1の計算機の遠隔サービス情報収集部が収集した
遠隔サービス情報と負荷情報収集部が収集した負荷情報
をそれぞれ、第3の計算機における遠隔サービス情報管
理部と負荷情報管理部で集中管理し、第2の計算機のク
ライアントアプリケーションが遠隔サービス実行要求を
行なう場合、遠隔サービス実行制御部に問い合わせをす
ることにより、最適な計算機で遠隔サービスを実行する
ことになる。
According to the present invention, the remote service information collected by the remote service information collecting section of the first computer and the load information collected by the load information collecting section of the first computer on the network are respectively provided as remote services in the third computer. When the information management unit and the load information management unit perform centralized management, and the client application of the second computer makes a remote service execution request, the remote service execution control unit is queried to execute the remote service on the optimum computer. It will be.

【0010】[0010]

【実施例】以下本発明の一実施例の遠隔サービス実行制
御システムについて、図面を参照しながら説明する。図
1は本発明の実施例における遠隔サービス実行制御シス
テムのシステム構成を示すものである。図1において、
第1の計算機としての遠隔サービスエージェント11は
遠隔サービスを実行可能な計算機であり、遠隔サービス
情報収集部1と負荷情報収集部2と遠隔サービスを実行
するサーバアプリケーション6とを有する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A remote service execution control system according to an embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows the system configuration of a remote service execution control system in an embodiment of the present invention. In FIG.
The remote service agent 11 as a first computer is a computer that can execute a remote service, and has a remote service information collecting unit 1, a load information collecting unit 2, and a server application 6 that executes a remote service.

【0011】第2の計算機としての遠隔サービスクライ
アント13は、遠隔サービスの実行を要求するクライア
ントアプリケーション7を有する。第3の計算機として
の遠隔サービスマネージャ12は、遠隔サービスの実行
制御を集中管理するためにネットワーク上に必ず一台必
要な計算機であり、遠隔サービス情報管理部3と負荷情
報管理部4と遠隔サービス実行制御部5とを有する。上
記遠隔サービスエージェント11と上記遠隔サービスマ
ネージャ12と上記遠隔サービスクライアント13は全
てネットワークで接続されている。
The remote service client 13 as the second computer has a client application 7 which requests execution of a remote service. The remote service manager 12 as a third computer is a computer that is necessarily required on the network to centrally manage execution control of remote services, and includes a remote service information management unit 3, a load information management unit 4, and a remote service. The execution control unit 5 is included. The remote service agent 11, the remote service manager 12, and the remote service client 13 are all connected by a network.

【0012】図2は本実施例における遠隔サービスマネ
ージャ12上の遠隔サービス情報管理部3が遠隔サービ
ス情報を保持するための遠隔サービステーブル21の内
部構成例を示すものである。遠隔サービステーブル21
では遠隔サービス名と上記遠隔サービスを実行可能な計
算機名のリストとを対の形で管理する。図3は本実施例
における遠隔サービスマネージャ12上の負荷情報管理
部4が負荷情報を保持するための負荷テーブル31の内
部構成例を示すものである。負荷テーブル31では計算
機名と上記計算機の負荷値とを対の形で管理する。
FIG. 2 shows an internal configuration example of the remote service table 21 for the remote service information management section 3 on the remote service manager 12 in this embodiment to hold the remote service information. Remote service table 21
Then, a remote service name and a list of computer names capable of executing the remote service are managed in a pair. FIG. 3 shows an example of the internal configuration of the load table 31 for the load information management unit 4 on the remote service manager 12 in the present embodiment to hold the load information. The load table 31 manages the computer name and the load value of the computer in pairs.

【0013】上記構成の遠隔サービス実行制御システム
について、以下図4〜図8のフローチャートを参照しな
がらその動作を説明する。遠隔サービスエージェント1
1上の遠隔サービス情報収集部1は自計算機のサーバア
プリケーション6を管理し、上記サーバアプリケーショ
ン6に関する遠隔サービス情報を保持する。自計算機の
起動時および上記遠隔サービス情報の変更時、自計算機
名と自計算機の遠隔サービス情報を獲得し(ステップ4
1)、自計算機名と自計算機の遠隔サービス情報を対に
して遠隔サービス情報更新要求を遠隔サービスマネージ
ャ12に送信する(ステップ42)。本実施例では、計
算機Zからは遠隔サービス情報として遠隔サービス名A
と遠隔サービス名Bとが、計算機Wからは遠隔サービス
情報として遠隔サービス名Aと遠隔サービス名Cとが遠
隔サービスマネージャ12に送信される。
The operation of the remote service execution control system having the above configuration will be described below with reference to the flow charts of FIGS. Remote Service Agent 1
The remote service information collecting unit 1 on 1 manages the server application 6 of its own computer and holds remote service information regarding the server application 6. When the local computer is started and the remote service information is changed, the local computer name and remote service information of the local computer are acquired (step 4
1) A remote service information update request is transmitted to the remote service manager 12 by pairing the local computer name and the remote service information of the local computer (step 42). In this embodiment, the remote service name A from the computer Z is used as remote service information.
The remote service name B and the remote service name B are transmitted from the computer W to the remote service manager 12 as the remote service information.

【0014】遠隔サービスエージェント11上の負荷情
報収集部2は自計算機名と自計算機の負荷値を獲得し
(ステップ51)、自計算機名と上記負荷値とを対にし
て負荷情報更新要求を送信する(ステップ52)。負荷
値としては計算機のロードアベレージを用い、上記処理
は一定時間間隔で行なう。遠隔サービスマネージャ12
上の遠隔サービス情報管理部3は遠隔サービス情報を遠
隔サービステーブル21に格納して管理する。遠隔サー
ビスエージェント11からの遠隔サービス情報更新要求
を受信した場合(ステップ60)、遠隔サービステーブ
ル21を更新する(ステップ61)。また、同ステップ
60で、遠隔サービス情報参照要求を受信した場合、遠
隔サービステーブル21を参照して上記遠隔サービス情
報参照要求で指定された遠隔サービス名に対応する計算
機名リストを返す(ステップ62)。
The load information collection unit 2 on the remote service agent 11 obtains the computer name and the load value of the computer (step 51), and sends a load information update request with the computer name and the load value as a pair. (Step 52). A load average of a computer is used as the load value, and the above processing is performed at regular time intervals. Remote service manager 12
The above remote service information management unit 3 stores the remote service information in the remote service table 21 and manages it. When the remote service information update request is received from the remote service agent 11 (step 60), the remote service table 21 is updated (step 61). Further, when the remote service information reference request is received in the same step 60, the remote service table 21 is referred to and the computer name list corresponding to the remote service name specified in the remote service information reference request is returned (step 62). ..

【0015】遠隔サービスマネージャ12上の負荷情報
管理部4は負荷情報を負荷テーブル31に格納して管理
する。遠隔サービスエージェント11からの負荷情報更
新要求を受信した場合(ステップ70)、負荷テーブル
31を更新する(ステップ71)。また、同ステップ7
0で、負荷情報参照要求を受信した場合、負荷テーブル
31を参照して上記負荷情報参照要求で指定された計算
機名に対応した負荷値を返す(ステップ72)。計算機
Zと計算機Wの負荷値が各々3.0と5.0である時の
負荷テーブル31の内容を示したものが図3である。
The load information management unit 4 on the remote service manager 12 stores the load information in the load table 31 and manages it. When the load information update request is received from the remote service agent 11 (step 70), the load table 31 is updated (step 71). Also, step 7
When the load information reference request is received at 0, the load value corresponding to the computer name designated by the load information reference request is returned with reference to the load table 31 (step 72). FIG. 3 shows the contents of the load table 31 when the load values of the computer Z and the computer W are 3.0 and 5.0, respectively.

【0016】遠隔サービスマネージャ12上の遠隔サー
ビス実行制御部5は、実行計算機問い合わせ要求を受信
した場合(ステップ80)、まず遠隔サービス情報管理
部3に上記実行計算機問い合わせ要求で指定された遠隔
サービス名で遠隔サービス情報参照要求を送信して計算
機名リストを獲得する(ステップ81)。次に上記処理
で獲得した計算機名リスト内の各計算機名毎に負荷情報
管理部4に負荷情報参照要求を送信して負荷値を獲得す
る(ステップ82)。最後に負荷値が最小の計算機を上
記遠隔サービスを実行するのに最適な計算機であるとみ
なして、負荷値の最小な計算機の計算機名を返す(ステ
ップ83)。
When the remote service execution control unit 5 on the remote service manager 12 receives the execution computer inquiry request (step 80), first, the remote service information management unit 3 specifies the remote service name specified by the execution computer inquiry request. Then, a remote service information reference request is transmitted to acquire a computer name list (step 81). Next, a load information reference request is transmitted to the load information management unit 4 for each computer name in the computer name list acquired in the above processing to acquire the load value (step 82). Finally, the computer with the smallest load value is regarded as the optimal computer for executing the remote service, and the computer name of the computer with the smallest load value is returned (step 83).

【0017】遠隔サービスエージェント11(計算機Z
と計算機W)と遠隔サービスマネージャ12(計算機
Y)が上記動作を常時行なうことにより、遠隔サービス
マネージャ12(計算機Y)は遠隔サービステーブルと
負荷テーブルに常に最新の遠隔サービス情報と負荷情報
を保持することができる。遠隔サービスクライアント1
3(計算機X)上のクライアントアプリケーション7が
遠隔サービスAの実行要求を行ないたい場合、遠隔サー
ビスマネージャ12(計算機Y)上の遠隔サービス実行
制御部5に最適な計算機の問い合わせを行なう。遠隔サ
ービス実行制御部5は遠隔サービス情報管理部3より遠
隔サービスAを実行可能な計算機として計算機名Zと計
算機名Wを獲得する。次に負荷情報管理部4より計算機
Zの負荷値3.0と計算機Wの負荷値5.0とを獲得
し、負荷値の最小な計算機Zを遠隔サービスAを実行す
るのに最適な計算機として返す。以上によりクライアン
トアプリケーション7は遠隔サービスAを最適な計算機
Zで実行できる。
Remote service agent 11 (computer Z
The computer W) and the remote service manager 12 (computer Y) constantly perform the above operations, so that the remote service manager 12 (computer Y) always holds the latest remote service information and load information in the remote service table and the load table. be able to. Remote service client 1
When the client application 7 on the computer 3 (computer X) wants to make an execution request for the remote service A, it inquires the remote service execution controller 5 on the remote service manager 12 (computer Y) about the optimum computer. The remote service execution control unit 5 acquires a computer name Z and a computer name W from the remote service information management unit 3 as computers capable of executing the remote service A. Next, the load value management unit 4 acquires the load value 3.0 of the computer Z and the load value 5.0 of the computer W, and the computer Z having the smallest load value is set as the optimum computer for executing the remote service A. return. As described above, the client application 7 can execute the remote service A on the optimum computer Z.

【0018】このように本実施例によれば、ネットワー
ク上の一台の計算機(遠隔サービスマネージャ12)に
遠隔サービス情報管理部3と負荷情報管理部4と遠隔サ
ービス実行制御部5を設け、かつ遠隔サービスを実行可
能なすべての計算機(遠隔サービスエージェント11)
に遠隔サービス情報収集部1と負荷情報収集部2を設け
ることにより、常時遠隔サービスマネージャ12におい
て遠隔サービス情報と負荷情報を集中管理することがで
き、最適な計算機において遠隔サービスの実行を行なう
ことができる。
As described above, according to this embodiment, one computer (remote service manager 12) on the network is provided with the remote service information management unit 3, the load information management unit 4, and the remote service execution control unit 5, and All computers that can execute remote services (remote service agent 11)
By providing the remote service information collecting unit 1 and the load information collecting unit 2 in the remote service manager 12, the remote service manager 12 can always centrally manage the remote service information and the load information, and the remote service can be executed by an optimum computer. it can.

【0019】なお、第1の実施例において、負荷情報と
して計算機のロードアベレージを用いたが、負荷情報と
しては計算機のロードアベレージとメモリの使用量とを
組み合わせた値を用いてもよい。また、遠隔サービスエ
ージェント11と遠隔サービスマネージャ12は異なる
計算機としたが、遠隔サービスエージェント11が遠隔
サービスマネージャ12を兼ねてもよい。同様に、遠隔
サービスエージェント11が遠隔サービスクライアント
13を兼ねてもよい。
Although the load average of the computer is used as the load information in the first embodiment, a value obtained by combining the load average of the computer and the amount of memory used may be used as the load information. Although the remote service agent 11 and the remote service manager 12 are different computers, the remote service agent 11 may also serve as the remote service manager 12. Similarly, the remote service agent 11 may also serve as the remote service client 13.

【0020】[0020]

【発明の効果】以上のように本発明はネットワーク上の
一台の計算機に遠隔サービス情報管理部と負荷情報情報
管理部と遠隔サービス実行制御部を設け、かつ遠隔サー
ビスを実行可能なすべての計算機に遠隔サービス情報収
集部と負荷情報情報収集部を設けることにより、従来の
ようにブロードキャスト通信を利用することなく、一台
の計算機において遠隔サービス情報と負荷情報を集中管
理することができ、最適な計算機において遠隔サービス
の実行を行なうことができるという効果がある。
As described above, according to the present invention, one computer on the network is provided with the remote service information management unit, the load information information management unit, and the remote service execution control unit, and all the computers capable of executing the remote service. By providing a remote service information collection unit and a load information information collection unit in a single computer, it is possible to centrally manage remote service information and load information without using broadcast communication as in the past, and it is optimal. There is an effect that the remote service can be executed in the computer.

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

【図1】本発明の第1の実施例における遠隔サービス実
行制御システムのシステム構成図である。
FIG. 1 is a system configuration diagram of a remote service execution control system in a first embodiment of the present invention.

【図2】上記実施例における遠隔サービステーブルの一
例の内部構成例である。
FIG. 2 is an internal configuration example of an example of a remote service table in the above embodiment.

【図3】上記実施例における負荷テーブルの一例の内部
構成例である。
FIG. 3 is an example of an internal configuration of an example of a load table in the above embodiment.

【図4】上記実施例における遠隔サービス情報収集部の
制御手順を示すフローチャートである。
FIG. 4 is a flowchart showing a control procedure of a remote service information collecting unit in the above embodiment.

【図5】上記実施例における負荷情報収集部の制御手順
を示すフローチャートである。
FIG. 5 is a flowchart showing a control procedure of a load information collection unit in the above embodiment.

【図6】上記実施例における遠隔サービス情報管理部の
制御手順を示すフローチャートである。
FIG. 6 is a flowchart showing a control procedure of a remote service information management unit in the above embodiment.

【図7】上記実施例における負荷情報管理部の制御手順
を示すフローチャートである。
FIG. 7 is a flowchart showing a control procedure of a load information management unit in the above embodiment.

【図8】上記実施例における遠隔サービス実行制御部の
制御手順を示すフローチャートである。
FIG. 8 is a flowchart showing a control procedure of a remote service execution control unit in the above embodiment.

【図9】従来の遠隔サービス実行制御システムの一例の
システム構成図である。
FIG. 9 is a system configuration diagram of an example of a conventional remote service execution control system.

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

1 遠隔サービス情報収集部 2 負荷情報収集部 3 遠隔サービス情報管理部 4 負荷情報情報管理部 5 遠隔サービス実行制御部 6 サーバアプリケーション 7 クライアントアプリケーション 11 遠隔サービスエージェント 12 遠隔サービスマネージャ 13 遠隔サービスクライアント 21 遠隔サービステーブル 31 負荷テーブル 91 遠隔サービス実行制御部 92 遠隔サービス情報管理部 1 Remote Service Information Collection Unit 2 Load Information Collection Unit 3 Remote Service Information Management Unit 4 Load Information Information Management Unit 5 Remote Service Execution Control Unit 6 Server Application 7 Client Application 11 Remote Service Agent 12 Remote Service Manager 13 Remote Service Client 21 Remote Service Table 31 Load table 91 Remote service execution control unit 92 Remote service information management unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 遠隔サービスの実行可能な第1の計算機
と、 遠隔サービスの実行要求を行う第2の計算機と遠隔サー
ビスの集中管理を行う第3の計算機とが、ネットワーク
上に設けられ、 前記第1の計算機は、自計算機が実行可能な遠隔サービ
スの情報を収集しネットワークに送出する遠隔サービス
情報収集部と、自計算機の負荷情報を収集しネットワー
クに送出する負荷情報収集部とを有し、 前記第2の計算機は、遠隔サービスの実行要求を行うク
ライアントアプリケーションを有し、 前記第3の計算機は、第1の計算機の遠隔サービス情報
収集部からネットワークに送出された遠隔サービス情報
をネットワークから取り込み集中管理する遠隔サービス
情報管理部と、同第1の計算機の負荷情報収集部からネ
ットワークに送出された負荷情報をネットワークから取
り込み集中管理する負荷情報管理部と、上記遠隔サービ
ス情報管理部で管理されている遠隔サービス情報と上記
負荷情報管理部で管理されている負荷情報を元に遠隔サ
ービスを実行するのに最適な計算機を選出する遠隔サー
ビス実行制御部とを有していることを特徴とする遠隔サ
ービス実行制御システム。
1. A first computer capable of executing a remote service, a second computer requesting execution of a remote service, and a third computer performing centralized management of a remote service are provided on a network, and The first computer has a remote service information collection unit that collects information on remote services that the computer can execute and sends it to the network, and a load information collection unit that collects load information of the computer and sends it to the network. The second computer has a client application for making a remote service execution request, and the third computer receives from the network the remote service information sent from the remote service information collecting unit of the first computer to the network. The load sent to the network from the remote service information management unit that performs centralized acquisition and the load information collection unit of the first computer Load information management unit that retrieves information from the network and performs centralized management, remote service execution based on remote service information managed by the remote service information management unit and load information managed by the load information management unit. And a remote service execution control unit for selecting an optimum computer for the remote service execution control system.
JP3298666A 1991-11-14 1991-11-14 Remote service execution control system Pending JPH05134959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3298666A JPH05134959A (en) 1991-11-14 1991-11-14 Remote service execution control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3298666A JPH05134959A (en) 1991-11-14 1991-11-14 Remote service execution control system

Publications (1)

Publication Number Publication Date
JPH05134959A true JPH05134959A (en) 1993-06-01

Family

ID=17862699

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3298666A Pending JPH05134959A (en) 1991-11-14 1991-11-14 Remote service execution control system

Country Status (1)

Country Link
JP (1) JPH05134959A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09204383A (en) * 1996-01-25 1997-08-05 Nec Corp Client, server terminal connection method and client terminal equipment
JPH09288648A (en) * 1996-04-19 1997-11-04 Matsushita Electric Ind Co Ltd Distributed processing method in network and its system
JPH1027146A (en) * 1996-07-11 1998-01-27 Kyushu Nippon Denki Software Kk Communication processor and its method
JPH10149306A (en) * 1996-11-18 1998-06-02 Nippon Telegr & Teleph Corp <Ntt> Service cooperation device and its generation device
US6285977B1 (en) 1993-04-20 2001-09-04 Mitsubishi Denki Kabushiki Kaisha Multi-agents cooperating method and system
JP2008537816A (en) * 2005-03-23 2008-09-25 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system, and program for selecting a resource manager to satisfy a service request (selection of a resource manager to satisfy a service request)
JP2012108902A (en) * 2010-10-29 2012-06-07 Kotatsu Kokusai Denshi Kofun Yugenkoshi Method for executing service group discovery procedure in communication system
CN113765870A (en) * 2020-09-01 2021-12-07 北京沃东天骏信息技术有限公司 Remote service calling method, device and system

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6285977B1 (en) 1993-04-20 2001-09-04 Mitsubishi Denki Kabushiki Kaisha Multi-agents cooperating method and system
JPH09204383A (en) * 1996-01-25 1997-08-05 Nec Corp Client, server terminal connection method and client terminal equipment
JPH09288648A (en) * 1996-04-19 1997-11-04 Matsushita Electric Ind Co Ltd Distributed processing method in network and its system
JPH1027146A (en) * 1996-07-11 1998-01-27 Kyushu Nippon Denki Software Kk Communication processor and its method
JPH10149306A (en) * 1996-11-18 1998-06-02 Nippon Telegr & Teleph Corp <Ntt> Service cooperation device and its generation device
JP2008537816A (en) * 2005-03-23 2008-09-25 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system, and program for selecting a resource manager to satisfy a service request (selection of a resource manager to satisfy a service request)
US8126914B2 (en) 2005-03-23 2012-02-28 International Business Machines Corporation Selecting a resource manager to satisfy a service request
JP2012108902A (en) * 2010-10-29 2012-06-07 Kotatsu Kokusai Denshi Kofun Yugenkoshi Method for executing service group discovery procedure in communication system
US8762487B2 (en) 2010-10-29 2014-06-24 Htc Corporation Method of performing a service group discovery procedure in a communication system and related communication device
CN113765870A (en) * 2020-09-01 2021-12-07 北京沃东天骏信息技术有限公司 Remote service calling method, device and system
CN113765870B (en) * 2020-09-01 2023-09-05 北京沃东天骏信息技术有限公司 Remote service calling method, device and system

Similar Documents

Publication Publication Date Title
US6256747B1 (en) Method of managing distributed servers and distributed information processing system using the method
US7277896B2 (en) File sharing system and client apparatus
US5905868A (en) Client/server distribution of performance monitoring data
US7296061B2 (en) Distributed web services network architecture
US20030028656A1 (en) System and method for fractional resource scheduling
JP2012038152A (en) Connection management system and connection management server cooperation method in thin client system
MX2007015188A (en) Extensible and automatically replicating server farm configuration management infrastructure.
JP2000083049A (en) Method for executing policy controlling device on network
JPH0844677A (en) Distributed processing system
US7590618B2 (en) System and method for providing location profile data for network nodes
CN113810443A (en) Resource management method, system, proxy server and storage medium
US6853995B2 (en) Information retrieval/distribution system, computer readable storage medium, and program for information retrieval/distribution
JPH05134959A (en) Remote service execution control system
US6931427B2 (en) Method and apparatus for discovering data services in a distributed computer system
JPH05113963A (en) Job state display system
JPH11232201A (en) Communication resource control device
JP2007013804A (en) Attribute designated communication method and communication apparatus thereof
JP2000047890A (en) Distributed object managing system, its object selecting method and storage medium recording its processing program
JP3405243B2 (en) Workflow change system and workflow change method
JP2000076032A (en) State access system
JPH11143978A (en) Table update processing method in work flow system
JPH09251414A (en) Network communication system and method therefor
JP3061842B2 (en) Automatic logon host selection method
JP2001005827A (en) Distribution retrieving device and distribution retrieving program storage medium
JP3741818B2 (en) Information distribution response system with many computers participating