JPH0991158A - Job scheduling method - Google Patents

Job scheduling method

Info

Publication number
JPH0991158A
JPH0991158A JP7247856A JP24785695A JPH0991158A JP H0991158 A JPH0991158 A JP H0991158A JP 7247856 A JP7247856 A JP 7247856A JP 24785695 A JP24785695 A JP 24785695A JP H0991158 A JPH0991158 A JP H0991158A
Authority
JP
Japan
Prior art keywords
job
business
resource
amount
resources
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.)
Granted
Application number
JP7247856A
Other languages
Japanese (ja)
Other versions
JP3027526B2 (en
Inventor
Yoshihiro Onohara
義浩 小野原
Michio Hirano
美知夫 平野
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 Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP7247856A priority Critical patent/JP3027526B2/en
Publication of JPH0991158A publication Critical patent/JPH0991158A/en
Application granted granted Critical
Publication of JP3027526B2 publication Critical patent/JP3027526B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent business job execution from sinking by performing scheduling while using effective resource quantity up to the planned execution time of business job but performing scheduling using an upper critical value after the planned execution time. SOLUTION: It is judged whether an alarm message indicator 16 for the business job is turned on or not and whether saved resource quantity 20 has resources less than both effective resource quantity 23 and resource quantity 19 or not. Next, when an execution suppression indicator 15 is turned off and there are resources for which the resource quantity 19 exceeds an upper critical value 24, an error message is outputted, the upper critical value 24 is saved in the saved resource quantity 20, the execution suppressing indicator 15 is set and the alarm message indicator 16 is reset. Afterwards, it is judged whether the planned execution time of the business job passes or not and when it does not pass, it is judged whether the entire resource quantity 19 is less than the value subtracting current use quantity 25 and reserved resource quantity 26 from the effective resource quantity 23 or not. When it is judged that the entire resource quantity 19 is less than that value, the business job is extracted by adding the resource quantity 19 to the current use quantity 25.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、業務ジョブを逐次かつ
平行して実行する計算機システムにおけるジョブスケジ
ュール方法に係り、特に、各業務ジョブで使用する資源
の種類及び量により業務ジョブ取り出しの順序を決める
ジョブスケジュール方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job scheduling method in a computer system for executing business jobs sequentially and in parallel, and in particular, the order of taking out business jobs depends on the type and amount of resources used in each business job. The present invention relates to a job scheduling method for determining.

【0002】[0002]

【従来の技術】複数の業務ジョブを逐次かつ平行して実
行する計算機システムでは、各業務ジョブを逐次取り出
して実行するためのジョブスケジューラを具備してい
る。
2. Description of the Related Art A computer system for executing a plurality of business jobs sequentially and in parallel has a job scheduler for sequentially fetching and executing each business job.

【0003】このジョブスケジューラは、業務ジョブの
優先度等によって取り出す順序を決めているが、一旦取
り出した業務ジョブをすぐに実行しようとする。しか
し、ここで業務ジョブが必要とする、例えば磁気テープ
装置の台数などの資源が不足すると、他に実行中の業務
ジョブの終了により資源の空きを待つか、あるいは取り
出した業務ジョブ実行を後回しにするか否かの応答をオ
ペレータ等に求める。
This job scheduler decides the order of taking out business jobs according to the priority of the business jobs, but tries to execute the business jobs once taken out. However, if the resources required by the business job, such as the number of magnetic tape devices, are insufficient, wait for the resources to be available due to the end of other business jobs being executed, or postpone the execution of the retrieved business job. The operator or the like is asked for a response as to whether or not to do it.

【0004】この結果、他に実行可能な業務ジョブがあ
っても何も実行せずに待つか、あるいはオペレータの煩
雑な操作が必要となり、計算機システムの効率的な運用
の阻害要因となっている。
As a result, even if there is another work job that can be executed, it is necessary to wait without executing anything, or a complicated operation of the operator is required, which is an obstacle to efficient operation of the computer system. .

【0005】上記の問題点を解決する方法としては、予
め各業務ジョブに必要な資源と資源の量を定義しておく
ことで業務ジョブ実行のスケジュール立案時に、業務ジ
ョブの優先度等のスケジュール条件に資源を加えると共
に、業務ジョブ取り出しの際、必要な資源に不足が生じ
ている場合は、当該業務ジョブの取り出しを抑止し、次
に実行可能な業務ジョブを取り出す方法がある。
As a method for solving the above-mentioned problems, the resources necessary for each business job and the amount of the resources are defined in advance, and when the schedule of the business job execution is planned, the schedule conditions such as the priority of the business job are set. In addition to adding resources, if there is a shortage of required resources when extracting a business job, there is a method of suppressing the extraction of the business job and extracting the next executable business job.

【0006】この方法により、1つの資源が不足しても
他の資源に空きがある場合、不足した資源を使用しない
業務ジョブの取り出し、実行が可能になり、計算機シス
テムの持つ資源を有効に活用することができる。この資
源及び資源の量による業務ジョブスケジュール方法の実
施例は「統合運用管理システムHOPSS3/AS(V
OS3/ES1,VOS3/AS)解説書、日立製作所
マニュアル、APP−B−423」に記載されている。
According to this method, even if one resource is insufficient, if another resource has a free space, it is possible to retrieve and execute a business job that does not use the insufficient resource, and effectively utilize the resources of the computer system. can do. An embodiment of the business job scheduling method based on this resource and the amount of the resource is "integrated operation management system HOPSS3 / AS (V
OS3 / ES1, VOS3 / AS) manual, Hitachi manual, APP-B-423 ”.

【0007】[0007]

【発明が解決しようとする課題】しかし、上記の資源及
び資源の量による業務ジョブスケジュール方法により、
計算機システムの持つ資源の有効活用は可能となるが、
業務ジョブ実行遅延防止に関して問題が生じる。
However, according to the business job scheduling method based on the above resources and the amount of resources,
It is possible to effectively use the resources of the computer system,
There is a problem regarding prevention of delay in business job execution.

【0008】すなわち、多量に資源を必要とする業務ジ
ョブとその他の資源を少量しか必要としない業務ジョブ
が混在した場合、少量しか資源を必要としない業務ジョ
ブの多重実行により、資源の空きの少ない状態が継続
し、多量に資源を必要とする業務ジョブが沈み込んで実
行されないという現象が発生する。
That is, when there are mixed business jobs that require a large amount of resources and other business jobs that require only a small amount of resources, there are few resources available due to multiple execution of business jobs that require only a small amount of resources. A phenomenon occurs in which the state continues and business jobs that require a large amount of resources sink and cannot be executed.

【0009】また、計算機システムの持つ資源量を上限
値まで使用した場合、かえって計算機システムの効率的
運用の阻害要因となることがある。
Further, when the resource amount of the computer system is used up to the upper limit value, it may rather become an obstacle to efficient operation of the computer system.

【0010】本発明は、このような問題に鑑みなされた
もので、その目的は、計算機システムの効率的な運用を
確保したまま、多量に資源を必要とする業務ジョブ実行
の沈み込みを防止することができるジョブスケジュール
方法を提供することにある。
The present invention has been made in view of such a problem, and an object thereof is to prevent the depression of execution of a business job which requires a large amount of resources while ensuring efficient operation of a computer system. It is to provide a job scheduling method capable of performing the job scheduling.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するため
に、本発明のジョブスケジュール方法では、各業務ジョ
ブの実行開始予定時刻を定める手段と、各業務ジョブで
使用する資源量を定義する手段とを備え、これらの手段
によって定義された業務ジョブを取り出してスケジュー
ルする際に、計算機システムの資源量について効果的な
資源量と上限値の2つを予め設定しておき、各業務ジョ
ブの実行予定時刻までは効果的な資源量を用いたスケジ
ュールを行い、実行予定時刻を過ぎた状態では上限値を
用いたスケジュールを行うことを特徴とする。
In order to achieve the above object, in the job scheduling method of the present invention, a means for determining a scheduled execution start time of each business job and a means for defining the amount of resources used by each business job. When the business jobs defined by these means are taken out and scheduled, the effective amount of resources and the upper limit of the resource amount of the computer system are set in advance, and the execution of each business job is performed. It is characterized in that a schedule using an effective amount of resources is performed up to the scheduled time, and a schedule using the upper limit value is performed after the scheduled execution time.

【0012】そして、予め定めた時間の遅延が発生した
場合、その遅延の発生した業務ジョブで使用する資源を
予約し、同一資源を使用する新たな業務ジョブは、資源
量の余裕が当該業務ジョブで使用する資源量と予約され
た資源量の和以上となるまで起動を抑止することを特徴
とする。
When a delay of a predetermined time occurs, the resources used by the delayed business job are reserved, and a new business job using the same resource has a margin of the resource amount. It is characterized in that startup is suppressed until the sum of the resource amount used in and the reserved resource amount is equal to or more than the sum.

【0013】また、前記予め定めた時間を、業務ジョブ
の種別に応じて設定するすることを特徴とする。
The predetermined time is set according to the type of business job.

【0014】[0014]

【作用】本発明においては、計算機システムをより効率
的に運用するために、計算機システムの持つ資源量を余
裕を持って効率的に運用できる「効率的な資源量」と
「上限値」の2段階で管理する。
According to the present invention, in order to operate the computer system more efficiently, there are 2 of "efficient resource amount" and "upper limit value" that allow the resource amount of the computer system to be operated efficiently with a margin. Manage in stages.

【0015】また、業務ジョブ取り出しの際、業務ジョ
ブ実行に必要な資源に不足が生じている場合に、当該業
務ジョブの取り出しを抑止するだけでなく、遅延が発生
した業務ジョブが使用する資源を予約する方法を用い
る。
Further, when there is a shortage of resources required to execute a business job at the time of extracting a business job, not only the extraction of the business job is suppressed but the resources used by the delayed business job are Use the reservation method.

【0016】ここで、「効率的な資源量」とは、余裕を
もって計算機を稼働させ得る資源の量を指し、例えばフ
ル稼働時の資源量の6割〜7割の値に設定される。この
設定は、上限値とは別にユーザが設定する。
Here, the "efficient resource amount" refers to the amount of resources that allow the computer to operate with a margin, and is set to, for example, 60 to 70% of the resource amount during full operation. This setting is set by the user separately from the upper limit value.

【0017】詳しくは、本発明においては、この効率的
な資源量と上限値の2つを使用し、業務ジョブを取り出
して実行するスケジュール契機に動作可能な業務ジョブ
を抽出する際、業務ジョブの遅延状況や必要な資源量に
応じて次のような制御を行う。
More specifically, according to the present invention, when the effective job amount is used and the upper limit value is used, a job job that is operable when a job job is extracted and executed is triggered. The following controls are performed according to the delay situation and the required amount of resources.

【0018】(1)既に遅延状態となっている業務ジョ
ブの場合、資源量の上限値から現在の使用量を減算した
値以下の資源を必要とするときに当該業務ジョブを取り
出して実行する。この際、予約資源量から当該業務ジョ
ブの使用資源量を減算し、また、現在の使用量に当該業
務ジョブの使用資源量を加える。
(1) In the case of a business job that is already in a delayed state, when a resource equal to or less than the value obtained by subtracting the current usage amount from the upper limit value of the resource amount is required, the business job is extracted and executed. At this time, the used resource amount of the business job is subtracted from the reserved resource amount, and the used resource amount of the business job is added to the current used amount.

【0019】(2)業務ジョブの実行予定時刻より、予
め定められた時間を経過したと新たに判断したとき、つ
まり新たに遅延状態になったと判断したとき、予約資源
量に当該業務ジョブの使用資源量を加えた後、既に遅延
状態となっている業務ジョブと同じ制御を行う。
(2) When it is newly determined that a predetermined time has elapsed from the scheduled execution time of the business job, that is, when it is newly determined that a delay state has occurred, the business resource is used for the reserved resource amount. After adding the resource amount, the same control as that of the business job already in the delayed state is performed.

【0020】(3)業務ジョブの実行予定時刻は経過し
ているが、予め定められた時間までは経過してない場
合、資源量の上限値から現在の使用量を減算し、さらに
当該資源の予約資源量を減算した値が当該ジョブを使用
する資源量以上の時、当該ジョブを取り出して実行す
る。この際、現在の使用量に、当該業務ジョブの使用資
源量を加える。
(3) If the scheduled execution time of the business job has passed but the predetermined time has not passed, the current usage amount is subtracted from the upper limit value of the resource amount, and When the value obtained by subtracting the reserved resource amount is equal to or larger than the resource amount that uses the job, the job is extracted and executed. At this time, the used resource amount of the business job is added to the current used amount.

【0021】(4)実行予定時刻に達していない業務ジ
ョブの場合、効率的な資源量から現在の使用資源量を減
算し、さらに当該資源の予約資源量を減算した値が当該
業務ジョブの使用する資源量以上の時、当該業務ジョブ
を取り出して実行する。この際、現在の使用量に、当該
業務ジョブの使用資源量を加える。
(4) In the case of a business job that has not reached the scheduled execution time, the value obtained by subtracting the currently used resource amount from the efficient resource amount and further subtracting the reserved resource amount of the resource is the use of the business job. When the amount of resources to be used is greater than or equal to the amount of resources to be processed, the business job is extracted and executed. At this time, the used resource amount of the business job is added to the current used amount.

【0022】このような制御を行うことにより、計算機
システムの効率的な運用を保ったまま業務ジョブの大幅
遅延を防止する。この場合、予約資源量及び資源の現在
の使用量の初期値が「0」であることはいうまでもな
い。
By performing such control, it is possible to prevent a large delay of the business job while maintaining the efficient operation of the computer system. In this case, it goes without saying that the initial values of the reserved resource amount and the current resource usage amount are “0”.

【0023】なお、業務ジョブの使用する資源量が上限
値を超える場合は、エラーとして当該業務ジョブの実行
を抑止すると共に、エラーである旨を計算機システム運
用者に通知する。
When the amount of resources used by the business job exceeds the upper limit, execution of the business job is suppressed as an error and the computer system operator is notified of the error.

【0024】また、業務ジョブの使用する資源量が、
「効率的な資源量」を超えるが上限値は超えない場合に
は、計算機システム運用者に警告を発する。これらの通
知や警告は計算機システムの資源の上限値が増加した場
合や、効率的な資源量が増加した場合には再度、増加後
の値でやり直す。
Further, the amount of resources used by the business job is
If it exceeds the "efficient resource amount" but does not exceed the upper limit value, a warning is issued to the computer system operator. These notifications and warnings are made again with the increased value when the upper limit value of the resource of the computer system is increased or when the effective resource amount is increased.

【0025】また、業務ジョブの実行遅延を判断するた
めに予め定められた時間は、業務ジョブの種類や業務ジ
ョブの重要度等のグループ毎に設定できることが好まし
い。
Further, it is preferable that the predetermined time for judging the execution delay of the business job can be set for each group such as the type of the business job and the importance of the business job.

【0026】このように本発明のジョブスケジュール方
法によれば、実行予定時刻に達してない業務ジョブにつ
いては、計算機システムの「効率的な資源量」により制
御することで計算機システムの資源に余裕を持たせた効
率的な運用が可能になる。
As described above, according to the job scheduling method of the present invention, a business job whose scheduled execution time has not been reached is controlled by the "efficient amount of resources" of the computer system, thereby providing a margin for the resources of the computer system. It enables efficient operation.

【0027】さらに、遅延と判断した業務ジョブについ
ては、資源の予約という形で他の同一資源を使用する業
務ジョブの実行を抑制することにより、当該業務ジョブ
の使用する資源を確保し、大幅な遅延を防止できる。
Further, for a business job judged to be delayed, the execution of another business job that uses the same resource is suppressed in the form of resource reservation to secure the resources used by the business job and to significantly reduce the resource consumption. Delays can be prevented.

【0028】従って、多量に資源を必要とする業務ジョ
ブとその他の資源を少量しか必要としない業務ジョブが
混在した場合、多量に資源を必要とする業務ジョブの資
源を予約しておくことにより、少量しか資源を必要とし
ない業務ジョブが多重実行されることはなくなり、多量
に資源を必要とする業務ジョブが沈み込んで実行されな
いという現象が発生するのを防止することができる。
Therefore, when a business job requiring a large amount of resources and another business job requiring a small amount of resources coexist, by reserving the resources of the business job requiring a large amount of resources, It is possible to prevent a business job that requires a small amount of resources from being executed multiple times, and prevent a business job that requires a large amount of resources from sinking and not being executed.

【0029】[0029]

【実施例】以下、本発明の一実施例を図面により詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail with reference to the drawings.

【0030】図1は、本発明のジョブスケジュール方法
を適用した計算機システムの機能ブロック図を示すもの
である。
FIG. 1 is a functional block diagram of a computer system to which the job scheduling method of the present invention is applied.

【0031】この実施例の計算機システム1は、業務ジ
ョブのスケジュール表6を入力とし、業務ジョブのスケ
ジュールを立案するスケジュール部2と、スケジュール
部2から呼び出されて資源に関する制御を行う資源制御
部3と、業務ジョブの実行終了時の処理を行う業務ジョ
ブ終了処理部4と、コンソール装置7へのメッセージ出
力やコンソール装置7からのメッセージ入力処理を行う
コンソール制御部5とで構成する。
In the computer system 1 of this embodiment, a schedule table 6 for business jobs is input, a schedule section 2 for planning a business job schedule, and a resource control section 3 called from the schedule section 2 for controlling resources. And a business job end processing unit 4 that performs processing at the end of execution of a business job, and a console control unit 5 that performs message output to the console device 7 and message input processing from the console device 7.

【0032】スケジュール部2は、システムの立ち上げ
時、及び実行中の業務ジョブ終了時やタイマ監視により
呼び出される。
The schedule unit 2 is called when the system is started up, when a running job job is completed, or when a timer is monitored.

【0033】スケジュール部2では、システム立ち上げ
時に業務ジョブスケジュール表6を入力してスケジュー
ル対象となる業務ジョブの一覧を作成し、また起動時、
タイマ監視、業務ジョブ終了やコンソール装置7からの
コマンド入力を契機として、実行する業務ジョブの決定
や業務ジョブ実行指示を行う。
The schedule section 2 inputs the business job schedule table 6 at system startup to create a list of business jobs to be scheduled, and at startup,
The timer monitoring, the termination of the business job, or the command input from the console device 7 is used as a trigger to determine the business job to be executed or to issue the business job execution instruction.

【0034】実行する業務ジョブの決定と実行は、資源
以外の実行条件の整った実行業務ジョブの候補一覧を作
成し、資源制御部3で候補一覧から抽出した業務ジョブ
を取り出して実行を指示する。
To determine and execute a business job to be executed, a candidate list of execution business jobs whose execution conditions other than resources are prepared is created, and the resource control unit 3 takes out the business job extracted from the candidate list and instructs execution. .

【0035】資源制御部3では、業務ジョブ実行の予定
時刻を経過しているか否か、遅延しているか否か、現在
使用中の資源量と資源の上限値、効果的資源量を考慮し
て、候補一覧から次に実行すべき業務ジョブを選択す
る。
The resource control unit 3 considers whether the scheduled time for executing the business job has passed, whether it is delayed, the amount of resources currently in use, the upper limit of resources, and the effective amount of resources. , Select the next business job to be executed from the candidate list.

【0036】業務ジョブ終了処理部4は、実行した業務
ジョブが終了したときに呼び出され、現在使用中の資源
量の補正を行う。すなわち、現在使用中の資源量から終
了した業務ジョブで使用していた資源量を減算する。
The business job end processing unit 4 is called when the executed business job is completed, and corrects the resource amount currently in use. That is, the resource amount used in the completed job job is subtracted from the resource amount currently used.

【0037】コンソール制御部5は、他の機能ブロック
から要求されたメッセージのコンソール装置7への出力
と、コンソール装置7から投入されたコマンドで指示さ
れた資源の上限値や効果的資源量の変更を他の機能ブロ
ックに連絡する。
The console control unit 5 outputs a message requested by another functional block to the console device 7, and changes the upper limit value and effective resource amount of the resource designated by the command input from the console device 7. Contact other functional blocks.

【0038】図2は、本発明のジョブ業務ジョブの種類
や業務ジョブの重要度等のグループ毎に設定できるスケ
ジュール方法の中核となる資源制御部3で使用する制御
表の構成図を示すものである。
FIG. 2 is a block diagram of a control table used in the resource control unit 3 which is the core of the scheduling method of the present invention, which can be set for each group such as types of business jobs and importance of business jobs. is there.

【0039】資源制御部3では、業務ジョブ毎の情報を
格納した業務ジョブスケジュール表8と計算機システム
全体の資源量を管理するシステム資源管理表21とを使
用して資源の制御を行う。
The resource control unit 3 controls resources by using a business job schedule table 8 storing information for each business job and a system resource management table 21 for managing the resource amount of the entire computer system.

【0040】業務ジョブスケジュール表8は、業務ジョ
ブ名9、当該業務ジョブの実行予定時刻10、予定時刻
10を経過したときに予定時刻からの経過時間により遅
延と判断するか否かの境界時間を定義する警告時間1
1、制御情報12、及び各業務ジョブ毎の使用資源名と
資源量の一覧へのポインタ13とで構成されている。
The business job schedule table 8 shows the business job name 9, the scheduled execution time 10 of the business job, and the boundary time of whether or not to judge the delay according to the elapsed time from the scheduled time when the scheduled time 10 has passed. Warning time to define 1
1, control information 12, and a pointer 13 to a list of used resource names and resource amounts for each business job.

【0041】各業務ジョブ毎の使用資源名と資源量の一
覧は、資源名18および資源量19と、資源量が超過し
ている場合に警告メッセージやエラーメッセージを出力
したときのシステム全体の資源量を退避しておく退避資
源量20ので構成されている。
A list of used resource names and resource amounts for each business job is shown in the resource names 18 and 19 and the resources of the entire system when a warning message or error message is output when the resource amount is exceeded. It is composed of a save resource amount 20 for saving the amount.

【0042】なお、制御情報12には、資源予約インジ
ケータ14、実行抑止インジケータ15、警告メッセー
ジインジケータ16、実行可能インジケータ17を含
み、スケジュール部2と資源制御部3とで使用する。
The control information 12 includes a resource reservation indicator 14, an execution restraint indicator 15, a warning message indicator 16, and an executability indicator 17, which are used by the scheduling unit 2 and the resource control unit 3.

【0043】これらのインジケータの初期値は、リセッ
ト状態であることは言うまでもない。
It goes without saying that the initial values of these indicators are in the reset state.

【0044】また、警告時間11は、業務ジョブの種類
や業務ジョブの重要度等のグループ毎に設定できるよう
になっている。
The warning time 11 can be set for each group such as the type of business job and the importance of the business job.

【0045】一方、システム資源管理表21は、計算機
システム全体の資源名や上限値を管理し、コンソール制
御部5で保守され、資源名22、効果的資源量23、資
源の上限値24、現在実行中の業務ジョブで使用してい
る資源の量を記録しておく現在使用量25と、遅延状態
となった業務ジョブで使用を予約している資源量を記録
する予約資源量26とで構成されている。
On the other hand, the system resource management table 21 manages the resource names and upper limit values of the entire computer system and is maintained by the console control unit 5, and the resource name 22, effective resource amount 23, resource upper limit value 24, current Consists of a current usage amount 25 for recording the amount of resources used by the running job and a reserved resource amount 26 for recording the amount of resources reserved for use by the delayed job job. Has been done.

【0046】図3は、資源の制御を行う資源制御部3の
処理を表わすフローチャートである。
FIG. 3 is a flowchart showing the processing of the resource control unit 3 which controls resources.

【0047】資源制御部3は、スケジュール部2で実行
する業務ジョブを決めるときにスケジュール部2から呼
び出される。この時、スケジュール部2で実行する候補
となった業務ジョブの実行可能インジケータ17にはオ
ンがセットされている。
The resource control unit 3 is called by the schedule unit 2 when determining a business job to be executed by the schedule unit 2. At this time, the executability indicator 17 of the business job which is a candidate to be executed by the schedule unit 2 is set to ON.

【0048】資源制御部3が呼び出されると、まず、ス
テップ301で業務ジョブスケジュール表8からスケジ
ュール部2で実行の候補としたジョブ、すなわち実行可
能インジケータ17がオンの業務ジョブを探す。
When the resource control unit 3 is called, first in step 301, the job job schedule table 8 is searched for a job that is a candidate for execution by the schedule unit 2, that is, a job job whose executability indicator 17 is on.

【0049】この結果、実行可能インジケータ17がオ
ンの業務ジョブが見つからないと判断したときは、資源
制御部3の処理を終了する(ステップ302)。
As a result, when it is determined that the business job whose executability indicator 17 is on cannot be found, the processing of the resource control section 3 is terminated (step 302).

【0050】次に、ステップ301で見つけた業務ジョ
ブの中で実行抑止インジケータ15がオンで、退避資源
量20が上限値24と資源量19の双方より小さな資源
があるか否かを判断する(ステップ303)。すなわ
ち、実行抑止の原因となった資源の上限値が増加されて
いるかを判断し、増加されている場合、再度業務ジョブ
の実行を抑止するか否かを判断するために、実行抑止イ
ンジケータ15をリセットする(ステップ304)。
Next, it is judged whether or not the execution inhibition indicator 15 is on in the business job found in step 301 and the saved resource amount 20 is smaller than both the upper limit value 24 and the resource amount 19 ( Step 303). That is, it is determined whether the upper limit value of the resource that has caused the execution suppression is increased, and if it is increased, the execution suppression indicator 15 is set to determine whether the execution of the business job is suppressed again. Reset (step 304).

【0051】次に、ステップ301で見つけた業務ジョ
ブの警告メッセージインジケータ16がオンで、退避資
源量20が効果的資源量23と資源量19の双方より小
さな資源があるかを判断する(ステップ305)。すな
わち、警告状態の原因となった資源の効果的資源量が増
加されているかを判断し、増加されている場合、再度業
務ジョブを警告状態とするか否かを判断するために、警
告メッセージインジケータ16をリセットする(ステッ
プ306)。
Next, it is judged whether or not the warning message indicator 16 of the business job found in step 301 is on, and the saved resource amount 20 is smaller than both the effective resource amount 23 and the resource amount 19 (step 305). ). In other words, the warning message indicator is used to determine whether the effective resource amount of the resource that has caused the warning status has been increased, and if so, to determine whether to put the business job in the warning status again. 16 is reset (step 306).

【0052】次に、実行抑止インジケータ15がオフ
で、資源量19が上限値24を超える資源があれば、エ
ラーメッセージを出力し、退避資源量20に上限値24
を退避し、実行抑止インジケータ15をセット、警告メ
ッセージインジケータ16をリセットする。さらにこの
とき資源予約インジケータ14がオンならリセットし、
予約資源量26から資源量19を減算しておく(ステッ
プ307)。
Next, if the execution suppression indicator 15 is off and there is a resource whose resource amount 19 exceeds the upper limit value 24, an error message is output, and the saved resource amount 20 has the upper limit value 24.
Is set, the execution inhibition indicator 15 is set, and the warning message indicator 16 is reset. At this time, if the resource reservation indicator 14 is on, reset it,
The resource amount 19 is subtracted from the reserved resource amount 26 (step 307).

【0053】次に、実行抑止インジケータ15を判定
し、オンであれば、すなわち実行が抑止されていれば、
次の業務ジョブの処理を行うためステップ301に戻る
(ステップ308)。
Next, the execution inhibition indicator 15 is judged, and if it is ON, that is, if the execution is inhibited,
The process returns to step 301 to process the next business job (step 308).

【0054】次に、当該業務ジョブの実行予定時刻を経
過していないかどうかを判断し(ステップ309)、経
過していない時は、資源量19が全て効果的資源量23
から現在使用量25と予約資源量26を減算した値より
小さいか否かを判断し(ステップ310)、小さいと判
断した場合は、現在使用量25に資源量19を加算して
当該業務ジョブ取り出しを指示して終了する(ステップ
311)。
Next, it is judged whether or not the scheduled execution time of the business job has passed (step 309), and when it has not passed, the resource amount 19 is all the effective resource amount 23.
It is determined whether or not it is smaller than the value obtained by subtracting the current used amount 25 and the reserved resource amount 26 from (step 310), and if it is determined to be smaller, the resource amount 19 is added to the current used amount 25 to extract the business job. To finish (step 311).

【0055】しかし、ステップ310で効果的資源量2
3から現在使用量25と予約資源量26を減算した値よ
り大きな資源量19があると判断した場合は、警告メッ
セージインジケータがオフで、資源量19が効果的資源
量23を超える資源量19の資源があれば警告メッセー
ジを出力し、退避資源量20に効果的資源量23を退避
した上で警告メッセージインジケータをセットし(ステ
ップ312)、この後、次の業務ジョブを処理するため
ステップ301に戻る。
However, in step 310, the effective resource amount 2
When it is determined that there is a resource amount 19 larger than the value obtained by subtracting the current used amount 25 and the reserved resource amount 26 from 3, the warning message indicator is off, and the resource amount 19 exceeds the effective resource amount 23. If there is a resource, a warning message is output, the effective resource amount 23 is saved in the saved resource amount 20, and the warning message indicator is set (step 312). After that, the process goes to step 301 to process the next business job. Return.

【0056】一方、ステップ309で実行予定時刻を経
過していると判断したならば、警告時間11の経過があ
ったか否かを判断する(ステップ313)。
On the other hand, if it is determined in step 309 that the scheduled execution time has elapsed, it is determined whether the warning time 11 has elapsed (step 313).

【0057】警告時間の経過がないと判断したとき、資
源量19がすべて上限値24から現在使用量25と予約
資源量26とを減算した値より小さいか否かを判断し
(ステップ314)、小さいと判断したとき、現在使用
量25に資源量19を加算して当該業務ジョブの取り出
しを指示して終了する(ステップ315)。
When it is determined that the warning time has not elapsed, it is determined whether or not the resource amount 19 is less than the value obtained by subtracting the current used amount 25 and the reserved resource amount 26 from the upper limit value 24 (step 314). If it is judged to be small, the resource amount 19 is added to the current usage amount 25, an instruction to take out the business job is issued, and the process ends (step 315).

【0058】しかし、資源量19が上限値24から現在
使用量25と予約資源量26を減算した値を超える資源
があると判断したならば、次の業務ジョブを処理するた
めにステップ301に戻る。
However, if it is determined that there is a resource whose resource amount 19 exceeds the value obtained by subtracting the current used amount 25 and the reserved resource amount 26 from the upper limit value 24, the process returns to step 301 to process the next business job. .

【0059】また、ステップ313で警告時間を超える
経過があったと判断したならば、資源予約インジケータ
14がオフか否かを判断し、オフならば予約資源量26
に資源量19を加算して資源予約インジケータをセット
する(ステップ316)。
If it is determined in step 313 that the warning time has elapsed, it is determined whether the resource reservation indicator 14 is off. If it is off, the reserved resource amount 26
The resource reservation indicator is set by adding the resource amount 19 to (step 316).

【0060】さらに、資源量19がすべて上限値24か
ら現在使用量25を減算した値より小さいと判断したと
き(ステップ317)、現在使用量25に資源量19を
加算し、また予約資源量26から資源量19を減算して
資源予約インジケータ14をリセットした上で当該業務
ジョブの取り出しを指示して終了する(ステップ31
8)。
Further, when it is judged that all the resource amounts 19 are smaller than the value obtained by subtracting the current used amount 25 from the upper limit value 24 (step 317), the resource amount 19 is added to the current used amount 25, and the reserved resource amount 26 is also added. The resource amount 19 is subtracted from the resource reservation indicator 14 to reset the resource reservation indicator 14, and then an instruction to take out the business job is issued and the process ends (step 31).
8).

【0061】また、ステップ317で資源量19が上限
値24から現在使用量25を減算した値を超える資源が
あると判断したとき、次の業務ジョブを処理するためス
テップ301に戻る。
When it is determined in step 317 that the resource amount 19 exceeds the value obtained by subtracting the current used amount 25 from the upper limit value 24, the process returns to step 301 to process the next business job.

【0062】図5は、予定時刻に対して遅延がない場合
のジョブA,B,Cの予定資源量および実績資源量、ト
ータル予定資源量、トータル実績資源量、効果的資源
量、上限値の例を示す図であり、図6は各資源量の時間
的変化をグラフ表示したものである。
FIG. 5 shows the planned resource amount and the actual resource amount of jobs A, B, and C when there is no delay with respect to the scheduled time, the total planned resource amount, the total actual resource amount, the effective resource amount, and the upper limit value. FIG. 6 is a diagram showing an example, and FIG. 6 is a graph showing a temporal change of each resource amount.

【0063】図5の例では、ジョブA,B,Cに開始予
定時刻が指定されていない例を示している。開始予定時
刻が指定されていない場合は、各ジョブは投入順に実行
される。
In the example of FIG. 5, the scheduled start time is not specified for the jobs A, B, and C. If the scheduled start time is not specified, the jobs are executed in the order of submission.

【0064】そして、予定時刻に対して遅延がない場
合、効果的資源量の範囲で各ジョブが実行される。
When there is no delay with respect to the scheduled time, each job is executed within the effective resource amount range.

【0065】図6において、a1はジョブAの予定資源
量,a2はジョブAの実績資源量,b1はジョブBの予
定資源量,b2はジョブBの実績資源量,c1はジョブ
Cの予定資源量,c3はジョブCの実績資源量,t1は
同一時刻におけるトータル予定資源量,t2は同一時刻
におけるトータル実績資源量,k1は効果的資源量,M
Xは上限値を示すものである。
In FIG. 6, a1 is the planned resource amount of job A, a2 is the actual resource amount of job A, b1 is the planned resource amount of job B, b2 is the actual resource amount of job B, and c1 is the planned resource amount of job C. Amount, c3 is the actual resource amount of job C, t1 is the total planned resource amount at the same time, t2 is the total actual resource amount at the same time, k1 is the effective resource amount, M
X represents an upper limit value.

【0066】図7は、予定時刻に対して遅延があり、か
つ資源量が上限値を超える場合のジョブA,B,C,D
の予定資源量および実績資源量、トータル予定資源量、
トータル実績資源量、効果的資源量、上限値の例を示す
図であり、図8は各資源量の時間的変化をグラフ表示し
たものである。
FIG. 7 shows jobs A, B, C and D when there is a delay with respect to the scheduled time and the resource amount exceeds the upper limit value.
Planned resource amount and actual resource amount, total planned resource amount,
FIG. 9 is a diagram showing an example of a total actual resource amount, an effective resource amount, and an upper limit value, and FIG. 8 is a graph showing a temporal change of each resource amount.

【0067】予定時刻に対して遅延があり、かつ資源量
が上限値を超える場合、トータル実績資源量が上限値を
超えない範囲で各ジョブが実行される。
When there is a delay with respect to the scheduled time and the resource amount exceeds the upper limit value, each job is executed within the range in which the total actual resource amount does not exceed the upper limit value.

【0068】図7に符号71で示すジョブCは、このジ
ョブCを新たに実行させると、上限値を超えるため、実
行予定ジョブとして予約される。また、符号72で示す
ジョブDは、符号71のジョブCが予約されているた
め、トータル実績資源量が上限値を超えていないのにも
関わらず実行されずに、待機させられる。その後、先に
予約を行った符号71のジョブCが実行され、この次に
符号72のジョブDが実行される。
The job C denoted by reference numeral 71 in FIG. 7 exceeds the upper limit value when this job C is newly executed, and is therefore reserved as a scheduled job. Further, since the job C indicated by reference numeral 71 is reserved, the job D indicated by reference numeral 72 is not executed even though the total actual resource amount does not exceed the upper limit value, and is made to wait. Thereafter, the job C of reference numeral 71, which was previously reserved, is executed, and then the job D of reference numeral 72 is executed.

【0069】なお、図8において、d1はジョブDの予
定資源量,d2はジョブDの実績資源量である。
In FIG. 8, d1 is the planned resource amount of job D, and d2 is the actual resource amount of job D.

【0070】図9は、予定時刻に対して遅延があり、か
つ資源量が上限値を超えない場合のジョブA,B,C,
Dの予定資源量および実績資源量、トータル予定資源
量、トータル実績資源量、効果的資源量、上限値の例を
示す図であり、図10は各資源量の時間的変化をグラフ
表示したものである。
FIG. 9 shows jobs A, B, C when there is a delay with respect to the scheduled time and the resource amount does not exceed the upper limit value.
FIG. 10 is a diagram showing an example of the planned resource amount and the actual resource amount of D, the total planned resource amount, the total actual resource amount, the effective resource amount, and the upper limit value. FIG. 10 is a graph showing the temporal change of each resource amount. Is.

【0071】予定時刻に対して遅延があり、かつ資源量
が上限値を超えない場合、トータル実績資源量が上限値
を超えない範囲で各ジョブが実行される。
When there is a delay with respect to the scheduled time and the resource amount does not exceed the upper limit value, each job is executed within the range in which the total actual resource amount does not exceed the upper limit value.

【0072】図10に示すジョブCの開始予定時刻
(8:20分)までは効果的資源量の範囲で各ジョブ
A,Bが実行されている。しかし、ジョブCの開始予定
時刻(8:20分)になり、このジョブCを新たに実行
させると、効果的資源量を超えるため、今度は上限値を
超えない範囲で実行される。
Until the scheduled start time (8:20 minutes) of the job C shown in FIG. 10, the jobs A and B are executed within the effective resource amount range. However, at the scheduled start time of job C (8:20 minutes), when this job C is newly executed, the effective resource amount is exceeded, so this time it is executed within the range not exceeding the upper limit value.

【0073】以上のように本実施例によれば、 (1)実行予定時刻に達してない業務ジョブについて
は、計算機システムの「効率的な資源量」により制御す
ることで計算機システムの資源に余裕を持たせた効率的
な運用が可能になる。
As described above, according to the present embodiment, (1) a job job whose scheduled execution time has not been reached is controlled by the “efficient resource amount” of the computer system, thereby leaving a margin for the resource of the computer system. It enables efficient operation with

【0074】(2)遅延と判断した業務ジョブについて
は、資源の予約という形で他の同一資源を使用する業務
ジョブの実行を抑制することにより、当該業務ジョブの
使用する資源を確保し、大幅な遅延を防止できる。
(2) For a business job determined to be delayed, the execution of another business job that uses the same resource in the form of resource reservation is suppressed to secure the resources used by the business job, Delay can be prevented.

【0075】(3)従って、多量に資源を必要とする業
務ジョブとその他の資源を少量しか必要としない業務ジ
ョブが混在した場合、多量に資源を必要とする業務ジョ
ブの資源を予約しておくことにより、少量しか資源を必
要としない業務ジョブが多重実行されることはなくな
り、多量に資源を必要とする業務ジョブが沈み込んで実
行されないという現象が発生するのを防止することがで
きる。
(3) Therefore, when there are mixed business jobs that require a large amount of resources and other business jobs that require a small amount of resources, the resources of the business jobs that require a large amount of resources are reserved. As a result, business jobs that require only a small amount of resources will not be executed in a multiple manner, and it is possible to prevent a phenomenon in which business jobs that require a large amount of resources will not be executed due to depression.

【0076】なお、本実施例では警告時間11が業務ジ
ョブ毎に設定されている例を挙げて説明したが、グルー
プ毎の指定であってもよいし、システム単位の指定であ
っても有効であることは言うまでもない。
In the present embodiment, an example in which the warning time 11 is set for each business job has been described, but it may be specified for each group, or may be specified for each system. Needless to say.

【0077】[0077]

【発明の効果】以上のように本発明によれば、実行予定
時刻に達していない業務ジョブは効果的な資源量を用い
てスケジュールすることにより、計算機システム全体を
効率的に運用できる。
As described above, according to the present invention, a business job that has not reached the scheduled execution time is scheduled using an effective resource amount, so that the entire computer system can be operated efficiently.

【0078】また、遅延の発生した業務ジョブのスケジ
ュールにおいては使用する資源と量を予約することによ
り、予約資源量を残さない業務ジョブの実行を抑止す
る。このため、で当該業務ジョブの沈み込みを防止で
き、長時間の遅延を防ぐことが可能となる。
Further, by reserving the resources and amounts to be used in the schedule of the delayed business job, execution of the business job that does not leave the reserved resource amount is suppressed. Therefore, it is possible to prevent the business job from sinking and prevent a long delay.

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

【図1】本発明のジョブスケジュール方法を適用した計
算機システムの一実施例を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing an embodiment of a computer system to which a job scheduling method of the present invention is applied.

【図2】資源制御部で使用する制御表の構成図である。FIG. 2 is a configuration diagram of a control table used in a resource control unit.

【図3】資源の制御を行う資源制御部の処理を示すフロ
ーチャートである。
FIG. 3 is a flowchart showing a process of a resource control unit that controls resources.

【図4】図4の続きを示すフローチャートである。FIG. 4 is a flowchart showing a continuation of FIG.

【図5】予定時刻に対して遅延がなく、かつ資源量が上
限値を超えない場合のジョブの具体例を示す説明図であ
る。
FIG. 5 is an explanatory diagram showing a specific example of a job when there is no delay with respect to the scheduled time and the resource amount does not exceed the upper limit value.

【図6】図5における各資源量の時間的変化を示すグラ
フである。
FIG. 6 is a graph showing a temporal change of each resource amount in FIG.

【図7】予定時刻に対して遅延がなく、かつ資源量が上
限値を超える場合のジョブの具体例を示す説明図であ
る。
FIG. 7 is an explanatory diagram showing a specific example of a job when there is no delay with respect to the scheduled time and the resource amount exceeds the upper limit value.

【図8】図7における各資源量の時間的変化を示すグラ
フである。
FIG. 8 is a graph showing a temporal change of each resource amount in FIG.

【図9】予定時刻に対して遅延があり、かつ資源量が上
限値を超えない場合のジョブの具体例を示す説明図であ
る。
FIG. 9 is an explanatory diagram showing a specific example of a job when there is a delay with respect to the scheduled time and the resource amount does not exceed the upper limit value.

【図10】図9における各資源量の時間的変化を示すグ
ラフである。
10 is a graph showing a temporal change of each resource amount in FIG.

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

1…計算機システム、2…スケジュール部、3…資源制
御部、4…業務ジョブ終了処理部、5…コンソール制御
部、6…業務ジョブスケジュール表、7…コンソール装
置、8…業務ジョブスケジュール表、9…業務ジョブ
名、10…予定時刻、11…警告時間、12…制御情
報、13…ポインタ、14…資源予約インジケータ、1
5…実行抑止インジケータ、16…警告メッセージイン
ジケータ、17…実行可能インジケータ18…資源名、
19…資源量、20…退避資源量、21…システム資源
管理表、22…資源名、23…効果的資源量、24…上
限値、25…現在使用量、26……予約資源量。
DESCRIPTION OF SYMBOLS 1 ... Computer system, 2 ... Schedule part, 3 ... Resource control part, 4 ... Business job end processing part, 5 ... Console control part, 6 ... Business job schedule table, 7 ... Console device, 8 ... Business job schedule table, 9 ... Business job name, 10 ... Scheduled time, 11 ... Warning time, 12 ... Control information, 13 ... Pointer, 14 ... Resource reservation indicator, 1
5 ... Execution inhibition indicator, 16 ... Warning message indicator, 17 ... Executable indicator 18 ... Resource name,
19 ... Resource amount, 20 ... Evacuated resource amount, 21 ... System resource management table, 22 ... Resource name, 23 ... Effective resource amount, 24 ... Upper limit value, 25 ... Current usage amount, 26 ... Reserved resource amount.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数の業務ジョブを逐次かつ平行して実
行する計算機システムのジョブスケジュール方法におい
て、 各業務ジョブの実行開始予定時刻を定める手段と、各業
務ジョブで使用する資源量を定義する手段とを備え、こ
れらの手段によって定義された業務ジョブを取り出して
スケジュールする際に、計算機システムの資源量につい
て効果的な資源量と上限値の2つを予め設定しておき、
各業務ジョブの実行予定時刻までは効果的な資源量を用
いたスケジュールを行い、実行予定時刻を過ぎた状態で
は上限値を用いたスケジュールを行うことを特徴とする
ジョブスケジュール方法。
1. A job scheduling method for a computer system for executing a plurality of business jobs sequentially and in parallel, a means for defining a scheduled execution start time of each business job, and a means for defining the amount of resources used by each business job. And when the business job defined by these means is taken out and scheduled, two effective resource amounts and upper limit values are preset for the resource amount of the computer system,
A job scheduling method characterized by performing a schedule using an effective amount of resources until the scheduled execution time of each business job, and performing a schedule using the upper limit value when the scheduled execution time has passed.
【請求項2】 予め定めた時間の遅延が発生した場合、
その遅延の発生した業務ジョブで使用する資源を予約
し、同一資源を使用する新たな業務ジョブは、資源量の
余裕が当該業務ジョブで使用する資源量と予約された資
源量の和以上となるまで起動を抑止することを特徴とす
る請求項1記載のジョブスケジュール方法。
2. When a delay of a predetermined time occurs,
The resources used by the delayed business job are reserved, and the new business job that uses the same resource has a margin of resources equal to or greater than the sum of the resources used by the business job and the reserved resources. The job scheduling method according to claim 1, further comprising inhibiting the start up.
【請求項3】 前記予め定めた時間を、業務ジョブの種
別に応じて設定するすることを特徴とする請求項2記載
のジョブスケジュール方法。
3. The job scheduling method according to claim 2, wherein the predetermined time is set according to the type of business job.
JP7247856A 1995-09-26 1995-09-26 Job scheduling method Expired - Lifetime JP3027526B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7247856A JP3027526B2 (en) 1995-09-26 1995-09-26 Job scheduling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7247856A JP3027526B2 (en) 1995-09-26 1995-09-26 Job scheduling method

Publications (2)

Publication Number Publication Date
JPH0991158A true JPH0991158A (en) 1997-04-04
JP3027526B2 JP3027526B2 (en) 2000-04-04

Family

ID=17169672

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7247856A Expired - Lifetime JP3027526B2 (en) 1995-09-26 1995-09-26 Job scheduling method

Country Status (1)

Country Link
JP (1) JP3027526B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005346433A (en) * 2004-06-03 2005-12-15 Hitachi Ltd Program execution reservation method, device, processing program therefor and program execution system
JP2009059355A (en) * 2008-08-15 2009-03-19 Hitachi Ltd Program execution reserving method and device, its processing program, and program execution system
US8001226B2 (en) 2005-06-29 2011-08-16 Fujitsu Limited Surplus determination system, management system, recording medium storing surplus determination program, and recording medium storing management program
JP2012133724A (en) * 2010-12-24 2012-07-12 Fujitsu Ltd Job net rearrangement apparatus, job net rearrangement program and job net rearrangement method
JP2019179280A (en) * 2018-03-30 2019-10-17 日本電気株式会社 Job execution management system and job execution management method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005346433A (en) * 2004-06-03 2005-12-15 Hitachi Ltd Program execution reservation method, device, processing program therefor and program execution system
US8001226B2 (en) 2005-06-29 2011-08-16 Fujitsu Limited Surplus determination system, management system, recording medium storing surplus determination program, and recording medium storing management program
JP2009059355A (en) * 2008-08-15 2009-03-19 Hitachi Ltd Program execution reserving method and device, its processing program, and program execution system
JP2012133724A (en) * 2010-12-24 2012-07-12 Fujitsu Ltd Job net rearrangement apparatus, job net rearrangement program and job net rearrangement method
JP2019179280A (en) * 2018-03-30 2019-10-17 日本電気株式会社 Job execution management system and job execution management method

Also Published As

Publication number Publication date
JP3027526B2 (en) 2000-04-04

Similar Documents

Publication Publication Date Title
US6006247A (en) Method and system for scheduling threads and handling exceptions within a multiprocessor data processing system
US6349321B1 (en) Data processing system and scheduling method
US7793299B2 (en) System and method for scheduling tasks for execution
US8266622B2 (en) Dynamic critical path update facility
JPH07141305A (en) Control method for execution of parallel computer
JP2005165470A (en) Electronic apparatus, and method for controlling processor speed
JP3027526B2 (en) Job scheduling method
WO2003005136A2 (en) A scheduling method and system for controlling execution of processes
JP2008225641A (en) Computer system, interrupt control method and program
JP2001236236A (en) Task controller and its task scheduling method
JPS62284437A (en) Task control system
JP2005071171A (en) Method for controlling batch job execution
CN114035926A (en) Application thread scheduling method and device, storage medium and electronic equipment
JP3005562B1 (en) Task management device and task scheduling method
JP2000056989A (en) Task designing method
Kritikakou et al. Progress-aware dynamic slack exploitation in mixed-critical systems: Work-in-progress
JPH07230387A (en) Exclusive control method
JP2001256207A (en) Computer system and recording medium
JPH08272627A (en) Real-time task controller
JPS6368934A (en) Task scheduing system
JPH0895803A (en) Task scheduling method
Bernat et al. Implementing a flexible scheduler in Ada
US5774732A (en) Device for managing cyclic pollings for the supervision of computer resources in a network and a process implemented by such a device
JPH11219362A (en) Data processor, data processing method, data base system and recording medium
JP2008033434A (en) Method and program for controlling job of digital processor

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090128

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120128

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120128

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150128

Year of fee payment: 15

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term