JPH05143559A - Load distribution method in distributed processing system - Google Patents

Load distribution method in distributed processing system

Info

Publication number
JPH05143559A
JPH05143559A JP3085478A JP8547891A JPH05143559A JP H05143559 A JPH05143559 A JP H05143559A JP 3085478 A JP3085478 A JP 3085478A JP 8547891 A JP8547891 A JP 8547891A JP H05143559 A JPH05143559 A JP H05143559A
Authority
JP
Japan
Prior art keywords
service
computer
sub
computers
load
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
JP3085478A
Other languages
Japanese (ja)
Inventor
Hajime Sueda
田 始 末
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP3085478A priority Critical patent/JPH05143559A/en
Publication of JPH05143559A publication Critical patent/JPH05143559A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To make it possible to perform an automatic load distribution without any manual work by performing an enquiry of a loading state to all service computers existing in a system when each sub-computer is connected with the service computers and connecting the sub-computers with the lightest load service computer based on the response. CONSTITUTION:When each sub-computers 21 to 24 are connected with service computers 11, 12, each sub-computer 21 (22/23/24) executes a load state enquiry program 2b. At first, a load enquiry packet which the address of the sub- computer and a request service name are set is prepared. Next, the load enquiry packet is transmitted as a multi-address notification for all the service computers 11, 12 by a broadcast mode to a network 3 via a network interface 2a and the state becomes the standby state of a response packet. Thus, the processing of a service is performed by automatically selecting the lightest load service computer connected on the network 3 and by connecting with this.

Description

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

【0001】〔発明の目的〕[Object of the Invention]

【産業上の利用分野】本発明は分散処理システムにおけ
る負荷分散方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load balancing method in a distributed processing system.

【0002】[0002]

【従来の技術】従来、複数のサービス計算機と、複数の
サブ計算機と、複数のサービス計算機と複数のサブ計算
機とを結ぶネットワークとからなる分散処理システムが
ある。この分散処理システムにあっては、各サブ計算機
がサービス計算機のサービスを要求する場合、複数存在
する中から1台を選定してそれに接続し、この接続した
サービス計算機からサービスの提供を受けるようになっ
ている。
2. Description of the Related Art Conventionally, there is a distributed processing system including a plurality of service computers, a plurality of sub computers, and a network connecting the plurality of service computers and the plurality of sub computers. In this distributed processing system, when each sub-computer requests the service of the service computer, one of the plurality of sub-computers is selected and connected to it, and the service is provided from this connected service computer. Is becoming

【0003】ところで、このようなシステムにおいて
は、サブ計算機を1つのサービス計算機に接続する際、
任意のサービス計算機に接続すると、サービス計算機間
での負荷状態が偏ってしまうため、接続の際には作業が
面倒にはなるものの各サービス計算機の負荷状態を考慮
する必要がある。
By the way, in such a system, when connecting a sub computer to one service computer,
When connecting to any service computer, the load states among the service computers are biased. Therefore, it is necessary to consider the load state of each service computer when connecting, though the work is troublesome.

【0004】そのため、一般には、作業者がネットワー
ク上に存在するサービス計算機の数とサブ計算機の数と
を基にサービス計算機に接続するサブ計算機の数が均等
化するように計算した後、各サブ計算機上の記憶装置に
接続先のサービス計算機のアドレスを設定し、各サブ計
算機がサービスを要求する場合、その記憶装置に設定さ
れているアドレスのサービス計算機に接続してそれを行
うようにしている。このようにしてサービス計算機に対
するサブ計算機の割振りを行うことにて負荷分散を行っ
ているものである。
Therefore, in general, an operator calculates the number of sub-computers connected to the service computer based on the number of service computers and the number of sub-computers existing on the network so that each sub-computer is equalized. When the address of the service computer of the connection destination is set in the storage device on the computer and each sub computer requests the service, it is connected to the service computer of the address set in the storage device and it does it. .. In this way, load is distributed by allocating sub-computers to service computers.

【0005】しかしながら、この従来の負荷分散法で
は、ネットワーク上の計算機の数が増えるほどその割振
りは難しく煩雑化するという問題がある。
However, this conventional load balancing method has a problem that the allocation becomes difficult and complicated as the number of computers on the network increases.

【0006】特に、サブ計算機の数が増えると、それだ
けアドレスの設定作業が増えることにもなり、作業の煩
雑化が著しい。
Particularly, as the number of sub-computers increases, the address setting work also increases, and the work becomes significantly complicated.

【0007】さらに、一旦、割振りが決定しているシス
テムにて、計算機数の増減や各サービス計算機の性能変
更等、システム構成の変更があった場合、新たに、上述
した計算機の数に基づく割振り作業を行わなければなら
ないという問題もある。
Further, when the system configuration is changed, such as the increase or decrease of the number of computers or the change of the performance of each service computer, etc., in the system whose allocation has been decided once, the allocation based on the number of the above-mentioned computers is newly added. There is also the problem of having to do some work.

【0008】[0008]

【発明が解決しようとする課題】このように従来の負荷
分散法は、人手を煩わすものであり、更にその煩わす度
合いは、システム変更が生じ、そしてシステムが拡大さ
れるほどひどくなるという問題があり、つまりは、シス
テムの成長を拒むものとも言え、抜本的な改善が要求さ
れる。
As described above, the conventional load balancing method requires a lot of labor, and the degree of the trouble is worse as the system is changed and the system is expanded. In other words, it can be said that it hinders the growth of the system, and drastic improvements are required.

【0009】本発明は、このような従来技術の有する問
題点に鑑みてなされたもので、その目的とするところ
は、人手を煩わすことなく自動的に負荷分散を行える、
分散処理システムにおける負荷分散方法を提供すること
にある。
The present invention has been made in view of the above-mentioned problems of the prior art. The object of the present invention is to automatically perform load distribution without human labor.
It is to provide a load balancing method in a distributed processing system.

【0010】〔発明の構成〕[Structure of Invention]

【0011】[0011]

【課題を解決するための手段】本発明の分散処理システ
ムにおける負荷分散方法は、複数のサブ計算機各々が何
れかのサービス計算機に接続するにあたり、そのサブ計
算機から複数のサービス計算機に対する負荷状態の問合
せとしての同報通知をネットワークへ送出し、その複数
のサービス計算機が負荷状態の問合せに対する応答とし
て負荷状態通知をネットワークへ送出し、係る同報通知
を発生したサブ計算機がその負荷状態通知に基づいて負
荷状態通知を発生したサービス計算機の中で最軽負荷の
サービス計算機を求め、この最軽負荷サービス計算機と
接続するようにしたことを特徴とする
According to a load balancing method in a distributed processing system of the present invention, when each of a plurality of sub-computers connects to any service computer, the sub-computer inquires of the load status to the plurality of service computers. Is sent to the network as a response to the inquiry about the load status, and the sub-computer that generated the broadcast notification sends the load notification to the network based on the load status notification. It is characterized in that the service computer with the lightest load is obtained from the service computers that have issued the load status notification, and is connected to this service computer with the lightest load.

【0012】[0012]

【作用】本発明によれば、各サブ計算機がサービス計算
機に接続する際に、システムに存在する全サービス計算
機に向けての負荷状態の問合せを行い、その応答に基づ
いて最軽負荷のサービス計算機に接続することにより負
荷分散を行うようになっている。
According to the present invention, when each sub-computer is connected to the service computer, the service computers in the system are inquired about the load status toward all the service computers existing in the system, and the service computer with the lightest load is based on the response. The load is distributed by connecting to.

【0013】よって、サービス計算機に対しサブ計算機
が均等に割振られるように接続されるので、人手を煩わ
すこと無く自動的に負荷分散を行うことができる。これ
により、人手による作業は、システムの大きさなどとは
無関係に一定の簡単な作業、例えば、接続指令を出す、
というような単純なものだけにすることができる。
Therefore, since the sub-computers are connected to the service computer so as to be evenly allocated, the load can be automatically distributed without the need for manpower. As a result, the manual work is a constant simple work regardless of the size of the system, for example, a connection command is issued.
It can be as simple as

【0014】更に、各サブ計算機はサービス計算機への
接続の度に、その接続すべきサービス計算機を最軽負荷
の計算機に決定するため、サービス計算機の追加等のシ
ステム変更が生じた場合でも負荷の分散が自動的に行わ
れ、何ら人手を煩わすことはない。
Further, each time the sub-computer is connected to the service computer, the service computer to be connected is determined to be the computer with the lightest load. Therefore, even if a system change such as the addition of a service computer occurs, the load is The distribution is done automatically without any human intervention.

【0015】[0015]

【実施例】以下に本発明の実施例について図面を参照し
つつ説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0016】図1は本発明の一実施例に係る負荷分散方
法を実現するサブ計算機の負荷状態問合せプログラム及
びサービス計算機の負荷状態チェックプログラムを示す
フローチャート、図2は図1に示す実施例のサービス計
算機及びサブ計算機の機能ブロック図、図3はシステム
全体の機能ブロック図である。
FIG. 1 is a flow chart showing a load status inquiry program of a sub-computer and a load status check program of a service computer for realizing a load balancing method according to an embodiment of the present invention, and FIG. 2 is a service of the embodiment shown in FIG. FIG. 3 is a functional block diagram of the computer and the sub computer, and FIG. 3 is a functional block diagram of the entire system.

【0017】まず、図3において、ここではサービス計
算機が符号11,12で示すものの2台、サブ計算機が
符号21,…,24で示すものの4台により構成される
システムを一例として示している。よって、各サブ計算
機21〜24は2台のサービス計算機11,12の何れ
かに接続されそのサービスの提供を受けることとなる。
3はそれら計算機を結ぶネットワークである。
First, FIG. 3 shows an example of a system in which two service computers are shown by reference numerals 11 and 12 and four sub computers are shown by reference numerals 21, ..., 24. Therefore, each of the sub computers 21 to 24 is connected to any of the two service computers 11 and 12 to receive the service.
3 is a network connecting these computers.

【0018】図2において、サービス計算機1はネット
ワークインタフェイス1aと負荷状態チェックプログラ
ム1bとサービスプログラム1cとを備え、サブ計算機
2はネットワークインタフェイス2aと負荷状態問合せ
プログラム2bとサービス要求プログラム2cとを有し
ている。
In FIG. 2, the service computer 1 comprises a network interface 1a, a load status check program 1b and a service program 1c, and the sub computer 2 comprises a network interface 2a, a load status inquiry program 2b and a service request program 2c. Have

【0019】この構成において、各サブ計算機21〜2
4がサービス計算機11,12の何れかに接続するにあ
たっては、まず、各サブ計算機21(/22/23/2
4)は負荷状態問合せプログラム2bを実行する。この
負荷状態問合せプログラム2bは図1(a)に示すもの
であり、オペレータの接続指示等により起動する。最
初、ステップST201において、そのサブ計算機のア
ドレスと要求サービス名とを設定した負荷問合せパケッ
トを作成し、次のステップST202においてその負荷
問合せパケットをブロードキャストモードで全サービス
計算機11,12に対する同報通知としてネットワーク
インタフェイス2aを介してネットワーク3に送出す
る。そして、ステップST203,ST204における
応答パケットの待機状態となる。
In this configuration, each sub computer 21-2
4 connects to either of the service computers 11 and 12, first, each sub computer 21 (/ 22/23/2)
4) executes the load status inquiry program 2b. This load status inquiry program 2b is shown in FIG. 1A, and is started by an operator's connection instruction or the like. First, in step ST201, a load inquiry packet in which the address of the sub-computer and the requested service name are set is created, and in the next step ST202, the load inquiry packet is broadcasted to all service computers 11 and 12 in broadcast mode. It is sent to the network 3 via the network interface 2a. Then, the standby state for the response packet in steps ST203 and ST204 is entered.

【0020】サービス計算機11,12は、図1(b)
に示す負荷状態チェックプログラム1bを常時、他の処
理プログラムと並行して実行する。まず、そのステップ
ST101においては負荷問合せパケットを一定時間待
ち、その後、ステップST102において問合せの有無
を確認する。無ければ、ステップST101に戻り、そ
れらの処理を繰返す。そして、ネットワークインタフェ
イス1aを介してサブ計算機21(/22/23/2
4)からの負荷問合せパケットを受信したときには、ス
テップST102の判断がYESとなって、ステップS
T103でその受信パケットにおける要求サービス名と
サービスプログラム1cのサービス名とを対比し、一致
しているか否か、つまり要求されているサービスの提供
が可能であるか否かをチェックする。そして、ステップ
ST104において、その要求サービス名のチェックの
結果、要求されているサービスの提供が不可能であれば
判断はNOとなり、ステップST101に戻る。また、
チェックの結果、そのサービス提供が可能であれば、ス
テップST104の判断がYESとなって、ステップ1
05に移る。このステップST105では、当該サービ
ス計算機11(/12)自己に接続済であるサブ計算機
の数と自己のアドレスとを設定した負荷応答パケットを
組立てる。次いで、ステップST106において、問合
わせ元のサブ計算機21(/22/23/24)に向
け、ネットワークインタフェイス1aを介してその負荷
応答パケットをネットワーク3に送出する。その後、処
理はステップST101に戻る。
The service computers 11 and 12 are shown in FIG.
The load status check program 1b shown in 1 is always executed in parallel with other processing programs. First, in step ST101, a load inquiry packet is waited for a certain period of time, and then in step ST102, the presence or absence of an inquiry is confirmed. If not, the process returns to step ST101 to repeat those processes. Then, via the network interface 1a, the sub computer 21 (/ 22/23/2
When the load inquiry packet from 4) is received, the determination in step ST102 is YES and step S
At T103, the requested service name in the received packet is compared with the service name of the service program 1c, and it is checked whether they match, that is, whether the requested service can be provided. Then, in step ST104, as a result of checking the requested service name, if the requested service cannot be provided, the determination is NO, and the process returns to step ST101. Also,
As a result of the check, if the service can be provided, the determination in step ST104 is YES and step 1
Move to 05. In this step ST105, a load response packet in which the number of sub-computers already connected to the service computer 11 (/ 12) self and its own address are set is assembled. Next, in step ST106, the load response packet is sent to the network 3 via the network interface 1a toward the inquiry source sub-computer 21 (/ 22/23/24). Then, the process returns to step ST101.

【0021】負荷問合せパケットを送出したサブ計算機
21(/22/23/24)は、ステップST203,
ST204において負荷応答パケットの待機状態となっ
ている。つまり、ステップST203では負荷応答パケ
ットの受信を行い、記憶する。これに次ぐステップST
204では応答パケット待機状態となってから一定時間
経過したか否かをチェックし、一定時間が経過していな
ければステップST203へ戻り、引続き応答パケット
を待機する。ステップST204の判断の結果、一定時
間が過ぎたら、この時点で応答パケットの受信を打切
る。つまり、サービス計算機により提供可能なサービス
が異なり、また、ビジー状態で応答不可能な場合やサー
ビス計算機の数が変更になった場合も予想され、返って
くる応答の数は不確定なために、いつまでも待たずに時
間で切るようにしているものである。
The sub computer 21 (/ 22/23/24) which has sent the load inquiry packet,
In ST204, the load response packet is in a standby state. That is, in step ST203, the load response packet is received and stored. Next step ST
At 204, it is checked whether or not a fixed time has passed since the state of waiting for a response packet, and if the fixed time has not passed, the process returns to step ST203 to continuously wait for a response packet. As a result of the determination in step ST204, if the fixed time has passed, the reception of the response packet is terminated at this point. In other words, the services that can be provided differ depending on the service computer, and it is expected that if the service computer is busy and unable to respond, or if the number of service computers changes, the number of responses returned is uncertain. It does not wait forever and cuts in time.

【0022】応答パケットの受信を打切ると、続いてス
テップST205で、応答の有ったサービス計算機のパ
ケットにおける負荷状態をチェックし、最も負荷の軽い
ものを求める。この際、負荷状態が同一であったときに
は、あらかじめ定められた優先準位で、接続すべきサー
ビス計算機を決定する。そして、ステップST206に
おいて、求めたサービス計算機に接続し、処理をサービ
ス要求プログラム2cに渡すこととなる。以降は、この
サービス要求プログラム2cとサービス計算機における
サービスプログラム1cとのやり取りが行われることと
なる。
When the reception of the response packet is terminated, then in step ST205, the load state in the packet of the service computer that has made a response is checked to find the one with the lightest load. At this time, when the load states are the same, the service computer to be connected is determined by a predetermined priority level. Then, in step ST206, the service computer is connected to the obtained service computer and the processing is passed to the service request program 2c. After that, the service request program 2c and the service program 1c in the service computer are exchanged.

【0023】このような構成において、サブ計算機2
1,22,23,24の順で新規に接続の処理を行うと
次ぎのようになる。
In such a configuration, the sub computer 2
When new connection processing is performed in the order of 1, 22, 23, and 24, the result is as follows.

【0024】まず、サブ計算機21は、サービス計算機
11とサービス計算機12に接続済みのサブ計算機の数
が共に“0”で負荷が等しいために、優先準位が上のサ
ービス計算機11に接続されてサービスの処理を行う。
First, the sub computer 21 is connected to the service computer 11 having a higher priority level because the number of sub computers connected to the service computer 11 and the number of sub computers connected to the service computer 12 are both “0” and the loads are equal. Process the service.

【0025】次ぎに、サブ計算機22は、サービス計算
機11に接続済みのサブ計算機の数が“1”、サービス
計算機12に接続済みのサブ計算機の数が“0”であ
り、サービス計算機12の負荷が軽いために、このサー
ビス計算機12に接続され、サービスの処理を行う。
Next, in the sub computer 22, the number of sub computers connected to the service computer 11 is “1”, the number of sub computers connected to the service computer 12 is “0”, and the load of the service computer 12 is small. Since it is light, it is connected to the service computer 12 and processes the service.

【0026】サブ計算機23は、サービス計算機11と
サブ計算機12との接続済みのサブ計算機数が共に
“1”で負荷が等しいため、サービス計算機11に接続
されサービスの処理を行う。
The sub computer 23 is connected to the service computer 11 and performs service processing because the number of connected sub computers of the service computer 11 and the sub computer 12 is "1" and the loads are equal.

【0027】そして、サブ計算機24は、サービス計算
機11に接続済みのサブ計算機数が“2”、サービス計
算機12に接続済みのサブ計算機数が“1”で、サービ
ス計算機12の方が軽負荷であるために、このサービス
計算機12に接続し、サービスの処理を行うこととな
る。
In the sub computer 24, the number of sub computers connected to the service computer 11 is "2", the number of sub computers connected to the service computer 12 is "1", and the service computer 12 is lighter in load. Because of this, the service computer 12 is connected to perform service processing.

【0028】この結果、各サービス計算機11,12に
接続されたサブ計算機数は共に“2”となり負荷が均等
化されることとなる。
As a result, the number of sub-computers connected to each of the service computers 11 and 12 is "2", and the loads are equalized.

【0029】このように、サブ計算機は、常に、ネット
ワーク3上に接続されている全てのサービス計算機の中
で最も負荷の軽いサービス計算機を自動的に選択し、そ
のサービス計算機と接続しサービスの処理を行うことに
より、ネットワーク3上のサービス計算機の負荷が均等
に分散されることとなる。
As described above, the sub computer automatically selects the service computer with the lightest load among all the service computers connected to the network 3 and connects to the service computer to process the service. By doing so, the load of the service computer on the network 3 is evenly distributed.

【0030】また、上記したように、サービス計算機1
1に2台のサブ計算機21,23が、サービス計算機1
2に2台のサブ計算機22,24が接続されている状態
のとき、サービス計算機の数が1台増え、かつサブ計算
機の数が2台増えたとし、その接続を行うことを考え
る。
Further, as described above, the service computer 1
Two sub computers 21 and 23 are connected to the service computer 1
When two sub-computers 22 and 24 are connected to 2, it is assumed that the number of service computers has increased by one and the number of sub-computers has increased by two.

【0031】この場合、負荷状態は、サービス計算機1
1が“2”、サービス計算機12が“2”、新設サービ
ス計算機が“0”となり、この新設サービス計算機が最
も負荷が軽いため、最初に要求を出したサブ計算機はそ
の新規サービス計算機に接続してサービスの処理を行う
こととなる。
In this case, the load condition is the service computer 1
1 is “2”, service computer 12 is “2”, and new service computer is “0”. Since this new service computer has the lightest load, the sub computer that first issued the request connects to that new service computer. Will process the service.

【0032】すると、サービス計算機11に接続済みの
サブ計算機数は“2”、サービス計算機12に接続済み
のサブ計算機数は“2”、上記新設サービス計算機に接
続済みのサブ計算機数は“1”となり、未だ新設サービ
ス計算機が最も軽負荷となるため、2番目に要求を出し
たサブ計算機は、この新設サービス計算機に接続される
こととなる。
Then, the number of sub computers connected to the service computer 11 is "2", the number of sub computers connected to the service computer 12 is "2", and the number of sub computers connected to the new service computer is "1". Since the new service computer still has the lightest load, the sub computer requesting the second request will be connected to this new service computer.

【0033】よって、各サービス計算機に接続されたサ
ブ計算機数は共に“2”となり、サービス計算機が新設
された場合でも何ら人手を煩わすことなく負荷が自動的
に均等化されることとなる。
Therefore, the number of sub-computers connected to each service computer is "2", and even if a service computer is newly installed, the load is automatically equalized without any human intervention.

【0034】[0034]

【発明の効果】以上説明したように本発明によれば、各
サブ計算機がサービス計算機に接続する際に、システム
に存在する全サービス計算機に向けての負荷状態の問合
せを行い、その応答に基づいて最軽負荷のサービス計算
機に接続することにより負荷分散を行うようになってい
るため、サービス計算機に対しサブ計算機が均等に割振
られるように接続されるので、人手を煩わすこと無く自
動的に負荷分散を行うことができる。これにより、人手
による作業は、システムの大きさなどとは無関係に一定
の簡単な作業、例えば、接続指令を出す、というような
単純なものだけにすることができる。
As described above, according to the present invention, when each sub-computer is connected to the service computer, a query of the load status is made to all the service computers existing in the system, and based on the response, The load is distributed by connecting to the service computer with the lightest load, so the sub computers are connected so that they are evenly allocated to the service computer, so the load is automatically loaded without human intervention. Dispersion can be performed. As a result, the manual work can be limited to a certain simple work regardless of the size of the system, for example, a simple work such as issuing a connection command.

【0035】更に、各サブ計算機はサービス計算機への
接続の度に、その接続すべきサービス計算機を最軽負荷
の計算機に決定するため、サービス計算機の追加等のシ
ステム変更が生じた場合でも負荷の分散が自動的に行わ
れ、何ら人手を煩わすことはない。
Furthermore, each time the sub-computer is connected to the service computer, the service computer to be connected is determined to be the computer with the lightest load. Therefore, even if a system change such as the addition of a service computer occurs, the load is not changed. The distribution is done automatically without any human intervention.

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

【図1】本発明の一実施例に係る負荷分散方法を実現す
るサービス計算機の負荷状態チェックプログラム及びサ
ブ計算機の負荷問合せプログラムのフローチャート。
FIG. 1 is a flowchart of a load status check program of a service computer and a load inquiry program of a sub computer that realizes a load distribution method according to an embodiment of the present invention.

【図2】図1に示す実施例のサービス計算機及びサブ計
算機の機能ブロック図。
FIG. 2 is a functional block diagram of a service computer and a sub computer according to the embodiment shown in FIG.

【図3】システム全体の機能ブロック図。FIG. 3 is a functional block diagram of the entire system.

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

11,12 サービス計算機 1a ネットワークインタフェイス 1b 負荷状態チェックプログラム 1c サービスプログラム 21〜24 サブ計算機 2a ネットワークインタフェイス 2b 負荷問合せプログラム 2c サービス要求プログラム 3 ネットワーク ST201,ST202 サブ計算機の負荷問合せ処理 ST101〜ST106 サービス計算機の負荷状態応
答処理 ST203〜ST206 サブ計算機の接続処理
11, 12 Service computer 1a Network interface 1b Load status check program 1c Service program 21-24 Sub computer 2a Network interface 2b Load inquiry program 2c Service request program 3 Network ST201, ST202 Sub computer load inquiry processing ST101-ST106 Service computer Load state response process ST203 to ST206 Sub computer connection process

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のサービス計算機と、それぞれ該複数
のサービス計算機の何れか1台に接続されてそのサービ
スの提供を受ける複数のサブ計算機と、前記複数のサー
ビス計算機と前記複数のサブ計算機とを結ぶネットワー
クとからなる分散処理システムにおいて、 前記複数のサブ計算機各々が前記複数のサービス計算機
の何れかに接続するにあたり、 そのサブ計算機から前記複数のサービス計算機に対する
負荷状態の問合せとしての同報通知を前記ネットワーク
へ送出し、 前記複数のサービス計算機が前記負荷状態の問合せに対
する応答として負荷状態通知を前記ネットワークへ送出
し、 前記同報通知を発生したサブ計算機がその負荷状態通知
に基づいて該負荷状態通知を発生したサービス計算機の
中で最軽負荷のサービス計算機を求め、該最軽負荷サー
ビス計算機と接続する、ことを特徴とする分散処理シス
テムにおける負荷分散方法。
1. A plurality of service computers, a plurality of sub-computers each of which is connected to any one of the plurality of service computers to receive the service thereof, the plurality of service computers and the plurality of sub-computers. In a distributed processing system consisting of a network connecting the plurality of sub-computers, when each of the plurality of sub-computers connects to any of the plurality of service computers, the sub-computer broadcasts as a query of the load status to the plurality of service computers. To the network, the plurality of service computers send a load status notification to the network as a response to the inquiry about the load status, and the sub-computer that has generated the broadcast notification loads the load based on the load status notification. Find the service computer with the lightest load among the service computers that issued the status notification And a load balancing method in a distributed processing system, wherein the load balancing method is connected to the lightest load service computer.
JP3085478A 1991-04-17 1991-04-17 Load distribution method in distributed processing system Pending JPH05143559A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3085478A JPH05143559A (en) 1991-04-17 1991-04-17 Load distribution method in distributed processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3085478A JPH05143559A (en) 1991-04-17 1991-04-17 Load distribution method in distributed processing system

Publications (1)

Publication Number Publication Date
JPH05143559A true JPH05143559A (en) 1993-06-11

Family

ID=13860017

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3085478A Pending JPH05143559A (en) 1991-04-17 1991-04-17 Load distribution method in distributed processing system

Country Status (1)

Country Link
JP (1) JPH05143559A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0756868A (en) * 1993-08-10 1995-03-03 Nec Corp Distributed data processing system
JPH09325945A (en) * 1996-06-04 1997-12-16 Toshiba Corp Client/server system
US6026425A (en) * 1996-07-30 2000-02-15 Nippon Telegraph And Telephone Corporation Non-uniform system load balance method and apparatus for updating threshold of tasks according to estimated load fluctuation
JP2005092862A (en) * 2003-08-11 2005-04-07 Hitachi Ltd Load distribution method and client-server system
US7721295B2 (en) 2004-01-19 2010-05-18 Hitachi, Ltd. Execution multiplicity control system, and method and program for controlling the same
US7756978B2 (en) 2005-01-25 2010-07-13 Hitachi, Ltd. Multiplicity adjustment system and method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0756868A (en) * 1993-08-10 1995-03-03 Nec Corp Distributed data processing system
JPH09325945A (en) * 1996-06-04 1997-12-16 Toshiba Corp Client/server system
US6026425A (en) * 1996-07-30 2000-02-15 Nippon Telegraph And Telephone Corporation Non-uniform system load balance method and apparatus for updating threshold of tasks according to estimated load fluctuation
JP2005092862A (en) * 2003-08-11 2005-04-07 Hitachi Ltd Load distribution method and client-server system
US7721295B2 (en) 2004-01-19 2010-05-18 Hitachi, Ltd. Execution multiplicity control system, and method and program for controlling the same
US7756978B2 (en) 2005-01-25 2010-07-13 Hitachi, Ltd. Multiplicity adjustment system and method

Similar Documents

Publication Publication Date Title
US7287077B2 (en) Reservation of TCP/UDP ports using UID, GID or process name
JP3382953B2 (en) Client management flow control method and apparatus on finite memory computer system
US6195682B1 (en) Concurrent server and method of operation having client-server affinity using exchanged client and server keys
US5511169A (en) Data transmission apparatus and a communication path management method therefor
US7054946B2 (en) Dynamic configuration of network devices to enable data transfers
US7006512B2 (en) Apparatus and methods for managing queues on a mobile device system
JP3449684B2 (en) Software setting device, software setting method, and recording medium recording program for implementing the method
JP2002511959A (en) Communication system for client-server data processing system
WO2007073429A2 (en) Distributed and replicated sessions on computing grids
US7369505B2 (en) Method and system to efficiently manage network connection to connect a client and a resource
US6868450B1 (en) System and method for a process attribute based computer network filter
CN113810443A (en) Resource management method, system, proxy server and storage medium
CN114398176A (en) Service access method, device, electronic equipment and storage medium
US20030084140A1 (en) Data relay method
JPH05143559A (en) Load distribution method in distributed processing system
US7565664B2 (en) Distributed object controlling method and its carrying out system
CN114364031A (en) Service providing method, device and storage medium
US20060117041A1 (en) Connection of an application to a resource manager selected from a plurality of resource managers
JP2002342193A (en) Method, device and program for selecting data transfer destination server and storage medium with data transfer destination server selection program stored therein
JP3975511B2 (en) Personal communication distributed control system
JPH11232233A (en) Method for managing network computer and network computer system
JP3472066B2 (en) Exposure apparatus, semiconductor production system and semiconductor manufacturing method
JP3350838B2 (en) Distributed system control method
JP2003167775A (en) Load distribution system and load distribution device
CN113220439B (en) Device online control method and device, electronic device and readable storage medium