JP2890569B2 - Process control equipment - Google Patents

Process control equipment

Info

Publication number
JP2890569B2
JP2890569B2 JP1330142A JP33014289A JP2890569B2 JP 2890569 B2 JP2890569 B2 JP 2890569B2 JP 1330142 A JP1330142 A JP 1330142A JP 33014289 A JP33014289 A JP 33014289A JP 2890569 B2 JP2890569 B2 JP 2890569B2
Authority
JP
Japan
Prior art keywords
time
processing
processes
priority
cpu
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.)
Expired - Fee Related
Application number
JP1330142A
Other languages
Japanese (ja)
Other versions
JPH03189827A (en
Inventor
学 植田
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP1330142A priority Critical patent/JP2890569B2/en
Publication of JPH03189827A publication Critical patent/JPH03189827A/en
Application granted granted Critical
Publication of JP2890569B2 publication Critical patent/JP2890569B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 (産業上の利用分野) この発明はプロセス制御方式に関し、特に並列的に実
行するプロセスの資源割当てを効率的に行なえるように
したプロセス制御方式に関する。
Description: TECHNICAL FIELD The present invention relates to a process control system, and more particularly to a process control system capable of efficiently allocating resources of processes executed in parallel.

(従来の技術) 通常のプロセスは、ラウンドロビン方式のスケジュー
リングがなされている。
(Prior Art) In a normal process, round-robin scheduling is performed.

第5図は、該ラウンドロビン方式のスケジューリング
の一例を示すフローチャートである。
FIG. 5 is a flowchart showing an example of the round robin scheduling.

複数のプロセスを実行する場合、その中の一つのプロ
セスに着目すると、まず最大CPU占有時間(=Tmax)の
設定が行われる(ステップS1)。次いで、連続CPU占有
時間(=Tseq)をリセットし(ステップS2)、CPU占有
時間の計測が開始される(ステップS3)。次に、Tmax≦
Tseqの条件が成立したか否かの判断が行われ(ステップ
S4)、この判断が否定の間はステップS5に進んで目的プ
ログラムの実行が行われる(ステップS5)。次に、プロ
セスが終了したか否かの判断がなされ(ステップS6)、
否定の時にはステップS3に戻ってステップS3〜S6の処理
が続行される。
When executing a plurality of processes, focusing on one of the processes, first, a maximum CPU occupation time (= Tmax) is set (step S1). Next, the continuous CPU occupation time (= Tseq) is reset (step S2), and measurement of the CPU occupation time is started (step S3). Next, Tmax ≦
It is determined whether the condition of Tseq is satisfied (step
S4) While the determination is negative, the process proceeds to step S5 to execute the target program (step S5). Next, it is determined whether the process has been completed (step S6),
When a negative determination is made, the process returns to step S3 and the processes in steps S3 to S6 are continued.

ステップS4の判断が肯定になると、ステップS7に進ん
でプロセスの切替えが行われる。すなわち、CPUの処理
が他のプロセスに譲り渡される。
If the determination in step S4 is affirmative, the process proceeds to step S7, where the process is switched. That is, the processing of the CPU is transferred to another process.

その後、他のプロセスから自プロセスにCPUの処理が
譲り渡されるのを待ち(ステップS8)、譲り渡されると
前記ステップS2に戻って再び前記した処理の続きが実行
される。
Thereafter, the process waits until the process of the CPU is transferred from another process to the own process (step S8). When the process is transferred, the process returns to step S2 and the continuation of the above-described process is executed again.

例えば、第6図に示されているように、同軸ケーブル
1からなる伝送線に、複数のワークステーション2、
3、4と、プリントサーバ5とが接続されたLANがあっ
たとする。そして、該プリントサーボ5に対して、最初
にワークステーション2から100頁の印刷を5時間後ま
でに仕上げる要求があり、次にワークステーション3か
ら20頁の印刷を1時間後までに仕上げる要求があり、そ
の次にワークステーション4から1頁の印刷を2時間後
までに仕上げる要求があったとする。また、プリントサ
ーバ5が1頁の印刷をするのに、2分の時間を要するも
のとする。
For example, as shown in FIG. 6, a plurality of workstations 2,
It is assumed that there is a LAN to which the print servers 3 and 4 are connected. Then, there is a request to the print servo 5 to first finish printing 100 pages from the workstation 2 by 5 hours, and then to finish printing 20 pages from the workstation 3 by 1 hour. Then, it is assumed that there is a request from the workstation 4 to finish printing one page by two hours. It is also assumed that it takes two minutes for the print server 5 to print one page.

このような場合、前記ラウンドロビン方式のスケジュ
ーリングによれば、プロセスの実行の単位時間が例えば
20分と決められている場合には、まずワークステーショ
ン2から要請のあった印刷を10頁行い、次いでワークス
テーション3から要請のあった印刷を10頁行い、続いて
ワークステーション4から要請のあった印刷を1頁行
う。
In such a case, according to the round-robin scheduling, the unit time of process execution is, for example,
If it is determined to be 20 minutes, first perform 10 pages of printing requested by the workstation 2, then perform 10 pages of printing requested by the workstation 3, and then perform the printing of the page requested by the workstation 4. One page is printed.

次に、再びワークステーション2から要請のあった印
刷を10頁行い、次いでワークステーション3から要請の
あった印刷を10頁行う。この後は、ワークステーション
4から要請のあった印刷は終わっているので、再びワー
クステーション2から要請のあった印刷を10頁行う。
Next, 10 pages of printing requested by the workstation 2 are performed again, and then 10 pages of printing requested by the workstation 3 are performed. After that, the printing requested by the workstation 4 has been completed, so the printing requested by the workstation 2 is performed again for 10 pages.

以上の繰返しにより、10頁ずつ印刷を続ける。 By repeating the above, printing is continued for every 10 pages.

また、Aプロセスに優先順位が1番、Bプロセスの優
先順位が2番、Cプロセスの優先順位が3番であり、優
先順位の1番に対しては、プロセスの実行の単位時間が
例えば20分、優先順位の2番に対しては、例えば10分、
優先順位の3番に対しては、例えば5分と決められてい
た場合には、Aプロセス(20分)→Bプロセス(10分)
→Cプロセス(5分)→Aプロセス(20分)→Bプロセ
ス(10分)→Cプロセス(5分)→………というプロセ
ス制御がなされていた。
The A process has the first priority, the B process has the second priority, and the C process has the third priority. For the first priority, the process execution unit time is, for example, 20 units. For example, for 10 minutes,
For example, if the priority is determined to be 5 minutes for the third priority, process A (20 minutes) → process B (10 minutes)
Process control was performed in the order of process C (5 minutes) → process A (20 minutes) → process B (10 minutes) → process C (5 minutes) →.

(発明が解決しようとする課題) 以上のように、従来は、並列的に実行されるプロセス
の資源割当てが固定的であったため、プロセスの処理要
求に対して十分に答えられないという問題があった。
(Problems to be Solved by the Invention) As described above, conventionally, the resource allocation of processes executed in parallel has been fixed, so that there is a problem that a process processing request cannot be sufficiently answered. Was.

例えば、前記の例では、5時間後までに100頁の印刷
を仕上げるというワークステーション2からの要求は約
4時間2分後に完了するので、十分時間を余して実現で
きるにかかわらず、ワークステーション3からの要求の
仕上りは1時間22分後となり、1時間後までに20頁の印
刷を仕上げるというワークステーション3からの要求
は、実現することができないという問題があった。
For example, in the above example, the request from workstation 2 to finish printing 100 pages by 5 hours will be completed after about 4 hours and 2 minutes, so the workstation 2 will not need to be able to fulfill it with sufficient time. The finish of the request from the workstation 3 is 1 hour and 22 minutes later, and there is a problem that the request from the workstation 3 to finish printing 20 pages by 1 hour later cannot be realized.

この発明の目的は、前記従来方式の問題点を除去し、
並列的に実行されるプロセスの資源割当てを動的に切替
えられるようにすることにより、各プロセスの要求を最
大限満足させることのできるプロセス制御方式を提供す
ることにある。
An object of the present invention is to eliminate the problems of the conventional method,
It is an object of the present invention to provide a process control method capable of maximally satisfying the requirements of each process by allowing the resource allocation of processes executed in parallel to be dynamically switched.

(課題を解決するための手段および作用) 前記目的を達成するために、本発明は、並列的に実行
される複数のプロセスが、自分の処理を終了目標時間ま
でに終了するか否かを並列的に実行されているプロセス
数を勘案して判断し、該処理が該終了目標時間までに終
了すると判断した時には、自プロセスの処理時間を短縮
するまたは優先順位を下げ、逆に該処理が該終了目標時
間までに終了しないと判断した時には、自プロセスの処
理時間を伸長するまたは優先順位を上げるようにした点
に特徴がある。
(Means and Actions for Solving the Problems) In order to achieve the above-mentioned object, the present invention provides a method in which a plurality of processes executed in parallel determine in parallel whether or not to end their processing by an end target time. Judgment is made in consideration of the number of processes that are being executed, and when it is judged that the processing is completed by the end target time, the processing time of the own process is reduced or the priority is lowered, and conversely, the processing is The feature is that when it is determined that the process is not completed by the end target time, the processing time of the own process is extended or the priority is raised.

本発明によれば、個々のプロセスが自分の処理が終了
目標時間までに終了するか否かを動的に判断する。そし
て、終了すると判断した時には、CPUの処理を他のプロ
セスに渡し、その処理が早く進むように制御する。一
方、自分の処理が終了目標時間までに終了しないと判断
した時には、CPUの占有時間を長くして自己のプロセス
の処理が促進されるように制御する。
According to the present invention, each process dynamically determines whether or not its own process is completed by the target end time. When it is determined that the processing is to be terminated, the processing of the CPU is passed to another process, and control is performed so that the processing proceeds quickly. On the other hand, when it is determined that the own processing is not completed by the end target time, the control is performed so that the occupation time of the CPU is lengthened and the processing of the own process is promoted.

この結果、各プロセスの終了目標時間が最大公約数的
に満たされるようになる。
As a result, the target end time of each process is satisfied by the greatest common denominator.

(実施例) 以下に、図面を参照して、本発明を詳細に説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例のフローチャートを示す。
まず、プロセスを制御するための初期値の設定が行われ
る(ステップS1)。具体的には、終了目標時間(=Ten
d)、最大CPU占有時間(=Tmax)、予想全CPU占有時間
(=Tall)の設定が行われる。
FIG. 1 shows a flowchart of one embodiment of the present invention.
First, an initial value for controlling the process is set (step S1). Specifically, the target end time (= Ten
d), the maximum CPU occupation time (= Tmax), and the estimated total CPU occupation time (= Tall) are set.

例えば、第7図のプロセス1の場合には、第2図に示
されているように、終了目標時間(=Tend)は5時間、
最大CPU占有時間(=Tmax)は20分、予想全CPU占有時間
(=Tall)は200分となる。
For example, in the case of the process 1 in FIG. 7, as shown in FIG. 2, the end target time (= Tend) is 5 hours,
The maximum CPU occupation time (= Tmax) is 20 minutes, and the estimated total CPU occupation time (= Tall) is 200 minutes.

次に、サンプリング情報の設定が行われる(ステップ
S2)。具体的には、現在時間(=Tnow)、既消費CPU占
有時間(=Tpass)、予想残CPU占有時間(=Tstill)、
現時点のプロセス数(=Pnow)、連続CPU占有時間(=T
seq)の設定が行われる。なお、Tstill=Tall−Tpassと
なる。
Next, sampling information is set (step
S2). Specifically, the current time (= Tnow), the consumed CPU occupation time (= Tpass), the estimated remaining CPU occupation time (= Tstill),
Current number of processes (= Pnow), continuous CPU occupation time (= T
seq) is set. Note that Tstill = Tall−Tpass.

第7図の例では、現時点のプロセス数(Pnow)は、最
初はプロセス1〜3の3つのプロセスがあるので3とな
り、時間が立ってプロセス3の処理が終了した時には、
該現時点のプロセス数(Pnow)は2となる。
In the example of FIG. 7, the number of processes (Pnow) at the present time becomes 3 because there are three processes, Process 1 to Process 3, at the beginning.
The current number of processes (Pnow) is 2.

次いで、前記連続CPU占有時間の更新が行われ(ステ
ップS3)、Tmax≦Tseqが成立したか否かの判断がなされ
(ステップS4)、否定の時にはこのプロセスの目的プロ
グラムの実行が行われる(ステップS5)。続いて、プロ
セスが終了したか否かの判断がなされ(ステップS6)、
否定の場合には前記ステップS3に戻ってステップS4、S5
の処理が続行される。
Next, the continuous CPU occupation time is updated (step S3), and it is determined whether or not Tmax ≦ Tseq is satisfied (step S4). If not, the target program of this process is executed (step S4). S5). Subsequently, it is determined whether the process has been completed (step S6),
If not, the process returns to step S3 and returns to steps S4 and S5.
Processing is continued.

前記ステップS4が肯定になると、ステップS7に進み、
前記ステップS2で設定したサンプリング情報の更新が行
われる。その後、(Tend−Tnow)/PnowがTstillより大
きいか否かの判断がなされる(ステップS8)。
If step S4 is positive, the process proceeds to step S7,
The sampling information set in step S2 is updated. Thereafter, it is determined whether (Tend-Tnow) / Pnow is greater than Tstill (step S8).

ここに、(Tend−Tnow)は現在時間(Tnow)から終了
目標時間(Tend)までの時間を表し、Pnowは現時点にお
いて並列的に実行されるプロセスの数を表している。し
たがって、(Tend−Tnow)/Pnowは現在注目しているプ
ロセスの資源割当て時間を示している。ステップS8で
は、この資源割当て時間を予想残CPU占有時間(Tstil
l)と比較しており、前者が後者より大きい場合(ステ
ップS8が肯定)には、処理時間に余裕があるので、自プ
ロセスの最大CPU占有時間(Tmax)を減少して(ステッ
プS10)、CPUの処理を他のプロセスに早く渡す動作が行
われる。一方、前者が後者より小さい場合(ステップS8
が否定)には、処理時間に余裕がないので、自プロセス
の最大CPU占有時間(Tmax)を増大して(ステップS
9)、CPUの処理を他のプロセスに早く渡さずに、自プロ
セスの処理を優先的にする動作が行われる。なお、ステ
ップS8の不等式の右辺を、(Tstill+α)(ただし、α
は一定時間)としても良い。
Here, (Tend-Tnow) represents the time from the current time (Tnow) to the end target time (Tend), and Pnow represents the number of processes executed in parallel at the current time. Therefore, (Tend-Tnow) / Pnow indicates the resource allocation time of the process of interest. In step S8, this resource allocation time is calculated as the estimated remaining CPU occupation time (Tstil
l), when the former is larger than the latter (Step S8 is affirmative), since the processing time has a margin, the maximum CPU occupation time (Tmax) of the own process is reduced (Step S10), An operation to pass the processing of the CPU to another process quickly is performed. On the other hand, when the former is smaller than the latter (step S8
Is negative), there is no room for the processing time, so the maximum CPU occupation time (Tmax) of the own process is increased (step S
9) An operation of giving priority to the process of the own process without passing the process of the CPU to another process quickly. Note that the right side of the inequality in step S8 is represented by (Tstill + α) (where α
May be a fixed time).

ステップS9またはS10の処理が終了すると、ステップS
11に進んで、プロセスの切替え、すなわち他のプロセス
にCPUを渡す処理が行われる(ステップS11)。その後、
自プロセスにCPUが渡されるのを待ち(ステップS12)、
再びCPUが渡されると(ステップS12が肯定)、ステップ
S1に戻り、最大CPU占有時間(Tmax)を前記ステップS9
またはS10で求めた値に更新してプロセスの処理が実行
される。
When the processing in step S9 or S10 ends, step S
Proceeding to 11, the process is switched, that is, the process of passing the CPU to another process is performed (step S11). afterwards,
Waits for the CPU to be passed to its own process (step S12),
When the CPU is passed again (Yes at step S12), the step
Returning to S1, the maximum CPU occupation time (Tmax) is determined in step S9.
Alternatively, the process of the process is executed by updating to the value obtained in S10.

以上のように、本実施例によれば、現在時間から終了
目標時間までの時間と、現在並列的に実行されているプ
ロセスの数とから、自プロセスの資源割当て時間を算出
し、その結果が予想残CPU占有時間より大きい時には、
最大CPU占有時間を減少して他のプロセスの処理を進行
させ、逆に前記結果が予想残CPU占有時間より小さい時
には、最大CPU占有時間を増大して自プロセスの処理を
優先させるようにしているので、効率の良い資源割当て
ができるという効果がある。
As described above, according to the present embodiment, the resource allocation time of the own process is calculated from the time from the current time to the target end time and the number of processes currently being executed in parallel. When it is larger than the estimated remaining CPU occupation time,
If the result is smaller than the expected remaining CPU occupation time, the maximum CPU occupation time is increased and the processing of the own process is prioritized. Therefore, there is an effect that efficient resource allocation can be performed.

前記実施例の変形例を第3図に示す。この変形例は、
第1図のステップS9またはS10と、前記ステップS11との
間に、ステップS101とS102を入れた点にある。
FIG. 3 shows a modification of the above embodiment. This variant is
The point is that steps S101 and S102 are inserted between step S9 or S10 in FIG. 1 and step S11.

ステップS101は、最大CPU占有時間(Tmax)と予想残C
PU占有時間(Tstill)とを比較し、前者が後者より大き
い場合にはステップS102に進んで連続CPU占有時間(Tse
q)をリセットし、ステップS3に戻る。この結果、最大C
PU占有時間(Tmax)が予想残CPU占有時間(Tstill)よ
り大きい場合には、換言すればあと1度だけCPUをTmax
時間だけ動作させれば、自プロセスの処理を完全に終了
する場合には、CPUを他のプロセスに渡すことなく、自
プロセスの処理を続行する。
In step S101, the maximum CPU occupation time (Tmax) and the estimated remaining C
Compare the PU occupation time (Tstill). If the former is larger than the latter, the process proceeds to step S102 and the continuous CPU occupation time (Tse
Reset q) and return to step S3. As a result, the maximum C
If the PU occupation time (Tmax) is longer than the expected remaining CPU occupation time (Tstill), in other words, the CPU is set to Tmax once more.
If the operation is performed only for a certain time and the processing of the own process is completely terminated, the processing of the own process is continued without passing the CPU to another process.

なお、前記の実施例では、最大CPU占有時間(Tmax)
を増大または減少して調節するようにしたが、本発明は
これに限定されず、処理する仕事の量、例えば印刷枚数
を調節するようにしてもよい。
In the above embodiment, the maximum CPU occupation time (Tmax)
Is increased or decreased, but the present invention is not limited to this, and the amount of work to be processed, for example, the number of prints may be adjusted.

次に、本発明の第2実施例を第4図を参照して説明す
る。この実施例は並列的に動作する複数のプロセスに優
先順位が付けられている場合の例であり、第1図の実施
例と異なる所は、前記ステップS8の次に、優先順位を上
げる(ステップS91)あるいは下げる(ステップS92)の
処理を設けた点にある。
Next, a second embodiment of the present invention will be described with reference to FIG. This embodiment is an example of a case where priorities are assigned to a plurality of processes that operate in parallel. The difference from the embodiment of FIG. 1 is that after step S8, the priority is increased (step S8). (S91) or the process of lowering (step S92).

本実施例によれば、自プロセスの処理に余裕がある場
合には優先順位を下げて他のプロセスが優先的に処理さ
れるようにし、逆に余裕がない場合には優先順位を上げ
て処理の促進を要求することになる。この結果、複数の
プロセスの優先順位は固定的でなくなり、各プロセスの
処理を弾力的に運用することができるようになる。よっ
て、効率の良い資源割合が可能になる。
According to the present embodiment, if there is room in the process of the own process, the priority is lowered so that other processes are preferentially processed. Conversely, if there is no room, the priority is raised and the process is performed. Demand for promotion. As a result, the priorities of the plurality of processes are not fixed, and the processing of each process can be operated flexibly. Therefore, an efficient resource ratio becomes possible.

(発明の効果) 以上の説明から明らかなように、本発明によれば、並
列的に実行している複数のプロセスが自分自身の処理条
件を考慮して、タイムスライスによる資源割当てを調節
するようにしているので、効率の良い資源割当てができ
るという効果ガある。
(Effect of the Invention) As is apparent from the above description, according to the present invention, a plurality of processes executing in parallel adjust resource allocation by time slice in consideration of their own processing conditions. Therefore, there is an effect that efficient resource allocation can be performed.

また、優先順位を絶対的な番号でとらえず、目的まで
の相対的な距離でとらえるようにしたので、並列実行の
優先度を柔軟にすることができるという効果がある。
In addition, since the priority is not taken as an absolute number but as a relative distance to a target, there is an effect that the priority of parallel execution can be made flexible.

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

第1図は本発明の一実施例のフローチャート、第2図は
該フローチャートの説明図、第3図はこの実施例の変形
例を示す図、第4図は本発明の第2実施例のフローチャ
ート、第5図は従来方式のフローチャート、第6図は本
発明の好適な使用例を示すシステム図、第7図は並列的
に実行されるプロセスの処理条件の一例を示す図であ
る。 1……同軸ケーブル、2、3、4……ワークステーショ
ン、5……プリントサーバ
1 is a flowchart of one embodiment of the present invention, FIG. 2 is an explanatory diagram of the flowchart, FIG. 3 is a diagram showing a modification of this embodiment, and FIG. 4 is a flowchart of a second embodiment of the present invention. FIG. 5 is a flowchart of a conventional system, FIG. 6 is a system diagram showing a preferred use example of the present invention, and FIG. 7 is a diagram showing an example of processing conditions of processes executed in parallel. 1 ... coaxial cable, 2, 3, 4 ... workstation, 5 ... print server

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 9/46,3/12,15/16 G06F 15/00,1/00 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 9 / 46,3 / 12,15 / 16 G06F 15 / 00,1 / 00

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】各々が少なくとも処理終了目標時間と予想
全処理時間とを有する複数のプロセスを時分割的に実行
するシステムのプロセス制御装置において、 各プロセスに対して、 自分の予想全処理時間と既に消費した処理時間とから予
想残処理時間を求める手段と、 前記処理終了目標時間と現在時間とから、該処理終了目
標時間までの残時間を求める手段と、 前記残時間と時分割的に実行されているプロセス数とを
基に求められた自分のプロセスの資源割当て時間と前記
予想残処理時間とを比較する手段と、 前記プロセスの資源割当て時間が前記予想残処理時間よ
り大きい時には、自プロセスの処理時間を短縮するまた
は優先順位を下げて、他のプロセスの処理を促進させる
手段と、 逆に前記プロセスの資源割当て時間が前記予想残処理時
間より小さい時には、自プロセスの処理時間を伸長する
または優先順位を上げて、自プロセスの処理を促進する
ようにする手段とを具備したことを特徴とするプロセス
制御装置。
1. A process control device for a system for executing a plurality of processes each having at least a target processing end time and an expected total processing time in a time-sharing manner. Means for obtaining an expected remaining processing time from the processing time already consumed; means for obtaining a remaining time until the processing end target time from the target processing end time and the current time; execution in a time-sharing manner with the remaining time Means for comparing the resource allocation time of the own process obtained based on the number of processes being performed with the expected remaining processing time; and, when the resource allocation time of the process is larger than the expected remaining processing time, the own process. Means for reducing the processing time of the process or lowering the priority to promote the processing of other processes; and conversely, the resource allocation time of the process When the is less than between, to increase the elongation to or priority processing time of its own process, the process control device being characterized in that and means so as to facilitate the process of its own process.
JP1330142A 1989-12-20 1989-12-20 Process control equipment Expired - Fee Related JP2890569B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1330142A JP2890569B2 (en) 1989-12-20 1989-12-20 Process control equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1330142A JP2890569B2 (en) 1989-12-20 1989-12-20 Process control equipment

Publications (2)

Publication Number Publication Date
JPH03189827A JPH03189827A (en) 1991-08-19
JP2890569B2 true JP2890569B2 (en) 1999-05-17

Family

ID=18229286

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1330142A Expired - Fee Related JP2890569B2 (en) 1989-12-20 1989-12-20 Process control equipment

Country Status (1)

Country Link
JP (1) JP2890569B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6385638B1 (en) * 1997-09-04 2002-05-07 Equator Technologies, Inc. Processor resource distributor and method

Also Published As

Publication number Publication date
JPH03189827A (en) 1991-08-19

Similar Documents

Publication Publication Date Title
US6473780B1 (en) Scheduling of direct memory access
JPH07141305A (en) Control method for execution of parallel computer
JP2890569B2 (en) Process control equipment
US8555285B2 (en) Executing a general-purpose operating system as a task under the control of a real-time operating system
CN111143210A (en) Test task scheduling method and system
JP2000259430A (en) Processing method for computer system
CN116932290B (en) Data processing system for obtaining target model
JP2001166956A (en) Job scheduling system in composite system
JP2000259591A (en) Distributed processing job execution method and network system
US20020010823A1 (en) Multimaster bus system and method for operating the multimaster bus system
JPS63636A (en) Task control system
JP2570198B2 (en) Time slice dispatching system
JPH06243077A (en) Distributed transaction processing system
JPH04257915A (en) Information processor
CN107786615B (en) TMS application downloading self-adaptive strategy method
JPH08272739A (en) Method for improving on-line response
JPH1011406A (en) Method for job execution in decentralized environment of resource
JPH07114518A (en) Task scheduling system of multiprocessor system
CN114510327A (en) Method and device for dynamically adjusting priority
CN115866269A (en) Distributed transcoding scheduling method and system
CN117873728A (en) Task processing method, electronic device, storage medium, and program product
JPH04329443A (en) Task control system
JPH10283330A (en) Load decentralization control method for parallel computer
JPH0512038A (en) Cpu queuing time control dispatching system
JPH10275061A (en) Print controller

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees