JP2003208414A - Server with load distribution function and client - Google Patents

Server with load distribution function and client

Info

Publication number
JP2003208414A
JP2003208414A JP2002005130A JP2002005130A JP2003208414A JP 2003208414 A JP2003208414 A JP 2003208414A JP 2002005130 A JP2002005130 A JP 2002005130A JP 2002005130 A JP2002005130 A JP 2002005130A JP 2003208414 A JP2003208414 A JP 2003208414A
Authority
JP
Japan
Prior art keywords
server
processing
time
load balancing
history information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002005130A
Other languages
Japanese (ja)
Inventor
Daiho Kasai
大歩 笠井
Kazuyuki Otsu
和之 大津
Takashi Kagei
隆 影井
Haruhiko Araki
春彦 荒木
Koji Suzuki
功二 鈴木
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2002005130A priority Critical patent/JP2003208414A/en
Publication of JP2003208414A publication Critical patent/JP2003208414A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To prevent the inappropriate selection of load distribution destination caused by selecting a load distribution server on the basis of an overload condition of a proxy server which selects the load distribution destination, and a processing standby time, in a load distribution processing system. <P>SOLUTION: The server 2 holds the contents (concretely, execution date and time of processing, processing time of processing, data volume relating to processing, and a data transfer time in processing by every processing assigned to the server) in assigning the processing as a history 3 for every server 2 in the network including itself, the server 2 which can execute the processing in a short time is estimated in reference to the held history 3 when the processing request is given from a client 1 to select the server 2 as the load distribution server 2, and the execution of the processing is assigned to the selected server 2. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数のサーバが接
続されたネットワークで、サーバでの処理をネットワー
ク内の他のサーバに負荷分散できるような負荷分散処理
システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load distribution processing system in a network to which a plurality of servers are connected so that the processing in the server can be load-balanced to other servers in the network.

【0002】[0002]

【従来の技術】複数のサーバが存在するネットワークに
おいて、クライアントからサーバへの処理要求を、各サ
ーバの負荷状況に応じて負荷分散を行う場合、従来は、
プロキシサーバが負荷分散先となるサーバを選出するよ
うになっていた。
2. Description of the Related Art In a network including a plurality of servers, when a processing request from a client to a server is distributed according to the load status of each server, conventionally,
The proxy server was supposed to select a server as the load distribution destination.

【0003】具体的には、従来の負荷分散処理システム
においては、図2に示すように、クライアントA(1−
a)、クライアントB(1−b)、クライアントC(1
−c)と、サーバA(2−a)、サーバB(2−b)、
サーバC(2−c)との間に、各サーバ2の負荷分散状
態を監視するプロキシサーバ4を用意し、このプロキシ
サーバ4が、クライアント1からサーバ2への処理要求
があった場合に、負荷分散先となるサーバ2を選出し、
選出したサーバ2に処理要求を行うようになっていた。
Specifically, in the conventional load balancing processing system, as shown in FIG. 2, the client A (1-
a), client B (1-b), client C (1
-C), server A (2-a), server B (2-b),
A proxy server 4 for monitoring the load distribution state of each server 2 is prepared between the server C (2-c), and when the proxy server 4 receives a processing request from the client 1 to the server 2, Select the server 2 as the load balancing destination,
The processing request was made to the selected server 2.

【0004】そして、プロキシサーバ4は、各サーバ2
のCPU使用率やメモリ使用量から処理の待機時間を算
出し、算出した処理の待機時間を基に各サーバ2の負荷
状況を把握し、負荷状況の小さいサーバ2を、負荷分散
先として選出するようになっていた。
[0006] The proxy server 4 is used by each server 2
The CPU standby rate and the memory usage of the server are used to calculate the processing standby time, the load status of each server 2 is ascertained based on the calculated processing standby time, and the server 2 with the smaller load status is selected as the load distribution destination. It was like this.

【0005】[0005]

【発明が解決しようとする課題】図2を用いて説明した
ように、従来の負荷分散処理システムにおいては、各サ
ーバ2の負荷分散状態を監視するプロキシサーバ4が、
クライアント1からサーバ2への処理要求を受けたとき
に、負荷状況の小さいサーバ2を選出し、選出したサー
バ2に処理要求を行うのが一般的であった。
As described with reference to FIG. 2, in the conventional load balancing processing system, the proxy server 4 that monitors the load balancing state of each server 2 is
In general, when a processing request from the client 1 to the server 2 is received, the server 2 having a small load condition is selected and the processing request is sent to the selected server 2.

【0006】しかし、図3に示すように、クライアント
1の数が増加すると、負荷分散先選出するプロキシサー
バ4へのクライアント1からの処理要求が集中してしま
うので、プロキシサーバ4の処理が負荷分散処理システ
ム全体のボトルネックとなってしまうという問題があっ
た。
However, as shown in FIG. 3, when the number of clients 1 increases, processing requests from the clients 1 to the proxy servers 4 selected as load balancing destinations concentrate, so that the processing of the proxy server 4 is loaded. There was a problem that it became a bottleneck for the entire distributed processing system.

【0007】また、図2を用いて説明したように、従来
の負荷分散処理システムにおいては、プロキシサーバ4
が、負荷分散先となるサーバ2の選出を行う際には、各
サーバ2のCPU使用率やメモリ使用量から処理の待機
時間を算出し、算出した処理の待機時間を基に行うのが
一般的であった。
Further, as described with reference to FIG. 2, in the conventional load balancing processing system, the proxy server 4
However, when selecting the server 2 to be the load balancing destination, it is common to calculate the processing waiting time from the CPU usage rate and memory usage of each server 2 and perform the processing based on the calculated processing waiting time. It was target.

【0008】しかし、実際には、プロキシサーバ4が負
荷分散先として選出したサーバ2に処理要求を行う際に
は、処理を実行する上で必要となるデータの転送も行わ
れることとなる。このため、処理を実行する上で必要と
なるデータのデータ量が大きいと、負荷分散を行うより
も、自身の処理系にて処理を行う方がかえって効率よく
処理できる場合が少なからずあった。
However, in actuality, when the proxy server 4 makes a processing request to the server 2 selected as the load distribution destination, the data required for executing the processing is also transferred. For this reason, when the amount of data required to execute the processing is large, there are some cases where the processing can be performed more efficiently by the processing system of its own than by performing the load distribution.

【0009】そこで、本発明の目的は、負荷分散処理シ
ステムにおいて、負荷分散先の選出を行うプロキシサー
バの過負荷状態や、処理の待機時間を基に負荷分散先サ
ーバの選出を行うことによる不適切な負荷分散先の選出
を防止することにある。
Therefore, an object of the present invention is to avoid the load balancing processing system by selecting the load balancing destination server based on the overload state of the proxy server that selects the load balancing destination or the waiting time of the processing. This is to prevent the selection of an appropriate load distribution destination.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、負荷分散先の選出を行うプロキシサーバ
での処理が集中することを防ぐために、負荷分散先の選
出を、各サーバが行うようにしている。
In order to achieve the above object, the present invention selects load balancing destinations from each server in order to prevent concentration of processing in a proxy server that selects load balancing destinations. Is trying to do.

【0011】そして、各サーバは、自身を含むネットワ
ーク内の全てのサーバについて、処理を委託した際の内
容(具体的には、該サーバに委託した処理ごとに、該処
理の実行日時、該処理の処理時間、該処理に関するデー
タ量、および、該処理時のデータ転送時間)を履歴とし
て保持するようにし、上記ネットワークに接続されたク
ライアントから処理が要求された場合に、上記履歴情報
記憶手段が保持している履歴情報に基づいて、該処理の
実行に要するであろう時間が短いサーバを推測し、その
ようなサーバを負荷分散先サーバとして選出し、選出し
たサーバに処理の実行を委託するようにしている。
The contents of each server outsourced to all servers in the network including itself (specifically, for each process outsourced to the server, the execution date and time of the process and the process). Processing time, the amount of data relating to the processing, and the data transfer time during the processing) are retained as a history, and when the processing is requested by the client connected to the network, the history information storage means Based on the stored history information, it estimates a server that will take a short time to execute the process, selects such a server as the load balancing server, and entrusts the selected server to execute the process. I am trying.

【0012】[0012]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings.

【0013】(第1の実施形態)図1は、第1の実施形
態に係る負荷分散処理システムの構成例を示す図であ
る。
(First Embodiment) FIG. 1 is a diagram showing a configuration example of a load distribution processing system according to the first embodiment.

【0014】図1に示すように、第1の実施形態に係る
負荷分散処理システムは、ネットワークで接続されたサ
ーバA(2−a)、サーバB(2−b)、サーバC(2
−c)と、各サーバ2へ処理を要求するクライアント1
とを備えて構成される。なお、図1では、1つのクライ
アント1のみを記載しているが、実際には、2つ以上の
クライアント1が存在しているのが一般的である。
As shown in FIG. 1, the load balancing processing system according to the first embodiment is a server A (2-a), a server B (2-b), and a server C (2) connected by a network.
-C), and the client 1 requesting processing to each server 2
And is configured. Although only one client 1 is shown in FIG. 1, it is general that two or more clients 1 actually exist.

【0015】各サーバ2は、履歴A(3−a)、履歴B
(3−b)、履歴C(3−c)を保持し、これらの履歴
3には、以前に自サーバ2で処理を行った際の履歴内容
と、以前に他のサーバ2へ処理を委託した際の履歴内容
とが格納される。
Each server 2 has a history A (3-a) and a history B.
(3-b), the history C (3-c) is held, and the history contents when the processing was previously performed by the own server 2 and the processing history is previously entrusted to another server 2 in these history 3 The history contents at the time of doing are stored.

【0016】第1の実施形態においては、図1に示すよ
うに、クライアント1から処理要求を受けたサーバ(例
えば、サーバ2−a)が、自身の履歴A(3−a)を参
照し、処理の実行に最適なサーバ(例えば、サーバC
(2−c))を選出し、そのサーバC(3−c)に処理
の委託を行うようにするものである。
In the first embodiment, as shown in FIG. 1, a server (for example, server 2-a) that receives a processing request from the client 1 refers to its own history A (3-a), The best server to execute the process (for example, server C
(2-c)) is selected and the processing is outsourced to the server C (3-c).

【0017】以下、サーバA(2−a)が、クライアン
ト1から処理要求を受けた場合の動作について説明す
る。
The operation when the server A (2-a) receives a processing request from the client 1 will be described below.

【0018】ここで、各サーバ2の特徴として、 サーバA(2−a)…処理の待機時間長い、処理速度普
通 サーバB(2−b)…処理の待機時間短い、処理速度速
い、サーバA(2−a)との間のデータ転送時間普通 サーバC(2−c)…処理の待機時間短い、処理速度遅
い、サーバA(2−a)との間のデータ転送時間短い という特徴があるものとし、また、クライアント1から
サーバA(2−a)が処理要求を受けた時刻を、8月8
日00時00分00秒であるものとする。
The characteristics of each server 2 are as follows: Server A (2-a) ... Long processing waiting time, normal processing speed Server B (2-b) ... Short processing waiting time, Fast processing speed, Server A Data transfer time with (2-a) Ordinary server C (2-c) ... Features that the standby time for processing is short, processing speed is slow, and data transfer time with server A (2-a) is short. The time when the server 1 (2-a) receives the processing request from the client 1 is August 8
It is assumed that the day is 00:00:00.

【0019】図4〜図6に、サーバA(2−a)が保持
する履歴A(3−a)の内容を示す。図4は、サーバA
(2−a)自身についての履歴内容を示し、図5はサー
バB(2−b)についての履歴内容を示し、図6はサー
バC(2−c)についての履歴内容を示している。
4 to 6 show the contents of the history A (3-a) held by the server A (2-a). FIG. 4 shows the server A
(2-a) shows the history content of itself, FIG. 5 shows the history content of the server B (2-b), and FIG. 6 shows the history content of the server C (2-c).

【0020】図4に示すように、サーバA(2−a)
は、自サーバA(2−a)についての履歴内容として、 時間A…処理が実行され、処理結果を得るまでにかかっ
た時間 時間B…処理が実行されていた時間 時間C…処理の待機時間 時間D…委託先に転送するデータのデータ転送時間 時間E…委託先から委託元に転送されるデータのデータ
転送時間 データ量A…処理の実行に必要なデータのデータ量 データ量B…処理完了後に生成されるデータのデータ量 を保持している。
As shown in FIG. 4, server A (2-a)
Is the history content of its own server A (2-a), time A ... the time taken to obtain the processing result, time B ... the time the processing was performed time C ... the waiting time of the processing Time D: Data transfer time of data to be transferred to the consignee Time E: Data transfer time of data transferred from the consignee to the consignor Data amount A ... Data amount of data required to execute the process Data amount B ... Process completion Holds the amount of data that will be generated later.

【0021】また、図5および図6に示すように、サー
バA(2−a)は、サーバB(2−b)およびサーバC
(2−c)についての履歴内容として、 時間A…他サーバへ処理を委託して処理が実行され、処
理結果を受け取るまでにかかった時間 時間B…委託先で実際に処理が実行されていた時間 時間C…委託先での処理の待機時間 時間D…委託先に転送するデータのデータ転送時間 時間E…委託先から委託元に転送されるデータのデータ
転送時間 データ量A…委託先に転送するデータのデータ量 データ量B…委託先から委託元に転送されるデータのデ
ータ量 を保持している。
As shown in FIGS. 5 and 6, the server A (2-a) is a server B (2-b) and the server C is a server C (2-b).
As the history contents regarding (2-c), time A ... time was entrusted to another server to execute the process, and time taken until the processing result was received time B ... process was actually executed by the entrustee. Time Time C ... Waiting time for processing at the consignee Time D ... Data transfer time of data to be transferred to the consignee Time E ... Data transfer time of data transferred from the consignee to the consignee Source A ... Transfer to the consignee Data amount of data to be processed Data amount B ... Holds the data amount of data transferred from the entrustee to the entrustor.

【0022】ここで、履歴内容の導出方法について、ク
ライアント1からサーバA(2−a)が処理要求を受
け、サーバA(2−a)がサーバB(2−b)へ処理を
委託した場合に、サーバA(2−a)に保持される履歴
内容を例にして、図7を用いて説明する。
Regarding the method of deriving the history contents, when the server A (2-a) receives a processing request from the client 1 and the server A (2-a) entrusts the processing to the server B (2-b). In the following, the history content held in the server A (2-a) will be described as an example with reference to FIG. 7.

【0023】図7に示すように、サーバA(2−a)
は、まず、クライアント1から処理要求があった際に、
そのときの時刻a1を保持し、続いて、サーバB(2−
b)に処理を委託する際に、そのときの時刻a2を保持
すると共に、処理の実行に必要なデータのデータ量、す
なわち、サーバB(2−b)への転送データ量A1を保
持する。
As shown in FIG. 7, the server A (2-a)
First, when there is a processing request from client 1,
The time a1 at that time is held, and then the server B (2-
When the process is entrusted to b), the time a2 at that time is held, and the data amount of data necessary for executing the process, that is, the transfer data amount A1 to the server B (2-b) is held.

【0024】サーバB(2−b)は、サーバA(2−
a)から処理が委託された際に、そのときの時刻b1を
保持し、続いて、処理を実行する際に、処理開始時の時
刻b2および処理終了時の時刻b3を保持する。そし
て、サーバB(2−b)は、委託された処理を終える
と、処理結果、すなわち、処理完了後に生成されたデー
タを、サーバA(2−a)に返送するが、その際に、そ
のときの時刻b4を保持すると共に、処理完了後に生成
されたデータのデータ量、すなわち、サーバA(2−
a)への転送データ量B1を保持する。ここで、処理結
果の返送時には、パラメータとして、サーバB(2−
b)からサーバA(2−a)に対して、時刻b1、時刻
b2、時刻b3、時刻b4、データ量B1も送信され
る。
The server B (2-b) is connected to the server A (2-
When the process is entrusted from a), the time b1 at that time is held, and subsequently, when the process is executed, the time b2 at the start of the process and the time b3 at the end of the process are held. After finishing the entrusted processing, the server B (2-b) returns the processing result, that is, the data generated after the processing is completed, to the server A (2-a). At that time, While holding the time b4, the amount of data generated after the process is completed, that is, the server A (2-
The transfer data amount B1 to a) is held. Here, at the time of returning the processing result, the server B (2-
The time b1, the time b2, the time b3, the time b4, and the data amount B1 are also transmitted from b) to the server A (2-a).

【0025】サーバA(2−a)は、サーバB(2−
b)から処理結果を受信すると、そのときの時刻a3を
保持する。
The server A (2-a) is connected to the server B (2-
When the processing result is received from b), the time a3 at that time is held.

【0026】このようにして、保持・取得した時刻か
ら、サーバA(2−a)は、 時間A=時刻a3−時刻a2 時間B=時刻b3−時刻b2 時間C=時刻b2−時刻b1 時間D=時刻b1−時刻a2 時間E=時刻a3−時刻b4 データ量A=データ量A1 データ量B=データ量B1 を求め、サーバB(2−b)についての履歴内容に格納
することができる。
In this way, from the time of holding / acquiring, the server A (2-a) determines that time A = time a3-time a2 time B = time b3-time b2 time C = time b2-time b1 time D. = Time b1-Time a2 Time E = Time a3-Time b4 Data amount A = Data amount A1 Data amount B = Data amount B1 can be obtained and stored in the history content of the server B (2-b).

【0027】なお、サーバA(2−a)とサーバB(2
−b)との間で時刻が一致していることが前提なのは言
うまでもない。また、サーバA(2−a)が最初に保持
する時刻a1は、自身で処理を実行するときに、時刻b
1と同様に扱われるものである。
The server A (2-a) and the server B (2
It goes without saying that it is premised that the time is the same as that of -b). Further, the time a1 initially held by the server A (2-a) is the time b when the processing is executed by itself.
It is treated in the same manner as 1.

【0028】さて、第1の実施形態において、サーバA
(2−a)は、クライアント1から処理要求を受けた場
合に、自身を含めた全てのサーバ2のうちから、クライ
アント1から要求された処理の実行に要するであろう時
間が短いサーバ2を推測し、そのようなサーバ2を委託
先サーバ2として選出し、委託先サーバ2に処理を委託
するようにする。
Now, in the first embodiment, the server A
(2-a), when receiving a processing request from the client 1, selects the server 2 out of all the servers 2 including itself that has a shorter time required to execute the processing requested by the client 1. It is assumed that such a server 2 is selected as the entrusted server 2 and the entrusted server 2 is entrusted with the processing.

【0029】この推測は、クライアント1から受けた処
理要求のデータ量と、履歴A(3−a)の内容とに基づ
いて、後述する関数f(X)の値を算出することで行わ
れる。
This estimation is performed by calculating the value of the function f (X) described later based on the data amount of the processing request received from the client 1 and the contents of the history A (3-a).

【0030】すなわち、サーバA(2−a)は、まず、
関数f(X)で用いられる係数の設定を行う。ここで、
関数f(X)の係数設定について説明する。
That is, the server A (2-a) first
The coefficient used in the function f (X) is set. here,
The coefficient setting of the function f (X) will be described.

【0031】サーバA(2−a)は、履歴A(3−a)
の内容に基づいて、係数ai、係数bi、係数ci、係数
di、係数eiを求める。 ai=時間D/データ量A bi=時間E/データ量B ci=時間B/データ量A di=時間C ei=データ量B/データ量A
The server A (2-a) has a history A (3-a).
The coefficient ai, the coefficient bi, the coefficient ci, the coefficient di, and the coefficient ei are obtained based on the contents of. ai = time D / data amount A bi = time E / data amount B ci = time B / data amount A di = time C ei = data amount B / data amount A

【0032】続いて、サーバA(2−a)は、履歴A
(3−a)中の日時を参照し、委託先サーバ2の選出を
行う日時に近いレコード(履歴A(3−a)中のNo.
単位のデータ)ほど、委託先選出のレコードとして有用
なものと捉え、履歴A(3−a)中の各レコードについ
て重み付けを行う。
Subsequently, the server A (2-a) determines that the history A
By referring to the date and time in (3-a), a record (No. in history A (3-a)) close to the date and time when the outsourcing server 2 is selected.
The data of unit) is regarded as more useful as a record for selecting an outsourcee, and each record in the history A (3-a) is weighted.

【0033】第1の実施形態では、例えば、 重要度1…1時間以内の履歴 重要度2…1日以内の履歴 重要度3…3日以内の履歴 重要度4…3日を超える履歴 という4つの重要度を設け、数字が小さいものほど、重
要度が高いものとする。
In the first embodiment, for example, importance 1 ... History importance within 1 hour 2 ... History importance within 1 day 3 ... History importance within 3 days 4 ... History exceeding 3 days 4 There are two importance levels, and the smaller the number, the higher the importance.

【0034】そして、サーバA(2−a)は、図8に示
すように、これらの重要度と、先に求めた係数ai、係
数bi、係数ci、係数di、係数eiとを用いて、係数
A、係数B、係数C、係数D、係数Eを求める。
Then, the server A (2-a), as shown in FIG. 8, uses these importance levels and the coefficient ai, coefficient bi, coefficient ci, coefficient di, and coefficient ei previously obtained. The coefficient A, the coefficient B, the coefficient C, the coefficient D, and the coefficient E are obtained.

【0035】そして、サーバA(2−a)は、クライア
ント1から受けた処理に必要なデータのデータ量を変数
X(kByte)として、この変数Xと、図8に示すよ
うにして求めた係数A、係数B、係数C、係数D、係数
Eとから、以下に示す関数f(X)を計算する。
Then, the server A (2-a) uses the data amount of the data received from the client 1 for the processing as a variable X (kByte), and this variable X and the coefficient obtained as shown in FIG. A function f (X) shown below is calculated from A, coefficient B, coefficient C, coefficient D, and coefficient E.

【0036】 f(X)=(A+C)×X+B×E×X+D なお、f(X)値を求める計算は、履歴A(3−a)中
の全てのレコードごとに行われる。
F (X) = (A + C) × X + B × E × X + D The calculation for obtaining the f (X) value is performed for every record in the history record A (3-a).

【0037】f(X)値は、処理の実行に要するであろ
う時間の目安となるので、サーバA(2−a)は、この
f(X)値が小さいレコードに対応するサーバ2を委託
先サーバ2として選出するようにする。
Since the f (X) value serves as a measure of the time required to execute the process, the server A (2-a) entrusts the server 2 corresponding to the record with the small f (X) value. It is selected as the destination server 2.

【0038】図9は、Xの値と各サーバ2のf(X)値
との関係を表したグラフである。
FIG. 9 is a graph showing the relationship between the X value and the f (X) value of each server 2.

【0039】このグラフから、クライアント1から受け
た処理に必要なデータのデータ量の大きさに応じて、委
託先サーバ2が、サーバC(2−c)→サーバB(2−
b)→サーバA(2−a)という順に選出されることが
わかる。
From this graph, the entrusted server 2 changes from server C (2-c) to server B (2-) according to the size of the amount of data required for processing received from the client 1.
It can be seen that the selection is made in the order of b)-> server A (2-a).

【0040】なお、第1の実施形態において、関数f
(X)や重み付けの方法は、一例であり、本発明の主旨
を損なわない限り、ユーザが自由に設定/変更できるも
のである。
In the first embodiment, the function f
(X) and the weighting method are examples, and the user can freely set / change them without impairing the gist of the present invention.

【0041】(第2の実施形態)(Second Embodiment)

【0042】さて、第1の実施形態では、委託先サーバ
2の選出を行う際に、履歴3中の日時に基づいて、履歴
3中の各レコードについて重み付けを行っているが、日
時だけではなく、履歴3中のデータ量Aに基づいて重み
付けを行うようにしてもよい。
In the first embodiment, when selecting the outsourcing server 2, weighting is applied to each record in the history 3 based on the date and time in the history 3, but not only the date and time. The weighting may be performed based on the data amount A in the history 3.

【0043】以下、このようにする場合を、第2の実施
形態として説明する。
A case where this is done will be described below as a second embodiment.

【0044】第2の実施形態において、データ量Aに基
づく重み付けは、クライアント1から受けた処理に必要
なデータのデータ量に近いレコードほど、委託先選出の
レコードとして有用なものと捉えることを意味してい
る。
In the second embodiment, the weighting based on the data amount A means that the record closer to the data amount of the data received from the client 1 for processing is considered to be more useful as the record selected by the outsourcing contractor. is doing.

【0045】第2の実施形態では、例えば、 重要度1…1時間以内の履歴、かつ、データ量Aとの差
が50kByte以内の履歴 重要度2…1日以内の履歴、かつ、データ量Aとの差が
50kByte以内の履歴 重要度2…1時間以内の履歴、かつ、データ量Aとの差
が50kByteより大きく300kByte以内の履
歴 重要度3…3日以内の履歴、かつ、データ量Aとの差が
50kByte以内の履歴 重要度3…1時間以内の履歴、かつ、データ量Aとの差
が300kByteより大きく1000kByte以内
の履歴 重要度4…1日以内の履歴、かつ、データ量Aとの差が
50kByteより大きく300kByte以内の履歴 重要度5…3日を超える履歴、かつ、データ量Aとの差
が50kByte以内の履歴 重要度5…1時間以内の履歴、かつ、データ量Aとの差
が1000kByteより大きい履歴 重要度6…3日以内の履歴、かつ、データ量Aとの差が
50kByteより大きく300kByte以内の履歴 重要度6…1日以内の履歴、かつ、データ量Aとの差が
300kByteより大きく1000kByte以内の
履歴 重要度7…3日を超える履歴、かつ、データ量Aとの差
が50kByteより大きく300kByte以内の履
歴 重要度7…3日以内の履歴、かつ、データ量Aとの差が
300kByteより大きく1000kByte以内の
履歴 重要度7…1日以内の履歴、かつ、データ量Aとの差が
1000kByteより大きい履歴 重要度8…3日を超える履歴、かつ、データ量Aとの差
が300kByteより大きく1000kByte以内
の履歴 重要度8…3日以内の履歴、かつ、データ量Aとの差が
1000kByteより大きい履歴 重要度9…3日を超える履歴、かつ、データ量Aとの差
が1000kByteより大きい履歴 という9つの重要度を設け、重要度の数字が小さいもの
ほど、重要度が高いものとする。
In the second embodiment, for example, the history of importance 1 ... Within 1 hour, and the difference from the data amount A within 50 kByte history importance 2 ... History within 1 day and data amount A History importance within a difference of 50 kByte 2 ... History within 1 hour, and history difference within a data amount A of more than 50 kByte and within 300 kByte History importance 3 ... History within 3 days and data amount A Difference within 50 kBytes history history within 3 hours ... History with less than 1 hour and data amount A greater than 300 kByte within 1000 kByte history importance 4 ... History within 1 day and data amount A History importance level within a difference of more than 50 kBytes and within 300 kBytes 5 ... History exceeding 3 days, and history importance level within a difference of 50 kBytes within 5 kBytes 5 ... 1 hour or less History within 6 days, history history with a difference of more than 1000 kByte from data amount A ... History within 3 days, history history with a difference from data amount A of more than 50 kByte and less than 300 kByte 6 within 1 day History history importance level 7 that the difference from the data amount A is more than 300 kBytes and within 1000 kBytes ... History history that exceeds 3 days and the history importance level 7 that the difference from the data amount A is greater than 50 kBytes and within 300 kBytes 7 ... 3 History importance within 7 days and history difference with data amount A larger than 300 kBytes and within 1000 kByte 7 ... History history within 1 day and history importance with difference with data amount A greater than 1000 kByte 8 ... 3 days History and the history weight that the difference from the data amount A is more than 300 kByte and less than 1000 kByte. 8: History within 3 days, history importance with a difference of more than 1000 kByte from the data amount A 9: History importance of more than 3 days, and history with a difference of more than 1000 kByte from the data amount A Is set, and the smaller the importance number, the higher the importance.

【0046】そして、係数ai、係数bi、係数ci、係
数di、係数eiを求める式、および、係数A、係数B、
係数C、係数D、係数Eを求める式は、第1の実施形態
と同様であるが、W(xi)については、例えば、図1
0に示すようする。
The equations for obtaining the coefficient ai, the coefficient bi, the coefficient ci, the coefficient di, and the coefficient ei, and the coefficient A, the coefficient B,
The equations for obtaining the coefficient C, the coefficient D, and the coefficient E are the same as those in the first embodiment, but regarding W (xi), for example, FIG.
As shown in 0.

【0047】図11は、Xの値と各サーバ2のf(X)
値との関係を表したグラフである。
FIG. 11 shows the value of X and f (X) of each server 2.
It is a graph showing the relationship with a value.

【0048】このグラフから、クライアント1から受け
た処理に必要なデータのデータ量の大きさに応じて、委
託先サーバ2が、サーバC(2−c)→サーバB(2−
b)→サーバA(2−a)という順に選出されることが
わかる。
From this graph, according to the size of the amount of data received from the client 1 for processing, the entrusted server 2 changes from server C (2-c) to server B (2-
It can be seen that the selection is made in the order of b)-> server A (2-a).

【0049】なお、第2の実施形態においても、第1の
実施形態と同様に、関数f(X)や重み付けの方法は、
一例であり、本発明の主旨を損なわない限り、ユーザが
自由に設定/変更できるものである。
In the second embodiment, as in the first embodiment, the function f (X) and the weighting method are
This is merely an example, and the user can freely set / change it without impairing the gist of the present invention.

【0050】ところで、第1の実施形態および第2の実
施形態のいずれにおいても、f(X)値を算出したとこ
ろ、f(X)値が小さいレコードが複数のサーバ2に対
応しており、いずれのサーバ2を委託先サーバ2として
選出しても、処理の実行に要するであろう時間に差がな
いと推測された場合は、履歴3の少ない(レコード数の
少ない)サーバ2を、委託先サーバ2として選出するよ
うにすることができる。このようにすれば、サーバ2が
保持する履歴3の充実化を図り、負荷分散システムの効
率を高めることが可能となる。
By the way, when the f (X) value is calculated in both the first embodiment and the second embodiment, a record having a small f (X) value corresponds to a plurality of servers 2. If it is estimated that there is no difference in the time required to execute the process regardless of which server 2 is selected as the entrusted server 2, the server 2 with a small history 3 (the number of records) is entrusted. It can be selected as the destination server 2. This makes it possible to enhance the history 3 held by the server 2 and improve the efficiency of the load balancing system.

【0051】また、第1の実施形態および第2の実施形
態のいずれにおいても、履歴3の内容に基づいて、委託
先サーバ2を選出するようにしているが、自サーバ2を
含む全てのサーバ2の負荷状態を収集し、収集した負荷
状態および履歴3に基づいて、委託先サーバ2を選出す
るようにしてもよい。
In each of the first and second embodiments, the entrusted server 2 is selected based on the contents of the history 3, but all the servers including the self server 2 are selected. The load state of No. 2 may be collected, and the entrusted server 2 may be selected based on the collected load state and the history 3.

【0052】また、第1の実施形態および第2の実施形
態のいずれにおいても、委託元サーバ2が、委託先サー
バ2を選出し、選出した委託先サーバ2に処理を委託し
た後、委託先サーバ2が、該処理に要するであろう時間
を見積もり、見積もり結果を委託元サーバ2に返答する
ようにしてもよい。このようにすれば、委託元サーバ2
は、返答された見積もり結果によっては、委託先サーバ
2の再選出を行うようにすることが可能となる。
In each of the first and second embodiments, the entrusting source server 2 selects the entrusting destination server 2 and entrusts the selected entrusting destination server 2 with the processing, and then the entrusting destination server 2. The server 2 may estimate the time required for the processing and return the estimation result to the entrusting source server 2. By doing this, the consignment source server 2
Can re-election the entrusted server 2 depending on the returned estimation result.

【0053】また、第1の実施形態および第2の実施形
態のいずれにおいても、例えば、図12に示すように、
新規サーバD(2−d)を追加する場合には、既存のサ
ーバA(2−a)の履歴A(3−a)、サーバB(2−
B)の履歴B(3−b)、サーバC(2−c)の履歴C
(3−c)の各々に、サーバD(2−d)についての履
歴内容を追加すると共に、サーバD(2−d)の履歴D
(3−d)に、サーバA(2−a)についての履歴内
容、サーバB(2−B)についての履歴内容、サーバC
(2−c)についての履歴内容、サーバD(2−d)に
ついての履歴内容を保持させておくようにする。
Further, in both the first and second embodiments, for example, as shown in FIG.
When adding a new server D (2-d), the history A (3-a) of the existing server A (2-a) and the server B (2-
B) history B (3-b), server C (2-c) history C
The history content of the server D (2-d) is added to each of (3-c), and the history D of the server D (2-d) is added.
In (3-d), the history content of the server A (2-a), the history content of the server B (2-B), and the server C
The history content for (2-c) and the history content for server D (2-d) are retained.

【0054】ここで、既存のサーバ2の履歴3に追加す
るサーバD(2−d)についての履歴内容は、平均的な
デフォルト値であるようにすることが好ましい。また、
新規サーバD(2−d)に保持させる履歴D(3−d)
は、追加時点での既存のサーバ2の履歴3を入手するよ
うにしてもよいが、現実的には全く同じ履歴3とするこ
とは困難であるので、平均的なデフォルト値であってよ
い。
Here, it is preferable that the history content of the server D (2-d) to be added to the history 3 of the existing server 2 be an average default value. Also,
History D (3-d) to be retained in the new server D (2-d)
May acquire the history 3 of the existing server 2 at the time of addition, but in reality it is difficult to make the history 3 exactly the same, so an average default value may be used.

【0055】また、第1の実施形態および第2の実施形
態のいずれにおいても、クライアント1から処理要求を
受けた場合だけではなく、さらに、他のサーバ2から処
理が委託された場合にも、自身の履歴3を参照して委託
先サーバ2の選出を行うようにし、自身よりも最適な委
託先サーバ2が選出されたならば、そのようなサーバ2
に委託するようにしてもよい。例えば、図13では、ク
ライアント1から処理要求を受けたサーバA(2−a)
が、サーバC(2−c)に処理を委託した場合に、サー
バC(2−c)は、自身の履歴C(3−c)を参照し、
委託先サーバ2としてサーバB(2−b)が選出される
と、サーバA(2−a)から委託された処理を、サーバ
B(2−b)に委託した例を示している。
Further, in any of the first and second embodiments, not only when the processing request is received from the client 1, but also when the processing is entrusted from another server 2, If the entrusted server 2 is selected by referring to its own history 3 and the most suitable entrusted server 2 is selected, the server 2
You may entrust to. For example, in FIG. 13, the server A (2-a) that has received the processing request from the client 1
When the server C (2-c) entrusts the processing to the server C (2-c), the server C (2-c) refers to its own history C (3-c),
When the server B (2-b) is selected as the entrustment destination server 2, an example in which the processing entrusted by the server A (2-a) is entrusted to the server B (2-b) is shown.

【0056】なお、このようにする場合は、委託の度に
委託回数を付加するようにすると共に、委託回数に上限
値を設けるようにし、必要以上に処理のたらい回しが行
われないようにすることが好ましい。例えば、図13の
例において、委託回数の上限値を2とした場合には、サ
ーバA(2−a)→サーバC(2−c)→サーバB(2
−b)と処理が委託されたときに、サーバB(2−b)
においては、既に委託回数が2となっているので、サー
バB(2−b)は、委託先サーバ2の選出を行わずに、
委託された処理を実行するようにする。
In this case, the number of times of entrustment is added to each entrustment, and the upper limit of the number of times of entrustment is set so that unnecessary processing is not performed. It is preferable. For example, in the example of FIG. 13, when the upper limit of the number of times of entrustment is set to 2, server A (2-a) → server C (2-c) → server B (2
-B) and the processing is outsourced, the server B (2-b)
In the above, since the number of times of entrustment is already 2, the server B (2-b) does not select the entrustee server 2,
Make sure to perform the entrusted processing.

【0057】また、第1の実施形態および第2の実施形
態のいずれにおいても、サーバ2は、2つ以上のサーバ
2を委託先サーバ2として選出し、これらの委託先サー
バ2に、処理を分割して委託するようにしてもよい。例
えば、図14では、クライアント1から処理要求を受け
たサーバA(2−a)が、クライアント1から委託され
た処理5−aを処理5−bおよび処理5−cの2つに分
割し、サーバB(2−b)およびサーバC(2−c)を
委託先サーバ2として選出し、サーバB(2−b)に処
理5−bを委託し、サーバC(2−c)に処理5−cを
委託した例を示している。
Further, in both the first and second embodiments, the server 2 selects two or more servers 2 as the entrustment destination servers 2 and performs processing on these entrustment destination servers 2. You may divide and entrust. For example, in FIG. 14, the server A (2-a) that has received the processing request from the client 1 divides the processing 5-a entrusted by the client 1 into two, processing 5-b and processing 5-c, The server B (2-b) and the server C (2-c) are selected as the entrusted server 2, the process 5-b is entrusted to the server B (2-b), and the process C is performed to the server C (2-c). The example which entrusted -c is shown.

【0058】さらに、クライアント1の処理能力によっ
ては、クライアント1が各サーバ2についての履歴を保
持するようにし、まず、クライアント1自身が、これら
の履歴を参照し、処理を要求すべきサーバ2を選出して
から、選出したサーバ2に処理要求を行うようにしても
よい。例えば、図15では、クライアント1が、サーバ
A(2−a)についての履歴A(6−a)、サーバB
(2−b)についての履歴B(6−b)、サーバC(2
−c)についての履歴C(6−c)を参照し、処理要求
先としてサーバC(2−c)を選出して処理要求を行っ
た例を示している。
Further, depending on the processing capacity of the client 1, the client 1 may retain the history of each server 2. First, the client 1 itself refers to these histories and determines which server 2 should request processing. After the selection, the processing request may be issued to the selected server 2. For example, in FIG. 15, the client 1 has a history A (6-a) about the server A (2-a) and a server B.
History B (6-b) for (2-b), server C (2
An example is shown in which the server C (2-c) is selected as the processing request destination and a processing request is made by referring to the history C (6-c) for -c).

【0059】[0059]

【発明の効果】以上、説明したように、本発明によれ
ば、複数のサーバがネットワーク内に存在している環境
で負荷分散を行う際に、負荷分散先を決定するプロキシ
サーバでの処理集中による処理低下の問題を解決できる
だけでなく、プロキシサーバを設定しないことによるコ
スト面での利点が生ずる。
As described above, according to the present invention, when load balancing is performed in an environment in which a plurality of servers exist in a network, processing concentration in a proxy server that determines a load balancing destination. In addition to solving the problem of processing degradation due to, there is a cost advantage due to not setting a proxy server.

【0060】また、負荷分散先の処理の待機時間だけで
はなく、データ転送速度を考慮することで、より適切な
負荷分散先の選出を行うことができ、サーバでの処理効
率の向上が見込まれる。
Further, by considering not only the waiting time of the processing at the load distribution destination but also the data transfer rate, it is possible to select a more appropriate load distribution destination, and it is expected that the processing efficiency at the server will be improved. .

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

【図1】第1の実施形態に係る負荷分散処理システムの
構成図。
FIG. 1 is a configuration diagram of a load distribution processing system according to a first embodiment.

【図2】従来の負荷分散処理システムの構成図。FIG. 2 is a configuration diagram of a conventional load balancing processing system.

【図3】従来の負荷分散処理システムの構成図。FIG. 3 is a configuration diagram of a conventional load balancing processing system.

【図4】サーバAが保持するサーバAに関する履歴内容
の一例を示す説明図。
FIG. 4 is an explanatory diagram showing an example of history contents regarding server A held by server A.

【図5】サーバAが保持するサーバBに関する履歴内容
の一例を示す説明図。
FIG. 5 is an explanatory diagram showing an example of history contents regarding server B held by server A.

【図6】サーバAが保持するサーバCに関する履歴内容
の一例を示す説明図。
FIG. 6 is an explanatory diagram showing an example of history contents regarding a server C held by the server A.

【図7】履歴内容の導出方法を示す説明図。FIG. 7 is an explanatory diagram showing a method of deriving history contents.

【図8】負荷分散先サーバ選出時に用いられる係数を求
めるための式を示す説明図。
FIG. 8 is an explanatory diagram showing an equation for obtaining a coefficient used when selecting a load distribution destination server.

【図9】処理の実行に必要なデータのデータ量と処理に
要するであろう時間との関係を表したグラフを示す説明
図。
FIG. 9 is an explanatory diagram showing a graph showing the relationship between the data amount of data required to execute the process and the time required for the process.

【図10】負荷分散先サーバ選出時に用いられる係数を
求めるための式を示す説明図。
FIG. 10 is an explanatory diagram showing an equation for obtaining a coefficient used when selecting a load distribution destination server.

【図11】処理の実行に必要なデータのデータ量と処理
に要するであろう時間との関係を表したグラフを示す説
明図。
FIG. 11 is an explanatory diagram showing a graph showing the relationship between the amount of data required to execute the process and the time required for the process.

【図12】新規サーバ導入時の説明図。FIG. 12 is an explanatory diagram when a new server is installed.

【図13】再委託を行うようにした場合の説明図。FIG. 13 is an explanatory diagram of a case where subcontracting is performed.

【図14】処理の分割委託を行うようにした場合の説明
図。
FIG. 14 is an explanatory diagram of a case where divisional consignment of processing is performed.

【図15】クライアントが履歴を保持するようにした場
合の説明図。
FIG. 15 is an explanatory diagram of a case where a client retains a history.

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

1:クライアント 2:サーバ 3:履歴 4:プロキシサーバ 5:データ 6:履歴 1: Client 2: Server 3: History 4: Proxy server 5: Data 6: History

───────────────────────────────────────────────────── フロントページの続き (72)発明者 影井 隆 神奈川県横浜市戸塚区戸塚町216番地 株 式会社日立製作所通信事業部内 (72)発明者 荒木 春彦 神奈川県横浜市戸塚区戸塚町216番地 株 式会社日立製作所通信事業部内 (72)発明者 鈴木 功二 神奈川県横浜市戸塚区戸塚町216番地 株 式会社日立製作所通信事業部内 Fターム(参考) 5B045 BB28 BB42 GG02 GG05 5B089 GA11 JA11 KA06 KC23 MA03 MC03    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Takashi Kagei             216 Totsuka Town, Totsuka Ward, Yokohama City, Kanagawa Prefecture             Ceremony Company Hitachi Ltd. Communication Division (72) Inventor Haruhiko Araki             216 Totsuka Town, Totsuka Ward, Yokohama City, Kanagawa Prefecture             Ceremony Company Hitachi Ltd. Communication Division (72) Inventor Koji Suzuki             216 Totsuka Town, Totsuka Ward, Yokohama City, Kanagawa Prefecture             Ceremony Company Hitachi Ltd. Communication Division F term (reference) 5B045 BB28 BB42 GG02 GG05                 5B089 GA11 JA11 KA06 KC23 MA03                       MC03

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】複数のサーバと共にネットワークに接続さ
れるサーバであって、 自身を含む全てのサーバの各々について、該サーバに委
託した処理ごとに、該処理の実行日時、該処理の処理時
間、該処理に関するデータ量、および、該処理時のデー
タ転送時間を、少なくとも履歴情報として保持しておく
履歴情報記憶手段と、 上記ネットワークに接続されたクライアントから処理が
要求された場合に、上記履歴情報記憶手段が保持してい
る履歴情報に基づいて、該処理の実行に要するであろう
時間が短いサーバを推測し、負荷分散先サーバとして選
出する負荷分散先サーバ選出手段と、 上記負荷分散先サーバ選出手段が選出したサーバに、上
記クライアントから要求された処理の実行を委託する委
託手段とを有することを特徴とする負荷分散機能付きサ
ーバ。
1. A server that is connected to a network together with a plurality of servers, and for each of all the servers including itself, the execution date and time of the processing, the processing time of the processing, A history information storage unit that holds at least the data amount relating to the processing and the data transfer time during the processing as history information, and the history information when the processing is requested by the client connected to the network. A load balancing destination server selecting means that estimates a server that will take a short time to execute the processing based on history information stored in the storage means and selects the server as a load balancing destination server; Load balancing, characterized in that the server selected by the selecting means has a consigning means for entrusting the execution of the processing requested by the client. Ability with the server.
【請求項2】請求項1記載の負荷分散機能付きサーバで
あって、 上記負荷分散先サーバ選出手段は、 上記履歴情報記憶手段が保持している履歴情報中の日時
に応じて、各履歴情報に重み付けを行ってから、負荷分
散先サーバを選出するか、 または、上記履歴情報記憶手段が保持している履歴情報
中のデータ量と上記クライアントから要求された処理の
実行に必要なデータのデータ量との近似性に応じて、各
履歴情報に重み付けを行ってから、負荷分散先サーバを
選出することを特徴とする負荷分散機能付きサーバ。
2. The server with a load balancing function according to claim 1, wherein the load balancing destination server selecting means determines each history information according to the date and time in the history information held by the history information storing means. After selecting the load balancing destination server, or the amount of data in the history information held by the history information storage unit and the data of the data necessary for executing the processing requested by the client. A server with a load balancing function, characterized in that each history information is weighted according to its closeness to the amount and then a load balancing destination server is selected.
【請求項3】請求項1または2記載の負荷分散機能付き
サーバであって、 上記負荷分散先サーバ選出手段は、 負荷分散先サーバの候補が複数ある場合には、履歴情報
が少ないサーバを負荷分散先サーバとして選出すること
を特徴とする負荷分散機能付きサーバ。
3. The server with a load balancing function according to claim 1, wherein the load balancing destination server selecting means loads a server with a small amount of history information when there are a plurality of load balancing destination server candidates. A server with a load balancing function that is selected as a distribution destination server.
【請求項4】請求項1,2または3記載の負荷分散機能
付きサーバであって、 上記負荷分散先サーバ選出手段は、 他のサーバから処理の実行を委託された場合にも、上記
履歴情報記憶手段が保持している履歴情報に基づいて、
該処理の実行に要するであろう時間が短いサーバを推測
し、負荷分散先サーバとして選出することを特徴とする
負荷分散機能付きサーバ。
4. The server with a load balancing function according to claim 1, 2, or 3, wherein the load balancing destination server selecting means is configured to execute the history information even when a process is entrusted by another server. Based on the history information stored in the storage means,
A server with a load balancing function, which estimates a server that will take a short time to execute the process and selects it as a load balancing destination server.
【請求項5】請求項1,2,3または4記載の負荷分散
機能付きサーバとネットワークで接続されるクライアン
トであって、 自身と接続された全てのサーバの各々について、該サー
バに要求した処理ごとに、該処理の実行日時、該処理の
処理時間、該処理に関するデータ量、および、該処理時
のデータ転送時間を、少なくとも履歴情報として保持し
ておく履歴情報記憶手段と、 いずれかのサーバに実行を要求すべき処理が発生した場
合に、上記履歴情報記憶手段が保持している履歴情報に
基づいて、該処理の実行に要するであろう時間が短いサ
ーバを推測し、処理要求先サーバとして選出する処理要
求先サーバ選出手段と、 上記処理要求先サーバ選出手段が選出したサーバに、処
理の実行を要求する処理要求手段とを有することを特徴
とするクライアント。
5. A client which is connected to a server with a load balancing function according to claim 1, 2, 3 or 4 on a network, and which is a process requested to the server for each of all the servers connected to itself. A history information storage unit that holds, as history information, at least the execution date and time of the process, the processing time of the process, the amount of data regarding the process, and the data transfer time at the time of each process, for each server. When a process that should be requested to be executed occurs, the server requesting the process is inferred based on the history information stored in the history information storage means, and a server that requires a short time to execute the process is estimated. And a process requesting unit that requests the server selected by the process requesting destination server selecting unit to execute a process. Client.
JP2002005130A 2002-01-11 2002-01-11 Server with load distribution function and client Pending JP2003208414A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002005130A JP2003208414A (en) 2002-01-11 2002-01-11 Server with load distribution function and client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002005130A JP2003208414A (en) 2002-01-11 2002-01-11 Server with load distribution function and client

Publications (1)

Publication Number Publication Date
JP2003208414A true JP2003208414A (en) 2003-07-25

Family

ID=27644260

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002005130A Pending JP2003208414A (en) 2002-01-11 2002-01-11 Server with load distribution function and client

Country Status (1)

Country Link
JP (1) JP2003208414A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008009852A (en) * 2006-06-30 2008-01-17 Nec Corp Load distribution control system and method, and server device
JP2009123109A (en) * 2007-11-16 2009-06-04 Fujitsu Ltd Distribution processing program, distribution processor, and distribution processing method
JP2009169756A (en) * 2008-01-17 2009-07-30 Fujitsu Ltd Distributed processing program, distributed processing device, and distributed processing method
JP2009217300A (en) * 2008-03-06 2009-09-24 Hitachi Ltd Load distribution control method in heterogeneous computing system
WO2012035639A1 (en) * 2010-09-16 2012-03-22 富士通株式会社 Data sharing system, terminal, and data sharing method
JP2012190206A (en) * 2011-03-10 2012-10-04 Nec Corp Data processing scheduling device, method and program
JP5218548B2 (en) * 2008-03-13 2013-06-26 富士通株式会社 Job allocation apparatus, control program and control method for job allocation apparatus
JP2022057428A (en) * 2020-09-30 2022-04-11 Kddi株式会社 Ai processing distribution method and system, and ai processing node

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008009852A (en) * 2006-06-30 2008-01-17 Nec Corp Load distribution control system and method, and server device
JP2009123109A (en) * 2007-11-16 2009-06-04 Fujitsu Ltd Distribution processing program, distribution processor, and distribution processing method
JP2009169756A (en) * 2008-01-17 2009-07-30 Fujitsu Ltd Distributed processing program, distributed processing device, and distributed processing method
US8631118B2 (en) 2008-01-17 2014-01-14 Fujitsu Limited Recording medium having distributed processing program stored therein, distributed processing device and distributed processing method
JP2009217300A (en) * 2008-03-06 2009-09-24 Hitachi Ltd Load distribution control method in heterogeneous computing system
JP5218548B2 (en) * 2008-03-13 2013-06-26 富士通株式会社 Job allocation apparatus, control program and control method for job allocation apparatus
CN103098036A (en) * 2010-09-16 2013-05-08 富士通株式会社 Data sharing system, terminal, and data sharing method
WO2012035639A1 (en) * 2010-09-16 2012-03-22 富士通株式会社 Data sharing system, terminal, and data sharing method
JP5534022B2 (en) * 2010-09-16 2014-06-25 富士通株式会社 Data sharing system, terminal, and data sharing method
US9219636B2 (en) 2010-09-16 2015-12-22 Fujitsu Limited Data sharing system, terminal, and data sharing method
JP2012190206A (en) * 2011-03-10 2012-10-04 Nec Corp Data processing scheduling device, method and program
JP2022057428A (en) * 2020-09-30 2022-04-11 Kddi株式会社 Ai processing distribution method and system, and ai processing node
JP7372221B2 (en) 2020-09-30 2023-10-31 Kddi株式会社 AI processing distribution method and system

Similar Documents

Publication Publication Date Title
US7853953B2 (en) Methods and apparatus for selective workload off-loading across multiple data centers
JP2524465B2 (en) Transaction processing server routing mechanism
Neary et al. Javelin 2.0: Java-based parallel computing on the Internet
CN108182105B (en) Local dynamic migration method and control system based on Docker container technology
CN102938790B (en) Resource allocation methods in cloud computing system
US8156217B2 (en) Dynamically balancing load for servers
JPH10254838A (en) Method for mapping server, and arbitrator
US7779116B2 (en) Selecting servers based on load-balancing metric instances
CN108900626A (en) Date storage method, apparatus and system under a kind of cloud environment
JP2003208414A (en) Server with load distribution function and client
Celaya et al. A fair decentralized scheduler for bag-of-tasks applications on desktop grids
CN104346345A (en) Data storage method and device
WO2020236250A1 (en) Efficient freshness crawl scheduling
CN110321225B (en) Load balancing method, metadata server and computer readable storage medium
CN107835095A (en) A kind of processing method and processing device of daily record
JPH09288648A (en) Distributed processing method in network and its system
Kim et al. Virtual machines placement for network isolation in clouds
CN104104611B (en) A kind of method and device for realizing cluster load balance scheduling
Broberg et al. Task assignment with work-conserving migration
CN110430236A (en) A kind of method and dispatching device of deployment business
CN109040283A (en) A kind of modified load-balancing algorithm based on difference reaction type
US7660894B1 (en) Connection pacer and method for performing connection pacing in a network of servers and clients using FIFO buffers
CN113094155B (en) Task scheduling method and device under Hadoop platform
Neelakanteswara et al. Efficient trust management technique using neural network in cloud computing
CN106790485B (en) Online service request scheduling method based on cost consideration in hybrid cloud mode

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20040210

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041109

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070314

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070612