JPH05128077A - Method for distributed processing plural computer system - Google Patents

Method for distributed processing plural computer system

Info

Publication number
JPH05128077A
JPH05128077A JP28975891A JP28975891A JPH05128077A JP H05128077 A JPH05128077 A JP H05128077A JP 28975891 A JP28975891 A JP 28975891A JP 28975891 A JP28975891 A JP 28975891A JP H05128077 A JPH05128077 A JP H05128077A
Authority
JP
Japan
Prior art keywords
processing
computer
execution
time
computers
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
JP28975891A
Other languages
Japanese (ja)
Inventor
Yasushi Hisayoshi
靖 久芳
Toshiharu Shinozaki
俊春 篠崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP28975891A priority Critical patent/JPH05128077A/en
Publication of JPH05128077A publication Critical patent/JPH05128077A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To obtain a response with a stable processing time even when the execution processing time of processing is short and to efficiently utilize plural computer systems by automatically changing a computer for executing requested processing in accordance with the execution quantity of the processing. CONSTITUTION:Processing schedulers 70 in respective computers 1 to 3 allocate requested processing to the computer with the highest execution priority order out of the plural computers 1 to 3 by referring to a processing executing computer priority order table 140 and a processing execution restricting time table 150 arranged in a shared memory 110 or a shared direct storage device 120 to be accessed from respective computers 1 to 3. When the processing time exceeds the execution restricting time of the computer concerned, the processing is temporarily interrupted and then succeeded by the computer with the succeeding execution order to successively level down the computers for executing the processing. Since the execution priority order is set up in accordance with the computing capacity of respective computers 1 to 3, a response with the shortest time can be obtained for processing with a short execution time.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、共有メモリまたは直接
記憶装置を介して結合された複数計算機システムにおけ
る分散処理方法に関し、特に長大な実行時間を要する処
理の影響を最小にして、それ以外の処理のレスポンスを
安定化させることが可能な分散処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed processing method in a plurality of computer systems connected via a shared memory or a direct storage device, and particularly, the influence of a processing requiring a long execution time is minimized and other The present invention relates to a distributed processing method capable of stabilizing a processing response.

【0002】[0002]

【従来の技術】従来、独立した計算機を互いに結合した
複数計算機システムの分散処理方法としては、例えば、
特公平2−30534号公報に記載された方法がある。
この方法では、発行された処理要求を処理割当て装置に
より、処理の実行に必要なプログラムやファイルにアク
セス可能であるという条件を満たす計算機を探し出し、
条件に合致した計算機の中で、通信遅れ時間と計算機で
の処理待ち時間の予想値との和が最小となる計算機に、
その処理を割当てる方法を用いていた。
2. Description of the Related Art Conventionally, as a distributed processing method of a plurality of computer systems in which independent computers are connected to each other, for example,
There is a method described in Japanese Patent Publication No. 2-30534.
In this method, the processing allocation device searches the issued processing request for a computer that satisfies the condition that the programs and files necessary for executing the processing can be accessed,
Among the computers that meet the conditions, the computer that minimizes the sum of the communication delay time and the expected value of the processing waiting time in the computer,
The method of allocating the process was used.

【0003】[0003]

【発明が解決しようとする課題】このように、従来の複
数計算機システムにおける処理割当て方法では、計算機
での待ち時間の予想値と通信の遅れ時間の予想値との和
が最小になる計算機に対して処理を割当てていた。しか
しながら、この方法では、多大な計算時間を要する処理
が連続して実行される場合には、全ての計算機が高負荷
となってしまうため、たとえ後続の処理要求が小さな処
理量であったとしても、処理終了までの時間が長大にな
ってしまうという問題があった。本発明の目的は、この
ような従来の課題を解決し、多大な計算時間を要する処
理が連続して実行される場合でも、効率的な運用を実現
することが可能な複数計算機システムの分散処理方法を
提供することにある。
As described above, in the conventional method of allocating processing in a multi-computer system, a computer having a minimum sum of an expected value of waiting time in a computer and an expected value of communication delay time is used. Process was assigned. However, in this method, when the processing that requires a large amount of calculation time is continuously executed, all the computers have a high load, and therefore even if the subsequent processing request has a small processing amount. However, there is a problem that the time until the end of processing becomes long. An object of the present invention is to solve such a conventional problem, and to realize efficient operation even when processing that requires a large amount of calculation time is continuously executed. To provide a method.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、本発明による複数計算機システムの分散処理方法
は、複数の独立した計算機と、計算機に共有されるメモ
リないし直接記憶装置で結合された複数計算機システム
において、計算機の処理能力順に、各計算機に対して処
理の実行優先順位を付与するとともに、各計算機毎に処
理の実行制限時間を設定しておき、処理要求があると、
要求のあった処理を先ず最も優先順位の高い計算機で実
行させ、処理の実行時間を実行状態監視装置のタイマに
より監視し、監視の結果、実行制限時間を越えたときに
は、計算機での処理を中断して、次に優先順位の高い計
算機に該処理を引き継いで、処理を続行させ、以下同じ
ように、計算機毎の実行制限時間を越えると、優先順位
の低い計算機に引き継いでいくことに特徴がある。
In order to achieve the above object, a distributed processing method for a multiple computer system according to the present invention comprises a plurality of independent computers and a plurality of computers connected by a memory or a direct storage device shared by the computers. In the computer system, in order of the processing capacity of the computers, the execution priority of the processing is given to each computer, the execution time limit of the processing is set for each computer, and there is a processing request,
First, the requested process is executed by the computer with the highest priority, and the execution time of the process is monitored by the timer of the execution status monitoring device. If the result of the monitoring indicates that the execution time limit has been exceeded, the process on the computer is interrupted. Then, the processing is handed over to the computer with the next highest priority, and the processing is continued. Similarly, when the execution time limit for each computer is exceeded, the computer with the lower priority takes over. is there.

【0005】[0005]

【作用】本発明においては、複数計算機システム内の独
立した各計算機からアクセスすることができる共有メモ
リ、または直接記憶装置上に、処理実行計算機優先順位
テ−ブルと処理実行制限時間テ−ブルとを設置して、こ
れらに処理の実行順序と制限時間を記述しておく。計算
機での実行制限時間は、計算機で実行される処理を処理
クラス毎に区分して、この処理クラス毎に各々実行制限
時間をテ−ブル上に設定する。各計算機には、処理の実
行状態監視機構を備えて、計算機内のタイマを用いて各
処理の実行時間を計測する。処理は、最初、実行順位の
最高の計算機に割り振られて、その計算機により実行さ
れるが、実際の処理の実行時間が予め設定されたその処
理クラスの実行制限時間を越える場合には、この計算機
での処理の続行を中断して、次の実行優先順位となって
いる計算機で処理を継続する。これにより、実行時間の
短い処理が実行時間の長い処理により実行を妨げられる
ことがないので、実行時間の短い処理は安定した処理時
間のレスポンスを得ることができる。
According to the present invention, the processing execution computer priority table and the processing execution time limit table are stored in the shared memory or the direct storage device which can be accessed from each independent computer in the multiple computer system. Is set up, and the execution sequence of the processing and the time limit are described in these. As for the execution time limit in the computer, the process executed in the computer is divided for each processing class, and the execution time limit is set on the table for each processing class. Each computer is provided with a process execution state monitoring mechanism, and a timer in the computer is used to measure the execution time of each process. The process is initially assigned to the computer with the highest execution order and executed by that computer. However, if the execution time of the actual process exceeds the preset execution time limit of the process class, this computer is executed. Then, the continuation of the process in step 1 is interrupted and the process is continued by the computer having the next execution priority. As a result, a process having a short execution time is not hindered from being executed by a process having a long execution time, and thus a process having a short execution time can obtain a stable response of the processing time.

【0006】[0006]

【実施例】以下、本発明の実施例を、図面により詳細に
説明する。図1は、本発明の分散処理方法を実行する複
数計算機システムの構成例を示す図である。図1におい
て、1,2,3はそれぞれ複数計算機システムを構成す
る独立した計算機、110は計算機1,2,3に共有さ
れている共有メモリ、120は計算機1,2,3に共有
されている共有直接記憶装置、21,22,23はそれ
ぞれ計算機1,2,3に直接接続されている直接記憶装
置、31,32,33は計算機1,2,3に接続されて
いる端末システムである。計算機1,2,3は同一のア
−キテクチャを有しており、計算能力は計算機1が最も
高く、計算機2,3の順序で低くなっている。直接記憶
装置21,22,23には、計算機1,2,3で実行さ
れるプログラムやデ−タが存在する。また、各計算機
1,2,3には、主記憶装置40とタイマ50と処理要
求を一時保管するバッファメモリ60が設けられるとと
もに、処理要求を各計算機1,2,3に割当てるスケジ
ュ−ラ70と処理状態を監視する処理実行監視モニタ8
0が設けられている。各計算機1,2,3は、チャネル
90または通信回線を介して結合されており、また、共
有メモリ110および共用直接記憶装置120は各計算
機1,2,3からアクセスすることが可能である。共有
メモリ110には、処理を実行する計算機の優先順位を
規定する処理実行計算機優先順位テ−ブル140と、各
計算機での処理実行制限時間を規定する処理実行制限時
間テ−ブル150とが置かれている。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration example of a multi-computer system that executes the distributed processing method of the present invention. In FIG. 1, reference numerals 1, 2 and 3 are independent computers that form a plurality of computer systems, 110 is a shared memory shared by the computers 1, 2, and 3, and 120 is shared by the computers 1, 2, and 3. The shared direct storage devices 21, 22, 23 are direct storage devices directly connected to the computers 1, 2, 3 respectively, and 31, 32, 33 are terminal systems connected to the computers 1, 2, 3. The computers 1, 2 and 3 have the same architecture, and the computing capacity is highest in the computer 1 and lower in the order of the computers 2 and 3. The direct storage devices 21, 22, and 23 have programs and data executed by the computers 1, 2, and 3. Further, each computer 1, 2, 3 is provided with a main memory 40, a timer 50, and a buffer memory 60 for temporarily storing a processing request, and a scheduler 70 for allocating the processing request to each computer 1, 2, 3. And process execution monitor 8 that monitors the processing status
0 is provided. The respective computers 1, 2, 3 are connected via a channel 90 or a communication line, and the shared memory 110 and the shared direct storage device 120 can be accessed from the respective computers 1, 2, 3. The shared memory 110 is provided with a process execution computer priority table 140 that defines the priority order of the computers that execute processes, and a process execution time limit table 150 that defines the process execution time limit of each computer. It has been.

【0007】図2は、図1における処理実行計算機優先
順位テ−ブルの構成例を示す図である。このテ−ブル1
40には、複数計算機システム内で処理を実行する計算
機の順位と、その計算機の識別情報とを登録したフィ−
ルドが設けられている。そして、本実施例では、計算機
の実行優先順位として計算機の計算能力を基準にする。
すなわち、実行優先順位1から計算能力の高い計算機
1,2,3の順序で、その計算機識別idを処理実行計
算機優先順位テ−ブル140上にセットする。図3は、
図1における処理実行制限時間テ−ブルの構成例を示す
図である。このテ−ブル150には、処理実行クラス対
応に、計算機の実行順位1から順番に計算機の台数であ
る順位3までの各計算機での実行制限時間を示すフィ−
ルドが設けられている。例えば、処理実行クラスA,
B,C毎に、実行順位1に対しては、それぞれa1,
b,c1が、実行順位2に対しては、それぞれa2,b
2,c2が、実行順位3に対しては、それぞれa3,b
3,c3が、規定されている。また、実行制限時間とし
ては、マイクロ秒単位で0から最大値までの数値を記述
することができる。
FIG. 2 is a diagram showing a configuration example of the processing execution computer priority table in FIG. This table 1
In a field 40, the order of computers that execute processing in the multiple computer system and the identification information of the computers are registered.
There is a rudder. Then, in this embodiment, the computing ability of the computer is used as the priority of execution of the computer.
That is, the computer identification ids are set on the processing execution computer priority table 140 in the order of the execution priority 1 to the computers 1, 2 and 3 having the highest calculation capabilities. Figure 3
It is a figure which shows the structural example of the process execution time limit table in FIG. In this table 150, a file indicating the execution time limit of each computer from the execution order 1 of the computers to the order 3 which is the number of computers in order corresponding to the processing execution class.
There is a rudder. For example, the process execution class A,
For execution order 1 for each of B and C, a1,
b and c1 are a2 and b, respectively, for execution order 2.
2 and c2 are a3 and b, respectively, for execution order 3.
3, c3 are specified. As the execution time limit, a numerical value from 0 to the maximum value can be described in microsecond units.

【0008】図4は、本発明による計算機システムの分
散処理方法の動作フロ−チャ−トである。いま、図1に
示す複数計算機システムにおいて、処理実行計算機順位
テ−ブル140が図2に示す内容に、また処理実行制限
時間テ−ブル150が図3に示す内容に、それぞれ設定
されているものとする。計算機2に接続された端末シス
テム32から、処理要求Tが発行されるものとする(ス
テップ101)。この処理要求Tは、先ず端末システム
32が接続された計算機2のバッファメモリ60に格納
される。処理スケジュ−ラ70は、バッファメモリ60
の中から処理要求優先度の高いものから内容を読み出
し、処理の処理実行クラスと共有メモリ110上に配置
されている処理実行計算機優先順位テ−ブル140を参
照することにより、該当する最も優先順位の高い計算機
が計算機1であることを知る(ステップ102)。ま
た、この処理要求Tの処理実行クラス131は、Bであ
ったとする。処理スケジュ−ラ70は、処理実行制限時
間テ−ブル150を参照することにより、その処理クラ
スの実行制限時間がb1マイクロ秒であることを知る
(ステップ103)。スケジュ−ラ70は、処理Tを計
算機1に割り付けて、実行させるとともに(ステップ1
04,105)、計算機1の処理実行状態監視機構80
に対して処理の実行状態の監視を依頼する。処理Tが短
い実行時間しか処理を要しないジョブである場合には、
計算機1は複数計算機システム中で最も計算能力が高い
ため、システム内での実行で期待される処理最短時間に
近い時間で処理を終了する(ステップ107)。
FIG. 4 is an operation flowchart of the distributed processing method of the computer system according to the present invention. Now, in the multi-computer system shown in FIG. 1, the process execution computer order table 140 is set to the content shown in FIG. 2, and the process execution time limit table 150 is set to the content shown in FIG. And It is assumed that the processing request T is issued from the terminal system 32 connected to the computer 2 (step 101). The processing request T is first stored in the buffer memory 60 of the computer 2 to which the terminal system 32 is connected. The processing scheduler 70 is a buffer memory 60.
The content of the highest priority is read by reading the contents from the one with the highest processing request priority, and referring to the processing execution class of the processing and the processing execution computer priority table 140 arranged in the shared memory 110. It is known that the computer with the highest number is computer 1 (step 102). Further, it is assumed that the processing execution class 131 of this processing request T is B. By referring to the process execution time limit table 150, the process scheduler 70 knows that the execution time limit of the process class is b1 microseconds (step 103). The scheduler 70 allocates the process T to the computer 1 and executes it (step 1
04, 105), the processing execution state monitoring mechanism 80 of the computer 1
Request to monitor the execution status of the process. If the process T is a job that requires a short execution time,
Since the computer 1 has the highest computing capacity in the multi-computer system, the processing is completed in a time close to the shortest processing time expected for execution in the system (step 107).

【0009】この場合、スケジュ−ラ70は処理Tの終
了を認識し、処理要求元である端末32に処理結果を報
告する(ステップ119)。一方、処理Tが多大な実行
処理時間を要するジョブの場合、処理実行状態監視機構
80はタイマ50を利用して、処理Tの実行状態を監視
し(ステップ106)、もし、処理Tが終了する前に処
理時間がb1マイクロ秒を越えたならば(ステップ10
8)、これをスケジュ−ラ70に報告する。スケジュ−
ラ70は、計算機1における処理Tの実行を中断して、
再び処理実行計算機優先順位テ−ブル140を参照し、
次に優先順位の高い計算機2に処理Tを割り付ける(ス
テップ109)。そして、処理Tを実行させるとともに
(ス扱ップ110)、計算機2の処理実行状態監視機構
80に対して処理の実行状態の監視を依頼する。計算機
2の処理実行状態監視機構80は、タイマ50を利用し
て処理Tの実行状態を監視する(ステップ111)。処
理Tがb2マイクロ秒以内に処理を終了したならば(ス
テップ112,113)、スケジュ−ラ70はその旨を
認識し、処理要求元である端末32に対してこれを報告
する(ステップ119)。もし、処理Tが終了する前に
処理時間がb2マイクロ秒を越えた場合には、計算機2
の処理実行状態監視機構80がスケジュ−ラ70に報告
する。
In this case, the scheduler 70 recognizes the end of the processing T and reports the processing result to the terminal 32 which is the processing request source (step 119). On the other hand, if the process T is a job that requires a large amount of execution processing time, the process execution state monitoring mechanism 80 uses the timer 50 to monitor the execution state of the process T (step 106), and if the process T ends. If the processing time previously exceeded b1 microseconds (step 10
8), report this to Schedule 70. Schedule
LA 70 interrupts the execution of the process T in the computer 1,
Referring again to the processing execution computer priority table 140,
Next, the process T is assigned to the computer 2 having the highest priority (step 109). Then, the process T is executed (step 110) and the process execution state monitoring mechanism 80 of the computer 2 is requested to monitor the process execution state. The processing execution state monitoring mechanism 80 of the computer 2 monitors the execution state of the processing T using the timer 50 (step 111). If the processing T ends the processing within b2 microseconds (steps 112 and 113), the scheduler 70 recognizes that and reports this to the terminal 32 that is the processing request source (step 119). .. If the processing time exceeds b2 microseconds before the processing T ends, the computer 2
The processing execution state monitoring mechanism 80 of (1) reports to the scheduler 70.

【0010】スケジュ−ラ70は、計算機2での処理T
の実行を中断し、再び処理実行計算機優先順位テ−ブル
140を参照して、次に優先順位の高い計算機3に対し
て、処理Tを割り付ける(ステップ114)。そして、
処理Tを実行させるとともに(ステップ115)、計算
機3の処理実行状態監視機構80に対して処理の実行状
態の監視を依頼する。計算機3の処理実行状態監視機構
80は、タイマ50を利用して処理Tの実行状態を監視
する(ステップ116)。処理Tがb3マイクロ秒以内
に処理を終了したならば(ステップ117)、スケジュ
−ラ70はその旨を認識して、処理要求元である端末3
2に報告する(ステップ119)。もし、処理Tが終了
する前に処理時間がb3マイクロ秒を越えたときには
(ステップ118)、計算機3の処理実行状態監視機構
80がスケジュ−ラ70にこれを報告する。スケジュ−
ラ70は計算機3での処理Tの実行を中断し、再び処理
実行計算機優先順位テ−ブル140を参照することによ
り、これ以上は、処理Tを割り付ける計算機がないこと
を知り、処理Tのタイムオ−バエラ−として処理要求元
である端末32に報告する(ステップ120)。なお、
計算機の実行時間以内に処理Tが終了した場合には、処
理実行状態監視機構80が処理が正常に終了したことを
スケジュ−ラ70に報告するとともに、処理結果を処理
要求元である端末32に報告する(ステップ119)。
The scheduler 70 is a processing T in the computer 2.
Execution is suspended, the processing execution computer priority table 140 is again referenced, and the processing T is assigned to the computer 3 having the next highest priority (step 114). And
The process T is executed (step 115) and the process execution state monitoring mechanism 80 of the computer 3 is requested to monitor the process execution state. The processing execution state monitoring mechanism 80 of the computer 3 monitors the execution state of the processing T using the timer 50 (step 116). If the processing T finishes the processing within b3 microseconds (step 117), the scheduler 70 recognizes that and the terminal 3 which is the processing request source.
2 (step 119). If the processing time exceeds b3 microseconds before the processing T ends (step 118), the processing execution state monitoring mechanism 80 of the computer 3 reports this to the scheduler 70. Schedule
The processor 70 interrupts the execution of the processing T on the computer 3 and refers to the processing execution computer priority table 140 again to learn that there is no computer to which the processing T is assigned, and the time of the processing T is overridden. -As a baera, it reports to the terminal 32 which is the processing request source (step 120). In addition,
When the processing T is completed within the execution time of the computer, the processing execution state monitoring mechanism 80 reports to the scheduler 70 that the processing is completed normally, and at the same time, the processing result is sent to the terminal 32 which is the processing request source. Report (step 119).

【0011】このように、本実施例では、実行時間の短
い処理の場合、優先順位1番目の計算機だけで処理を終
了することができる。一方、実行時間の長い処理の場合
には、順次、時間制限を越えることにより下位優先順位
の計算機に落ちていくので、多大な実行時間を要する処
理のみは時間遅れを招いてしまう。しかし、これによっ
て、実行時間の短い処理が実行時間の長い処理により、
処理の実行を妨げられないで済む。その結果、実行時間
の短い処理は安定した処理時間のレスポンスを得ること
が可能になる。特に、計算能力が異なる複数の計算機を
用いて複数計算機システムを構築する場合には、本実施
例のように計算能力の高い計算機順に実行優先順位を設
定しておくことにより、実行処理時間の短い処理に対し
て、複数計算機システムで期待できる最短時間の応答時
間を得ることが可能である。
As described above, in the present embodiment, in the case of a process having a short execution time, the process can be completed only by the computer having the first priority. On the other hand, in the case of a process with a long execution time, the time limit is exceeded, and the process is dropped to a computer with a lower priority. Therefore, only a process requiring a long execution time is delayed. However, due to this, processing with short execution time is
It does not interfere with the execution of processing. As a result, a process with a short execution time can obtain a stable response of the processing time. In particular, when constructing a multi-computer system using a plurality of computers having different computing capacities, the execution priority is set in the descending order of the computers having the high computing capacities as in the present embodiment, so that the execution processing time is short. For processing, it is possible to obtain the shortest response time that can be expected in a multiple computer system.

【0012】[0012]

【発明の効果】以上説明したように、本発明によれば、
要求された処理の実行量によって、その処理を実行する
計算機を動的に変更するので、特に実行処理時間の短い
処理に対しては安定した処理時間のレスポンスを得るこ
とができ、効率的な複数計算機システムの運用を実現す
ることができる。
As described above, according to the present invention,
The computer that executes the processing is dynamically changed according to the amount of execution of the requested processing, so a stable processing time response can be obtained, especially for processing with a short execution processing time. The operation of the computer system can be realized.

【0013】[0013]

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

【図1】本発明の一実施例を示す複数計算機システムの
構成図である。
FIG. 1 is a configuration diagram of a multi-computer system showing an embodiment of the present invention.

【図2】図1における処理実行計算機優先順位テ−ブル
の内容の例を示す図である。
FIG. 2 is a diagram showing an example of contents of a processing execution computer priority table in FIG.

【図3】図1における処理実行制限時間テ−ブルの内容
の例を示す図である。
FIG. 3 is a diagram showing an example of contents of a process execution time limit table in FIG.

【図4】本発明の一実施例を示す分散処理の動作フロ−
チャ−トである。
FIG. 4 is an operation flowchart of distributed processing according to an embodiment of the present invention.
It's a chart.

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

1,2,3 計算機 21,22,23 直接記憶装置 31,32,33 端末システム 40 メモリ 50 タイマ 60 バッファ 70 スケジュ−ラ 80 処理実行状態監視機構 90 チャネル 110 共有メモリ 120 共有直接記憶装置 140 処理実行計算機優先順位テ−ブル 141 実行優先順位 142 計算機識別id 150 処理実行制限時間テ−ブル 151 処理の実行クラス 200 実行時間 1,2,3 Computer 21,22,23 Direct storage device 31,32,33 Terminal system 40 Memory 50 Timer 60 Buffer 70 Schedule 80 Processing execution state monitoring mechanism 90 Channel 110 Shared memory 120 Shared direct storage device 140 Processing execution Computer priority table 141 Execution priority 142 Computer identification id 150 Process execution time limit table 151 Process execution class 200 Execution time

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数の独立した計算機と、該計算機に共
有されるメモリないし直接記憶装置で結合された複数計
算機システムにおいて、上記計算機の処理能力順に、各
計算機に対して処理の実行優先順位を付与するととも
に、各計算機毎に処理の実行制限時間を設定しておき、
処理要求があると、要求のあった処理を先ず最も優先順
位の高い計算機で実行させ、該処理の実行時間を実行状
態監視装置のタイマにより監視し、監視の結果、上記実
行制限時間を越えたときには、上記計算機での処理を中
断して、次に優先順位の高い計算機に該処理を引き継い
で、該処理を続行させ、以下同じように、計算機毎の実
行制限時間を越えると、優先順位の低い計算機に引き継
いでいくことを特徴とする複数計算機システムの分散処
理方法。
1. In a multi-computer system in which a plurality of independent computers and a memory or a direct storage device shared by the computers are connected to each other, the execution priority order of processing is assigned to each computer in the order of the processing capability of the computer. In addition to assigning, set the execution time limit of the process for each computer,
When there is a processing request, the requested processing is executed by the computer with the highest priority first, and the execution time of the processing is monitored by the timer of the execution status monitoring device. As a result of the monitoring, the execution time limit is exceeded. Sometimes, the processing in the above computer is interrupted, the computer with the next highest priority takes over the processing, and the processing is continued. Similarly, when the execution time limit for each computer is exceeded, the priority of the computer is changed. A distributed processing method for a multi-computer system, which is characterized by taking over to a low computer.
JP28975891A 1991-11-06 1991-11-06 Method for distributed processing plural computer system Pending JPH05128077A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28975891A JPH05128077A (en) 1991-11-06 1991-11-06 Method for distributed processing plural computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28975891A JPH05128077A (en) 1991-11-06 1991-11-06 Method for distributed processing plural computer system

Publications (1)

Publication Number Publication Date
JPH05128077A true JPH05128077A (en) 1993-05-25

Family

ID=17747375

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28975891A Pending JPH05128077A (en) 1991-11-06 1991-11-06 Method for distributed processing plural computer system

Country Status (1)

Country Link
JP (1) JPH05128077A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5845116A (en) * 1994-04-14 1998-12-01 Hitachi, Ltd. Distributed computing system
JP2009527056A (en) * 2006-02-15 2009-07-23 ソニー・コンピュータ・エンタテインメント・アメリカ・インク Server management system and method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5845116A (en) * 1994-04-14 1998-12-01 Hitachi, Ltd. Distributed computing system
US6578064B1 (en) 1994-04-14 2003-06-10 Hitachi, Ltd. Distributed computing system
US6957434B2 (en) 1994-04-14 2005-10-18 Hitachi, Ltd. Distributed computing system
JP2009527056A (en) * 2006-02-15 2009-07-23 ソニー・コンピュータ・エンタテインメント・アメリカ・インク Server management system and method

Similar Documents

Publication Publication Date Title
EP0384635B1 (en) Adaptive job scheduling for multiprocessing systems
JP3335172B2 (en) Data processing system and input / output processor for use therein
US9032127B2 (en) Method of balancing I/O device interrupt service loading in a computer system
EP0644487B1 (en) Scalable system interrupt structure for a multiprocessing system
US5471618A (en) System for classifying input/output events for processes servicing the events
US5999963A (en) Move-to-rear list scheduling
US5748468A (en) Prioritized co-processor resource manager and method
EP0380857A2 (en) Arbitrating communication requests in a multi-processor computer system
US8627325B2 (en) Scheduling memory usage of a workload
JPH04232558A (en) Multiprocessor system
US6473780B1 (en) Scheduling of direct memory access
JPS6130310B2 (en)
JPH08171526A (en) Input/output interface device and its control method
EP0644489A2 (en) Method and apparatus for signalling interrupt information in a data processing system
CN115167996A (en) Scheduling method and device, chip, electronic equipment and storage medium
EP0287295A2 (en) Multiple I/O bus virtual broadcast of programmed I/O instructions
CN114461365A (en) Process scheduling processing method, device, equipment and storage medium
US8090801B1 (en) Methods and apparatus for performing remote access commands between nodes
EP0049521A2 (en) Information processing system
US6889283B2 (en) Method and system to promote arbitration priority in a buffer queue
JPH05128077A (en) Method for distributed processing plural computer system
JPH1027167A (en) Method for distributing load of parallel computer
JP3227069B2 (en) I / O processing system
JPH0612395A (en) Task allocating method in multiprocessor system
WO2007049543A1 (en) Calculating apparatus