JPH0460842A - Computer system - Google Patents

Computer system

Info

Publication number
JPH0460842A
JPH0460842A JP17307490A JP17307490A JPH0460842A JP H0460842 A JPH0460842 A JP H0460842A JP 17307490 A JP17307490 A JP 17307490A JP 17307490 A JP17307490 A JP 17307490A JP H0460842 A JPH0460842 A JP H0460842A
Authority
JP
Japan
Prior art keywords
priority
thread
transaction
execution
0ltp
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
JP17307490A
Other languages
Japanese (ja)
Inventor
Hideo Segawa
英生 瀬川
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 JP17307490A priority Critical patent/JPH0460842A/en
Publication of JPH0460842A publication Critical patent/JPH0460842A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To preferentially process a transaction requiring emergency by providing a mode to designate the priority of executing a thread independently of the priority of executing a process. CONSTITUTION:A transaction priority registration part 7 is provided on the system thread 5 of an online transaction processing (OLTP) system 3 and when a system managing person or the like executes a transaction, the priority of the transaction can be arbitrarily designated by an interaction with the transaction priority registration part 7. When the priority is designated to the transaction (work thread). this work thread is separated from the thread schedule queue of this OLTP system 3 and the OLTP system 3 is integrated n an OS schedule queue so as to control the priority of the execution. Thus, the work thread requiring emergency can be executed preferentially to the flow of a process in the system as a whole.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は処理実行の基本単位であるプロセスよりも小さ
い実行単位であるスレッドの実行優先度を、上記プロセ
スの実行優先度とは独立に指定可能な機能を備えた計算
機システムに関する。
[Detailed Description of the Invention] [Objective of the Invention] (Industrial Application Field) The present invention provides the execution priority of a thread, which is an execution unit smaller than a process, which is a basic unit of processing execution, based on the execution priority of the above-mentioned process. This invention relates to a computer system with functions that can be specified independently.

(従来の技術) 多重処理を支援するオペレーティング・システム(O8
)における処理実行の基本単位は、通常プロセスと称さ
れる。このプロセスの制御情報は、タスク・コントロー
ル・ブロック(TCB)と称され、1つのプロセスに対
して1つのTCBが割り当てられる。
(Prior art) Operating system (O8) that supports multi-processing
) is usually called a process. This process control information is called a task control block (TCB), and one TCB is allocated to one process.

さてオペレーティング・システムから見ると、1つのT
CBの下で動く1つのタスクとしてプロセスが存在する
ことになるが、このプロセスよりもさらに小さい実行単
位としてスレッドが存在する。−船釣には1つのプロセ
スに複数のスレッドが含まれ、同一のTCBの下でこれ
らの複数のスレッドを並行に実行することが可能である
。更にはリエントラントなスレッドであれば、これらの
複数のスレッドを並列に実行することが可能である。こ
のようなプロセスとスレッドと云う2重の処理単位の形
態は、例えばオンライン・トランザクション処理(OL
TP)システム等に良く登場する。
Now, from the operating system's point of view, one T
A process exists as one task running under the CB, but a thread exists as an execution unit smaller than this process. - In boat fishing, one process includes multiple threads, and these multiple threads can be executed in parallel under the same TCB. Furthermore, if the threads are reentrant, it is possible to execute these multiple threads in parallel. This type of dual processing unit of process and thread is used, for example, in online transaction processing (OL).
TP) often appears in systems, etc.

さてオンライン環境におけるデータ処理の形態は、一般
的には ■ どの端末から、何時、どのような順序でデータが入
力されるか分からない。
Now, in general, the form of data processing in an online environment is: (1) It is not known from which terminal, when, and in what order data will be input.

■ 入力されたデータは、一般的には互いに異なる業務
のデータであり、同時に並行的に処理される。
■ The input data is generally data for different operations and is processed in parallel at the same time.

と云うような性質を備えている。このような性質を踏ま
えて従来のオンラインシステムは、一般的には適用業務
プログラムと、0LTPシステムとにより構築されてい
る。
It has the characteristics of. Based on these characteristics, conventional online systems are generally constructed from application programs and an OLTP system.

0LTPシステムは、概略的には ■ 端末や回線の制御等を実行するデータ通信機■ 必
要な時点で必要な業務プログラムを呼び出して、同時並
行的に上記業務プログラムを実行するシステム・サービ
ス機能 ■ ファイルやデータベースに記録されているデータの
入出力等に関するデータ処理機能を具備して構成される
The 0LTP system basically consists of ■ A data communication device that controls terminals and lines, etc. ■ A system service function that calls the necessary business programs at the necessary time and executes the business programs in parallel ■ Files It is configured with data processing functions related to the input/output of data recorded in the database.

業務プログラムの入出力とその制御を行うオンラインシ
ステム全体は、スケジューリングされたTCBの下でそ
れぞれ動作し、上述した0LTPシステムと前記適用業
務プログラムは、それぞれスレッドとして相互に協調・
連絡しながら動作する。
The entire online system that performs input/output of business programs and their control operates under scheduled TCBs, and the above-mentioned 0LTP system and the application business programs cooperate with each other as threads.
Work while communicating.

第4図はこのようなオンラインシステムの概念的な構成
を示すもので、la、lb、〜1nはOSスケジューラ
2の下でキューイングされて実行優先度の順位付がなさ
れたTCBである。これらのTCBla、lb、 〜I
nに対応してOL T P 3(3a、3b、 〜)が
それぞれ設けられる。これらの各0LTP3は、業務プ
ログラムの登録時に優先順位付けされた複数の業務スレ
ッド4(4a、〜4n)をシステム・スレッド5により
管理する構成を持つ。
FIG. 4 shows the conceptual configuration of such an online system, where la, lb, to 1n are TCBs queued under the OS scheduler 2 and ranked according to execution priority. These TCBla, lb, ~I
OL T P 3 (3a, 3b, . . . ) is provided corresponding to n. Each of these 0LTPs 3 has a configuration in which a system thread 5 manages a plurality of business threads 4 (4a, to 4n) prioritized at the time of business program registration.

しかして業務スレッド4が端末やディスクに対して入出
力要求を発する場合には、先ずシステム・スレッド5に
対して実行要求を発し、この要求を受けたシステム・ス
レッド5がO8(OSスケジューラ2)に対してその実
行要求を発行する。
Therefore, when the business thread 4 issues an input/output request to a terminal or disk, it first issues an execution request to the system thread 5, and the system thread 5 that receives this request runs the O8 (OS scheduler 2). issue the execution request to.

この際の端末の定義やファイルの定義6は、前記システ
ム・スレッド5を通じてO8に共有される。
The terminal definition and file definition 6 at this time are shared with the O8 through the system thread 5.

このようにして入出カサ−ビスや業務スレッド4のスケ
ジューリングをシステム・スレッド5にて管理させるこ
とにより、例えば業務プログラム開発者の負担が大幅に
軽減されるようになっている。
By having the system thread 5 manage input/output services and scheduling of the business thread 4 in this manner, the burden on, for example, a business program developer is greatly reduced.

ところでOSスケジューラ2はプロセス単位でスケジュ
ーリングを行なうので、業務スレッド4に対するスケジ
ューリングは、0LTPシステム3内でのプロセス優先
度を規準として行うだけで良い。このようなスケジュー
リングの方式は、ユーザが0LTPシステム3内に業務
プログラムを開発し、登録するときに、そのトランザク
ション(業務スレッド)の実行優先度を指定するだけで
達せられる。従ってユーザは、0LTPシステム3だけ
を熟知していれば良いと云う長所がある。
By the way, since the OS scheduler 2 performs scheduling on a process-by-process basis, scheduling for the business thread 4 only needs to be performed based on the process priority within the 0LTP system 3. Such a scheduling method can be achieved by simply specifying the execution priority of the transaction (business thread) when the user develops and registers a business program in the 0LTP system 3. Therefore, the advantage is that the user only needs to be familiar with the 0LTP system 3.

ところが複数の0LTPシステム3が稼働している場合
等、特に優先的に処理したいトランザクションがあって
も、上述したスケジューリング方式ではその優先度の指
定を行うことができないと云う問題がある。逆にさほど
緊急性を要さないトランザクションであっても、0LT
Pシステムにおける優先度に従ってその実行が進められ
るので、他のトランザクションの処理の邪魔になると云
う欠点が生じる。
However, when a plurality of 0LTP systems 3 are in operation, there is a problem in that even if there is a transaction that should be processed with priority, the above-described scheduling method cannot specify the priority. On the other hand, even for transactions that do not require much urgency, 0LT
Since the execution proceeds according to the priority in the P system, there is a drawback that it interferes with the processing of other transactions.

(発明が解決しようとする課題) このように従来のシステムでは、業務プログラムを0L
TPシステムに登録し、その優先度を指定する際、その
スレッドの優先度が0LTPシステム全体の優先度を規
準として決定されてしまう。この為、1つの計算機シス
テム上で複数の0LTPシステムが稼働していたり、バ
ッチ処理を同時に行っている等、複数のプロセスに関す
る多重処理を行っているような場合、緊急性を要するト
ランザクションを処理するには、それが属する0LTP
システム(プロセス)全体の優先度を高く設定し直すこ
とが必要となった。また緊急性の低いトランザクション
であっても、それが属する0LTPシステムの優先度が
高い場合には他の0LTPシステムに属する緊急性を要
するトランザクションに優先して処理されてしまうと云
う弊害が生じ品かった。
(Problem to be solved by the invention) In this way, in conventional systems, business programs are
When registering in the TP system and specifying its priority, the priority of the thread is determined based on the priority of the entire 0LTP system. For this reason, if multiple 0LTP systems are running on one computer system or multiple processes involving multiple processes are being performed, such as batch processing at the same time, it is necessary to process transactions that require urgency. is the 0LTP to which it belongs
It became necessary to reset the priority of the entire system (process) to a higher level. In addition, even if a transaction is low in urgency, if the priority of the 0LTP system to which it belongs is high, it will be processed in priority to more urgent transactions belonging to other 0LTP systems, which is a problem. Ta.

本発明はこのような事情を考慮してなされたもので、そ
の目的とするところは、処理実行の基本単位であるプロ
セスを多重処理すると共に、1つのプロセス内で複数の
リエントラントなスレッドを並行、或いは並列に実行可
能なオペレーティング・システムを備えた計算機におい
て、緊急性を要するトランザクションをそのトランザク
ションが属する0LTPシステムの優先度とは独立に優
先的に処理することを可能とする計算機システムを提供
することにある。
The present invention was made in consideration of these circumstances, and its purpose is to multi-process processes, which are the basic unit of processing execution, and to run multiple reentrant threads in parallel within one process. Alternatively, to provide a computer system that enables a computer equipped with an operating system capable of parallel execution to process urgent transactions with priority independent of the priority of the 0LTP system to which the transaction belongs. It is in.

[発明の構成] (課題を解決するだめの手段) 本発明は処理実行の基本単位であるプロセスを多重処理
すると共に、1つのプロセス内で複数のリエントラント
なスレッドを並行、或いは並列に実行可能なオペレーテ
ィング・システムを備えた計算機システムにおいて、 スレッドの実行優先度を、プロセスの実行優先度とは独
立に指定し得るモードを備えたことを特徴とするもので
ある。
[Structure of the Invention] (Means for Solving the Problems) The present invention multiprocesses processes, which are the basic unit of processing execution, and allows multiple reentrant threads to be executed in parallel or in parallel within one process. A computer system equipped with an operating system is characterized by having a mode in which the execution priority of a thread can be specified independently of the execution priority of a process.

またスレッドとプロセスの優先度をそれぞれ独立に指定
するモードと、プロセスの優先度に従属してスレッドの
優先度を決定するモードとを備え、これらのモードを選
択的に使用し得るようにしたことを特徴とするものであ
る。
It also has a mode in which the priorities of threads and processes are specified independently, and a mode in which the priority of the thread is determined depending on the priority of the process, and these modes can be used selectively. It is characterized by:

(作 用) 本発明によれば、0LTPシステム全体の実行優先度と
は独立にスレッドの実行優先度を指定することが可能な
ので、緊急度を要する業務スレッドを、システム全体の
処理の流れに優先して実行処理することが可能となる。
(Function) According to the present invention, it is possible to specify the execution priority of a thread independently of the execution priority of the entire 0LTP system, so business threads that require urgency are prioritized over the processing flow of the entire system. This makes it possible to perform execution processing.

しかも0LTPシステムに対して設定された優先度(T
CBの優先度)に関係なく、必要な業務スレッドたけに
着目してその優先度を任意に設定することが可能となる
Moreover, the priority set for the 0LTP system (T
It becomes possible to focus on only necessary business threads and set their priorities arbitrarily, regardless of the priority of the CB.

(実施例) 以下、図面を参照して本発明の一実施例に係る計算機シ
ステムと、この計算機システムにおけるスレッドの優先
度制御方式について説明する。
(Embodiment) Hereinafter, a computer system according to an embodiment of the present invention and a thread priority control method in this computer system will be described with reference to the drawings.

第1図は実施例システムの概略的な構成を示す図で、第
4図に示したシステムと同一部分には同一符号を付して
示しである。この実施例システムが特徴とするところは
、0LTP3のシステム・スレッド5にトランザクショ
ン優先度登録部7が設けられ、システム管理者等のユー
ザがトランザクションを実行するとき、上記トランザク
ション優先度登録部7と会話してそのトランザクション
の優先度を任意に指定し得るように構成されている点に
ある。
FIG. 1 is a diagram showing a schematic configuration of an embodiment system, and the same parts as those in the system shown in FIG. 4 are denoted by the same reference numerals. The system of this embodiment is characterized in that a transaction priority registration unit 7 is provided in the system thread 5 of 0LTP3, and when a user such as a system administrator executes a transaction, he or she can interact with the transaction priority registration unit 7. The main point is that the priority of the transaction can be specified arbitrarily.

このトランザクション優先度登録部7によるトランザク
ションの優先度の設定は、例えば第2図にその処理手順
を示すように、先ずこれから実行しようとするトランザ
クションについてその実行優先度を指定するか否かの問
い合わせを行うことから開始される(ステップa)。こ
の問い合わせに対してユーザが優先度の指定を行った場
合、その指示に従って0LTPシステムで定められたス
レッドの実行優先度とは独立に、O8に対してそのトラ
ンザクションについての実行優先度を設定する(ステッ
プb)。この場合、そのトランザクション(業務スレッ
ド)については、第3図にその概念を示すように0LT
Pシステム3のスレッドスケジュールキューではなく、
O8のスケジュールキューに、そのプロセスと同様に接
続し、これを管理する(ステップC)。但し、この場合
、端末の定義およびその管理については、他の業務スレ
ッドと共有させる。
In order to set the priority of a transaction by the transaction priority registration unit 7, for example, as shown in the processing procedure shown in FIG. (step a). When the user specifies a priority in response to this inquiry, the execution priority for that transaction is set in O8, independent of the thread execution priority determined by the 0LTP system, according to the instruction ( Step b). In this case, the transaction (business thread) is 0LT, as the concept is shown in Figure 3.
Instead of P system 3's thread schedule queue,
Connect to and manage the schedule queue of O8 in the same way as that process (step C). However, in this case, the definition of the terminal and its management are shared with other business threads.

つまりトランザクション(業務スレッド)に対して優先
度の指定がなされた場合、その業務スレッドを当該0L
TPシステムにおけるスレッドスケジュールキューから
切り離し、0LTPシステム3をそれぞれ管理するTC
BIと同じレベルで、OSスケジュールキューに組み込
み、その実行の優先順位を制御する。
In other words, if a priority is specified for a transaction (business thread), that business thread is
A TC that is separated from the thread schedule queue in the TP system and manages each of the 0LTP systems 3.
At the same level as BI, it is incorporated into the OS schedule queue and its execution priority is controlled.

尚、ユーザが優先度の指定を行わなかった場合には、そ
のトランザクションの実行は0LTPシステムのスケジ
ューラにそのまま任される(ステップd)。この結果、
上記トランザクションは他の業務スレッドと同様にして
0LTPシステム3のスレッドスケジュールキューのも
とてその実行の優先順位が制御されることになる。
Note that if the user does not specify the priority, the execution of the transaction is left to the scheduler of the 0LTP system (step d). As a result,
The execution priority of the transaction is controlled in the same manner as other business threads based on the thread schedule queue of the 0LTP system 3.

このように本システムでは、0LTPシステム内におい
てスレッドスケジュールキューによって管理されるスレ
ッドの実行優先順位を、O8のスケジュールキューによ
って管理されるプロセスの実行優先度とは独立に指定し
、その実行順位を上記OSスケジュールキューのもとで
管理することが可能となる。この結果、緊急性を要する
業務スレッドを、その業務スレッドが属するプロセス(
OLTPシステム)の実行優先順位に左右され1す ることなく、その優先順位を早めて実行することが可能
となる。また逆に緊急性を要しない業務スレッドについ
ては、その実行優先順位を遅らせることができる。従っ
て前述したプロセスの実行優先順位に規定されることな
く、個々の0LTPシステムに属する緊急度の高い業務
スレッドから順に、その実行を効率的に制御することが
可能となる。
In this way, in this system, the execution priority of the threads managed by the thread schedule queue in the 0LTP system is specified independently of the execution priority of the process managed by the O8 schedule queue, and the execution order is set as described above. It becomes possible to manage based on the OS schedule queue. As a result, urgent business threads are transferred to the process to which they belong (
It is possible to advance the execution priority without being influenced by the execution priority of the OLTP system. Conversely, the execution priority of business threads that do not require urgency can be delayed. Therefore, it is possible to efficiently control the execution of business threads belonging to each 0LTP system in order of urgency, without being defined by the execution priority of the processes described above.

尚、本発明は上述した実施例に限定されるものではなく
、その要旨を逸脱しない範囲で種々変形して実施するこ
とができる。
Note that the present invention is not limited to the embodiments described above, and can be implemented with various modifications without departing from the gist thereof.

[発明の効果] 以上説明したように本発明によれば、ユーザ入力された
一般的なトランザクションについては0LTPシステム
のスケジューリングに従って実行し、緊急性を要したり
、或いは一般のトランザクションに比較して優先度の低
いトランザクションについては、適宜ユーザの指定によ
りその実行順序をプロセスの実行順序とは独立に、0L
TPシステムから切り離して実行することが可能となる
。この結果、種々のトランザクションの柔軟な優先度指
定が可能となり、その設定された優先度に応じた応答時
間とスループットとを確保することが可能となる。
[Effects of the Invention] As explained above, according to the present invention, general transactions input by the user are executed according to the scheduling of the 0LTP system, and transactions that require urgency or have priority compared to general transactions are executed according to the scheduling of the 0LTP system. For low-level transactions, the execution order can be changed according to the user's specifications, independent of the process execution order.
It becomes possible to execute it separately from the TP system. As a result, it becomes possible to flexibly specify priorities for various transactions, and it becomes possible to ensure response time and throughput according to the set priorities.

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

第1図は本発明の一実施例に係る計算機システムの概略
的な構成を示す図、第2図は実施例システムでのトラン
ザクションの優先度設定の手順を示す図、第3図は業務
スレッドに対する優先度設定の処理の概念を示す図、第
4図は従来の0LTPシステムの構築例を示す図である
。 1(1a、1b、〜In)・・・タスク・コントロール
・ブロック(TCB)、2・・・オペレーティング・シ
ステム(O8)スケジューラ、3(3a、〜3n) −
・・オンライン・トランザクション処理(OLTP)シ
ステム、4 (4a 、〜4n)・・・業務スレッド(
トランザクション)、5・・・0LTPシステムスレツ
ド、B・・・端末定義・ファイル定義、7・・・トラン
ザクション優先度登録部。 出願人代理人 弁理士 鈴江低度
Fig. 1 is a diagram showing a schematic configuration of a computer system according to an embodiment of the present invention, Fig. 2 is a diagram showing a procedure for setting transaction priorities in the embodiment system, and Fig. 3 is a diagram showing a procedure for setting transaction priorities in the embodiment system. FIG. 4, which is a diagram showing the concept of priority setting processing, is a diagram showing an example of the construction of a conventional 0LTP system. 1 (1a, 1b, ~In)...Task control block (TCB), 2...Operating system (O8) scheduler, 3 (3a, ~3n) -
...Online transaction processing (OLTP) system, 4 (4a, ~4n)...Business thread (
transaction), 5...0LTP system thread, B...terminal definition/file definition, 7...transaction priority registration section. Applicant's agent Patent attorney Suzue Kodo

Claims (2)

【特許請求の範囲】[Claims] (1)処理実行の基本単位であるプロセスを多重処理す
ると共に、1つのプロセス内で複数のリエントラントな
スレッドを並行、或いは並列に実行可能なオペレーティ
ング・システムを備えた計算機システムにおいて、 スレッドの実行優先度を、プロセスの実行優先度とは独
立に指定し得るモードを備えたことを特徴とする計算機
システム。
(1) In a computer system equipped with an operating system that multi-processes processes, which are the basic unit of processing execution, and can execute multiple reentrant threads in parallel or in parallel within one process, priority is given to thread execution. A computer system comprising a mode in which execution priority of a process can be specified independently of the execution priority of a process.
(2)スレッドとプロセスの優先度をそれぞれ独立に指
定するモードと、プロセスの優先度に従属してスレッド
の優先度を決定するモードとを備えたことを特徴とする
請求項(1)に記載の計算機システム。
(2) The method according to claim (1), further comprising a mode in which the priorities of threads and processes are specified independently, and a mode in which the priority of the thread is determined depending on the priority of the process. computer system.
JP17307490A 1990-06-29 1990-06-29 Computer system Pending JPH0460842A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17307490A JPH0460842A (en) 1990-06-29 1990-06-29 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17307490A JPH0460842A (en) 1990-06-29 1990-06-29 Computer system

Publications (1)

Publication Number Publication Date
JPH0460842A true JPH0460842A (en) 1992-02-26

Family

ID=15953726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17307490A Pending JPH0460842A (en) 1990-06-29 1990-06-29 Computer system

Country Status (1)

Country Link
JP (1) JPH0460842A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05189251A (en) * 1991-08-09 1993-07-30 Internatl Business Mach Corp <Ibm> Multitasking operating system and operating method for this computer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05189251A (en) * 1991-08-09 1993-07-30 Internatl Business Mach Corp <Ibm> Multitasking operating system and operating method for this computer

Similar Documents

Publication Publication Date Title
US7962913B2 (en) Scheduling threads in a multiprocessor computer
CN101727357B (en) Method and apparatus for allocating resources in a compute farm
US7721286B2 (en) Preemptive multi-tasking with cooperative groups of tasks
US7302686B2 (en) Task management system
US6658448B1 (en) System and method for assigning processes to specific CPU&#39;s to increase scalability and performance of operating systems
US20060130062A1 (en) Scheduling threads in a multi-threaded computer
US7739685B2 (en) Decoupling a central processing unit from its 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
US20020073129A1 (en) Integrated multi-component scheduler for operating systems
US9582325B2 (en) Method for scheduling with deadline constraints, in particular in Linux, carried out in user space
JP2007529079A (en) System and method for application server with self-regulating threading model
JP2000194674A (en) Decentralized job integration management system
JPH11272480A (en) On-chip real time os
US20200301737A1 (en) Configurable data parallelization method and system
JPH0460842A (en) Computer system
JPH05108380A (en) Data processing system
JP2693916B2 (en) Task scheduling method
WO1992003794A1 (en) Dual level scheduling of processes
JPH01195562A (en) Control system for allocation of input/output device
JPH11312093A (en) Distributed processing system
US20230418667A1 (en) Computing device for handling tasks in a multi-core processor, and method for operating computing device
JPH0822396A (en) Device and method for managing task execution
JP2001282555A (en) Method for managing process of computer system
CN118426964A (en) Distribution method, processing method and system storage medium of chip verification task
JPH04248627A (en) Event control type processing method