JPH1078938A - Dynamic load distribution method and its information processor - Google Patents

Dynamic load distribution method and its information processor

Info

Publication number
JPH1078938A
JPH1078938A JP23326496A JP23326496A JPH1078938A JP H1078938 A JPH1078938 A JP H1078938A JP 23326496 A JP23326496 A JP 23326496A JP 23326496 A JP23326496 A JP 23326496A JP H1078938 A JPH1078938 A JP H1078938A
Authority
JP
Japan
Prior art keywords
reservation
resource
task
information processing
expiration date
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
JP23326496A
Other languages
Japanese (ja)
Inventor
正人 ▲高▼橋
Masato Takahashi
Hiroyuki Miyata
裕行 宮田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP23326496A priority Critical patent/JPH1078938A/en
Publication of JPH1078938A publication Critical patent/JPH1078938A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the network traffic and to attain the fast processing for every information processor. SOLUTION: The resources necessary for execution of a task are reserved for each of plural information processors (S2), and one of these processors to which the task is assigned is decided (S4). Then the information processor of the transmitter side transmits the task to the decided information processor (S5), and each of those information processors detects the available period of the said reservation. Then the information processor having an expired available period cancels the reservation for its own resources (S6).

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、高速処理が要求
される並列計算機の動的負荷分散方法並びにその情報処
理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a dynamic load distribution method for a parallel computer requiring high-speed processing and an information processing apparatus therefor.

【0002】[0002]

【従来の技術】図15は、従来の技術の並列計算機シス
テムを示すものである。図15において、100はネッ
トワークであり、101はネットワーク100に接続さ
れたタスクを処理する処理ノードを表している。
2. Description of the Related Art FIG. 15 shows a conventional parallel computer system. In FIG. 15, reference numeral 100 denotes a network, and 101 denotes a processing node connected to the network 100 for processing a task.

【0003】従来、このような並列計算機システムの動
的負荷分散は、文献「Stankovic,J.A,Ramaritham,K.,Tu
torial Hard Realtime Systems, IEEE, IEEE Catalog N
umber EH0276-6,ISBN 0-8186-0819-6,1988」でも示され
るように、各処理ノード101は自身の負荷が重い状態
でタスクの生成要求が生じた場合、ネットワークを経由
して他の処理ノード101の余剰計算時間などの資源量
を調べる。これにより該処理ノード101での処理可否
の判定を行った結果、可能であると判定された処理ノー
ド101が1つ以上あった場合、その内1つの処理ノー
ド101に対して該タスクの割り当てを依頼することを
決定し、該タスクをネットワーク100を経由して割り
付ける。
Conventionally, the dynamic load distribution of such a parallel computer system is described in the literature "Stankovic, JA, Ramaritham, K., Tu.
torial Hard Realtime Systems, IEEE, IEEE Catalog N
umber EH0276-6, ISBN 0-8186-0819-6, 1988 ", when each processing node 101 requests to generate a task under a heavy load of itself, another processing node 101 The amount of resources such as surplus calculation time of the processing node 101 is checked. As a result of the determination as to whether or not processing is possible in the processing node 101, if there is one or more processing nodes 101 determined to be possible, the task is assigned to one of the processing nodes 101. It decides to request, and assigns the task via the network 100.

【0004】また、より高速な処理が可能な並列計算機
の動的負荷分散方法として、本願発明と同一出願人によ
る特願平7−315394号がある。この動的負荷分散
方法は、タスクを他のノードに処理させるために、タス
クの実行に必要な資源を複数のノードそれぞれについて
予め予約する。次に、それらのノードからタスクを割り
当てるノードを決定し、そのノードへタスクを送信す
る。一方、タスクを送信しなかった他のノードへは、予
約解除指示を送信する。
As a dynamic load distribution method for a parallel computer capable of higher-speed processing, there is Japanese Patent Application No. Hei 7-315394 filed by the same applicant as the present invention. In this dynamic load distribution method, resources required for execution of a task are reserved in advance for each of a plurality of nodes in order to cause another node to process the task. Next, a node to which a task is assigned is determined from those nodes, and the task is transmitted to the node. On the other hand, a reservation release instruction is transmitted to other nodes that have not transmitted the task.

【0005】[0005]

【発明が解決しようとする課題】このような従来の動的
負荷分散システムにおいては、処理可否の判定、タスク
割り当ての決定を経て実際にタスクが割り当てられるま
でには、ネットワーク100の伝達遅延を含めた遅延が
発生する。タスクは遅延して決定した処理ノード101
に到着するが、その時点の資源状況は判定時の資源状況
とは変化していることがある。すなわち、並行で進行し
ている他のタスク割り付けが行われることによって、判
定時には使用可能であった資源が送信時には使用不能に
なっていることがあった。この場合、送信されたタスク
は該処理ノード101において拒否される。その際に
は、該タスクを割り付け可能な他の処理ノード101を
再度探さなければならない。また、送信されたタスクは
無駄になり、ネットワーク上のトラヒックを増大させる
原因ともなる。
In such a conventional dynamic load distribution system, a transmission delay of the network 100 is included until a task is actually allocated after a determination of processing availability and a task allocation determination. Delay occurs. The task is a processing node 101 determined with delay
, The resource status at that time may have changed from the resource status at the time of the determination. That is, the resources that were available at the time of the determination may not be available at the time of transmission due to the allocation of other tasks that are proceeding in parallel. In this case, the transmitted task is rejected in the processing node 101. In this case, another processing node 101 to which the task can be assigned must be searched again. In addition, the transmitted task becomes useless and causes an increase in traffic on the network.

【0006】また、上述のようなタスクの再送を防止す
るために資源を予め予約する動的負荷分散方法では、使
用されない資源の予約を解除するために、予約解除指示
メッセージを送信することが必要となる。
In the dynamic load balancing method for reserving resources in advance in order to prevent retransmission of tasks as described above, it is necessary to transmit a reservation release instruction message in order to release reservations for unused resources. Becomes

【0007】以上のように従来の並列計算機システムに
おいては、伝達遅延時間のため、決定された処理ノード
において、送信されたタスクの処理が拒否されることが
あった。そのため、他の処理ノードを探して再送しなけ
ればならずネットワークトラヒックの増加を招くという
問題があった。また、資源予約を解除するためにメッセ
ージを送信しなければならず、この予約解除メッセージ
を送信ているため、より高速な処理な処理に適さないと
いう問題があった。
As described above, in the conventional parallel computer system, the processing of the transmitted task may be rejected at the determined processing node due to the transmission delay time. Therefore, another processing node must be searched for and retransmitted, which causes a problem of increasing network traffic. In addition, a message must be transmitted to release the resource reservation, and since this reservation release message is transmitted, there is a problem that it is not suitable for higher-speed processing.

【0008】この発明は、かかる問題点を解決するため
になされたもので、ネットワーク上のトラヒックを減少
させ、高速な処理が可能な動的負荷分散方法並びにその
情報処理装置を得ることを目的としている。
The present invention has been made to solve such a problem, and an object thereof is to provide a dynamic load distribution method capable of reducing traffic on a network and performing high-speed processing, and an information processing apparatus thereof. I have.

【0009】[0009]

【課題を解決するための手段】この発明にかかる動的負
荷分散方法においては、複数の情報処理装置のそれぞれ
にタスクの実行に必要な資源を予約する資源予約ステッ
プと、この資源予約ステップの後に実行され、上記複数
の情報処理装置のうちから上記タスクを割り当てる情報
処理装置を決定する決定ステップと、上記タスクを有す
る送信側情報処理装置が上記決定ステップが決定した情
報処理装置へ上記タスクを送信するタスク送信ステップ
と、上記複数の情報処理装置のそれぞれが上記予約の有
効期限を検出し、上記有効期限を過ぎた上記予約を持つ
情報処理装置が、自己の資源に対する上記予約を解除す
る予約解除ステップと、を備たものである。
In the dynamic load distribution method according to the present invention, a resource reserving step of reserving resources required for executing a task for each of a plurality of information processing apparatuses, and after the resource reserving step, A determining step that is executed and determines an information processing apparatus to which the task is to be assigned from the plurality of information processing apparatuses; and a transmitting side information processing apparatus having the task transmits the task to the information processing apparatus determined by the determining step. A task transmitting step of performing the above operation, wherein each of the plurality of information processing apparatuses detects an expiration date of the reservation, and the information processing apparatus having the reservation whose expiration date has passed releases the reservation for its own resource. And steps.

【0010】また、タスク送信ステップは、送信側情報
処理装置が予約の有効期限が過ぎるまでに、決定ステッ
プが決定した情報処理装置へタスクを送信し、予約解除
ステップは、複数の情報処理装置のそれぞれが上記予約
の有効期限を検出し、上記複数の情報処理装置のうち上
記有効期限が過ぎるまでに上記タスクが送信されなかっ
た情報処理装置が、自己の資源に対する上記予約を解除
することを特徴とするものである。
In the task transmitting step, the transmitting side information processing apparatus transmits the task to the information processing apparatus determined by the determining step before the expiration date of the reservation, and the reservation canceling step includes the step of releasing the plurality of information processing apparatuses. Each detects the expiration date of the reservation, and among the plurality of information processing devices, the information processing device to which the task has not been transmitted before the expiration date has expired cancels the reservation for its own resource. It is assumed that.

【0011】また、予約解除ステップは、複数の情報処
理装置のそれぞれが予約の有効期限を検出し、上記複数
の情報処理装置のうち上記有効期限が過ぎるまでにタス
クが送信されなかった情報処理装置が、自己の資源に対
する上記予約を段階的に解除し、タスク送信ステップで
送信されたタスクを受け取った情報処理装置が、上記予
約解除ステップが解除した自己の資源に対する予約を回
復する予約回復ステップを備えたものである。
[0011] In the reservation canceling step, each of the plurality of information processing devices detects an expiration date of the reservation, and among the plurality of information processing devices, a task whose task has not been transmitted before the expiration date has passed. Cancels the reservation for its own resource step by step, and the information processing apparatus that has received the task transmitted in the task transmitting step executes a reservation recovery step for restoring the reservation for its own resource released by the reservation release step. It is provided.

【0012】また、決定ステップが決定した情報処理装
置へ予約確定信号を送信する確定信号送信ステップを備
え、予約解除ステップは、複数の情報処理装置のそれぞ
れが予約の有効期限を検出し、上記複数の情報処理装置
のうち上記有効期限が過ぎるまでに上記予約確定信号を
受信しなかった情報処理装置が、自己の資源に対する上
記予約を解除することを特徴とするものである。
The information processing apparatus further includes a determination signal transmitting step of transmitting a reservation determination signal to the information processing apparatus determined by the determination step. The reservation release step includes a step of detecting the expiration date of the reservation by each of the plurality of information processing apparatuses. The information processing apparatus which does not receive the reservation confirmation signal before the expiration date expires cancels the reservation for its own resource.

【0013】また、予約解除ステップは、複数の情報処
理装置のそれぞれが予約の有効期限を検出し、上記複数
の情報処理装置のうち上記有効期限が過ぎるまでに予約
確定信号を受信しなかった情報処理装置が、自己の資源
に対する上記予約を段階的に解除し、上記予約確定信号
を受け取った情報処理装置が、上記予約解除ステップが
解除した自己の資源に対する予約を回復する予約回復ス
テップを備えたものである。
[0013] In addition, the reservation canceling step includes the step of detecting the expiration date of the reservation by each of the plurality of information processing devices and the information processing device that has not received the reservation confirmation signal before the expiration date of the plurality of information processing devices. A processing device that releases the reservation for its own resource step by step, and the information processing device that receives the reservation confirmation signal includes a reservation recovery step of recovering the reservation for its own resource released by the reservation release step. Things.

【0014】また、複数の第1の情報処理装置それぞれ
にタスクの実行に必要な資源を第1の資源予約として予
約する第1の資源予約ステップと、上記複数の第1の情
報処理装置それぞれについて第1の資源情報を調査する
第1の資源調査ステップと、この第1の資源調査ステッ
プが調査した上記第1の資源情報に基づいて、上記複数
の第1の情報処理装置のうちからタスクを割り当てる第
1の情報処理装置を割当候補として決定する割当候補決
定ステップと、この割当候補決定ステップ終了後に実行
され、上記タスクを有する送信側情報処理装置が上記割
当候補へ第1の予約延長信号を送信する第1の予約延長
信号送信ステップと、上記複数の第1の情報処理装置の
それぞれが上記第1の資源予約の有効期限を検出し、上
記複数の第1の情報処理装置のうち上記有効期限が過ぎ
るまでに上記第1の予約延長信号が送信されなかった第
1の情報処理装置が、上記第1の資源予約ステップで予
約した自己の資源に対する第1の資源予約を解除する第
1の予約解除ステップと、第2の情報処理装置に、上記
タスクの実行に必要な資源を第2の資源予約として予約
する第2の資源予約ステップと、上記第2の情報処理装
置の第2の資源情報を調査する第2の資源調査ステップ
と、上記割当候補の第1の資源情報及び上記第2の資源
情報に基づいて、上記割当候補及び上記第2の情報処理
装置のうちからタスクを割り当てる情報処理装置を割当
情報処理装置として決定する割当先決定ステップと、上
記送信側情報処理装置が上記割当情報処理装置へ第2の
予約延長信号を送信する第2の予約延長信号送信ステッ
プと、上記第2の情報処理装置が上記第2の資源予約の
有効期限を検出し、上記第2の資源予約の有効期限が過
ぎるまでに上記第2の予約延長信号が送信されなかった
場合に、上記第2の資源予約を解除する第2の予約解除
ステップと、上記割当候補が、上記第1の予約延長信号
を受け取ってからの時間が予め定められた時間を経過す
るまでに、上記第2の予約延長信号を受信しなかった場
合に、上記第1の資源予約ステップで予約した自己の資
源に対する第1の資源予約を解除する第3の予約解除ス
テップと、上記第2の予約延長信号送信ステップ終了後
に実行され、上記送信側情報処理装置が上記割当情報処
理装置へ上記タスクを送信する送信ステップと、を備え
たものである。
A first resource reservation step of reserving a resource required for executing a task in each of the plurality of first information processing devices as a first resource reservation; A first resource check step for checking the first resource information; and a task from among the plurality of first information processing apparatuses, based on the first resource information checked by the first resource check step. An allocation candidate determining step of determining a first information processing apparatus to be allocated as an allocation candidate; and a transmission information processing apparatus having the task, which is executed after the completion of the allocation candidate determining step, sends a first reservation extension signal to the allocation candidate. Transmitting a first reservation extension signal to be transmitted, each of the plurality of first information processing devices detecting an expiration date of the first resource reservation, and The first information processing device, to which the first reservation extension signal has not been transmitted before the expiration date has passed, is the first resource reservation for its own resource reserved in the first resource reservation step. A second resource reservation step of reserving, as a second resource reservation, resources required for the execution of the task in the second information processing apparatus; A second resource examination step of examining second resource information of the device; and, based on the first resource information and the second resource information of the assignment candidate, the assignment candidate and the second information processing device. An assignment destination determining step of determining an information processing apparatus to which a task is to be allocated as an allocation information processing apparatus, and a second reservation in which the transmission-side information processing apparatus transmits a second reservation extension signal to the allocation information processing apparatus A long signal transmitting step, wherein the second information processing device detects an expiration date of the second resource reservation, and the second reservation extension signal is transmitted until the expiration date of the second resource reservation expires. If not, a second reservation release step of releasing the second resource reservation, and until the time after the allocation candidate receives the first reservation extension signal elapses a predetermined time. A third reservation release step for releasing the first resource reservation for the own resource reserved in the first resource reservation step when the second reservation extension signal is not received; And transmitting the task to the assigned information processing apparatus after the reservation extension signal transmitting step is completed.

【0015】また、この発明にかかる情報処理装置にお
いては、タスクの実行を要求する他の情報処理装置から
自己の資源に対する予約を受け付けるとともに、受け付
けた予約について自己の資源を予約する予約手段と、上
記予約の有効期限が過ぎるまでに上記タスクを受け取ら
なかった場合に、上記予約を解除する予約解除手段と、
上記他の情報処理装置から上記タスクを受け取った場合
に、上記タスクに上記予約手段で予約した資源を割り当
てる資源割当手段と、を備えたものである。
Further, in the information processing apparatus according to the present invention, a reservation means for receiving a reservation for its own resource from another information processing apparatus which requests execution of a task, and for reserving its own resource for the received reservation, A reservation canceling means for canceling the reservation when the task is not received before the expiration date of the reservation;
A resource allocating unit that allocates the resource reserved by the reservation unit to the task when the task is received from the other information processing apparatus.

【0016】また、予約解除手段は予約の有効期限が過
ぎた場合に上記予約を段階的に解除し、他の情報処理装
置からタスクを受け取った場合に、上記予約解除手段が
解除した資源の予約を回復する予約回復手段を備えたも
のである。
The reservation canceling means cancels the reservation step by step when the expiration date of the reservation has passed, and when the task is received from another information processing apparatus, reserves the resource canceled by the reservation canceling means. Is provided with a reservation recovery means for recovering the data.

【0017】また、他の情報処理装置から受け付けた予
約の数に基づいて、予約受付可能な資源量のしきい値を
変化させるしきい値変化手段と、新たな予約の要求があ
ったとき、上記新たな予約及び受け付けた予約の資源量
が上記しきい値を超えない場合に、上記新たな予約につ
いて自己の資源を予約する予約手段と、上記新たな予約
の有効期限を過ぎた場合に、上記新たな予約を解除する
予約解除手段と、上記新たな予約を要求した情報処理装
置からタスクを受け取った場合に、上記タスクに上記予
約手段が予約した資源を割り当てる資源割当手段と、を
備えたものである。
Also, when there is a request for a new reservation, a threshold changing means for changing a threshold of the resource amount that can be reserved, based on the number of reservations received from another information processing apparatus, When the resource amount of the new reservation and the received reservation does not exceed the threshold, a reservation unit that reserves its own resource for the new reservation, and when the expiration date of the new reservation has passed, A reservation canceling means for canceling the new reservation; and a resource allocating means for allocating a resource reserved by the reservation means to the task when a task is received from the information processing apparatus requesting the new reservation. Things.

【0018】[0018]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

実施の形態1.図1は、実施の形態1〜9に共通のプラ
ットフォームである並列計算機システムを示すものであ
る。図1において、1A〜Dはそれぞれタスクを処理す
るプロセッサ、2A〜Dはそれぞれタスクを処理するた
めに必要なプログラム及びデータを記憶するメモリ、3
A〜Dはそれぞれプロセッサ1A〜D、メモリ2A〜
D、EDU4A〜D、及びタイマ7A〜Dを接続し、入
出力を制御するインタフェースである。4A〜Dはそれ
ぞれインタフェース3A〜Dとネットワーク5を接続す
るEDU(External Distribution Unit)であり、イン
タフェース3A〜Dからのデータをネットワーク5上へ
送信し、ネットワーク5上を流れる自己の情報処理装置
宛てのデータ若しくは命令を受信して、インタフェース
3A〜Dへ出力する。6A〜Dはそれぞれメモリ2A〜
D内のそれぞれに設けられ、自己のノード8A〜Dの総
資源量、使用中の資源量、空き資源量、予約資源量の情
報が記憶されるテーブルである。7A〜Dはそれぞれ
は、時刻を計測するタイマである。
Embodiment 1 FIG. FIG. 1 shows a parallel computer system which is a platform common to the first to ninth embodiments. In FIG. 1, reference numerals 1A to 1D denote processors for processing tasks, and 2A to D denote memories for storing programs and data necessary for processing the tasks.
A to D are processors 1A to 1D and memories 2A to 2D, respectively.
D, EDUs 4A to 4D, and timers 7A to 7D are interfaces for controlling input and output. Reference numerals 4A to 4D denote EDUs (External Distribution Units) for connecting the interfaces 3A to 3D and the network 5, respectively, and transmit data from the interfaces 3A to 3D to the network 5 and send the data to the own information processing apparatus flowing on the network 5. And outputs it to the interfaces 3A to 3D. 6A to 6D are memories 2A to
D is a table provided in each of the nodes D, and stores information on the total resource amount, the used resource amount, the free resource amount, and the reserved resource amount of the nodes 8A to 8D. 7A to 7D are timers for measuring time.

【0019】8A〜Dはそれぞれプロセッサ1A〜D
、メモリ2A〜D 、インタフェース3A〜D 、ED
U4A〜D、及び、タイマ7A〜Dを有する情報処理装
置たるノードであり、これらのノード8A〜Dはそれぞ
れ単独でタスクを処理する能力を持っている。なお、こ
こでは各情報処理装置を接続する信号線として、ネット
ワーク5が使用されているが、情報を伝達できるもので
あればよく、例えば、バス等を使用してもよい。
8A to 8D are processors 1A to 1D, respectively.
, Memory 2A-D, interface 3A-D, ED
The nodes are information processing devices having U4A to U4D and timers 7A to 7D, and each of the nodes 8A to 8D has the ability to process tasks independently. Here, the network 5 is used as a signal line for connecting each information processing device. However, any network capable of transmitting information, such as a bus, may be used.

【0020】例えば、ノード8Aでタスクが発生したと
き、このタスクをいずれかのノード8(A〜D)に割り
当てる。以下に、この場合の動的負荷分散処理を図1〜
図4を用いて説明する。
For example, when a task occurs in the node 8A, the task is assigned to any one of the nodes 8 (A to D). The dynamic load distribution processing in this case is described below with reference to FIGS.
This will be described with reference to FIG.

【0021】図2はこの実施の形態1の動的負荷分散処
理の流れを説明するシーケンス図である。図2におい
て、図1と同一の符号は同一又は相当の部分を表す。図
3はこの実施の形態1のタスク送信側ノードのタスク送
信処理を説明するフローチャートである。図3におい
て、図2と同一の符号は同一又は相当の処理を表す。図
4はこの実施の形態1のタスク受信側ノードのタスク受
信処理を説明するフローチャートである。図4におい
て、図2と同一の符号は同一又は相当の処理を表す。
FIG. 2 is a sequence diagram illustrating the flow of the dynamic load distribution processing according to the first embodiment. 2, the same reference numerals as those in FIG. 1 denote the same or corresponding parts. FIG. 3 is a flowchart illustrating a task transmission process performed by the task transmission-side node according to the first embodiment. 3, the same reference numerals as those in FIG. 2 denote the same or corresponding processes. FIG. 4 is a flowchart illustrating a task receiving process of the task receiving node according to the first embodiment. 4, the same reference numerals as those in FIG. 2 denote the same or corresponding processes.

【0022】まず初めに、ノード8Aにおいてタスクが
生成され、このタスクを自ノード8Aで処理するか、他
ノード8B〜Dのいずれかで処理するかを決定する。こ
の処理を図2、図3を用いて説明する。
First, a task is generated in the node 8A, and it is determined whether the task is to be processed by the own node 8A or one of the other nodes 8B to 8D. This processing will be described with reference to FIGS.

【0023】まず、ステップS1でタスク送信側のノー
ド8Aが、他のノード8B〜Dへタスクの割付要求メッ
セージを送信する。このメッセージはプロセッサ1Aが
EDU4Aを介して、ネットワーク5上に放送する。こ
の放送によって、一度に複数のノード8B〜Dが割付要
求メッセージを受信する。受信はEDU4B〜Dによっ
てそれぞれ行われ、プロセッサ1B〜Dが他のタスクを
処理している間でも正常に行われる。割付要求メッセー
ジには、タスクの実行に必要な資源の情報(以下、資源
情報という)が含まれている。他のノード8B〜Dのそ
れぞれは、受信した割付要求メッセージの資源情報に基
づいて、タスクを受け付けられるか否かを判断する。
First, in step S1, the task transmitting node 8A transmits a task allocation request message to the other nodes 8B to 8D. This message is broadcast by the processor 1A over the network 5 via the EDU 4A. By this broadcast, a plurality of nodes 8B to 8D receive the allocation request message at a time. The reception is performed by the EDUs 4B to 4D, respectively, and is normally performed even while the processors 1B to 1D are processing other tasks. The assignment request message includes information on resources necessary for executing the task (hereinafter referred to as resource information). Each of the other nodes 8B to 8D determines whether or not the task can be accepted based on the resource information of the received assignment request message.

【0024】次にステップS2に移り、上述ステップS
1でタスクを受け付けられると判断した場合には、資源
情報に記載された資源を予約し、他のタスクがその資源
を使用できないようにする。受け付けられないと判断し
た場合には、資源の予約は行わない。
Next, the process proceeds to step S2, and the above-described step S2 is performed.
If it is determined in step 1 that the task can be accepted, the resource described in the resource information is reserved so that other tasks cannot use the resource. If it is determined that the request cannot be accepted, no resource reservation is made.

【0025】続いて、ステップS3で、タスクを受け付
けられると判断したノード8B、Cからタスク送信側ノ
ード8Aへ、割付を受諾する旨の割付OKメッセージを
送信する。ここでは、受け付けられないと判断したノー
ド8Dは、ネットワークトラヒックを少なくするためメ
ッセージを送信しない。送信側ノード8Aは、予め定め
られた時間まで割付OKメッセージを受け付け、次のス
テップS4に移る。
Subsequently, in step S3, the nodes 8B and 8C that have determined that the task can be accepted transmit an assignment OK message to the effect that the assignment is accepted to the task transmitting node 8A. Here, the node 8D that has not been accepted does not transmit a message to reduce network traffic. The transmitting node 8A receives the allocation OK message until a predetermined time, and proceeds to the next step S4.

【0026】ステップS4では、送信側ノード8Aが割
付OKメッセージを送信してきたノード8B、Cのうち
からタスクを割り付けるノードを決定する。この決定
は、ランダムにノードを選択してもよいし、最も資源に
余裕のあるノードを選択して行ってもよい。このステッ
プS4でタスク割付先として決定されたノード8Bは、
割付情報処理装置となる。
In step S4, the node to which the task is to be allocated is determined from the nodes 8B and 8C from which the transmitting node 8A has transmitted the allocation OK message. This determination may be made by selecting a node at random or by selecting a node having the most resource. The node 8B determined as the task assignment destination in step S4 is
It becomes an assignment information processing device.

【0027】次に、ステップS5で送信側ノード8Aが
タスク本体をネットワーク5上へ送信する。送信は、割
付情報処理装置たるノード8Bを送信先として指定して
行う。ノード8Bはネットワーク5を介してタスクを受
け取り、ステップS2で予約していた自己の資源を受け
取ったタスクに割り当てる。そして、ノード8Bにて、
タスクが実行される。
Next, the transmitting node 8A transmits the task body to the network 5 in step S5. The transmission is performed by designating the node 8B as the assigned information processing apparatus as the transmission destination. The node 8B receives the task via the network 5, and allocates its own resource reserved in step S2 to the received task. Then, at node 8B,
The task is performed.

【0028】一方、タスクを受信しなかったノード8C
はステップS6として、予約の有効期限を過ぎていない
かを判断し、過ぎている場合には予約を解除する。ここ
では、タスクの割付要求メッセージを受信してから予め
定められた時間T(以下、予約解除時間Tという)経過
後に、ステップS2で行った資源の予約を解除する。こ
の予約解除時間Tの計測はタイマ7Cを用いて行う。予
約が解除されたことにより、他のタスクはその資源を使
用できるようになる。予約の有効期限は、タスクの割付
要求メッセージの受信時に基づいた期限であればよく、
資源を予約してから予め定められた時間で設定してもよ
いし、割付OKメッセージを送信してから予め定められ
た時間を設定してもよい。
On the other hand, the node 8C that has not received the task
Determines in step S6 whether the expiration date of the reservation has passed, and if it has passed, cancels the reservation. Here, the resource reservation performed in step S2 is released after a predetermined time T (hereinafter, referred to as a reservation release time T) has elapsed since the reception of the task allocation request message. The measurement of the reservation release time T is performed using the timer 7C. The release of the reservation allows other tasks to use the resource. The expiration date of the reservation only needs to be based on the reception of the task assignment request message,
The time may be set at a predetermined time after the resource is reserved, or a predetermined time may be set after transmitting the allocation OK message.

【0029】このとき、予約解除時間Tが経過すると自
動的に予約が解除されるため、ネットワーク5を介した
予約解除メッセージの送信は行われない。従って、ネッ
トワーク5上を送受信するメッセージ数を減らすことが
できる。すなわち、ネットワークトラヒックを減少させ
ることができる。また、動的負荷分散を行う並列処理装
置では、ノード8A〜D間のデータ授受が頻繁に行わ
れ、多くのノード8A〜Dがネットワーク5を使用する
ため、ネットワーク5のトラヒックが増大するとデータ
の送受信待ちを生ずる時間が長くなり、処理速度が低下
する。逆に、ネットワーク5のトラヒックを少なく抑え
ることによって並列処理装置全体の処理効率も向上し、
高速な処理が可能となる。
At this time, the reservation is automatically released after the reservation release time T has elapsed, so that the transmission of the reservation release message via the network 5 is not performed. Therefore, the number of messages transmitted and received on the network 5 can be reduced. That is, network traffic can be reduced. Further, in a parallel processing device that performs dynamic load distribution, data is frequently exchanged between the nodes 8A to 8D, and many nodes 8A to 8D use the network 5. Therefore, when traffic on the network 5 increases, data The time required to wait for transmission / reception increases, and the processing speed decreases. Conversely, by reducing the traffic of the network 5, the processing efficiency of the entire parallel processing device is improved,
High-speed processing becomes possible.

【0030】◆タスク送信側ノードの処理 次に上述の動的負荷分散処理をタスク送信側ノード8A
の処理に絞って説明する。初めに、図3のステップSス
テップ101において、ノード8Aがタスクを生成す
る。このタスクはノードの外部から受け取ったものであ
ってもよい。次に、ステップS102に移り、タスクが
自ノードで処理可能かを判断する。処理可能であるか否
かを判断する方法は、例えば、余剰計算時間、空きメモ
リがタスクを実行するのに十分であるかを判断すること
によって行う。ここで、自ノードで処理できると判断し
た場合には、ステップS103に移り、処理できないと
判断した場合にはステップS1−1に移る。
{Processing of Task Sending Node} Next, the above-mentioned dynamic load distribution processing is performed by the task sending node 8A.
The following description focuses on the processing of FIG. First, in step S101 of FIG. 3, the node 8A generates a task. This task may have been received from outside the node. Next, the process proceeds to step S102, where it is determined whether the task can be processed by the own node. The method of determining whether or not processing is possible is performed, for example, by determining whether the surplus calculation time and free memory are sufficient to execute the task. If it is determined that the processing can be performed by the own node, the process proceeds to step S103. If it is determined that the process cannot be performed, the process proceeds to step S1-1.

【0031】ステップS103では、タスクを自ノード
で実行する。実行が終了すると、また、ステップS10
1に戻る。ただし、このノードでは、複数のプロセス、
スレッドを並行処理することができる。そのため、ステ
ップS103の処理が終了しなくとも、ステップS10
1の処理が行われ、次々にタスクが生成される。
In step S103, the task is executed on the own node. When the execution is completed, step S10
Return to 1. However, this node has multiple processes,
Threads can be processed in parallel. Therefore, even if the processing in step S103 is not completed, step S10
1 is performed, and tasks are generated one after another.

【0032】一方、上述ステップS102にて他ノード
8B〜Dにタスクを処理させることが決定すると、図2
のステップS1で示すようにタスクの割付要求メッセー
ジの送受信が行われる。タスク送信側のノード8Aで
は、図3のステップS1−1が実行され、他のノード8
B〜Dへタスク割付要求信号を送信する。この割付要求
メッセージは、図5のM1に示すようにメッセージのI
D、メッセージ種別、発信元、発信先、必要資源等のデ
ータによって構成されている。ここで、メッセージ種別
には「割付要求」を示す情報が入り、発信元はタスク送
信側のノード8A、発信先はノード8B〜Dへの同報通
信である旨の情報が記載されている。データ部分には、
タスクを識別するタスク番号とタスクの実行に必要な計
算時間及びメモリ等の必要資源情報が記載されている。
On the other hand, when it is determined in step S102 that the other nodes 8B to 8D process the task,
As shown in step S1, the task assignment request message is transmitted and received. In the node 8A on the task transmission side, the step S1-1 in FIG.
A task assignment request signal is transmitted to B to D. This allocation request message is, as shown by M1 in FIG.
D, message type, source, destination, required resources, and other data. Here, information indicating "assignment request" is entered in the message type, and information indicating that the source is the node 8A on the task transmitting side and the destination is broadcast to the nodes 8B to 8D. In the data part,
A task number for identifying the task, a calculation time required for executing the task, and necessary resource information such as a memory are described.

【0033】次にステップ3−2において、割付OKメ
ッセージを予め定められた時間の間受信待ちする。この
受信待ち時間は、タスク、又はノード数等の条件に応じ
て変化するようにしてもよい。割付OKメッセージは図
5のM2に示すように、タスク番号を含む。このタスク
番号を識別することにより、その割付OKメッセージが
当該タスクに対するものであるかを判別することができ
る。
Next, in step 3-2, the control waits for an allocation OK message for a predetermined time. The reception waiting time may be changed according to a task or a condition such as the number of nodes. The allocation OK message includes the task number as shown in M2 of FIG. By identifying the task number, it is possible to determine whether the assigned OK message is for the task.

【0034】続いて、ステップS4で、割付OKメッセ
ージを送信してきたノード8B、Cのうちから、タスク
を送信するノード8を割付情報処理装置(以下、割当ノ
ードという)として決定する。次に、ステップS5−1
に移り、割当ノードへタスク送信メッセージを送信す
る。このタスク送信メッセージは、図5のM3に示した
ような構造を有し、発信先として割当ノードの識別子が
指定され、データ部にはタスク本体が含まれている。
Subsequently, in step S4, among the nodes 8B and 8C that have transmitted the allocation OK message, the node 8 that transmits the task is determined as an allocation information processing apparatus (hereinafter, referred to as an allocation node). Next, step S5-1
And sends a task transmission message to the assignment node. This task transmission message has a structure as shown in M3 of FIG. 5, the identifier of the assigned node is specified as the transmission destination, and the data portion includes the task body.

【0035】以上で動的負荷分散処理が終了する。そし
て、また新たなタスクがステップS101で生成され、
同様の処理が行われる。このタスク送信側ノード8Aの
処理では、割付ノード以外へ予約解除メッセージを送信
しないため、タスク送信側ノード8Aの処理負担が軽い
という特徴がある。
Thus, the dynamic load distribution processing is completed. Then, a new task is generated again in step S101,
Similar processing is performed. In the processing of the task transmission side node 8A, since the reservation release message is not transmitted to a node other than the allocation node, the processing load of the task transmission side node 8A is light.

【0036】◆他のノード(タスク受信側ノード)の処
理 次に上述の動的負荷分散処理をタスク受信側のノード8
B〜Dの処理に絞って説明する。
(3) Processing of Another Node (Task Receiving Node) Next, the above dynamic load distribution processing is performed by the node 8 on the task receiving side.
The following description focuses on processes B to D.

【0037】まず、図4のステップS1−2でタスクの
割付要求メッセージを受信し、要求を受け付けることが
できるかどうかを判断する。受け付できないと判断した
場合には、以降の処理を行わず、新たな要求が到着する
のを持つ。受け付けできると判断した場合には、次のス
テップS1−3に移る。ステップS1−3では、タイマ
7B〜Dをそれぞれ用いて時間tの計測を開始する。す
なわち、時間長の計測を開始する。このステップS1−
3は次のステップS2の後に実行してもよい。続いて、
ステップS2でタスクの実行に必要な資源を予約する。
予約する資源は、タスクの割付要求メッセージに含まれ
ている資源情報から必要な資源の量を決定し、この決定
したの量の分だけ自己のノードの管理する資源を予約す
る。
First, in step S1-2 in FIG. 4, a task allocation request message is received, and it is determined whether the request can be accepted. If it is determined that the request cannot be accepted, the subsequent processing is not performed, and a new request arrives. If it is determined that it can be accepted, the process proceeds to the next step S1-3. In step S1-3, measurement of the time t is started using each of the timers 7B to 7D. That is, the measurement of the time length is started. This step S1-
Step 3 may be performed after the next step S2. continue,
In step S2, resources required for executing the task are reserved.
The resources to be reserved determine the required amount of resources from the resource information included in the task allocation request message, and reserve the resources managed by the own node by the determined amount.

【0038】続いて、ステップS3−1に移り、割付O
Kメッセージを送信する。次にステップS5−2に移
り、EDU4B〜Dがタスクを受信したかを調べる。受
信した場合は、ステップS5−4に移り、ステップS2
で予約した資源を受信したタスクに割り当てる。続い
て、ステップS111でタスクを実行する。
Subsequently, the flow shifts to step S3-1, where the assignment O
Send K message. Next, the process proceeds to step S5-2, where it is checked whether the EDUs 4B to 4D have received the task. If it has been received, the process proceeds to step S5-4 and proceeds to step S2.
Allocate the reserved resource to the received task. Subsequently, the task is executed in step S111.

【0039】一方、ステップS5−2でタスクを受信し
ていないと判断された場合には、ステップS5−3に移
り、ステップS1cから計測を開始している時間tが予
約解除時間Tを経過しているかを検出する。時間tが予
約解除時間Tを過ぎていない場合には、ステップS5−
2に戻る。予約解除時間Tを過ぎている場合には、ステ
ップS6に移る。ステップS6では、ステップS2で行
った資源の予約を解除し、当該資源が他のタスクで使え
るようにする。
On the other hand, if it is determined in step S5-2 that the task has not been received, the process proceeds to step S5-3, and the time t at which the measurement is started from step S1c exceeds the reservation release time T. Is detected. If the time t has not passed the reservation release time T, step S5-
Return to 2. If the reservation release time T has passed, the process proceeds to step S6. In step S6, the reservation of the resource made in step S2 is released, and the resource can be used for another task.

【0040】以上のように、資源の予約を解除するメッ
セージを受信しなくとも、予約が解除されるため、ネッ
トワークトラヒックを減少させ、システム全体として処
理速度が向上するという効果がある。
As described above, since the reservation is released without receiving the message for releasing the resource reservation, there is an effect that the network traffic is reduced and the processing speed of the entire system is improved.

【0041】実施の形態2.実施の形態1では、タスク
の割付要求メッセージを放送(ブロードキャスト)した
が、1つ1つのノードに逐次送信してもよい。以下にこ
の実施の形態2の動作について図6を用いて説明する。
図6はこの実施の形態1の動的負荷分散処理の流れを説
明するシーケンス図である。図6において、図2と同一
の符号は同一又は相当の部分を表す。
Embodiment 2 In the first embodiment, the task assignment request message is broadcast (broadcast). However, the task assignment request message may be sequentially transmitted to each node. The operation of the second embodiment will be described below with reference to FIG.
FIG. 6 is a sequence diagram illustrating the flow of the dynamic load distribution processing according to the first embodiment. 6, the same reference numerals as those in FIG. 2 denote the same or corresponding parts.

【0042】まず、ステップS1aにおいて、タスク送
信側ノード8Aがタスクの割付要求メッセージを送信す
る。このタスクの割付要求メッセージには1つのノード
8Bが送信先として指定されて送信される。次にステッ
プS2aにて、ノード8Bが図2のステップS2にて説
明したのと同様に資源予約を行う。続いてステップS3
aにて、ノード8Bからタスク送信側ノード8Aへ、割
付OKメッセージが送信される。タスク割付が不可能な
ときはこの割付OKメッセージは送信されない。
First, in step S1a, the task transmitting node 8A transmits a task allocation request message. In this task allocation request message, one node 8B is designated and transmitted. Next, in step S2a, the node 8B makes a resource reservation in the same manner as described in step S2 of FIG. Then, step S3
At a, the allocation OK message is transmitted from the node 8B to the task transmitting node 8A. When task assignment is impossible, this assignment OK message is not transmitted.

【0043】次に、ステップS1b、S2b、及びS3
bにて、タスク送信側ノード8Aが他のノード8Cへタ
スクの割付要求メッセージを送信し、タスク割付可能か
どうかを調査する。この調査は、上述のステップS1
a、S2a、及びS3aと同様に行われる。同様に、他
のノード8Dについてもタスク割付可能かどうかを調査
する。この調査は上述のステップS1c、S2c、及び
S3cと同様に行われる。
Next, steps S1b, S2b, and S3
At b, the task transmitting node 8A transmits a task allocation request message to another node 8C, and checks whether the task can be allocated. This investigation is performed in step S1 described above.
a, S2a, and S3a. Similarly, it is checked whether the other nodes 8D can be assigned tasks. This check is performed in the same manner as in steps S1c, S2c, and S3c described above.

【0044】次に、ステップS4に移り、割付先決定処
理を行い、続くステップS5で割付情報処理装置たる割
付ノード8Bへタスクを送信する。各ノード8B〜Dそ
れぞれはタスクの割付要求メッセージを受け取ってから
の時間tを計測し、ステップS5のタスク送信は、計測
した時間tが予約解除時間Tを経過する前に行う。ま
た、予約解除時間Tまでにタスクが送信されなかったノ
ード8C、Dは、ステップS6にて、資源の予約を解除
する。
Next, the process proceeds to step S4, where the assignment destination is determined, and in step S5, the task is transmitted to the assignment node 8B as the assignment information processing device. Each of the nodes 8B to 8D measures the time t after receiving the task assignment request message, and the task transmission in step S5 is performed before the measured time t elapses the reservation release time T. The nodes 8C and 8D to which the tasks have not been transmitted by the reservation release time T release the resource reservation in step S6.

【0045】この実施の形態2によれば、資源の予約を
解除するメッセージを受信しなくとも、予約が解除され
るため、ネットワークトラヒックを減少させ、システム
全体として処理速度が向上するという効果がある。
According to the second embodiment, the reservation is released without receiving the message for releasing the resource reservation, so that there is an effect that the network traffic is reduced and the processing speed of the entire system is improved. .

【0046】なお、割付先決定ステップS3は、新しい
割付OKメッセージが到着する度に行ってもよい。そし
て、予め定められた資源条件を満たした情報処理装置
(すなわちノード)を発見した時点で、他のノードへの
タスク割付要求メッセージの送信を行わないようにして
もよい。この場合には、タスク要求メッセージと割付O
Kメッセージによって発生するトラヒックを低く抑える
ことができるという効果がある。上述の資源条件とは、
タスクを余裕を持って実行することのできる資源条件で
あり、タスクの実行に必要な資源量に基づいて決定され
る。例えば、当該ノードの余剰計算時間、又はメモリ
が、タスクの実行に必要な計算時間、又はメモリの20
0パーセント分存在するという条件である。
The allocation destination determining step S3 may be performed each time a new allocation OK message arrives. Then, when an information processing device (that is, a node) that satisfies a predetermined resource condition is found, transmission of a task assignment request message to another node may not be performed. In this case, the task request message and the assignment O
There is an effect that traffic generated by the K message can be suppressed low. The above resource conditions are:
This is a resource condition that allows the task to be executed with a margin, and is determined based on the amount of resources necessary for executing the task. For example, the surplus calculation time or memory of the node is calculated as the calculation time required for executing the task or 20 times of the memory.
This is a condition that 0% is present.

【0047】実施の形態3.実施の形態3は、予約を確
定する予約確定メッセージを送信することにより、予約
解除時間Tまでにタスクが送信されない場合でも予約が
解除されないようにする実施の形態である。
Embodiment 3 The third embodiment is an embodiment in which a reservation confirmation message for confirming a reservation is transmitted so that the reservation is not released even if the task is not transmitted before the reservation release time T.

【0048】図7はこの実施の形態3の動的負荷分散の
処理を示すシーケンス図である。図7において、図2と
同一の符号は同一又は相当の部分を表す。
FIG. 7 is a sequence diagram showing a dynamic load distribution process according to the third embodiment. 7, the same reference numerals as those in FIG. 2 indicate the same or corresponding parts.

【0049】この実施の形態3の基本的な動作は実施の
形態1と同様であるため、この実施の形態3における特
徴的な動作を以下に説明する。ステップS1〜ステップ
S4までの処理が終了し、割付ノードが決定すると、ス
テップS41で、タスク送信側ノード8Aが割付ノード
へ予約確定メッセージを送信する。この予約確定メッセ
ージを受け取ったノード8Bは、ステップS2で行われ
た資源の予約を確定し、ステップS6で予約解除が行わ
れないようにする。
Since the basic operation of the third embodiment is the same as that of the first embodiment, the characteristic operation of the third embodiment will be described below. When the processes in steps S1 to S4 are completed and the assignment node is determined, in step S41, the task transmitting node 8A transmits a reservation confirmation message to the assignment node. The node 8B that has received the reservation confirmation message determines the resource reservation performed in step S2, and prevents the reservation from being released in step S6.

【0050】予約確定メッセージが送信されなかったノ
ード8C、Dでは、ステップS6で予約解除処理が行わ
れる。
In nodes 8C and 8D to which the reservation confirmation message has not been transmitted, the reservation release processing is performed in step S6.

【0051】ステップS41の終了後、ステップS5に
おいて、タスク送信が行われる。割付ノード8Bでは、
ステップS41により予約確定しておいた資源を受信し
たタスクに割り付ける。
After the end of step S41, task transmission is performed in step S5. At the allocation node 8B,
In step S41, the resource whose reservation has been confirmed is allocated to the received task.

【0052】以上のように、この実施の形態3では、予
約解除時間T内にタスクを送信できない場合であって
も、ネットワークトラヒックを減少させ、システム全体
として処理速度が向上するという効果がある。
As described above, in the third embodiment, even when a task cannot be transmitted within the reservation release time T, there is an effect that the network traffic is reduced and the processing speed of the entire system is improved.

【0053】なお、この実施の形態3の予約確定メッセ
ージは、実施の形態2にも適用できる。図8はこの場合
の動的負荷分散の処理を説明するシーケンス図である。
図8において、図6と同一の符号は同一又は相当の部分
を表す。ステップS41は上述の図7のステップS41
と同様であり、この予約確定メッセージにより、上述の
効果を得ることができる。
The reservation confirmation message according to the third embodiment can be applied to the second embodiment. FIG. 8 is a sequence diagram illustrating the dynamic load distribution processing in this case.
8, the same reference numerals as those in FIG. 6 denote the same or corresponding parts. Step S41 is the same as step S41 in FIG.
The above-mentioned effect can be obtained by this reservation confirmation message.

【0054】実施の形態4.実施の形態4は、良好な割
付ノードが見つかるまで、現在の割付ノード候補の予約
を延長する実施の形態である。
Embodiment 4 Embodiment 4 is an embodiment in which the reservation of the current assignment node candidate is extended until a good assignment node is found.

【0055】図9はこの実施の形態4の動的負荷分散の
処理を示すシーケンス図である。図9において、図6と
同一の符号は同一又は相当の部分を表す。
FIG. 9 is a sequence diagram showing a dynamic load distribution process according to the fourth embodiment. 9, the same reference numerals as those in FIG. 6 denote the same or corresponding parts.

【0056】この実施の形態4の基本的な動作は実施の
形態2と同様であるため、この実施の形態4における特
徴的な動作を以下に説明する。ステップS1a〜S3b
までにおいて、第1の資源調査ステップとして、第1の
情報処理装置たる複数のノード8B、Cの資源状況を調
査し、第1の資源予約ステップを実行する。次に、ステ
ップS4aに移り、割当候補決定ステップたる割付先決
定処理を行う。この割付先決定処理にて、割付OKメッ
セージを送信してきたノード8B、Cのうちから、最も
資源状況の優良なノードを割当候補(以下割当ノード候
補という)として決定する。資源状況が優良か否かは、
例えば、余剰資源が多くあるか否かで決定する方法や、
タスクの実行が他のノードよりも高速に実行できる等の
条件をみて決定する方法がある。
Since the basic operation of the fourth embodiment is the same as that of the second embodiment, the characteristic operation of the fourth embodiment will be described below. Steps S1a to S3b
Up to this point, as a first resource checking step, the resource statuses of the plurality of nodes 8B and C as the first information processing device are checked, and the first resource reservation step is executed. Next, the process proceeds to step S4a, where allocation destination determination processing, which is an allocation candidate determination step, is performed. In this assignment destination determination processing, a node having the best resource status is determined as an allocation candidate (hereinafter, referred to as an allocation node candidate) from the nodes 8B and 8C that have transmitted the allocation OK message. Whether the resource situation is excellent or not
For example, how to determine whether there is a lot of surplus resources,
There is a method in which the task is determined based on conditions such as execution of the task can be performed faster than other nodes.

【0057】続いて、予め定められた予約解除時間T1
が経過する前に、ステップS42aにて第1の予約延長
信号たる予約延長メッセージを割当ノード候補へ送信す
る。この割当ノード候補8Bは、予約延長メッセージを
受け取ると、ステップS1aから計測していた時間をク
リアし、新たに時間計測を開始する。
Subsequently, a predetermined reservation release time T1
Before elapses, a reservation extension message, which is a first reservation extension signal, is transmitted to the allocation node candidate in step S42a. Upon receiving the reservation extension message, the allocation node candidate 8B clears the time measured from step S1a and starts a new time measurement.

【0058】次に、予約延長メッセージ送信後に、第2
の情報処理装置となるノード、すなわち、新たにタスク
を割付可能なノードを探すため、第2の資源調査ステッ
プたるステップS1c、S3c、及び第2の資源予約ス
テップたる資源予約S2cを実行する。次に、割当先決
定ステップたるステップS4bに移り、予約延長メッセ
ージを送信してから新たに発見した割当可能なノード8
Dの資源状況と、ステップS4aで決定した割当ノード
候補8Bの資源状況とを比較し、これらのノード8C、
Dのうちから資源状況が優良なノードを探して割当ノー
ド候補8Dを新たに決定する。
Next, after transmitting the reservation extension message, the second
In order to search for a node to be an information processing device of the above, that is, a node to which a task can be newly assigned, steps S1c and S3c as a second resource investigation step and resource reservation S2c as a second resource reservation step are executed. Next, the process proceeds to step S4b, which is an assignment destination determination step, and after transmitting the reservation extension message, the newly discoverable assignable node 8
D, and compares the resource status of the assigned node candidate 8B determined in step S4a with those nodes 8C,
D is searched for a node with an excellent resource status, and an allocation node candidate 8D is newly determined.

【0059】タスク送信側ノード8Aは、割当ノード候
補8Bに予約延長メッセージが到着してからの時間が、
予め定められた予約解除時間T2を経過する前に、第2
の予約延長信号たる予約延長メッセージの送信を第2の
予約延長信号送信ステップとして実行する。以上のよう
に、次々と他のノードの資源状況を調査しながら、割当
ノードの予約を延長する。この割当ノードの探索と予約
の延長は時間の許す限り繰り返し行われ、最適な割当ノ
ードを探し出す。
The task transmitting node 8A determines that the time from the arrival of the reservation extension message to the assigned node candidate 8B is
Before the predetermined reservation release time T2 elapses, the second
Is transmitted as a second reservation extension signal transmission step. As described above, the reservation of the assigned node is extended while checking the resource status of other nodes one after another. The search for the assigned node and the extension of the reservation are repeated as long as time permits, and the optimum assigned node is found.

【0060】ここでは、一回の予約延長後に時間がなく
なり、最後の割付先決定ステップS4bで決定した割付
ノード候補8Dを割付ノードとして決定したとする。こ
の場合においては、上述の予約延長メッセージの代わり
にステップS5でタスクの送信が行われる。タスク送信
は、タスク送信側ノード8Aから割付先決定ステップS
4bで決定した割付ノード8Dへタスクを送信する処理
である。
Here, it is assumed that there is no time after one reservation extension, and the allocation node candidate 8D determined in the final allocation destination determination step S4b is determined as the allocation node. In this case, the task is transmitted in step S5 instead of the reservation extension message described above. The task transmission is performed by the task transmission side node 8A by the assignment destination determining step S
This is a process of transmitting a task to the allocation node 8D determined in 4b.

【0061】一方、予約解除時間T1を過ぎた資源予約
は、第1の予約解除ステップたるステップS6bにおい
て解除される。同様に、予約解除時間T2を過ぎた資源
予約は、第3の予約解除ステップたるステップS6aに
おいて解除される。以上は、第2の情報処理装置たる割
付ノード8Dへタスクを送信した場合を説明したが、割
当候補ノード8Bへタスクを送信した場合には、第2の
予約解除ステップとして、第2の情報処理装置たる割付
ノード8Dで、ステップS6bと同様に予約が解除され
る。これにより、上述の実施の形態と同様に予約解除メ
ッセージが不要になる。
On the other hand, the resource reservation that has passed the reservation release time T1 is released in step S6b, which is the first reservation release step. Similarly, the resource reservation after the reservation release time T2 is released in step S6a, which is the third reservation release step. The case where the task is transmitted to the allocation node 8D as the second information processing apparatus has been described above. However, when the task is transmitted to the allocation candidate node 8B, the second information processing is performed as a second reservation release step. At the allocation node 8D as a device, the reservation is released as in step S6b. This eliminates the need for a reservation release message as in the above-described embodiment.

【0062】以上のように、この実施の形態4によれ
ば、資源の予約を解除するメッセージを受信しなくと
も、予約が解除されるため、ネットワークトラヒックを
減少させ、システム全体として処理速度が向上するとい
う効果がある。
As described above, according to the fourth embodiment, the reservation is released without receiving the message for releasing the resource reservation, so that the network traffic is reduced and the processing speed is improved as a whole system. There is an effect of doing.

【0063】また、実施の形態1では、予約解除時間T
として多くのノードから割付OKメッセージを受け取れ
るに十分な時間を設定する必要があったが、この実施の
形態4では予約解除時間T1若しくはT2をそれよりも
少なく設定することができる。その理由は、例えば、T
1では少なくとも2つのノードから割付OKメッセージ
を受け取れるに十分な時間を設定すればよく、T2では
少なくとも1つのノードから割付OKメッセージを受け
取れるに十分な時間を設定すればよいからである。ただ
し、予約延長メッセージはトラヒックを増加させる原因
となるため、その点において、一回の予約延長で調査で
きるノード数及び予約解除時間T1、T2の長さは調整
される。なお、T1、T2は同じ時間を設定してもよ
い。
In the first embodiment, the reservation release time T
Although it is necessary to set a time sufficient to receive the allocation OK message from many nodes, in the fourth embodiment, the reservation release time T1 or T2 can be set shorter. The reason is, for example, T
This is because in 1 it is sufficient to set a time sufficient to receive the allocation OK message from at least two nodes, and in T2 it is sufficient to set a time sufficient to receive the allocation OK message from at least one node. However, since the reservation extension message causes an increase in traffic, at this point, the number of nodes that can be investigated in one reservation extension and the lengths of the reservation release times T1 and T2 are adjusted. Note that the same time may be set for T1 and T2.

【0064】上述のように、予約解除時間T1、T2を
短く設定することができるため、システム全体として、
予約されている資源の量を削減することができ、多くの
タスクを実行することができるという効果がある。
As described above, since the reservation release times T1 and T2 can be set short, the system as a whole
The effect is that the amount of reserved resources can be reduced and many tasks can be executed.

【0065】なお、タスクの割付要求メッセージは、1
つ1つのノード8B〜Dに対して個別に送信するのでは
なく、図10に示すように1つの割付要求メッセージが
複数のノードに受信されるようにしてもよい。図10に
おいて、図9と同一の符号は同一又は相当の部分を表し
ている。ステップS1のタスクの割付要求メッセージ
は、図2に示したステップS1のタスクの割付要求メッ
セージと同様のものである。従って、ステップS1のタ
スクの割付要求メッセージ1つで、図9のステップS1
a、S1b、S1cのタスクの要求メッセージの役割を
果たしている。
The task assignment request message is 1
Instead of individually transmitting to each of the nodes 8B to 8D, one assignment request message may be received by a plurality of nodes as shown in FIG. 10, the same reference numerals as those in FIG. 9 represent the same or corresponding parts. The task assignment request message in step S1 is the same as the task assignment request message in step S1 shown in FIG. Therefore, one task allocation request message in step S1 is used to execute step S1 in FIG.
It plays the role of request messages for the tasks a, S1b and S1c.

【0066】実施の形態5.実施の形態5は、予約した
資源を段階的に削除する実施の形態である。図11はこ
の実施の形態5の動的負荷分散の処理を示すシーケンス
図である。図11において、図2と同一の符号は同一又
は相当の部分を表す。
Embodiment 5 Embodiment 5 is an embodiment in which reserved resources are deleted step by step. FIG. 11 is a sequence diagram showing a dynamic load distribution process according to the fifth embodiment. 11, the same reference numerals as those in FIG. 2 denote the same or corresponding parts.

【0067】この実施の形態5の基本的な動作は実施の
形態1と同様であるため、この実施の形態5における特
徴的な動作を以下に説明する。ステップS1〜S4まで
において、複数のノード8B〜Dのうちから割付ノード
を決定する。次に、タスクの送信を実行するのである
が、ここではタスク送信ステップS5が、タスクの送信
準備で予約解除時間Tまでに送信できなかったとする。
Since the basic operation of the fifth embodiment is the same as that of the first embodiment, the characteristic operation of the fifth embodiment will be described below. In steps S1 to S4, an allocation node is determined from the plurality of nodes 8B to 8D. Next, the task transmission is executed. Here, it is assumed that the task transmission step S5 cannot transmit the task by the reservation release time T in preparation for the task transmission.

【0068】予約解除時間Tまでにタスクを受信しなか
ったノード8B〜Dのそれぞれは、ステップS9aに
て、ステップS2で行った資源予約の一部を解除する。
この場合は予約した資源量の20パーセントを解除す
る。次に、ステップS9aから予め定められた時間経過
後に、ノード8B〜Dのそれぞれにおいて、ステップS
9bが実行される。ステップS9bでは、ステップS2
で行った資源の予約の一部を解除する。ここでは、予約
した資源量の50パーセントを解除する。続いて、ステ
ップS9bから予め定められた時間経過後に、ノード8
B〜Dのそれぞれにおいて、ステップS9cが実行され
る。ステップS9cでは、ステップS2で行った資源の
予約の全てを解除する。ただし、予約が確定していた
り、タスクが送信されているノードでは、これらのステ
ップS9a〜cの予約解除は行わない。
In steps S9a, each of the nodes 8B to 8D that have not received the task by the reservation release time T releases a part of the resource reservation made in step S2.
In this case, 20% of the reserved resource amount is released. Next, after a lapse of a predetermined time from step S9a, each of the nodes 8B to 8D performs step S9.
9b is executed. In step S9b, step S2
Releases part of the resource reservation made in. Here, 50% of the reserved resource amount is released. Subsequently, after a predetermined time has elapsed from step S9b, the node 8
Step S9c is performed in each of B to D. In step S9c, all the resource reservations made in step S2 are released. However, at the node where the reservation has been confirmed or the task has been transmitted, the reservation cancellation at these steps S9a to S9c is not performed.

【0069】このステップS9a〜cまでにおける段階
的な予約の解除は、上述のように3回に分けるのみなら
ず、適宜所定の回数を予め定め、この予め定められた回
数に従って段階的に削除することができる。また、一回
の削除量も適宜設定される。ここで、「段階的な解除」
とは、自己のノードに予約されている資源の予約の一部
を徐々に解除して行き、最終的に自己のノードの資源に
対する予約の全てを解除することをいう。
The stepwise cancellation of the reservation in steps S9a to S9c is not only divided into three as described above, but also a predetermined number of times is appropriately determined in advance, and the reservation is deleted stepwise according to the predetermined number of times. be able to. Also, the amount of one deletion is appropriately set. Here, "gradual release"
This means that a part of the resource reservation reserved for the own node is gradually released, and finally all the reservations for the resource of the own node are released.

【0070】一方、ステップS5が図11に示すような
タイミングで実行されると、タスクを受け取ったノード
8Bは、ステップS10にて、削除した予約資源の回復
を行ない、タスクの実行に必要な資源量が完全に予約さ
れている状態に戻す。ステップS10終了後は、回復し
た予約資源が受信したタスクに割り当てられ当該タスク
が実行される。
On the other hand, when step S5 is executed at the timing shown in FIG. 11, the node 8B that has received the task recovers the deleted reserved resource in step S10, and sets the resources necessary for executing the task. Return the quantity to a fully reserved state. After step S10, the recovered reservation resource is allocated to the received task and the task is executed.

【0071】この実施の形態5では、タスクの送信が予
約解除時間Tを過ぎた場合でも、資源を段階的に削除す
るため、タスクが割り付けられる可能性が高いという効
果がある。これは、大きな資源を確保するよりも、小さ
い資源を確保できる可能性の方が高いからである。
In the fifth embodiment, even if the transmission of a task has passed the reservation release time T, resources are deleted step by step, so that there is an effect that the possibility of assignment of a task is high. This is because it is more likely that a small resource can be secured than a large resource.

【0072】また、実施の形態3と同様に予約確定メッ
セージを送信し、予約確定メッセージを受け取ったノー
ドが削除した資源予約を回復するようにしてもよい。図
12はこの場合に動的負荷分散処理を説明するシーケン
ス図である。図12において、図11と同一の符号は同
一又は相当の部分を表す。予約解除時間T1を過ぎる
と、上述のステップS9a〜S9cで説明したように、
予約資源を段階的に解除する。一方、予約確定メッセー
ジを受信したノードは、予約の段階的解除を行わず、又
は段階的解除を中止し、ステップS10の予約回復を行
う。
Further, similarly to the third embodiment, a reservation confirmation message may be transmitted, and the resource reservation deleted by the node receiving the reservation confirmation message may be recovered. FIG. 12 is a sequence diagram illustrating the dynamic load distribution processing in this case. 12, the same reference numerals as those in FIG. 11 denote the same or corresponding parts. When the reservation release time T1 has passed, as described in steps S9a to S9c above,
Release reservation resources step by step. On the other hand, the node that has received the reservation confirmation message does not perform the stepwise release of the reservation, or stops the stepwise release, and performs the reservation recovery in step S10.

【0073】また、実施の形態4と同様に予約延長メッ
セージを送信し、予約延長メッセージを受け取ったノー
ドが削除した資源予約を回復するようにしてもよい。図
13はこの場合の動的負荷分散処理を説明するシーケン
ス図である。図13において、図11と同一の符号は同
一又は相当の部分を表す。予約解除時間T1を過ぎる
と、上述のステップS9a〜S9cで説明したように、
予約資源を段階解除する。一方、予約解除時間T1が過
ぎた後に、予約延長メッセージが送信された場合には、
新たに予約解除時間T2を設定し、上述の予約回復ステ
ップS10を実行する。予約解除時間T2経過までに予
約延長メッセージ若しくはタスク送信が無かった場合に
も同様に、予約資源を段階解除する。
Further, similarly to the fourth embodiment, a reservation extension message may be transmitted to recover the resource reservation deleted by the node which has received the reservation extension message. FIG. 13 is a sequence diagram illustrating the dynamic load distribution processing in this case. 13, the same reference numerals as those in FIG. 11 denote the same or corresponding parts. When the reservation release time T1 has passed, as described in steps S9a to S9c above,
Release a reserved resource. On the other hand, when the reservation extension message is transmitted after the reservation release time T1 has passed,
A new reservation release time T2 is set, and the above-described reservation recovery step S10 is executed. Similarly, when there is no reservation extension message or task transmission before the reservation release time T2 elapses, the reservation resource is also released in stages.

【0074】実施の形態6.実施の形態6は、ノードの
保有する空き資源量を越えて予約を受け付ける実施の形
態である。図14はこの実施の形態6のレシーバ側シス
テムのタスク受け付け処理のフローチャートである。こ
のフローチャートは、図4のステップS1−2を詳細に
説明したものである。
Embodiment 6 FIG. The sixth embodiment is an embodiment in which a reservation is received beyond the amount of free resources held by the node. FIG. 14 is a flowchart of a task receiving process of the receiver-side system according to the sixth embodiment. This flowchart describes step S1-2 in FIG. 4 in detail.

【0075】まず、ステップS1−21でしきい値Th
を算出する。このしきい値Thは、他の情報処理装置か
ら受け付けた予約の数に基づいて設定される。例えば、
受け付けている予約の数が1であるときは、空き資源量
の100パーセントの資源量、予約の数が5のときは、
空き資源量の150パーセント、予約の数が10である
ときは、空き資源量の200パーセントがしきい値Th
として設定される。
First, in step S1-21, the threshold value Th
Is calculated. This threshold value Th is set based on the number of reservations received from another information processing device. For example,
When the number of accepted reservations is 1, the resource amount is 100% of the free resource amount, and when the number of reservations is 5,
When 150% of the free resource amount and the number of reservations are 10, 200% of the free resource amount is the threshold Th.
Is set as

【0076】次にステップS1−22で、タスクの割付
要求メッセージを受信する。続いて、ステップS1−2
3で、ステップS1−22で受け付けたタスクの割付要
求の要求する資源量がしきい値Thよりも大きいか否か
を判断する。大きいときはタスク割付不可と判断され、
ステップS1−21へ戻る。ステップS1−21へ戻る
と最新の空き資源量に基づいて新たなしきい値Thが設
定される。一方、小さいときはタスク割付可と判断さ
れ、図4のステップS1−3へ移る。
Next, in step S1-22, a task allocation request message is received. Subsequently, step S1-2
In step 3, it is determined whether the resource amount requested by the task allocation request received in step S1-22 is larger than a threshold Th. If it is larger, it is determined that the task cannot be assigned,
It returns to step S1-21. Returning to step S1-21, a new threshold value Th is set based on the latest available resource amount. On the other hand, if it is smaller, it is determined that task assignment is possible, and the routine goes to step S1-3 in FIG.

【0077】ここで、資源予約の数に応じてしきい値T
hを変化させているため、空き資源量を越えて予約を受
け付けたとしても、タスクを受け付けられる可能性が高
い。すなわち、資源の予約は時限解除される可能性があ
り、タスクを受け付けられるノード数が多くなればなる
ほどその確率は高い。従って、予約されたにもかかわら
ず使用されない資源が多く発生するため、システム全体
で実行できるタスクの数が少なく制限されてしまう。一
方、複数の予約を受け付けた場合には、その予約数が増
加すればするほど、そのうちのいずれかの予約が解除さ
れる可能性が高くなる。以上の理由から、この実施の形
態6は、資源予約の数に応じてしきい値Thを変化させ
て、空き資源量を越えた資源量の予約を受け付け、多く
のタスクを実行できるようにしている。
Here, the threshold value T is set according to the number of resource reservations.
Since h is changed, there is a high possibility that a task will be accepted even if a reservation is accepted beyond the amount of free resources. That is, the resource reservation may be canceled in time, and the probability increases as the number of nodes that can accept the task increases. Therefore, many resources that are reserved but not used occur, and the number of tasks that can be executed in the entire system is limited. On the other hand, when a plurality of reservations are received, the more the number of reservations increases, the higher the possibility that one of the reservations will be released will be increased. For the above reasons, in the sixth embodiment, the threshold value Th is changed according to the number of resource reservations, so that the reservation of the resource amount exceeding the free resource amount can be accepted and many tasks can be executed. I have.

【0078】[0078]

【発明の効果】この発明は、以上に説明したように構成
されているので、以下に記載されるような効果を奏す
る。
Since the present invention is configured as described above, it has the following effects.

【0079】この発明にかかる動的負荷分散方法におい
ては、複数の情報処理装置のそれぞれにタスクの実行に
必要な資源を予約する資源予約ステップと、この資源予
約ステップの後に実行され、上記複数の情報処理装置の
うちから上記タスクを割り当てる情報処理装置を決定す
る決定ステップと、上記タスクを有する送信側情報処理
装置が上記決定ステップが決定した情報処理装置へ上記
タスクを送信するタスク送信ステップと、上記複数の情
報処理装置のそれぞれが上記予約の有効期限を検出し、
上記有効期限を過ぎた上記予約を持つ情報処理装置が、
自己の資源に対する上記予約を解除する予約解除ステッ
プと、を備え、予約を時限解除するため、ネットワーク
トラヒックを減少させ、高速な処理が可能となる。
In the dynamic load distribution method according to the present invention, a resource reservation step for reserving resources required for executing a task in each of a plurality of information processing apparatuses, and the plurality of information processing apparatuses are executed after the resource reservation step. A determining step of determining an information processing apparatus to which the task is to be assigned from among the information processing apparatuses, and a task transmitting step of transmitting the task to the information processing apparatus in which the determining step is determined by the transmitting-side information processing apparatus having the task; Each of the plurality of information processing devices detects an expiration date of the reservation,
The information processing device having the reservation after the expiration date,
A reservation canceling step of canceling the reservation for its own resource, and canceling the time limit of the reservation, thereby reducing network traffic and enabling high-speed processing.

【0080】また、タスク送信ステップは、送信側情報
処理装置が予約の有効期限が過ぎるまでに、決定ステッ
プが決定した情報処理装置へタスクを送信し、予約解除
ステップは、複数の情報処理装置のそれぞれが上記予約
の有効期限を検出し、上記複数の情報処理装置のうち上
記有効期限が過ぎるまでに上記タスクが送信されなかっ
た情報処理装置が、自己の資源に対する上記予約を解除
し、予約を時限解除するため、ネットワークトラヒック
を減少させ、高速な処理が可能となる。
In the task transmitting step, the transmitting side information processing apparatus transmits the task to the information processing apparatus determined by the determining step before the expiration date of the reservation. Each detects the expiration date of the reservation, and among the plurality of information processing devices, the information processing device to which the task has not been transmitted before the expiration date has expired releases the reservation for its own resource and cancels the reservation. Since the time limit is canceled, network traffic is reduced, and high-speed processing can be performed.

【0081】また、予約解除ステップは、複数の情報処
理装置のそれぞれが予約の有効期限を検出し、上記複数
の情報処理装置のうち上記有効期限が過ぎるまでにタス
クが送信されなかった情報処理装置が、自己の資源に対
する上記予約を段階的に解除し、タスク送信ステップで
送信されたタスクを受け取った情報処理装置が、上記予
約解除ステップが解除した自己の資源に対する予約を回
復する予約回復ステップを備え、予約を時限解除するた
め、ネットワークトラヒックを減少させ、高速な処理が
可能となるとともに、予め定められた時間を経過した後
にタスクが割り当てられた場合であっても資源を回復で
き、タスクを実行できる可能性が高い。
In the reservation canceling step, each of the plurality of information processing devices detects the expiration date of the reservation, and among the plurality of information processing devices, the information processing device whose task has not been transmitted before the expiration date has passed. Cancels the reservation for its own resource step by step, and the information processing apparatus that has received the task transmitted in the task transmitting step executes a reservation recovery step for restoring the reservation for its own resource released by the reservation release step. In order to cancel the reservation, the network traffic is reduced, high-speed processing is possible, and even if a task is assigned after a predetermined time has elapsed, resources can be recovered, and the task can be recovered. More likely to be able to do it.

【0082】また、決定ステップが決定した情報処理装
置へ予約確定信号を送信する確定信号送信ステップを備
え、予約解除ステップは、複数の情報処理装置のそれぞ
れが予約の有効期限を検出し、上記複数の情報処理装置
のうち上記有効期限が過ぎるまでに上記予約確定信号を
受信しなかった情報処理装置が、自己の資源に対する上
記予約を解除し、予約を時限解除するため、ネットワー
クトラヒックを減少させ、高速な処理が可能となるとと
もに、予約確定を予め知らせることができるため、タス
クの送信に時間がかかってしまった場合でも予約が解除
されることがない。
The information processing apparatus further includes a determination signal transmitting step of transmitting a reservation determination signal to the information processing apparatus determined by the determination step. The reservation canceling step includes the steps of: detecting the expiration date of the reservation by each of the plurality of information processing apparatuses; Of the information processing devices, the information processing device that did not receive the reservation confirmation signal before the expiration date has expired releases the reservation for its own resource, and cancels the reservation in a time-limited manner, thereby reducing network traffic, Since high-speed processing is possible and the reservation confirmation can be notified in advance, the reservation is not released even if the task transmission takes time.

【0083】また、予約解除ステップは、複数の情報処
理装置のそれぞれが予約の有効期限を検出し、上記複数
の情報処理装置のうち上記有効期限が過ぎるまでに予約
確定信号を受信しなかった情報処理装置が、自己の資源
に対する上記予約を段階的に解除し、上記予約確定信号
を受け取った情報処理装置が、上記予約解除ステップが
解除した自己の資源に対する予約を回復する予約回復ス
テップを備え、予約を時限解除するため、ネットワーク
トラヒックを減少させ、高速な処理が可能となるととも
に、予め定められた時間を経過した後にタスクが割り当
てられた場合であっても資源を回復できる可能性が高
い。
In the reservation canceling step, each of the plurality of information processing devices detects the expiration date of the reservation, and information of the plurality of information processing devices for which the reservation confirmation signal has not been received before the expiration date has passed. A processing device that gradually releases the reservation for its own resource, the information processing device that receives the reservation confirmation signal includes a reservation recovery step for recovering the reservation for its own resource released by the reservation release step, Since the reservation is canceled, the network traffic can be reduced, high-speed processing can be performed, and even if a task is assigned after a predetermined time has elapsed, there is a high possibility that resources can be recovered.

【0084】また、複数の第1の情報処理装置それぞれ
にタスクの実行に必要な資源を第1の資源予約として予
約する第1の資源予約ステップと、上記複数の第1の情
報処理装置それぞれについて第1の資源情報を調査する
第1の資源調査ステップと、この第1の資源調査ステッ
プが調査した上記第1の資源情報に基づいて、上記複数
の第1の情報処理装置のうちからタスクを割り当てる第
1の情報処理装置を割当候補として決定する割当候補決
定ステップと、この割当候補決定ステップ終了後に実行
され、上記タスクを有する送信側情報処理装置が上記割
当候補へ第1の予約延長信号を送信する第1の予約延長
信号送信ステップと、上記複数の第1の情報処理装置の
それぞれが上記第1の資源予約の有効期限を検出し、上
記複数の第1の情報処理装置のうち上記有効期限が過ぎ
るまでに上記第1の予約延長信号が送信されなかった第
1の情報処理装置が、上記第1の資源予約ステップで予
約した自己の資源に対する第1の資源予約を解除する第
1の予約解除ステップと、第2の情報処理装置に、上記
タスクの実行に必要な資源を第2の資源予約として予約
する第2の資源予約ステップと、上記第2の情報処理装
置の第2の資源情報を調査する第2の資源調査ステップ
と、上記割当候補の第1の資源情報及び上記第2の資源
情報に基づいて、上記割当候補及び上記第2の情報処理
装置のうちからタスクを割り当てる情報処理装置を割当
情報処理装置として決定する割当先決定ステップと、上
記送信側情報処理装置が上記割当情報処理装置へ第2の
予約延長信号を送信する第2の予約延長信号送信ステッ
プと、上記第2の情報処理装置が上記第2の資源予約の
有効期限を検出し、上記第2の資源予約の有効期限が過
ぎるまでに上記第2の予約延長信号が送信されなかった
場合に、上記第2の資源予約を解除する第2の予約解除
ステップと、上記割当候補が、上記第1の予約延長信号
を受け取ってからの時間が予め定められた時間を経過す
るまでに、上記第2の予約延長信号を受信しなかった場
合に、上記第1の資源予約ステップで予約した自己の資
源に対する第1の資源予約を解除する第3の予約解除ス
テップと、上記第2の予約延長信号送信ステップ終了後
に実行され、上記送信側情報処理装置が上記割当情報処
理装置へ上記タスクを送信する送信ステップと、を備
え、予約を時限解除するため、ネットワークトラヒック
を減少させ、高速な処理が可能となるとともに、第1の
資源予約と第2の資源予約とに分けて資源を予約し、解
除するため、一度に予約する資源の量をシステム全体と
して少なくすることができる。
A first resource reservation step of reserving a resource required for executing a task as a first resource reservation in each of the plurality of first information processing apparatuses; A first resource check step for checking the first resource information; and a task from among the plurality of first information processing apparatuses, based on the first resource information checked by the first resource check step. An allocation candidate determining step of determining a first information processing apparatus to be allocated as an allocation candidate; and a transmission information processing apparatus having the task, which is executed after the completion of the allocation candidate determining step, sends a first reservation extension signal to the allocation candidate. Transmitting a first reservation extension signal to be transmitted, each of the plurality of first information processing devices detecting an expiration date of the first resource reservation, and The first information processing device, to which the first reservation extension signal has not been transmitted before the expiration date has passed, is the first resource reservation for its own resource reserved in the first resource reservation step. A second resource reservation step of reserving, as a second resource reservation, resources required for the execution of the task in the second information processing apparatus; A second resource examination step of examining second resource information of the device; and, based on the first resource information and the second resource information of the assignment candidate, the assignment candidate and the second information processing device. An assignment destination determining step of determining an information processing apparatus to which a task is to be allocated as an allocation information processing apparatus, and a second reservation in which the transmission-side information processing apparatus transmits a second reservation extension signal to the allocation information processing apparatus A long signal transmitting step, wherein the second information processing device detects an expiration date of the second resource reservation, and the second reservation extension signal is transmitted until the expiration date of the second resource reservation expires. If not, a second reservation release step of releasing the second resource reservation, and until the time after the allocation candidate receives the first reservation extension signal elapses a predetermined time. A third reservation release step for releasing the first resource reservation for the own resource reserved in the first resource reservation step when the second reservation extension signal is not received; A transmitting step in which the transmitting side information processing apparatus transmits the task to the assigned information processing apparatus, and the network traffic is transmitted in order to cancel the time limit of the reservation. In addition to reducing the number of resources and enabling high-speed processing, the resources are reserved and released separately in the first resource reservation and the second resource reservation, so that the amount of resources reserved at a time is reduced as a whole system. Can be.

【0085】また、この発明にかかる情報処理装置にお
いては、タスクの実行を要求する他の情報処理装置から
自己の資源に対する予約を受け付けるとともに、受け付
けた予約について自己の資源を予約する予約手段と、上
記予約の有効期限が過ぎるまでに上記タスクを受け取ら
なかった場合に、上記予約を解除する予約解除手段と、
上記他の情報処理装置から上記タスクを受け取った場合
に、上記タスクに上記予約手段で予約した資源を割り当
てる資源割当手段と、を備え、予約を時限解除するた
め、ネットワークトラヒックを減少させ、高速な処理が
可能となる。
Further, in the information processing apparatus according to the present invention, a reservation means for receiving a reservation for its own resource from another information processing apparatus which requests execution of a task, and for reserving its own resource for the received reservation, A reservation canceling means for canceling the reservation when the task is not received before the expiration date of the reservation;
Resource receiving means for allocating the resource reserved by the reservation means to the task when the task is received from the other information processing apparatus. Processing becomes possible.

【0086】また、予約解除手段は予約の有効期限が過
ぎた場合に上記予約を段階的に解除し、他の情報処理装
置からタスクを受け取った場合に、上記予約解除手段が
解除した資源の予約を回復する予約回復手段を備え、予
約を時限解除するため、ネットワークトラヒックを減少
させ、高速な処理が可能となるとともに、予め定められ
た時間を経過した後にタスクが割り当てられた場合であ
っても資源を回復できる可能性が高い。
The reservation canceling means cancels the reservation step by step when the expiration date of the reservation has passed, and when the task is received from another information processing apparatus, reserves the resource canceled by the reservation canceling means. It has a reservation recovery means to recover the time limit, cancels the reservation time limit, reduces network traffic, enables high-speed processing, and even if a task is assigned after a predetermined time has elapsed It is highly possible to recover resources.

【0087】また、他の情報処理装置から受け付けた予
約の数に基づいて、予約受付可能な資源量のしきい値を
変化させるしきい値変化手段と、新たな予約の要求があ
ったとき、上記新たな予約及び受け付けた予約の資源量
が上記しきい値を超えない場合に、上記新たな予約につ
いて自己の資源を予約する予約手段と、上記新たな予約
の有効期限を過ぎた場合に、上記新たな予約を解除する
予約解除手段と、上記新たな予約を要求した情報処理装
置からタスクを受け取った場合に、上記タスクに上記予
約手段が予約した資源を割り当てる資源割当手段と、を
備え、予約を時限解除するため、ネットワークトラヒッ
クを減少させ、高速な処理が可能となるとともに、予約
の数に基づいて予約受付可能な資源量のしきい値を変化
されるため、受け付けられる予約の数が多くなり、かつ
送信されたタスクを実行できないという現象を抑制しな
がら多くのタスクを実行することができる。
Further, when there is a request for a new reservation, a threshold changing means for changing the threshold of the resource amount which can be received based on the number of reservations received from another information processing apparatus. When the resource amount of the new reservation and the received reservation does not exceed the threshold, a reservation unit that reserves its own resource for the new reservation, and when the expiration date of the new reservation has passed, A reservation canceling means for canceling the new reservation, and a resource allocating means for allocating a resource reserved by the reservation means to the task when a task is received from the information processing apparatus which has requested the new reservation, In order to cancel the reservation, the network traffic is reduced, high-speed processing is enabled, and the threshold for the amount of resources that can be reserved is changed based on the number of reservations. The number of reservations to be kicked is increased, and it is possible to perform many tasks while suppressing the phenomenon can not execute the transmission task.

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

【図1】 この発明の実施の形態1における並列計算機
システムを示す機能ブロック図である。
FIG. 1 is a functional block diagram showing a parallel computer system according to Embodiment 1 of the present invention.

【図2】 この発明の実施の形態1における動的負荷分
散の処理を示すシーケンス図である。
FIG. 2 is a sequence diagram showing dynamic load distribution processing according to the first embodiment of the present invention.

【図3】 この発明の実施の形態1におけるセンタ側シ
ステムのタスク割り当て処理のフローチャートである。
FIG. 3 is a flowchart of a task assignment process of the center-side system according to the first embodiment of the present invention.

【図4】 この発明の実施の形態1におけるレシーバ側
システムのタスク受け付け処理のフローチャートであ
る。
FIG. 4 is a flowchart of a task receiving process of the receiver-side system according to the first embodiment of the present invention.

【図5】 この発明の実施の形態1における各種メッセ
ージの内容を示す図である。
FIG. 5 is a diagram showing the contents of various messages according to the first embodiment of the present invention.

【図6】 この発明の実施の形態2における動的負荷分
散の処理を示すシーケンス図である。
FIG. 6 is a sequence diagram showing a dynamic load distribution process according to the second embodiment of the present invention.

【図7】 この発明の実施の形態3における動的負荷分
散の処理を示すシーケンス図である。
FIG. 7 is a sequence diagram showing dynamic load distribution processing according to Embodiment 3 of the present invention.

【図8】 この発明の実施の形態3における他の動的負
荷分散の処理を示すシーケンス図である。
FIG. 8 is a sequence diagram showing another dynamic load distribution process according to the third embodiment of the present invention.

【図9】 この発明の実施の形態4における動的負荷分
散の処理を示すシーケンス図である。
FIG. 9 is a sequence diagram showing dynamic load distribution processing according to Embodiment 4 of the present invention.

【図10】 この発明の実施の形態4における他の動的
負荷分散処理を示すシーケンス図である。
FIG. 10 is a sequence diagram showing another dynamic load distribution processing according to the fourth embodiment of the present invention.

【図11】 この発明の実施の形態5における動的負荷
分散の処理を示すシーケンス図である。
FIG. 11 is a sequence diagram showing dynamic load distribution processing according to Embodiment 5 of the present invention.

【図12】 この発明の実施の形態5における他の動的
負荷分散の処理を示すシーケンス図である。
FIG. 12 is a sequence diagram showing another dynamic load distribution process according to the fifth embodiment of the present invention.

【図13】 この発明の実施の形態5における他の動的
負荷分散の処理を示すシーケンス図である。
FIG. 13 is a sequence diagram showing another dynamic load distribution process according to the fifth embodiment of the present invention.

【図14】 この発明の実施の形態6におけるレシーバ
側システムのタスク受け付け処理のフローチャートであ
る。
FIG. 14 is a flowchart of a task receiving process of a receiver-side system according to Embodiment 6 of the present invention.

【図15】 従来の技術における並列計算機システムを
示す機能ブロック図である。
FIG. 15 is a functional block diagram showing a parallel computer system according to a conventional technique.

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

1A〜D プロセッサ、 2A〜Dメモリ、 3A〜D
インタフェース、4 EDU、 5 ネットワーク、
6A〜D テーブル、 7A〜D タイマ、 8A〜
D ノード
1A-D processor, 2A-D memory, 3A-D
Interface, 4 EDU, 5 networks,
6A-D table, 7A-D timer, 8A-
D node

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 複数の情報処理装置のそれぞれにタスク
の実行に必要な資源を予約する資源予約ステップと、 この資源予約ステップの後に実行され、上記複数の情報
処理装置のうちから上記タスクを割り当てる情報処理装
置を決定する決定ステップと、 上記タスクを有する送信側情報処理装置が上記決定ステ
ップが決定した情報処理装置へ上記タスクを送信するタ
スク送信ステップと、 上記複数の情報処理装置のそれぞれが上記予約の有効期
限を検出し、上記有効期限を過ぎた上記予約を持つ情報
処理装置が、自己の資源に対する上記予約を解除する予
約解除ステップと、を備えた動的負荷分散方法。
A resource reserving step of reserving resources required for executing a task for each of a plurality of information processing apparatuses; and a task executed after the resource reserving step, and allocating the task from the plurality of information processing apparatuses. A determining step of determining an information processing device, a task transmitting step in which a transmitting-side information processing device having the task transmits the task to the information processing device determined by the determining step, and each of the plurality of information processing devices A dynamic load balancing method comprising: a reservation release step of detecting an expiration date of a reservation and causing an information processing apparatus having the reservation whose expiration date has passed to release the reservation for its own resource.
【請求項2】 タスク送信ステップは、送信側情報処理
装置が予約の有効期限が過ぎるまでに、決定ステップが
決定した情報処理装置へタスクを送信し、 予約解除ステップは、複数の情報処理装置のそれぞれが
上記予約の有効期限を検出し、上記複数の情報処理装置
のうち上記有効期限が過ぎるまでに上記タスクが送信さ
れなかった情報処理装置が、自己の資源に対する上記予
約を解除することを特徴とする請求項1に記載の動的負
荷分散方法。
2. The task transmitting step, wherein the transmitting side information processing apparatus transmits a task to the information processing apparatus determined by the determining step until the expiration date of the reservation has passed, and the reservation releasing step includes: Each detects the expiration date of the reservation, and among the plurality of information processing devices, the information processing device to which the task has not been transmitted before the expiration date has expired cancels the reservation for its own resource. The dynamic load distribution method according to claim 1, wherein
【請求項3】 予約解除ステップは、複数の情報処理装
置のそれぞれが予約の有効期限を検出し、上記複数の情
報処理装置のうち上記有効期限が過ぎるまでにタスクが
送信されなかった情報処理装置が、自己の資源に対する
上記予約を段階的に解除し、 タスク送信ステップで送信されたタスクを受け取った情
報処理装置が、上記予約解除ステップが解除した自己の
資源に対する予約を回復する予約回復ステップを備えた
ことを特徴とする請求項2に記載の動的負荷分散方法。
3. The reservation canceling step includes the steps of: detecting the expiration date of the reservation by each of the plurality of information processing devices; and transmitting the task of the plurality of information processing devices to which the task has not been transmitted before the expiration date has passed. Cancels the reservation for its own resource step by step, and the information processing apparatus that has received the task transmitted in the task transmitting step performs a reservation recovery step of restoring the reservation for its own resource released in the reservation release step. 3. The dynamic load distribution method according to claim 2, further comprising:
【請求項4】 決定ステップが決定した情報処理装置へ
予約確定信号を送信する確定信号送信ステップを備え、 予約解除ステップは、複数の情報処理装置のそれぞれが
予約の有効期限を検出し、上記複数の情報処理装置のう
ち上記有効期限が過ぎるまでに上記予約確定信号を受信
しなかった情報処理装置が、自己の資源に対する上記予
約を解除することを特徴とする請求項1に記載の動的負
荷分散方法。
4. A reservation signal transmitting step of transmitting a reservation confirmation signal to the information processing device determined by the determining step, wherein the reservation releasing step includes detecting each of the plurality of information processing devices to detect the expiration date of the reservation. 2. The dynamic load according to claim 1, wherein the information processing device that has not received the reservation confirmation signal before the expiration date expires cancels the reservation for its own resource. Dispersion method.
【請求項5】 予約解除ステップは、複数の情報処理装
置のそれぞれが予約の有効期限を検出し、上記複数の情
報処理装置のうち上記有効期限が過ぎるまでに予約確定
信号を受信しなかった情報処理装置が、自己の資源に対
する上記予約を段階的に解除し、 上記予約確定信号を受け取った情報処理装置が、上記予
約解除ステップが解除した自己の資源に対する予約を回
復する予約回復ステップを備えたことを特徴とする請求
項4に記載の動的負荷分散方法。
5. A reservation canceling step, wherein each of the plurality of information processing devices detects an expiration date of a reservation, and information of the plurality of information processing devices not receiving a reservation confirmation signal before the expiration date has passed. A processing device that gradually releases the reservation for its own resource, and the information processing device that receives the reservation confirmation signal includes a reservation recovery step for recovering the reservation for its own resource released by the reservation release step. 5. The dynamic load distribution method according to claim 4, wherein:
【請求項6】 複数の第1の情報処理装置それぞれにタ
スクの実行に必要な資源を第1の資源予約として予約す
る第1の資源予約ステップと、 上記複数の第1の情報処理装置それぞれについて第1の
資源情報を調査する第1の資源調査ステップと、 この第1の資源調査ステップが調査した上記第1の資源
情報に基づいて、上記複数の第1の情報処理装置のうち
からタスクを割り当てる第1の情報処理装置を割当候補
として決定する割当候補決定ステップと、 この割当候補決定ステップ終了後に実行され、上記タス
クを有する送信側情報処理装置が上記割当候補へ第1の
予約延長信号を送信する第1の予約延長信号送信ステッ
プと、 上記複数の第1の情報処理装置のそれぞれが上記第1の
資源予約の有効期限を検出し、上記複数の第1の情報処
理装置のうち上記有効期限が過ぎるまでに上記第1の予
約延長信号が送信されなかった第1の情報処理装置が、
上記第1の資源予約ステップで予約した自己の資源に対
する第1の資源予約を解除する第1の予約解除ステップ
と、 第2の情報処理装置に、上記タスクの実行に必要な資源
を第2の資源予約として予約する第2の資源予約ステッ
プと上記第2の情報処理装置の第2の資源情報を調査す
る第2の資源調査ステップと、 上記割当候補の第1の資源情報及び上記第2の資源情報
に基づいて、上記割当候補及び上記第2の情報処理装置
のうちからタスクを割り当てる情報処理装置を割当情報
処理装置として決定する割当先決定ステップと、 上記送信側情報処理装置が上記割当情報処理装置へ第2
の予約延長信号を送信する第2の予約延長信号送信ステ
ップと、 上記第2の情報処理装置が上記第2の資源予約の有効期
限を検出し、上記第2の資源予約の有効期限が過ぎるま
でに上記第2の予約延長信号が送信されなかった場合
に、上記第2の資源予約を解除する第2の予約解除ステ
ップと、 上記割当候補が、上記第1の予約延長信号を受け取って
からの時間が予め定められた時間を経過するまでに、上
記第2の予約延長信号を受信しなかった場合に、上記第
1の資源予約ステップで予約した自己の資源に対する第
1の資源予約を解除する第3の予約解除ステップと、 上記第2の予約延長信号送信ステップ終了後に実行さ
れ、上記送信側情報処理装置が上記割当情報処理装置へ
上記タスクを送信する送信ステップと、を備えた動的負
荷分散方法。
6. A first resource reservation step of reserving, as a first resource reservation, a resource required for executing a task in each of the plurality of first information processing devices; and for each of the plurality of first information processing devices. A first resource check step for checking the first resource information; and a task from among the plurality of first information processing apparatuses, based on the first resource information checked by the first resource check step. An allocation candidate determining step of determining a first information processing apparatus to be allocated as an allocation candidate; and a transmitting side information processing apparatus which is executed after the completion of the allocation candidate determining step and has the task, transmits a first reservation extension signal to the allocation candidate. Transmitting a first reservation extension signal to be transmitted; each of the plurality of first information processing devices detecting an expiration date of the first resource reservation; The first information processing apparatus that until the expiration date has passed out of the physical device the first reservation extension signal is not transmitted,
A first reservation release step for releasing the first resource reservation for the own resource reserved in the first resource reservation step; A second resource reserving step for reserving as resource reservation, a second resource retrieving step for retrieving second resource information of the second information processing apparatus, a first resource information of the allocation candidate, and the second resource An assignment destination determining step of determining an information processing device to which a task is to be assigned from among the allocation candidates and the second information processing device as an allocation information processing device based on resource information; Second to processing equipment
A second reservation extension signal transmitting step of transmitting the reservation extension signal of the above, and the second information processing device detects the expiration date of the second resource reservation, and until the expiration date of the second resource reservation expires. A second reservation release step of releasing the second resource reservation when the second reservation extension signal has not been transmitted to the communication device; If the second reservation extension signal is not received before the time elapses a predetermined time, the first resource reservation for the own resource reserved in the first resource reservation step is released. A dynamic load comprising: a third reservation release step; and a transmission step executed after the second reservation extension signal transmission step ends, wherein the transmission side information processing apparatus transmits the task to the allocation information processing apparatus. Minute Method.
【請求項7】 タスクの実行を要求する他の情報処理装
置から自己の資源に対する予約を受け付けるとともに、
受け付けた予約について自己の資源を予約する予約手段
と、 上記予約の有効期限が過ぎるまでに上記タスクを受け取
らなかった場合に、上記予約を解除する予約解除手段
と、 上記他の情報処理装置から上記タスクを受け取った場合
に、上記タスクに上記予約手段で予約した資源を割り当
てる資源割当手段と、を備えた情報処理装置。
7. Receiving a reservation for its own resource from another information processing device requesting execution of a task,
A reservation means for reserving its own resource for the received reservation; a reservation release means for releasing the reservation if the task is not received before the expiration date of the reservation; and An information processing apparatus comprising: a resource allocating unit that allocates a resource reserved by the reservation unit to the task when the task is received.
【請求項8】 予約解除手段は予約の有効期限が過ぎた
場合に上記予約を段階的に解除し、 他の情報処理装置からタスクを受け取った場合に、上記
予約解除手段が解除した資源の予約を回復する予約回復
手段を備えたことを特徴とする請求項7に記載の情報処
理装置。
8. The reservation canceling means cancels the reservation step by step when the expiration date of the reservation has passed, and reserves the resource canceled by the reservation canceling means when a task is received from another information processing apparatus. The information processing apparatus according to claim 7, further comprising a reservation recovery unit that recovers the information.
【請求項9】 他の情報処理装置から受け付けた予約の
数に基づいて、予約受付可能な資源量のしきい値を変化
させるしきい値変化手段と、 新たな予約の要求があったとき、上記新たな予約及び受
け付けた予約の資源量が上記しきい値を超えない場合
に、上記新たな予約について自己の資源を予約する予約
手段と、 上記新たな予約の有効期限を過ぎた場合に、上記新たな
予約を解除する予約解除手段と、 上記新たな予約を要求した情報処理装置からタスクを受
け取った場合に、上記タスクに上記予約手段が予約した
資源を割り当てる資源割当手段と、を備えた情報処理装
置。
9. A threshold changing means for changing a threshold of a resource amount that can be reserved based on the number of reservations received from another information processing apparatus; When the resource amount of the new reservation and the received reservation does not exceed the threshold value, a reservation unit that reserves its own resource for the new reservation, and when the expiration date of the new reservation has passed, A reservation canceling means for canceling the new reservation; and a resource allocating means for allocating a resource reserved by the reservation means to the task when a task is received from the information processing apparatus requesting the new reservation. Information processing device.
JP23326496A 1996-09-03 1996-09-03 Dynamic load distribution method and its information processor Pending JPH1078938A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23326496A JPH1078938A (en) 1996-09-03 1996-09-03 Dynamic load distribution method and its information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23326496A JPH1078938A (en) 1996-09-03 1996-09-03 Dynamic load distribution method and its information processor

Publications (1)

Publication Number Publication Date
JPH1078938A true JPH1078938A (en) 1998-03-24

Family

ID=16952366

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23326496A Pending JPH1078938A (en) 1996-09-03 1996-09-03 Dynamic load distribution method and its information processor

Country Status (1)

Country Link
JP (1) JPH1078938A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007052443A1 (en) * 2005-10-31 2007-05-10 Sony Computer Entertainment Inc. Information processing method and information processing apparatus
US8166484B2 (en) 2003-03-31 2012-04-24 Nec Corporation System for confirming and cancelling tentative resource reservation within the valid time indicates period during which the tentative reservation request is valid

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8166484B2 (en) 2003-03-31 2012-04-24 Nec Corporation System for confirming and cancelling tentative resource reservation within the valid time indicates period during which the tentative reservation request is valid
WO2007052443A1 (en) * 2005-10-31 2007-05-10 Sony Computer Entertainment Inc. Information processing method and information processing apparatus
US8490104B2 (en) 2005-10-31 2013-07-16 Sony Corporation Method and apparatus for reservation and reallocation of surplus resources to processes in an execution space by a local resource manager after the execution space is generated succeeding the initialization of an application for which the execution space is created and the resources are allocated to the execution space by a global resource manager prior to application execution

Similar Documents

Publication Publication Date Title
CN107766267B (en) Arbitration method and system for I2C bus
EP3002918B1 (en) Time-based service processing method and device
US20050223150A1 (en) Resource management device, resource management system, and resource management method
US7043561B2 (en) System and method for prioritizing requests for server services
CN103262452B (en) Dispensing device, receiving system, communicator, communication system and sending method
CN111597024A (en) Cross-domain cluster processing method and device, electronic equipment and storage medium
CN111737004B (en) Remote sensing satellite data transmission resource scheduling method and device based on two-way degrees of freedom
JPH1078938A (en) Dynamic load distribution method and its information processor
CN113242170A (en) Address allocation method and device
WO2002007408A1 (en) Communication control method and device
CN107634914B (en) Frame stream control method and device
KR20040043408A (en) Routing Apparatus and Method for Internet Quality of Service
WO2020250778A1 (en) Communication device, communication method, and program
CN114827781A (en) Network cooperation method, device, equipment and storage medium
CN113852554A (en) Data transmission method, device and equipment
JP3777809B2 (en) Method for detecting line abnormality in duplex communication system
JP6488557B2 (en) Communication control system, communication system, communication control method, and communication control program
CN113452729A (en) Serial number determination method, equipment and storage medium
CN105992360B (en) Resource allocation method and device
CN113067869B (en) Node control method and device, node management method and device and distributed system
JP3034406B2 (en) Local area network device
Mammeri et al. On handling real-time communications in mac protocols.
JP3174663B2 (en) Communication system in multiplex server system
KR960002680B1 (en) Access method to the network having multiple transmission reservation and common bus
JP3168254B2 (en) Message processing method in distributed processing