JPH04178740A - Task scheduling system - Google Patents

Task scheduling system

Info

Publication number
JPH04178740A
JPH04178740A JP30605890A JP30605890A JPH04178740A JP H04178740 A JPH04178740 A JP H04178740A JP 30605890 A JP30605890 A JP 30605890A JP 30605890 A JP30605890 A JP 30605890A JP H04178740 A JPH04178740 A JP H04178740A
Authority
JP
Japan
Prior art keywords
task
tasks
execution
executed
current value
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
JP30605890A
Other languages
Japanese (ja)
Inventor
Masahiko Kuwano
桑野 雅彦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP30605890A priority Critical patent/JPH04178740A/en
Publication of JPH04178740A publication Critical patent/JPH04178740A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent tasks from being left unexecuted and to shorten the processing time by changing the present value of a task executed based on the execution priority level after task generation and increasing the present values of the other tasks, which are not executed, in such range that they do not exceed an upper limit value. CONSTITUTION:Tasks are scheduled based on task control blocks of tasks generated by task management. Execution priority levels of tasks T1 to T4 are (n), (m), (l), and (k) respectively, and initial values and present values are equal to each other, and the task T1 has the highest execution priority level (m). Present values of the other tasks T2 to T4 in the state waiting for execution are increased by one and are (n), (m), and (l) respectively. When the task T2 goes to the execution state after the task T1, present values of the other tasks T3 and T4 are increased by one and are (n) and (m) respectively. Thus, tasks having lower execution priority levels are prevented from being left unexecuted, and the turn-around time of the task of urgency is shortened.

Description

【発明の詳細な説明】 〔発明の目的] (産業上の利用分野) 本発明はコンピュータのマルチタスク中オペレーティン
グシステム(以下、O8と呼ぶ)におけるタスクのスケ
ジューリングの改良に関する。
DETAILED DESCRIPTION OF THE INVENTION OBJECTS OF THE INVENTION (Field of Industrial Application) The present invention relates to improvements in the scheduling of tasks in a multitasking operating system (hereinafter referred to as O8) of a computer.

(従来の技術) コンピュータシステムにおいて、利用者がシステムに与
えた仕事(ジョブ)は、システム内部で処理される単位
(タスク)に分割され実行される。一般に複数のタスク
を有するO8では、タスクを生成・削除等を行なう機能
(以下、タスク管理機能と呼ぶ)と、生成されたタスク
の状態を管理し実行制御する機能(以下、ディスパッチ
ャ−機能と呼ぶ)とをもっている。またタスクの状態を
管理して実行を制御するスケジューリング方式には、タ
スクの実行優先順位を使用して行なう方法が一般に実用
化されている。
(Prior Art) In a computer system, a job given to the system by a user is divided into units (tasks) that are processed within the system and executed. In general, an O8 that has multiple tasks has a function to create and delete tasks (hereinafter referred to as the task management function), and a function to manage the status of the created tasks and control their execution (hereinafter referred to as the dispatcher function). ). Furthermore, as a scheduling method for controlling execution by managing the state of tasks, a method using execution priorities of tasks is generally put into practical use.

この方式では、まずタスク生成時にタスク管理機能によ
り実行優先順位を設定し、この実行優先順位に基づいて
ディスパッチャ−機能かスケジューリングを行なう。各
タスクはこの実行優先順位に応じて優先順位の高いもの
から逐次実行する。
In this method, first, when a task is generated, an execution priority is set by a task management function, and a dispatcher function performs scheduling based on this execution priority. Each task is executed sequentially in accordance with this execution priority order, starting from the one with the highest priority.

またタスクスケジューリングの際、同一優先順位のタス
クをFIFO等により順次実行したり、実行時間を制限
して特定タスクがCPUを占有するのを防止して各タス
クを実行したりする所謂タイムスライス方式を併用して
いるものもある。
In addition, when scheduling tasks, the so-called time slicing method is used, in which tasks with the same priority are executed sequentially using FIFO, etc., and each task is executed while limiting the execution time to prevent a specific task from occupying the CPU. Some are used together.

(発明が解決しようとする課題) しかしながら、この様な実行優先順位によるスケジュー
リングでは、タスクの沈み込み、すなわち、優先順位の
高いタスクから実行するために、優先順位の低いタスク
が実行されないという状態が発生することがある。
(Problem to be Solved by the Invention) However, in this kind of scheduling based on execution priority, there is a problem of task slump, that is, a state in which tasks with lower priority are not executed because tasks with higher priority are executed first. This may occur.

これを防止する手段として、タスクが一定時間実行され
ると、実行優先順位を下げてスケジューリングする方法
がある。
As a means to prevent this, there is a method of lowering the execution priority and scheduling after a task has been executed for a certain period of time.

しかし、この方法だと緊急を要するタスクまで優先順位
が下げられ、その結果ターンアラウンド・タイムが増加
する可能性がある。
However, this approach can deprioritize urgent tasks and increase turnaround time.

同様に、特定タスクによるCPUの占有を防止するため
にタスクの実行時間をタイムスライスにより制限するこ
とにより、緊急を要するタスクのターンアラウンド・タ
イムを増加させる問題がある。
Similarly, by limiting the execution time of tasks by time slicing in order to prevent a specific task from occupying the CPU, there is a problem of increasing the turnaround time of urgent tasks.

本発明は以上にような不具合を解決するためになされた
もので、タスクの沈み込み防止および、緊急を要するタ
スクのターンアラウンド・タイムを短縮させうるタスク
スケジューリング方式を提供することを目的とする。
The present invention has been made to solve the above-mentioned problems, and it is an object of the present invention to provide a task scheduling method that can prevent tasks from sagging and shorten the turnaround time of urgent tasks.

[発明の構成コ (課題を解決するための手段) 上記課題を解決するために、複数のタスクをスケジュー
リングして各タスクの実行を管理するオペレーティング
システムにおいて、 タスク生成時、各タスクの実行優先順位として、初期値
とスケジューリング中に変更されるべき現在値とが設定
され、初期値は逐次変更される現在値の許容範囲のうち
予め定められた上限値を越える実行優先順位を付与可能
とし、 タスクスケジューリング時、前記タスク生成後実行侵先
順位に基づいて実行されているタスクの前記現在値を初
期値に変更し、また、実行されない他タスクの現在値を
上限値を越えない範囲で上げる方向に変更する方式とな
っている。
[Configuration of the Invention (Means for Solving the Problem) In order to solve the above problem, in an operating system that schedules multiple tasks and manages the execution of each task, when a task is created, the execution priority of each task is determined. As such, an initial value and a current value to be changed during scheduling are set, and the initial value can be given an execution priority that exceeds a predetermined upper limit of the allowable range of the current value that is sequentially changed. At the time of scheduling, the current value of the task being executed is changed to the initial value based on the execution precedence order after the task is created, and the current value of other tasks that are not executed is increased within a range that does not exceed the upper limit. The method is to change.

(作用) 本発明は以上のような手段を講じたことにより、実行優
先順位の低いタスクであっても現在値が上げられ、実行
されるタスクの現在値を初期値に戻すことにより、タス
クの沈み込みを防止することができる。また、現在値を
上限値を越えない範囲で上げ、初期値は、この現在値の
上限値を越える値を付与可能としたことにより、緊急を
要するタスクを優先的に実行してターンアラウンド・タ
イムを小さくすることができる。
(Operation) By taking the above-described measures, the present invention raises the current value of even a task with a low execution priority, and returns the current value of the task to be executed to its initial value, thereby increasing the current value of the task. It is possible to prevent sinking. In addition, by raising the current value within a range that does not exceed the upper limit and making it possible to assign an initial value that exceeds the upper limit of the current value, urgent tasks can be executed with priority and turnaround time can be reduced. can be made smaller.

(実施例) 以下、本発明の一実施例について第1図ないし第3図を
参照して説明する。
(Example) An example of the present invention will be described below with reference to FIGS. 1 to 3.

これらの図において1はタスクスケジューリングのため
のタスクレディーキニーであって、この中の記号は実行
優先順位を示しており、矢印の方向に実行優先順位か高
い(早く実行される)ものとする。また、M P R(
maxjmam priority)は逐次変更する現
在値の許容範囲の上限である上限値を示す。2は実行中
のタスクを示す。
In these figures, 1 is a task ready-kinny for task scheduling, and the symbols therein indicate execution priority, with higher execution priority (faster execution) in the direction of the arrow. Also, M P R (
maxjm priority) indicates an upper limit value that is the upper limit of the allowable range of the current value that is successively changed. 2 indicates a task being executed.

T1〜T4はスケジューリング対象のタスクを示す図で
あって、その中の0で囲まれた記号は実行優先順位の(
現在値、初期値)を示すものとする。
T1 to T4 are diagrams showing tasks to be scheduled, in which symbols surrounded by 0 indicate execution priority (
(current value, initial value).

第1図はタスクスケジューリングの初期状態を示す図、
第2図は最初にタスクT1か実行されたときのタスクス
ケジューリングの状態を示す図、第3図は次にタスクT
2が実行されたときのタスクスケジューリングの状態を
示す図である。
FIG. 1 is a diagram showing the initial state of task scheduling.
FIG. 2 is a diagram showing the state of task scheduling when task T1 is executed first, and FIG. 3 is a diagram showing the state of task scheduling when task T1 is executed first.
FIG. 2 is a diagram showing the state of task scheduling when 2 is executed.

まず、タスクスケジューリング対象となる各タスクには
、タスクを制御するための情報を格納しておく領域(以
下、タスク制御ブロックと呼ぶ)が必要となる。そして
、このタスク制御ブロックはタスク管理と呼ばれる機能
によりメモリ上に確保される。ここで、このタスク制御
ブロックの確保と、その内容を初期化することとをタス
クの生成と呼ぶ。さらに、実行優先順位の初期値および
現在値を格納するだめの領域は、このタスク制御ブロッ
クの中の一構成要素として確保されている。
First, each task targeted for task scheduling requires an area (hereinafter referred to as a task control block) in which information for controlling the task is stored. This task control block is secured in memory by a function called task management. Here, securing this task control block and initializing its contents is called task generation. Further, an area for storing the initial value and current value of the execution priority is reserved as a component in this task control block.

タスクスケジューリングは、タスク管理により生成され
た各タスクのタスク制御ブロックを基にタスクのスケジ
ューリングを行なっている。また、タスクスケジューリ
ングはタスクを管理するか、この管理は、CPUが割り
当てられて処理を行なっている実行状態と、CPUが割
り当てられるのを待つ実行待ち状態とで行なっている。
Task scheduling is performed based on the task control block of each task generated by task management. Also, task scheduling manages tasks, and this management is performed in an execution state in which a CPU is assigned and processing is performed, and in an execution wait state in which a task waits for a CPU to be assigned.

そして、実行待ち状態を管理するのに、第1図のタスク
レディーキュー1と呼ばれる管理領域に登録する(本実
施例例では、タスクT1〜T4が管理されている)。
To manage the execution waiting state, the task is registered in a management area called task ready queue 1 in FIG. 1 (in this embodiment, tasks T1 to T4 are managed).

タスクT1〜T4の実行優先順位は、各々m。Each of the tasks T1 to T4 has an execution priority of m.

m、、lit、にであり、初期値と現在値は同じである
m,, lit, and the initial value and current value are the same.

またタスクT1の実行優先順位が一番高くmとなってい
る。
Further, the execution priority of task T1 is highest, m.

次に、タスクT1かCPUを割り当てられて実行状態と
なったタスクスケツユ−リング状態を第2図に示す。同
図に示すように、実行待ち状態である他のタスクT2〜
T4は、各々の現在値か1つずつ引き上げられ、各々n
、m、pとなる。
Next, FIG. 2 shows a task scheduling state in which task T1 is assigned a CPU and is in an execution state. As shown in the figure, other tasks T2~
T4 is raised by one by each current value, each n
, m, p.

さらに、第3図に示すようにタスクT2かT]の次に実
行状態になると、残りのタスクT3゜T4は、各々の現
在値が1つずつ引き上げられ、各々n、m、となる。こ
こで、これまで実行状態であったタスクT1は実行を中
断され、その現在値nは初期値mに戻されタスクT4の
次に接続される。
Furthermore, as shown in FIG. 3, when the task T2 or T] enters the execution state, the current values of the remaining tasks T3 and T4 are increased by one, and become n and m, respectively. Here, task T1, which has been in the execution state so far, is interrupted, its current value n is returned to the initial value m, and it is connected next to task T4.

次に第4図に示すフロー図に従って、本発明のタスクス
ケジューリング方式の一例を説明する。
Next, an example of the task scheduling method of the present invention will be explained according to the flowchart shown in FIG.

因みに第4図はタスクのスケジューリングを行なうディ
スパッチャ−のフローの一例を示す図である。今、シス
テムの割り込み動作(実行中のタスクが終了したり、タ
イムスライスにより中断されたりしたときのソフトウェ
ア割り込みおよびl\−ドウエア割り込み等をいう)が
発生したとき、ディスパッチャ−の処理が開始される。
Incidentally, FIG. 4 is a diagram showing an example of the flow of a dispatcher that schedules tasks. Now, when a system interrupt occurs (software interrupts and hardware interrupts when a task in progress finishes or is interrupted by a time slice), the dispatcher's processing starts. .

この時、まずディスパッチャ−は現在実行されているタ
スクの現在値(第2図のTI)と現在値の上限値MPR
とを比較する(ステップSl)。
At this time, the dispatcher first selects the current value of the task currently being executed (TI in Figure 2) and the upper limit MPR of the current value.
(Step Sl).

もし現在値がMPR以上の場合は、緊急を要するタスク
が実行されているものとみなし、スケジューリングを行
なわず終了する。これにより、緊急を要するタスクが再
度実行状態となる。一方、MPRより小さい場合には、
現在実行されていたタスクを取り出し、ステップS2に
移行して、タスクのスケジューリング処理を行なう。つ
まり、ディスパッチャ−はタスクの状態を管理している
タスクレディキュー1を検索し、次に実行するタスクを
取り出す(第2図のT2)。
If the current value is greater than or equal to MPR, it is assumed that an urgent task is being executed, and the task is terminated without scheduling. As a result, the urgent task is put into execution again. On the other hand, if it is smaller than MPR,
The currently executed task is extracted, and the process moves to step S2 to perform task scheduling processing. That is, the dispatcher searches the task ready queue 1 that manages the status of tasks and retrieves the task to be executed next (T2 in FIG. 2).

しかる後、ステップS3において、実行するタスク(第
2図のタスクT2)にCPUを割り当て、実行状態(デ
ィスバッチ)とする。さらに、ステップS4に示すよう
にタスクレディキュー1に他のタスクがあるか否かを調
べる。もし他のタスクかない場合はステップS6を実行
し、ある場合はステップS5を実行する(第2図のタス
クT3゜T4である)。
Thereafter, in step S3, a CPU is assigned to the task to be executed (task T2 in FIG. 2) and brought into an execution state (disbatch). Furthermore, as shown in step S4, it is checked whether there are any other tasks in the task ready queue 1. If there are no other tasks, step S6 is executed, and if there are any other tasks, step S5 is executed (tasks T3 and T4 in FIG. 2).

ステップS5では、実行待ち状態にあるタスクの現在値
を上げる処理を行なう(第2図のT3゜T4の現在値を
n、mに変更することをいう)′。
In step S5, processing is performed to increase the current value of the task in the execution waiting state (this means changing the current values of T3 and T4 in FIG. 2 to n and m)'.

この変更処理はタスクレディキューの残りタスクすべて
に対して行なう。ここでは実行優先順位の高いタスクか
ら順に現在値が変更されていく。ただし、上限値MPR
を越える現在値は変更しないようにする。
This change processing is performed for all remaining tasks in the task ready queue. Here, the current value is changed in descending order of execution priority for tasks. However, the upper limit MPR
Do not change the current value exceeding .

一方、ステップS6では、ステップS1て取り出したタ
スクをタスクレディキューに再登録し、実行待ち状態と
する(第3図のTI)。このとき再登録されるタスクの
現在値は初期値に戻され、該当する実行優先順位のキュ
ーに登録される(第3図の例では現在値をnからmに変
更し、タスクT4の次に接続する)。
On the other hand, in step S6, the task taken out in step S1 is re-registered in the task ready queue and placed in a waiting state for execution (TI in FIG. 3). At this time, the current value of the re-registered task is returned to its initial value and registered in the corresponding execution priority queue (in the example in Figure 3, the current value is changed from n to m, and the task is placed next to task T4. Connecting).

従って、以上のような実施例の方式によれば、実行待ち
状態のタスクの優先順位を上げ、実行を中断されたタス
クの現在値を初期値に戻して実行待ち状態とすることに
より、実行優先順位の低いタスクの沈み込みを防止する
ことかできる。
Therefore, according to the method of the embodiment described above, by raising the priority of the task in the execution waiting state and returning the current value of the task whose execution has been interrupted to the initial value and placing it in the execution waiting state, execution priority can be given. It is possible to prevent tasks with lower rankings from sinking.

なお、本実施例ではステップS1で実行中のタスクがM
PR以上か否かを判断しているか、これはM P R以
上の現在値を有する緊急タスクに対してタイムスライス
を適用外とするための処理であり、MPR以上のタスク
に対してもタイムスライスを適用する場合は、このステ
ップS1を削除しても良い。また、実行待ち状態の各タ
スクの現在値をタスク管理等により変更することも可能
である。
Note that in this embodiment, the task being executed in step S1 is M
Is it judged whether or not it is greater than or equal to PR? This is a process to exclude time slices from being applied to urgent tasks that have a current value greater than or equal to MPR. When applying, this step S1 may be deleted. It is also possible to change the current value of each task in the execution waiting state by task management or the like.

次に、第5図および第6図は緊急を要するタスクを処理
する場合の例を説明する図である。
Next, FIGS. 5 and 6 are diagrams illustrating an example of processing an urgent task.

先ず、第5図は第2図に示すスケジューリング状態のと
きに、緊急を要するタスクTXかタスク管理により生成
され、ディスパッチャ−によりタスクレディキュー1に
登録された状態を示す図であり、その実行優先順位は現
在値の上限値MPRより大きい値Xであり、実行優先順
位MPRより高いキューに接続される。
First, FIG. 5 is a diagram showing a state in which an urgent task TX is generated by the task management and registered in the task ready queue 1 by the dispatcher in the scheduling state shown in FIG. 2, and its execution priority is given. The order is a value X greater than the current upper limit value MPR, and is connected to a queue higher than the execution priority MPR.

次に第6図では、緊急を要するタスクTXが実行された
場合のスケジューリング状態を示す図である。同図に示
すように、緊急を要するタスクは、それまで最も実行優
先順位の高かったタスクT2を追い越して、優先的に実
行状態となる。この様に、初期値として現在値の上限で
あるMPRを越える実行優先順位を付与することにより
、緊急を要するタスクが優先的に実行される。また一方
では、タスクT2の現在値が第5図と同し値nのままで
ある。これはタスクT2の現在値nか上限値MPRを越
えるためそのままの値nに維持した為である。このよう
に現在値が上限値MPRを越えないよう制御することに
より、緊急を要するタスクへの影響を防止できる。
Next, FIG. 6 is a diagram showing a scheduling state when an urgent task TX is executed. As shown in the figure, the urgent task overtakes task T2, which had previously had the highest execution priority, and enters the execution state preferentially. In this way, by assigning an execution priority that exceeds MPR, which is the upper limit of the current value, as an initial value, urgent tasks are executed preferentially. On the other hand, the current value of task T2 remains at the same value n as in FIG. This is because the current value n of task T2 exceeds the upper limit value MPR, so it is maintained at the same value n. By controlling the current value so that it does not exceed the upper limit value MPR in this way, it is possible to prevent the influence on urgent tasks.

従って、以上のような実施例によれば、現在値が上限値
MPRを越えないよう制御し、初期値に上限値MPRを
越える値を設定することを許可することにより、緊急を
要するタスクを優先的に実行することが可能となり、そ
のターンアラウンド・タイムを短縮することができる。
Therefore, according to the embodiments described above, priority is given to urgent tasks by controlling the current value so that it does not exceed the upper limit value MPR and by allowing the initial value to be set to a value that exceeds the upper limit value MPR. This makes it possible to implement the system in a timely manner, thereby shortening the turnaround time.

なお本発明は上記実施例に限定されるものてはなく、そ
の要旨を逸脱しない範囲で種々変形して実施可能である
Note that the present invention is not limited to the above-mentioned embodiments, and can be implemented with various modifications without departing from the gist thereof.

[発明の効果] 以上説明したように本発明によれば、タスクスケジュー
リング時に、タスク生成後実行優先順位に基づいて実行
されているタスクの現在値を初期値に戻し、実行されな
い他タスクの現在値を上限値を越えない範囲で上げる手
段を講じることにより、実行優先順位の低いタスクの沈
み込みを防止できる。
[Effects of the Invention] As explained above, according to the present invention, during task scheduling, the current value of the task being executed is returned to the initial value based on the execution priority after task generation, and the current value of other tasks that are not executed is By taking measures to raise the value within a range that does not exceed the upper limit, it is possible to prevent tasks with low execution priority from becoming sluggish.

また、現在値が許容範囲の上限を示す上限値を有し、初
期値に上限値を越える値を設定可能とすることにより、
緊急を要するタスクのターンアラウンド・タイムを短、
縮させることができる。
In addition, the current value has an upper limit value indicating the upper limit of the allowable range, and by making it possible to set a value that exceeds the upper limit value as the initial value,
Reduce turnaround time for urgent tasks
It can be reduced.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図〜第4図は本発明の二実施例を説明するための図
であって、第1図はタスクスケジューリングの初期状態
を示す図、第2図は最初にタスクT1が実行されたとき
のタスクスケジューリングの状態を示す図、第3図は次
にタスクT2が実行されたときのタスクスケジューリン
グの状態を示す図、第4図はタスクのスケジューリング
を行なうディスパッチャ−のフローの一例を示す図、第
5図及び第6図は本発明の他の実施例を説明するための
図であって、第5図は第2図に示すスケジューリング状
態のときに、緊急を要するタスクが登録された状態を示
す図、第6図はタスクスケジューリング状態を示す図で
ある。 1・・・タスクスケジューリングのためのタスクレディ
ーキュー、M、PR・・・現在値の上限値、2・・・実
行中のタスク、T1〜T4・・・スケジューリング対象
のタスク、TX・・・緊急を要するタスク。 出願人代理人 弁理士 鈴江武彦 −一一一一二 □ r       7
FIGS. 1 to 4 are diagrams for explaining two embodiments of the present invention, in which FIG. 1 shows the initial state of task scheduling, and FIG. 2 shows when task T1 is executed for the first time. 3 is a diagram showing the state of task scheduling when task T2 is executed next. FIG. 4 is a diagram showing an example of the flow of a dispatcher that schedules tasks. 5 and 6 are diagrams for explaining other embodiments of the present invention, and FIG. 5 shows a state in which an urgent task is registered in the scheduling state shown in FIG. The diagram shown in FIG. 6 is a diagram showing a task scheduling state. 1...Task ready queue for task scheduling, M, PR...Upper limit of current value, 2...Task in progress, T1-T4...Task to be scheduled, TX...Urgent tasks that require. Applicant's agent Patent attorney Takehiko Suzue-11112□ r 7

Claims (1)

【特許請求の範囲】  複数のタスクをスケジューリングして各タスクの実行
を管理するオペレーティングシステムにおいて、 タスク生成時、各タスクの実行優先順位として、初期値
とスケジューリング中に変更されるべき現在値とが設定
され、初期値は逐次変更される現在値の許容範囲のうち
予め定められた上限値を越える実行優先順位を付与可能
とし、 タスクスケジューリング時、前記タスク生成後実行優先
順位に基づいて実行されているタスクの前記現在値を初
期値に変更し、また、実行されない他タスクの現在値を
上限値を越えない範囲で上げる方向に変更することを特
徴とするタスクスケジューリング方式。
[Claims] In an operating system that schedules a plurality of tasks and manages the execution of each task, when a task is generated, an initial value and a current value to be changed during scheduling are set as the execution priority of each task. It is possible to give an execution priority that exceeds a predetermined upper limit of the allowable range of the current value, which is set and the initial value is changed sequentially, and when task scheduling, the task is executed based on the execution priority after the task is created. A task scheduling method characterized in that the current value of a task currently being executed is changed to an initial value, and the current value of another task that is not executed is changed in the direction of raising it within a range that does not exceed an upper limit value.
JP30605890A 1990-11-14 1990-11-14 Task scheduling system Pending JPH04178740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30605890A JPH04178740A (en) 1990-11-14 1990-11-14 Task scheduling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30605890A JPH04178740A (en) 1990-11-14 1990-11-14 Task scheduling system

Publications (1)

Publication Number Publication Date
JPH04178740A true JPH04178740A (en) 1992-06-25

Family

ID=17952543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30605890A Pending JPH04178740A (en) 1990-11-14 1990-11-14 Task scheduling system

Country Status (1)

Country Link
JP (1) JPH04178740A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06301554A (en) * 1992-08-28 1994-10-28 Internatl Business Mach Corp <Ibm> Method and equipment for providing presentation priority order service

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63239537A (en) * 1987-03-27 1988-10-05 Hitachi Ltd Task control method
JPH01196633A (en) * 1988-02-01 1989-08-08 Nec Corp Task control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63239537A (en) * 1987-03-27 1988-10-05 Hitachi Ltd Task control method
JPH01196633A (en) * 1988-02-01 1989-08-08 Nec Corp Task control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06301554A (en) * 1992-08-28 1994-10-28 Internatl Business Mach Corp <Ibm> Method and equipment for providing presentation priority order service

Similar Documents

Publication Publication Date Title
US3648253A (en) Program scheduler for processing systems
KR950002713B1 (en) Communications adapter
CN110362391B (en) Resource scheduling method and device, electronic equipment and storage medium
JP2000056992A (en) Task scheduling system, its method and recording medium
CN113849295A (en) Model training method and device and computer readable storage medium
JPH04178740A (en) Task scheduling system
CN114911591A (en) Task scheduling method and system
JP2008225641A (en) Computer system, interrupt control method and program
JPH05250188A (en) Priority control system of process
JPH07230387A (en) Exclusive control method
US20230409001A1 (en) Method and device for controlling the sequence of program parts, programming method, programming device
JPS63636A (en) Task control system
CN110109760B (en) Memory resource control method and device
JP2570198B2 (en) Time slice dispatching system
CN114510327B (en) Dynamic priority adjustment method and device
JPH01180641A (en) Balancing system for cpu source
JPS63300326A (en) Transaction execution schedule system
KR102285963B1 (en) Method for scheduling a task using multi-node and apparatus thereof
JPH01258135A (en) Transaction execution control system
KR100686864B1 (en) Method and apparatus for intelligent job-scheduling
JPH0640315B2 (en) Central processing unit allocation control method
JP2000194573A (en) System and method for thread control
JPH06202884A (en) Multiprogram execution managment method
CN114860403A (en) Task scheduling method, device, equipment and storage medium
JPH01177638A (en) System for scheduling job