JPH0566954A - Time slice optimization system - Google Patents

Time slice optimization system

Info

Publication number
JPH0566954A
JPH0566954A JP25290991A JP25290991A JPH0566954A JP H0566954 A JPH0566954 A JP H0566954A JP 25290991 A JP25290991 A JP 25290991A JP 25290991 A JP25290991 A JP 25290991A JP H0566954 A JPH0566954 A JP H0566954A
Authority
JP
Japan
Prior art keywords
time slice
unit
program
value
system load
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
JP25290991A
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 JP25290991A priority Critical patent/JPH0566954A/en
Publication of JPH0566954A publication Critical patent/JPH0566954A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the effective operation of a time slice optimization system by adjusting automatically the time slice value of each program in accordance with the system state. CONSTITUTION:A time slice information storing part 1 stores the time slice information on each program. A dispatching part 4 dispatches a CPU to each program based on the time slice value stored in the part 1. A system load state monitoring part 2 monitors the load state of the system. Then a time slice optimizing part 3 optimizes the time slice value of each program stored in the part 1 based on the information that is carried out through the part 4 at a fixed interval and acquired through the part 2.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は各プログラム毎に異なる
タイムスライスを用いてCPUディスパッチを行うマル
チプログラミングシステムにおいて、システムの負荷状
態に合わせて自動的にタイムスライス値の調整をするこ
とができるタイムスライス最適化方式に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-programming system in which CPUs are dispatched using different time slices for each program, and the time slice value can be automatically adjusted according to the load condition of the system. The present invention relates to a slice optimization method.

【0002】[0002]

【従来の技術】従来、マルチプログラミングシステムで
は、特定のプログラムが長時間CPUを占有することを
防ぐためにタイムスライスを用いたCPUディスパッチ
を行っていた。このタイムスライスはプログラム毎また
は複数のプログラムからなるプログラムグループ毎に設
定される。そして、一般に計算処理を主体とするプログ
ラムの場合はディスパッチされたCPUをタイムスライ
スを使いきって放棄することが多く、逆にインタラクテ
ィブ処理や入出力処理が主体のプログラムの場合はディ
スパッチされたCPUを入出力の完了待ちやその他のイ
ベント待ち等の理由でタイムスライスを使いきらずに放
棄することが多い。また、CPUの使用が放棄された時
点でディスパッチング処理が実行されシステムのオーバ
ヘッドの一部となるため、システムの使用効率をより高
めるためにはタイムスライスの値を大きくし単位時間当
たりのディスパッチング処理の実行回数を減らすことが
有用である。
2. Description of the Related Art Conventionally, in a multi-programming system, CPU dispatching has been performed using a time slice in order to prevent a specific program from occupying a CPU for a long time. This time slice is set for each program or for each program group including a plurality of programs. In general, in the case of a program whose main processing is calculation processing, the dispatched CPU is often abandoned by using time slices. Conversely, in the case of a program whose main processing is interactive processing or input / output processing, the dispatched CPU is The time slice is often used up and abandoned due to reasons such as waiting for I / O completion and waiting for other events. Also, when CPU usage is abandoned, the dispatching process is executed and becomes part of the system overhead. Therefore, in order to improve system usage efficiency, increase the time slice value and dispatching per unit time. It is useful to reduce the number of processing executions.

【0003】しかし、各プログラムのタイムスライス値
を大きくすると、システムの負荷が軽い場合は特に問題
にはならないが、システムの負荷が高くなるとインタラ
クティブ処理を主体とするプログラムの応答性が極端に
遅くなってしまう。したがって、システムの負荷が軽い
間は長めのタイムスライス値が有効であり、負荷が高く
なると短めのタイムスライス値が有効となる。
However, if the time slice value of each program is increased, it does not cause a problem especially when the system load is light, but when the system load increases, the response of the program mainly for interactive processing becomes extremely slow. Will end up. Therefore, a long time slice value is effective while the system load is light, and a short time slice value is effective when the system load is high.

【0004】[0004]

【発明が解決しようとする課題】上述した従来の方式で
は、各プログラムに設定するタイムスライスは固定であ
り、システムの状態に合わせて自動的に変更することは
できないという課題があった。
The above-mentioned conventional method has a problem that the time slice set in each program is fixed and cannot be automatically changed according to the state of the system.

【0005】[0005]

【課題を解決するための手段】本発明のタイムスライス
最適化方式は、各プログラム毎に異なるタイムスライス
値を用いてCPUディスパッチを行うマルチプログラミ
ングシステムにおいて、現在実行している各プログラム
毎にそのプログラムに関するタイムスライス情報を格納
するタイムスライス情報格納部と、一定間隔でシステム
の負荷状況を監視しているシステム負荷状態監視部と、
一定期間毎に上記システム負荷状態監視部より取得した
その期間のシステム負荷状態より上記タイムスライス情
報格納部に格納した各プログラムのタイムスライス値を
最適化するタイムスライス最適化部と、このタイムスラ
イス最適化部で最適化して上記タイムスライス情報格納
部に格納しているタイムスライス値で上記CPUをプロ
グラムにディスパッチするディスパッチ部を設け、シス
テムの状態に合わせて自動的にタイムスライス値を調整
するようにしたものである。
According to the time slice optimization method of the present invention, in a multi-programming system which performs CPU dispatch using different time slice values for each program, the program is executed for each program currently being executed. A time slice information storage unit that stores time slice information about the system, a system load state monitoring unit that monitors the system load status at regular intervals,
A time slice optimization unit that optimizes the time slice value of each program stored in the time slice information storage unit based on the system load state of the period acquired from the system load state monitoring unit at regular intervals, and this time slice optimization A dispatching unit that dispatches the CPU to the program by the time slice value stored in the time slice information storage unit after being optimized by the optimization unit is provided, and the time slice value is automatically adjusted according to the state of the system. It was done.

【0006】[0006]

【作用】本発明においては、一定期間毎にその間のシス
テム負荷状態により各プログラムのタイムスライス値を
見直し、最適なシステム運用が行えるように自動的にタ
イムスライス値の調整を行うようにする。
In the present invention, the time slice value of each program is reviewed at regular intervals depending on the system load state during that period, and the time slice value is automatically adjusted so that optimum system operation can be performed.

【0007】[0007]

【実施例】図1は本発明の一実施例を示すブロック図で
ある。この図1において、1は現在実行している各プロ
グラム毎にそのプログラムに関するタイムスライス情報
を格納するタイムスライス情報格納部、2は一定間隔で
システムの負荷状況を監視しているシステム負荷状態監
視部、3は一定期間毎にシステム負荷状態監視部2より
取得したその期間のシステム負荷状態よりタイムスライ
ス情報格納部1に格納した各プログラムのタイムスライ
ス値を最適化するタイムスライス最適化部、4はこのタ
イムスライス最適化部3で最適化してタイムスライス情
報格納部1に格納しているタイムスライス値でCPUを
プログラムにディスパッチするディスパッチ部である。
FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, 1 is a time slice information storage unit that stores time slice information about each program currently being executed, and 2 is a system load state monitoring unit that monitors the system load condition at regular intervals. 3 is a time slice optimization unit that optimizes the time slice value of each program stored in the time slice information storage unit 1 based on the system load state of the period acquired from the system load state monitoring unit 2 at regular intervals. It is a dispatch unit that dispatches the CPU to the program with the time slice value stored in the time slice information storage unit 1 after being optimized by the time slice optimization unit 3.

【0008】ここで、上記システム負荷状態監視部2は
周期的にシステムの負荷状況を監視しているシステム負
荷状態監視部であり、タイムスライス最適化部3は一定
期間毎にシステム負荷状態監視部2より得る現在のシス
テムの負荷状況によって各プログラムに設定したタイム
スライス値に対する調整値を計算しタイムスライス情報
格納部1に格納された各プログラムのタイムスライス値
を調整するタイムスライス最適化部である。また、ディ
スパッチ部4は次に実行すべきプログラムを決定しその
プログラムに対しタイムスライス情報格納部1に格納さ
れたタイムスライス値でCPUをディスパッチするとと
もに一定期間毎にタイムスライス最適化部3を実行する
ディスパッチ部である。そして、システムの状態に合わ
せて自動的にタイムスライス値を調整するように構成さ
れている。
Here, the system load state monitoring unit 2 is a system load state monitoring unit that periodically monitors the system load state, and the time slice optimizing unit 3 is a system load state monitoring unit at regular intervals. 2 is a time slice optimizing unit that adjusts the time slice value of each program stored in the time slice information storage unit 1 by calculating an adjustment value for the time slice value set for each program according to the current system load status obtained from 2. .. Further, the dispatch unit 4 determines the program to be executed next, dispatches the CPU to the program with the time slice value stored in the time slice information storage unit 1, and executes the time slice optimization unit 3 at regular intervals. It is a dispatch unit that does. The time slice value is automatically adjusted according to the state of the system.

【0009】図2は図1におけるタイムスライス情報格
納部1の構成例を示す説明図である。この図2におい
て、11はそのプログラムに最初に設定されたタイムス
ライス初期値を示し、12は現在のタイムスライス値、
13は取り得ることのできるタイムスライス値の最大
値、14はタイムスライス値の最小値を示す。そして、
これらの情報は対応するプログラムが実行可能になった
時点で新しく用意され値が格納される。その場合、現在
のタイムスライス値12の値はタイムスライス初期値1
1と同じ値が格納される。
FIG. 2 is an explanatory diagram showing a configuration example of the time slice information storage unit 1 in FIG. In FIG. 2, 11 indicates a time slice initial value initially set in the program, 12 indicates a current time slice value,
Reference numeral 13 indicates the maximum possible time slice value, and 14 indicates the minimum time slice value. And
These pieces of information are newly prepared and their values are stored when the corresponding program becomes executable. In this case, the current time slice value 12 is the time slice initial value 1
The same value as 1 is stored.

【0010】図3は図1におけるディスパッチ部4のア
ルゴリズムの例を示すフローチャートである。まずシス
テム起動時にディスパッチ部4がタイムスライス最適化
部3を実行する間隔を設定する(ステップ101)。つ
ぎに、実行すべきプログラムを決定し、そのプログラム
のタイムスライス情報を格納しているタイムスライス情
報格納部1を参照し、図2に示す現在のタイムスライス
値12だけそのプログラムにCPUをディスパッチする
(ステップ102〜104)。そして、そのプログラム
がCPUの使用を放棄すると、ディスパッチ部4は以前
タイムスライス最適化部3を実行してから設定した期間
が過ぎたかどうかを調べる(ステップ105,10
6)。過ぎていた場合にはタイムスライス最適化部3を
実行し、次にタイムスライス最適化部3を実行するまで
の期間を設定する(ステップ107,108)。その
後、ディスパッチ部4は次に実行するプログラムの選定
に戻る。
FIG. 3 is a flow chart showing an example of the algorithm of the dispatch unit 4 in FIG. First, the interval at which the dispatch unit 4 executes the time slice optimization unit 3 when the system is started is set (step 101). Next, the program to be executed is determined, the time slice information storage unit 1 storing the time slice information of the program is referred to, and the CPU is dispatched to the program by the current time slice value 12 shown in FIG. (Steps 102-104). Then, when the program abandons the use of the CPU, the dispatch unit 4 checks whether or not the set period has elapsed since the time slice optimizing unit 3 was previously executed (steps 105, 10).
6). If the time has passed, the time slice optimizing unit 3 is executed, and the period until the time slice optimizing unit 3 is executed next is set (steps 107 and 108). After that, the dispatch unit 4 returns to the selection of the program to be executed next.

【0011】図4は図1におけるタイムスライス最適化
部3のアルゴリズムの例を示すフローチャートである。
まず、タイムスライス最適化部3はディスパッチ部4に
より一定期間毎に実行される。そして、タイムスライス
最適化部3はシステム負荷状態監視部2より前回調べて
から今までのシステムの負荷状況を取得する。この例で
はシステムの負荷状況としてその期間中のアイドルCP
U比率を取得している(ステップ201)。つぎに、こ
のシステム負荷状況よりタイムスライス値の調整を行う
べきか否か、または調整する場合はその調整値をどのく
らいにするかを決定する。この例の場合はアイドルCP
U比率が25%以下の場合はシステムの負荷が高いとみ
なし(ステップ202)、次回からのタイムスライス値
を減らすために調整値としてマイナスの値(−△)を設
定する(ステップ203)。逆にアイドルCPU比率が
75%以上の場合(ステップ204)はシステムの負荷
が軽いとみなし、次回からのタイムスライス値を増やす
ために調整値としてプラスの値(+△)を設定する(ス
テップ205)。ここで、アイドルCPU比率が25%
以下でも85%以上でもない場合には、現在のタイムス
ライス値が妥当であるとみなし、タイムスライス値の調
整は行わない。
FIG. 4 is a flowchart showing an example of an algorithm of the time slice optimizing unit 3 in FIG.
First, the time slice optimization unit 3 is executed by the dispatch unit 4 at regular intervals. Then, the time slice optimizing unit 3 acquires from the system load state monitoring unit 2 the load status of the system up to the time of the previous check. In this example, the system load status is the idle CP during that period.
The U ratio is acquired (step 201). Next, based on the system load condition, it is determined whether or not the time slice value should be adjusted, and if so, how much the adjustment value should be. In this case, Idle CP
If the U ratio is 25% or less, the system load is considered to be high (step 202), and a negative value (-Δ) is set as an adjustment value to reduce the time slice value from the next time (step 203). Conversely, when the idle CPU ratio is 75% or more (step 204), it is considered that the system load is light, and a positive value (+ Δ) is set as an adjustment value to increase the time slice value from the next time (step 205). ). Here, the idle CPU ratio is 25%
If it is neither below nor above 85%, it is considered that the current time slice value is appropriate and the time slice value is not adjusted.

【0012】つぎに、各実行中のプログラムに対応する
タイムスライス情報格納部1を順番に調べ(ステップ2
06)、タイムスライス情報格納部1内の現在のタイム
スライス値12の値に上記調整値を加える(ステップ2
07)。ただし、加算した後の値が上記タイムスライス
情報格納部1内のタイムスライス値の最大値13より大
きくなった場合は(ステップ208)、現在のタイムス
ライス値12の値をタイムスライス値の最大値13にす
る(ステップ209)。これはタイムスライス値が無限
に大きくなるのを防ぐためである。また、加算した後の
値が上記タイムスライス情報格納部1内のタイムスライ
ス値の最小値14より小さくなった場合には(ステップ
210)、現在のタイムスライス値12の値をタイムス
ライス値の最小値14にする(ステップ211)。これ
はタイムスライス値が「0」以下になることを防ぐため
である。
Next, the time slice information storage unit 1 corresponding to each running program is sequentially examined (step 2
06), the above adjustment value is added to the value of the current time slice value 12 in the time slice information storage unit 1 (step 2).
07). However, when the value after the addition is larger than the maximum value 13 of the time slice values in the time slice information storage unit 1 (step 208), the current time slice value 12 is set to the maximum value of the time slice values. 13 (step 209). This is to prevent the time slice value from becoming infinitely large. If the added value is smaller than the minimum time slice value 14 in the time slice information storage unit 1 (step 210), the current time slice value 12 is set to the minimum time slice value. The value is set to 14 (step 211). This is to prevent the time slice value from becoming "0" or less.

【0013】そして、上記調整値の決め方は図4の例の
方法の他に図5に示すような表を用いて行うこともでき
る。図5は図1におけるタイムスライス最適化部3で使
用する調整値決定用の表の一例を示す説明図である。こ
の場合はシステム負荷状態監視部2より得たアイドルC
PU比率で表の条件部を検索し、合致した条件部の横の
調整値をタイムスライスの調整値とするとともに、その
値が「0」の場合は調整の必要がないものとする。
In addition to the method of the example of FIG. 4, the table of FIG. 5 can be used to determine the adjustment value. FIG. 5 is an explanatory diagram showing an example of a table for determining adjustment values used by the time slice optimizing unit 3 in FIG. In this case, the idle C obtained from the system load state monitoring unit 2
It is assumed that the condition part of the table is searched by the PU ratio, the adjustment value on the side of the matched condition part is used as the time slice adjustment value, and if the value is “0”, no adjustment is necessary.

【0014】図6は図1におけるシステム負荷状態監視
部2の構成例を示すブロック図である。システム負荷状
態監視部2は、一定時間間隔で割り込みを発生させるタ
イマ部21と、このタイマ部21の発生する割り込み毎
にシステムの負荷状態を調べるシステム状態調査部22
と、このシステム状態調査部22の結果を記録保存する
システム状態記録部24と、タイムスライス最適化部3
からの状態問い合わせに対してシステム状態記録部24
の内容より現在のシステムの負荷状態を答えるシステム
状態回答部23から構成されている。
FIG. 6 is a block diagram showing a configuration example of the system load state monitoring unit 2 in FIG. The system load state monitoring unit 2 includes a timer unit 21 that generates an interrupt at regular time intervals, and a system state examining unit 22 that checks the system load state for each interrupt generated by the timer unit 21.
And a system state recording unit 24 for recording and saving the result of the system state investigation unit 22, and a time slice optimization unit 3
In response to a status inquiry from the system status recording unit 24
It is composed of a system status reply unit 23 which answers the current load status of the system from the contents of.

【0015】図7はこの図6におけるシステム状態調査
部22のアルゴリズムの例を示すフローチャートであ
る。システム状態調査部22は、起動時にまず、システ
ム状態記録部24内の各値を「0」にクリアし(ステッ
プ301)、つぎに、システム状態を監視する間隔を示
す割り込み間隔をタイマ部21に設定する(ステップ3
02)。タイマ部21からの割り込みが発生する毎にC
PUの状態を調べ(ステップ303,304)、CPU
が使用中であれば(ステップ305)、システム状態記
録部24内のCPUビジー回数に「1」足す(システム
306)。使用中で無い場合には同じくシステム状態記
録部24内のCPUアイドル回数に「1」足す(ステッ
プ307)。その後再度割り込み待ちに戻る。
FIG. 7 is a flow chart showing an example of the algorithm of the system state investigation unit 22 in FIG. At startup, the system state investigation unit 22 first clears each value in the system state recording unit 24 to "0" (step 301), and then tells the timer unit 21 an interrupt interval indicating an interval for monitoring the system state. Set (Step 3)
02). Whenever an interrupt from the timer unit 21 occurs, C
Check the state of the PU (steps 303, 304), CPU
If is in use (step 305), "1" is added to the CPU busy count in the system state recording unit 24 (system 306). If it is not in use, "1" is added to the CPU idle count in the system state recording unit 24 (step 307). After that, it returns to waiting for an interrupt again.

【0016】図8は図6におけるシステム状態回答部2
3のアルゴリズムの例を示すフローチャートである。ま
ず、システム状態回答部23は、タイムスライス最適化
部3より実行され、システム状態記録部24の内容を調
べシステムの負荷状態を回答する。この例では、まず、
システムの負荷状態として図8の最初のステップ401
で計算されるアイドルCPU比率を求める。つぎに、シ
ステム状態記録部24内の各値を「0」にクリアする
(ステップ402)。最後に上記で求めたアイドルCP
U比率を問い合わせ元であるタイムスライス最適化部3
に回答する(ステップ403)。
FIG. 8 shows the system status reply section 2 in FIG.
7 is a flowchart showing an example of the algorithm of No. 3. First, the system status replying unit 23 is executed by the time slice optimizing unit 3 and checks the contents of the system status recording unit 24 to reply the load status of the system. In this example, first
As the system load state, the first step 401 in FIG.
The idle CPU ratio calculated by is calculated. Next, each value in the system state recording unit 24 is cleared to "0" (step 402). Finally the idle CP obtained above
Time slice optimization unit 3 which is the source of the inquiry about the U ratio
Is answered (step 403).

【0017】[0017]

【発明の効果】以上説明したように本発明は、一定期間
毎にその間のシステム負荷状態により各プログラムのタ
イムスライス値を見直し、最適なシステム運用が行える
ように自動的にタイムスライス値の調整を行うようにし
たので、一定期間毎にシステムの負荷状況により自動的
に各プログラムのタイムスライス値を調整することがで
きるため、容易に効率の良い最適なシステム運用ができ
るという効果がある。
As described above, according to the present invention, the time slice value of each program is reviewed according to the system load state during a certain period, and the time slice value is automatically adjusted so that the optimum system operation can be performed. Since this is done, the time slice value of each program can be automatically adjusted according to the system load condition at regular intervals, and there is an effect that efficient and optimal system operation can be performed.

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

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

【図2】図1におけるタイムスライス情報格納部の構成
例を示す説明図である。
FIG. 2 is an explanatory diagram showing a configuration example of a time slice information storage section in FIG.

【図3】図1におけるディスパッチ部のアルゴリズムの
例を示すフローチャートである。
3 is a flowchart showing an example of an algorithm of a dispatch unit in FIG.

【図4】図1におけるタイムスライス最適化部のアルゴ
リズムの例を示すフローチャートである。
FIG. 4 is a flowchart showing an example of an algorithm of a time slice optimizing unit in FIG.

【図5】図1におけるタイムスライス最適化部で使用す
る調整値決定用の表の一例を示す説明図である。
5 is an explanatory diagram showing an example of a table for determining adjustment values used by the time slice optimizing unit in FIG. 1. FIG.

【図6】図1におけるシステム負荷状態監視部の構成例
を示すブロック図である。
6 is a block diagram showing a configuration example of a system load state monitoring unit in FIG.

【図7】図6におけるシステム状態調査部のアルゴリズ
ムの例を示すフローチャートである。
FIG. 7 is a flowchart showing an example of an algorithm of the system state investigation unit in FIG.

【図8】図6におけるシステム状態回答部のアルゴリズ
ムの例を示すフローチャートである。
FIG. 8 is a flowchart showing an example of an algorithm of a system status reply section in FIG.

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

1 タイムスライス情報格納部 2 システム負荷状態監視部 3 タイムスライス最適化部 4 ディスパッチ部 1 time slice information storage unit 2 system load state monitoring unit 3 time slice optimization unit 4 dispatch unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 各プログラム毎に異なるタイムスライス
値を用いてCPUディスパッチを行うマルチプログラミ
ングシステムにおいて、現在実行している各プログラム
毎にそのプログラムに関するタイムスライス情報を格納
するタイムスライス情報格納部と、一定間隔でシステム
の負荷状況を監視しているシステム負荷状態監視部と、
一定期間毎に前記システム負荷状態監視部より取得した
その期間のシステム負荷状態より前記タイムスライス情
報格納部に格納した各プログラムのタイムスライス値を
最適化するタイムスライス最適化部と、このタイムスラ
イス最適化部で最適化して前記タイムスライス情報格納
部に格納しているタイムスライス値で前記CPUをプロ
グラムにディスパッチするディスパッチ部を設け、シス
テムの状態に合わせて自動的にタイムスライス値を調整
するようにしたことを特徴とするタイムスライス最適化
方式。
1. A multi-programming system that performs CPU dispatch using different time slice values for each program, and a time slice information storage unit for storing time slice information relating to each program currently being executed, A system load status monitoring unit that monitors the system load status at regular intervals,
A time slice optimization unit that optimizes the time slice value of each program stored in the time slice information storage unit based on the system load state of the period acquired from the system load state monitoring unit at regular intervals, and this time slice optimization A dispatch unit that dispatches the CPU to the program with the time slice value stored in the time slice information storage unit after being optimized by the optimization unit is provided, and the time slice value is automatically adjusted according to the state of the system. A time-slice optimization method characterized by the above.
JP25290991A 1991-09-05 1991-09-05 Time slice optimization system Pending JPH0566954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25290991A JPH0566954A (en) 1991-09-05 1991-09-05 Time slice optimization system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25290991A JPH0566954A (en) 1991-09-05 1991-09-05 Time slice optimization system

Publications (1)

Publication Number Publication Date
JPH0566954A true JPH0566954A (en) 1993-03-19

Family

ID=17243858

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25290991A Pending JPH0566954A (en) 1991-09-05 1991-09-05 Time slice optimization system

Country Status (1)

Country Link
JP (1) JPH0566954A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07281908A (en) * 1994-04-04 1995-10-27 Internatl Business Mach Corp <Ibm> Method and apparatus for control of work load for generationof target control data
JPH08328881A (en) * 1995-05-29 1996-12-13 Nec Corp Task scheduling system
JP2001525570A (en) * 1997-12-03 2001-12-11 ストリームコア Device for managing the sharing of resources among several users
JP2003256394A (en) * 2002-03-05 2003-09-12 Nec Corp Transaction processing load distribution method and system therefor
WO2007001014A1 (en) * 2005-06-28 2007-01-04 Xanavi Informatics Corporation Information terminal, computer resource management method, and virtual machine execution switching method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07281908A (en) * 1994-04-04 1995-10-27 Internatl Business Mach Corp <Ibm> Method and apparatus for control of work load for generationof target control data
JPH08328881A (en) * 1995-05-29 1996-12-13 Nec Corp Task scheduling system
JP2001525570A (en) * 1997-12-03 2001-12-11 ストリームコア Device for managing the sharing of resources among several users
JP2003256394A (en) * 2002-03-05 2003-09-12 Nec Corp Transaction processing load distribution method and system therefor
WO2007001014A1 (en) * 2005-06-28 2007-01-04 Xanavi Informatics Corporation Information terminal, computer resource management method, and virtual machine execution switching method
JP2007011491A (en) * 2005-06-28 2007-01-18 Xanavi Informatics Corp Information terminal, computer resource management method, and method for switching execution of virtual machine
CN100465902C (en) * 2005-06-28 2009-03-04 株式会社查纳位资讯情报 Information terminal, computer resource management method, and virtual machine execution switching method
US8365180B2 (en) 2005-06-28 2013-01-29 Xanavi Informatics Corporation Information terminal, computer resource managing method, and virtual machine execution switching method

Similar Documents

Publication Publication Date Title
US5448735A (en) Task organization for execution using linked records referencing code modules
US7805727B2 (en) Execution control for processor tasks
US6349321B1 (en) Data processing system and scheduling method
US8370846B2 (en) Task execution device and method
US5390329A (en) Responding to service requests using minimal system-side context in a multiprocessor environment
JP3610120B2 (en) How to dynamically control the number of servers in a transaction system
US20010010052A1 (en) Method for controlling multithreading
US6304891B1 (en) Execution control for processor tasks
JP2000222590A (en) Method and device for processing image
US8219999B2 (en) System and method for determining a number of threads to maximize utilization of a system
JPS6184740A (en) Generating system of general-use object code
JPH0566954A (en) Time slice optimization system
JP2001160041A (en) System for reducing cpu load of on-line system
CN110413393B (en) Cluster resource management method and device, computer cluster and readable storage medium
US5835767A (en) Method and apparatus for controlling available processor capacity
JP2001236236A (en) Task controller and its task scheduling method
JP3005562B1 (en) Task management device and task scheduling method
JPH05241860A (en) Time slice optimization system
JP3027526B2 (en) Job scheduling method
JPH08235047A (en) Exclusive wait reduction control method
JPH07253893A (en) System for managing task priority order
JPH08314740A (en) Process dispatch method
JPH09319596A (en) Device and method for scheduling task
JPH06236285A (en) Job schedule system
JPS595370A (en) Processing time controlling system