JPH05241860A - Time slice optimization system - Google Patents

Time slice optimization system

Info

Publication number
JPH05241860A
JPH05241860A JP4038986A JP3898692A JPH05241860A JP H05241860 A JPH05241860 A JP H05241860A JP 4038986 A JP4038986 A JP 4038986A JP 3898692 A JP3898692 A JP 3898692A JP H05241860 A JPH05241860 A JP H05241860A
Authority
JP
Japan
Prior art keywords
time slice
program
dispatch
information storage
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.)
Withdrawn
Application number
JP4038986A
Other languages
Japanese (ja)
Inventor
Ryoichi Shibano
良一 芝野
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP4038986A priority Critical patent/JPH05241860A/en
Publication of JPH05241860A publication Critical patent/JPH05241860A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To provide a time slice optimization system capable of estimating what characteristic of program is often executed at present, adjusting the time slice value of each program automatically and easily performing an efficient and optinum system operation. CONSTITUTION:This time slice optimization system is composed of a time slice information storage part 1 storing the time slice information on this program every program being executed now, a dispatch information storage part 2 storing the dispatch information for each program during a fixed period, a time slice optimizing part 4 estimating the characteristic of each program being executed now from the dispatch information stored in the dispatch information storage part 2 every fixed period and optimizing the time slice value of each program stored in the time slice information storage part 1 and a dispatch part 3 dispatching a CPU to a program by the time slice value optimized by the time slice optimizing part 4 and stored in the time slice information storage part 1.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はタイムスライス最適化方
式に関し、特に各プログラムごとに異なるタイムスライ
ス値を用いてCPUのディスパッチを行うマルチプログ
ラミングシステムに適用するタイムスライス最適化方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a time slice optimizing method, and more particularly to a time slice optimizing method applied to a multi-programming system that dispatches CPUs using different time slice values for each program.

【0002】[0002]

【従来の技術】従来のタイムスライス最適化方式は、例
えば、マルチプログラミングシステムに適用した場合で
は、特定のプログラムが長時間CPUを占有することを
防ぐためにタイムスライスを用いたCPUのディスパッ
チを行うようになっていた。このとき、タイムスライス
は、プログラムごとまたは複数のプログラムから成るプ
ログラムグループごとに設定している。
2. Description of the Related Art A conventional time slice optimization method, for example, when applied to a multi-programming system, dispatches a CPU using a time slice in order to prevent a specific program from occupying the CPU for a long time. Was becoming. At this time, the time slice is set for each program or for each program group including a plurality of programs.

【0003】一般に計算処理を主体とするプログラムの
場合は、ディスパッチされたCPUをタイムスライスを
使いきって放棄することが多く、逆にインタラクティブ
処理や入出力処理が主体のプログラムの場合はディスパ
ッチされたCPUを入出力の完了待ちやその他のイベン
ト待ち等の理由でタイムスライスを使いきらずに放棄す
ることが多い。
Generally, in the case of a program mainly composed of calculation processing, the dispatched CPU is often abandoned by using time slices. Conversely, in the case of a program mainly composed of interactive processing and input / output processing, it is dispatched. In many cases, the CPU is abandoned without using the time slice for the reason such as waiting for completion of input / output and waiting for other events.

【0004】従って、各プログラムのタイムスライスと
して長いタイムスライス値を設定すると、計算処理を主
体とするプログラムを多く実行している場合、システム
全体としてのディスパッチング処理回数が減るためディ
スパッチング処理にかかるオーバヘッドが少なくなりシ
ステムとしての処理能力が高まるが、一方インタラクテ
ィブ処理を主体とするプログラムを同時に実行している
場合、該当のプログラムの応答性が遅くなってしまう。
逆に短いタイムスライス値を設定すると、インタラクテ
ィブ処理を主体とするプログラムの応答性は確保できて
も、システム全体としてのディスパッチング処理回数が
増えるためディスパッチング処理にかかるオーバヘッド
が大きくなりシステムとしての処理能力が下がる、とい
うように、それぞれ用途によって長所と短所とが入替わ
るようになっている。
Therefore, if a long time slice value is set as the time slice of each program, the number of dispatching processes in the entire system decreases when many programs whose main processing is calculation are executed, and therefore dispatching processes are performed. Although the overhead is reduced and the processing capability of the system is enhanced, when a program mainly for interactive processing is simultaneously executed, the responsiveness of the program becomes slow.
On the contrary, if a short time slice value is set, the responsiveness of the program mainly for interactive processing can be secured, but the overhead of dispatching processing increases because the number of dispatching processing in the entire system increases and the processing as a system The ability decreases and the strength and weakness are switched depending on the use.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のタイム
スライス最適化方式は、予めCPUを処理内容を推定し
てタイムスライス値を設定するようになっていた。しか
し、各プログラムに設定するタイムスライスは固定であ
り、システムを稼働後、予め推定した処理内容とは異な
る処理が多いとしても、システムの現状に合わせてタイ
ムスライス値を自動的に変更することはできないという
問題点がある。
In the conventional time slice optimization method described above, the CPU pre-estimates the processing contents and sets the time slice value. However, the time slice set in each program is fixed, and even if there are many processes different from the presumed processing contents after the system is operated, it is not possible to automatically change the time slice value according to the current state of the system. There is a problem that you cannot do it.

【0006】本発明の目的は、現在どのような特性のプ
ログラムが多く実行されているかを推測し、自動的に各
プログラムのタイムスライス値を調整することができ、
容易に効率の良い最適なシステム運用ができるタイムス
ライス最適化方式を提供することにある。
An object of the present invention is to estimate what characteristics of programs are currently being executed, and to adjust the time slice value of each program automatically.
It is to provide a time slice optimization method that can easily and efficiently perform optimal system operation.

【0007】[0007]

【課題を解決するための手段】本発明のタイムスライス
最適化方式は、各プログラムごとに異なるタイムスライ
ス値を用いてCPUのディスパッチを行うマルチプログ
ラミングシステムにおいて、現在実行しているプログラ
ムごとにこのプログラムに関するタイムスライス情報を
格納するタイムスライス情報格納部と、一定期間中の前
記各プログラムに対するディスパッチ情報を格納するデ
ィスパッチ情報格納部と、一定期間ごとに前記ディスパ
ッチ情報格納部に格納したディスパッチ情報から現在実
行している各プログラムの特性を推測し前記タイムスラ
イス情報格納部に格納した各プログラムのタイムスライ
ス値を最適化するタイムスライス最適化部と、前記タイ
ムスライス最適化部で最適化して前記タイムスライス情
報格納部に格納したタイムスライス値で前記CPUをプ
ログラムにディスパッチするディスパッチ部とを有し、
前記マルチプログラミングシステムの状態に合わせて自
動的にタイムスライス値を調整する構成である。
According to the time slice optimization method of the present invention, in a multi-programming system for dispatching a CPU by using a different time slice value for each program, this program is executed for each program currently being executed. Time slice information storage unit that stores time slice information about the program, dispatch information storage unit that stores dispatch information for each program during a certain period, and current execution from the dispatch information stored in the dispatch information storage unit every certain period A time slice optimizing unit that estimates the characteristics of each program and optimizes the time slice value of each program stored in the time slice information storing unit; and the time slice information is optimized by the time slice optimizing unit. Store in storage And a dispatch unit for dispatching the CPU to program a time slice value,
The configuration is such that the time slice value is automatically adjusted according to the state of the multi-programming system.

【0008】[0008]

【作用】上述したように、本発明では、現在計算処理を
主体とするプログラムが多く実行されているかまたは逆
にインタラクティブ処理を主体とするプログラムが多く
実行されているか等のシステムの状態に合わせて、自動
的に各プログラムのタイムスライス値を最適化すること
により容易に最適なシステム運用を行うことができるよ
うになる。
As described above, according to the present invention, according to the state of the system such as whether a large number of programs mainly for calculation processing are currently being executed or conversely, a large number of programs mainly for interactive processing are being executed. By automatically optimizing the time slice value of each program, optimum system operation can be easily performed.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0010】図1は本発明の一実施例のブロック図であ
る。
FIG. 1 is a block diagram of an embodiment of the present invention.

【0011】本発明のタイムスライス最適化方式は、現
在実行しているプログラムごとにこのプログラムに関す
るタイムスライス情報を格納するタイムスライス情報格
納部1と、一定期間中の各プログラムに対するディスパ
ッチ情報を格納するディスパッチ情報格納部2と、一定
期間ごとにディスパッチ情報格納部2に格納したディス
パッチ情報から現在実行している各プログラムの特性を
推測しタイムスライス情報格納部1に格納した各プログ
ラムのタイムスライス値を最適化するタイムスライス最
適化部4と、タイムスライス最適化部4で最適化してタ
イムスライス情報格納部1に格納したタイムスライス値
でCPUをプログラムにディスパッチするディスパッチ
部3とで構成している。
The time slice optimization method of the present invention stores a time slice information storage unit 1 which stores time slice information relating to each program currently being executed, and dispatch information for each program during a fixed period. The time slice value of each program stored in the time slice information storage unit 1 is estimated by estimating the characteristics of each program currently being executed from the dispatch information storage unit 2 and the dispatch information stored in the dispatch information storage unit 2 at regular intervals. The time slice optimization unit 4 for optimization and the dispatch unit 3 for dispatching the CPU to the program with the time slice value optimized by the time slice optimization unit 4 and stored in the time slice information storage unit 1 are configured.

【0012】図2はタイムスライス情報格納部に格納し
ているタイムスライス情報の一例を示す図である。
FIG. 2 is a diagram showing an example of the time slice information stored in the time slice information storage unit.

【0013】上から順に、プログラムに最初に設定され
たタイムスライス値11、現在のタイムスライス値1
2、取り得ることのできるタイムスライス値の最大値1
3、最小値14を示している。これらの情報は、対応す
るプログラムが実行可能になった時点で新しく用意され
値を格納する。この場合現在のタイムスライス値12の
値には、プログラムに最初に設定されたタイムスライス
値11と同じ値を格納する。
In order from the top, the time slice value 11 initially set in the program and the current time slice value 1
2, the maximum possible time slice value 1
3 and the minimum value 14 are shown. These pieces of information are newly prepared and store values when the corresponding program becomes executable. In this case, the current time slice value 12 stores the same value as the time slice value 11 initially set in the program.

【0014】図3はディスパッチ情報格納部に格納して
いるディスパッチ情報の一例を示す図である。
FIG. 3 is a diagram showing an example of the dispatch information stored in the dispatch information storage unit.

【0015】上から順に、ディスパッチ回数21とその
内タイムスライスを使いきった回数22とを示す。
From the top, the number of dispatches 21 and the number of times 22 when the time slice is used up are shown in order from the top.

【0016】図4はディスパッチ部のアルゴリズムを示
す流れ図である。
FIG. 4 is a flow chart showing the algorithm of the dispatch unit.

【0017】まず動作を開始すると、ステップ(以下S
と記す)1でディスパッチ情報格納部2内の各値をシス
テム起動時に“0”に初期化する。次にディスパッチ部
3はS2でディスパッチ情報格納部2のディスパッチ回
数21に“1”を加える。次にS3で実行すべきプログ
ラムを決定し、S4で先に決定したプログラムのタイム
スライス情報を格納しているタイムスライス情報格納部
1から参照し、S5で現在のタイムスライス値12だけ
上記プログラムにCPUをディスパッチする。次にS6
でこのプログラムがCPUの使用を放棄するのを待ち、
このプログラムがCPUの使用を放棄すると、S7でデ
ィスパッチ部3はその放棄理由を調べ、タイムスライス
を使い切ったためにCPUの使用を放棄した場合は、S
8でディスパッチ情報格納部2のタイムスライス使いき
り回数22に“1”を加える。次にS9でディスパッチ
情報格納部2のディスパッチ回数21を調べ一定値以上
の場合は、S10でタイムスライス最適化部4を実行
し、次にS11でディスパッチ情報格納部2内の各値を
それぞれ“0”クリアする。その後、ディスパッチ部3
は次に実行するプログラムの選定に戻り、S2からの動
作を繰返す。
First, when the operation is started, step (hereinafter S
1), each value in the dispatch information storage unit 2 is initialized to "0" at system startup. Next, the dispatch unit 3 adds "1" to the dispatch count 21 of the dispatch information storage unit 2 in S2. Next, in S3, the program to be executed is determined, and in S4, the time slice information storage unit 1 that stores the time slice information of the previously determined program is referred to. Dispatch the CPU. Then S6
And then wait for this program to give up the CPU,
When this program abandons the use of the CPU, the dispatch unit 3 checks the reason for the abandonment in S7, and if the use of the CPU is abandoned because the time slice is used up, S
In step 8, "1" is added to the number 22 of times the time slice has been used up in the dispatch information storage unit 2. Next, in S9, the number of dispatches 21 in the dispatch information storage unit 2 is checked, and if it is a certain value or more, the time slice optimization unit 4 is executed in S10, and then in S11, each value in the dispatch information storage unit 2 is set to Clear 0 ”. After that, the dispatch unit 3
Returns to the selection of the program to be executed next and repeats the operations from S2.

【0018】図5はタイムスライス最適化部4のアルゴ
リズムを示す流れ図である。
FIG. 5 is a flow chart showing the algorithm of the time slice optimizing unit 4.

【0019】タイムスライス最適化部4は、ディスパッ
チ部3により一定回数ディスパッチが行われるごとに実
行され、S21でディスパッチ情報格納部2内のディス
パッチ回数21とタイムスライス使いきり回数22を比
較し、ディスパッチ回数21に比べてタイムスライスを
使いきった回数22が少ない場合は、現在主にインタラ
クティブ処理または周辺装置に対する入出力処理主体の
プログラムが多いとみなせるため、S22で次回からの
タイムスライス値を減らすために調整値としてマイナス
の値を設定する。この実施例の場合はタイムスライスを
使いきった回数22がディスパッチ回数21の2割以下
の時は調整値として−△を設定する。一方、S23でデ
ィスパッチ情報格納部2内のディスパッチ回数21とタ
イムスライス使いきり回数22を比較し、ディスパッチ
回数21に比べてタイムスライスを使いきった回数22
が多い場合は、現在主に計算処理主体のプログラムが多
いとみなせるため、S24で次回からのタイムスライス
値を増やすために調整値としてプラスの値を設定する。
この例の場合はタイムスライスを使いきった回数22が
ディスパッチ回数21の8割以上の時は調整値として+
△を設定する。ディスパッチ回数21に比べてタイムス
ライスを使いきった回数22がそう多くもなく極端に少
なくもない場合は、現在のタイムスライス値が妥当であ
るとみなせるため、タイムスライス値の調整は行う必要
がない。この例の場合はタイムスライスを使いきった回
数22がディスパッチ回数21の2割より多く8割より
小さい場合は最適化の必要がないとみなしてタイムスラ
イス最適化部4の処理を終了する。次にS25で各実行
中のプログラムに対応するタイムスライス情報格納部1
を順番に調べたか否かを判別し、すべてを調べていなけ
ればS26でタイムスライス情報格納部1内の現在のタ
イムスライス値12の値に上記調整値を加える。ただ
し、S27で加算した後の値が上記タイムスライス情報
格納部1内の最大値13より大きくなったと判別した場
合は、S28で現在のタイムスライス値12の値を最大
値13にする。これはタイムスライス値が無限に大きく
なるのを防ぐためである。又、S29で加算した後の値
が上記タイムスライス情報格納部1内の最小値14より
小さくなったと判別した場合は、S30で現在のタイム
スライス値12の値を最小値14にする。これはタイム
スライス値が0以下になることを防ぐためである。
The time slice optimizing unit 4 is executed each time the dispatch unit 3 dispatches a fixed number of times, and in step S21, the dispatch number 21 in the dispatch information storage unit 2 is compared with the time slice exhaustion number 22 to dispatch. If the number of times 22 that the time slice is used up is smaller than the number of times 21, it can be considered that there are many programs mainly for interactive processing or input / output processing for peripheral devices at present, so that the time slice value from the next time is reduced in S22. Set a negative value as an adjustment value. In the case of this embodiment, when the number of times 22 when the time slice has been used up is 20% or less of the number of times of dispatch 21, less than Δ is set as the adjustment value. On the other hand, in S23, the number of dispatches 21 in the dispatch information storage unit 2 is compared with the number of times 22 when the time slice is used up.
If there are many, it can be considered that there are many programs mainly composed of calculation processing at present. Therefore, in S24, a positive value is set as the adjustment value in order to increase the time slice value from the next time.
In the case of this example, when the number 22 of times the time slice is used up is 80% or more of the number 21 of dispatches, the adjustment value is +
Set Δ. If the number 22 of times the time slice has been used up is not too large or extremely small compared to the number of dispatches 21, the current time slice value can be considered to be valid, and there is no need to adjust the time slice value. . In the case of this example, when the number of times 22 when the time slice is used up is more than 20% and less than 80% of the dispatch number 21, it is considered that the optimization is not necessary, and the process of the time slice optimizing unit 4 is ended. Next, in S25, the time slice information storage unit 1 corresponding to each program being executed.
Is checked in order, and if all are not checked, the above adjustment value is added to the value of the current time slice value 12 in the time slice information storage unit 1 in S26. However, if it is determined that the value after addition in S27 is larger than the maximum value 13 in the time slice information storage unit 1, the current time slice value 12 is set to the maximum value 13 in S28. This is to prevent the time slice value from becoming infinitely large. When it is determined that the value after addition in S29 is smaller than the minimum value 14 in the time slice information storage unit 1, the current time slice value 12 is set to the minimum value 14 in S30. This is to prevent the time slice value from becoming 0 or less.

【0020】[0020]

【発明の効果】以上説明したように、本発明は、一定期
間ごとにこの期間中にタイムスライスを使いきった回数
とこの期間中にディスパッチした全回数を比較すること
により、現在どのような特性のプログラムが多く実行さ
れているかを推測し、自動的に各プログラムのタイムス
ライス値を調整することができ、容易に効率の良い最適
なシステム運用ができるという効果が有る。
As described above, the present invention compares the number of times a time slice has been used up during this period with the total number of times dispatched during this period to determine the current characteristics. It is possible to guess whether many programs are being executed and automatically adjust the time slice value of each program, and it is possible to easily and efficiently perform optimum system operation.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】タイムスライス情報格納部に格納しているタイ
ムスライス情報の一例を示す図である。
FIG. 2 is a diagram showing an example of time slice information stored in a time slice information storage unit.

【図3】ディスパッチ情報格納部に格納しているディス
パッチ情報の一例を示す図である。
FIG. 3 is a diagram showing an example of dispatch information stored in a dispatch information storage unit.

【図4】ディスパッチ部のアルゴリズムを示す流れ図で
ある。
FIG. 4 is a flowchart showing an algorithm of a dispatch unit.

【図5】タイムスライス最適化部4のアルゴリズムを示
す流れ図である。
5 is a flowchart showing an algorithm of the time slice optimizing unit 4. FIG.

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

1 タイムスライス情報格納部 2 ディスパッチ情報格納部 3 ディスパッチ部 4 タイムスライス最適化部 1 time slice information storage unit 2 dispatch information storage unit 3 dispatch unit 4 time slice optimization unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 各プログラムごとに異なるタイムスライ
ス値を用いてCPUのディスパッチを行うマルチプログ
ラミングシステムにおいて、現在実行しているプログラ
ムごとにこのプログラムに関するタイムスライス情報を
格納するタイムスライス情報格納部と、一定期間中の前
記各プログラムに対するディスパッチ情報を格納するデ
ィスパッチ情報格納部と、一定期間ごとに前記ディスパ
ッチ情報格納部に格納したディスパッチ情報から現在実
行している各プログラムの特性を推測し前記タイムスラ
イス情報格納部に格納した各プログラムのタイムスライ
ス値を最適化するタイムスライス最適化部と、前記タイ
ムスライス最適化部で最適化して前記タイムスライス情
報格納部に格納したタイムスライス値で前記CPUをプ
ログラムにディスパッチするディスパッチ部とを有し、
前記マルチプログラミングシステムの状態に合わせて自
動的にタイムスライス値を調整することを特徴とするタ
イムスライス最適化方式。
1. In a multi-programming system for dispatching a CPU by using a different time slice value for each program, a time slice information storage unit for storing time slice information relating to this program for each program currently being executed, The dispatch information storage unit that stores dispatch information for each program during a fixed period, and the time slice information by estimating the characteristics of each program currently being executed from the dispatch information stored in the dispatch information storage unit at fixed intervals A time-slice optimizing unit that optimizes the time-slice value of each program stored in the storage unit, and the CPU in the program with the time-slice value optimized by the time-slice optimizing unit and stored in the time-slice information storage unit. Dispa Has a dispatch unit for
A time slice optimizing method characterized in that a time slice value is automatically adjusted according to the state of the multi-programming system.
JP4038986A 1992-02-26 1992-02-26 Time slice optimization system Withdrawn JPH05241860A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4038986A JPH05241860A (en) 1992-02-26 1992-02-26 Time slice optimization system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4038986A JPH05241860A (en) 1992-02-26 1992-02-26 Time slice optimization system

Publications (1)

Publication Number Publication Date
JPH05241860A true JPH05241860A (en) 1993-09-21

Family

ID=12540472

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4038986A Withdrawn JPH05241860A (en) 1992-02-26 1992-02-26 Time slice optimization system

Country Status (1)

Country Link
JP (1) JPH05241860A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014017013A (en) * 2013-09-26 2014-01-30 Fujitsu Ltd Multi-core processor system, method for controlling multi-core processor system, and program for controlling multi-core processor system
CN109144944A (en) * 2018-07-31 2019-01-04 佛山科学技术学院 A kind of program groups bandwidth scheduling method that concurrency performance is optimal
CN113448705A (en) * 2021-06-25 2021-09-28 皖西学院 Unbalanced job scheduling algorithm

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014017013A (en) * 2013-09-26 2014-01-30 Fujitsu Ltd Multi-core processor system, method for controlling multi-core processor system, and program for controlling multi-core processor system
CN109144944A (en) * 2018-07-31 2019-01-04 佛山科学技术学院 A kind of program groups bandwidth scheduling method that concurrency performance is optimal
CN113448705A (en) * 2021-06-25 2021-09-28 皖西学院 Unbalanced job scheduling algorithm

Similar Documents

Publication Publication Date Title
US6349321B1 (en) Data processing system and scheduling method
US8370846B2 (en) Task execution device and method
US20050268303A1 (en) Execution control for processor tasks
US5526521A (en) Method and system for process scheduling from within a current context and switching contexts only when the next scheduled context is different
US6304891B1 (en) Execution control for processor tasks
JP2009282987A (en) Method of interrupt scheduling
US6854116B1 (en) Execution control for process task
US6820153B2 (en) Interrupt processing and memory management method in an operation processing device and a device using the same
JPH05241860A (en) Time slice optimization system
US20050050541A1 (en) Method of and apparatus for task control, and computer product
JP3005562B1 (en) Task management device and task scheduling method
JP3840045B2 (en) Data processing method and data processing apparatus
JPH0566954A (en) Time slice optimization system
JP2000029719A (en) Interrupt controller
JPH06236285A (en) Job schedule system
JPH01180641A (en) Balancing system for cpu source
JPH06214811A (en) Scheduling system
JPH0778091A (en) Multitask managing method
JPH08278896A (en) Interruption processor
JPS58142451A (en) Interruption control system
JPH08212088A (en) Information processor and communication processor
JPH11184711A (en) Interruption processing system and device therefor and interruption processing recording medium
JPH04153837A (en) Timer request processing system
JPH09325892A (en) Job parallel execution control method
JPH03164940A (en) Computer having plural interruption periods

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990518