JPH0546417A - Multiprocessor system control method - Google Patents

Multiprocessor system control method

Info

Publication number
JPH0546417A
JPH0546417A JP20791291A JP20791291A JPH0546417A JP H0546417 A JPH0546417 A JP H0546417A JP 20791291 A JP20791291 A JP 20791291A JP 20791291 A JP20791291 A JP 20791291A JP H0546417 A JPH0546417 A JP H0546417A
Authority
JP
Japan
Prior art keywords
processor
processors
memory
task
multiprocessor system
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
JP20791291A
Other languages
Japanese (ja)
Inventor
Hideji Masuda
秀二 増田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP20791291A priority Critical patent/JPH0546417A/en
Publication of JPH0546417A publication Critical patent/JPH0546417A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To efficiently use a system by reporting the request of a task of in arbitrary processor to the other processors through a shared memory to execute tasks of processors even at the time of trouble of the shared memory. CONSTITUTION:In an event driven multiprocessor system control method where plural processors 10, 20, and 30 having private memories 12, 22, and 32 and a shared memory 41 are connected by a common bus 40 and the task execution order of the other processors can be changed by the request of the task of one processor, tasks to be executed by processors and task management data 13, 23, and 33 which control the execution order of tasks are recorded in private memories 12, 22, and 32 of processors 10, 20, and 30. The request of one processor is reported to the other processors through the shared memory 41. Consequently, tasks are executed in each processor even if the shared memory 41 is faulty, and the increase of unused memory blocks in the shared memory 41 is prevented to efficiently use the system.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はマルチプロセッサシステ
ム制御方式に関し、マルチプロセッサシステムで実行さ
れるタスクの実行順序を制御するマルチプロセッサシス
テム制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system control system, and more particularly to a multiprocessor system control system for controlling the execution order of tasks executed in a multiprocessor system.

【0002】近年の通信処理装置では、1台の装置に収
容する回線数が増加し、対応する通信プロトコルもさま
ざまなものをサポートすることが要求され、かつ高い信
頼性を保証しなければならない。これらの要求を満たす
解決策として、マルチプロセッサで構成された通信処理
装置が出現してきている。通信処理ではリアルタイム性
が重視され、従来のリアルタイム処理用カーネルがマル
チプロセッサ構成のシステムで使用できることが望まれ
る。ここでカーネルとはオペレーティングシステム(O
S)の一部でタスクの実行順序を制御している。
In a recent communication processing apparatus, the number of lines accommodated in one apparatus is increasing, and it is required that various communication protocols are supported, and high reliability must be guaranteed. As a solution to meet these demands, a communication processing device composed of multiprocessors has appeared. Real-time processing is important in communication processing, and it is desirable that the conventional kernel for real-time processing can be used in a multiprocessor system. Here, the kernel is the operating system (O
Part of S) controls the task execution order.

【0003】[0003]

【従来の技術】従来のマルチプロセッサの方式として
は、プロセッサ間をLAN等で接続した疎結合マルチプ
ロセッサシステムと共通メモリを使用した密結合マルチ
プロセッサシステムに大別される。疎結合マルチプロセ
ッサシステムでは、各プロセッサに配置されたプロセス
間の同期通信を直接管理できないため、他プロセッサと
のプロセッサ間通信処理を行うプロセスが介入して各プ
ロセスの実行順序を管理する。この方式では、プロセッ
サごとの独立性が高く、特定のプロセッサの障害が他の
プロセッサの実行に影響を与えにくい利点があるが、異
なるプロセッサのプロセス間で連携をとって行う処理の
レスポンスは遅く、通信処理装置に要求される性能を満
足できない場合がある。
2. Description of the Related Art Conventional multiprocessor systems are roughly classified into a loosely coupled multiprocessor system in which processors are connected by a LAN or the like and a tightly coupled multiprocessor system using a common memory. In the loosely coupled multiprocessor system, since synchronous communication between processes arranged in each processor cannot be directly managed, a process that performs interprocessor communication processing with other processors intervenes to manage the execution order of each process. In this method, the independence of each processor is high, and there is an advantage that the failure of a specific processor does not affect the execution of other processors, but the response of the processing performed in cooperation between the processes of different processors is slow, The performance required for the communication processing device may not be satisfied in some cases.

【0004】一方、密結合マルチプロセッサシステムで
は共通メモリにプロセスの実行順序を制御するための管
理情報を配置することにより、複数のプロセッサに配置
されたプロセスを並行に実行させることが可能で、各プ
ロセス間のデータの受渡しも共通メモリにより高速で処
理できる利点がある。また、マルチプロセッサシステム
でプロセッサ間のデータ通信を行う場合に、共通メモリ
を有効に利用することが必要である。1台のプロセッサ
では、各タスク間の通信を行うための領域としてメモリ
プールによるメモリ管理により、動的にメモリブロック
の獲得・返却を行う方式が一般的に行われている。
On the other hand, in the tightly coupled multiprocessor system, by arranging management information for controlling the execution order of processes in a common memory, it is possible to execute processes arranged in a plurality of processors in parallel. The passing of data between processes has the advantage that it can be processed at high speed by the common memory. In addition, it is necessary to effectively use the common memory when performing data communication between processors in a multiprocessor system. In one processor, a method of dynamically acquiring / returning a memory block is generally performed by memory management by a memory pool as an area for communication between tasks.

【0005】[0005]

【発明が解決しようとする課題】従来の密結合マルチプ
ロセッサシステムでは共通メモリにプロセスの実行順序
を制御する管理情報を配置しているため、共通メモリに
障害が発生すると全プロセッサを稼働できなくなり致命
的であるという問題があった。
In the conventional tightly coupled multiprocessor system, the management information for controlling the execution order of processes is arranged in the common memory. Therefore, if a failure occurs in the common memory, all the processors cannot operate and are fatal. There was a problem of being a target.

【0006】また、マルチプロセッサシステムの特定の
プロセッサが故障してもシステム全体としては稼働する
ような方式をとった場合、特定のプロセッサが獲得した
共有メモリ内のメモリブロックが未返却のままシステム
の運用が継続するため、プロセッサが故障する毎に共通
メモリに未使用のまま返却されないメモリブロックが増
大し効率が悪いという問題があった。
Further, when a system is adopted in which the entire system operates even if a specific processor of the multiprocessor system fails, the memory block in the shared memory acquired by the specific processor remains unreturned in the system. Since the operation continues, there is a problem that each time the processor fails, the number of memory blocks that are not returned to the common memory and are not returned is increased and the efficiency is poor.

【0007】本発明は上記の点に鑑みなされたもので、
共通メモリの障害時にも各プロセッサでタスクを実行で
き、共通メモリに未使用のメモリブロックが増大するこ
とを防止して効率的に使用できるマルチプロセッサシス
テム制御方式を提供することを目的とする。
The present invention has been made in view of the above points,
It is an object of the present invention to provide a multiprocessor system control method in which each processor can execute a task even when a failure occurs in the common memory, prevent an unused memory block from increasing in the common memory, and efficiently use the memory block.

【0008】[0008]

【課題を解決するための手段】本発明のマルチプロセッ
サ制御方式は、専用メモリを持つ複数のプロセッサと、
共通メモリとを共通バスで接続し、任意のプロセッサの
タスクの要求により他のプロセッサのタスク実行順序の
変更可能なイベント・ドリブン型のマルチプロセッサシ
ステム制御方式において、複数のプロセッサの専用メモ
リ夫々に各プロセッサで実行されるタスクとタスクの実
行順序を制御するタスク管理データを記憶し、任意のプ
ロセッサのタスクの要求を共通メモリを介して他のプロ
セッサに通知する。
A multiprocessor control system according to the present invention comprises a plurality of processors each having a dedicated memory,
In the event-driven multiprocessor system control method, in which a common memory is connected by a common bus, and the task execution order of other processors can be changed according to the task request of any processor, each dedicated memory of multiple processors The task management data that controls the tasks executed by the processor and the execution order of the tasks is stored, and the request of the task of any processor is notified to another processor via the common memory.

【0009】また、共通メモリに設けたメモリプールか
ら各プロセッサが獲得した複数のメモリブロック夫々に
各プロセッサで所有権を設定してプロセッサ間の通信を
行ない、故障から復旧したプロセッサはメモリプールの
複数のメモリブロックのうち自プロセッサの所有権が設
定されているメモリブロックを返却する。
Further, each of the plurality of memory blocks acquired by each processor from the memory pool provided in the common memory sets ownership in each processor, and communication between the processors is performed. Returns the memory block for which the ownership of its own processor is set among the memory blocks of.

【0010】[0010]

【作用】本発明においては、各カーネルは自プロセッサ
の専用メモリに格納されたタスク管理情報によってタス
ク実行順序を制御するため、共通メモリの障害時にも各
プロセッサでタスクを実行でき障害の影響が小さくて済
む。
In the present invention, since each kernel controls the task execution order by the task management information stored in the dedicated memory of its own processor, the tasks can be executed by each processor even when the common memory fails, and the influence of the failure is small. Complete.

【0011】また、故障から復旧したプロセッサはメモ
リプール内で自プロセッサが所有しているメモリブロッ
クを返却するため、未使用のメモリブロックがメモリプ
ール内で増大することが防止される。
Further, since the processor recovered from the failure returns the memory block owned by its own processor in the memory pool, the unused memory block is prevented from increasing in the memory pool.

【0012】[0012]

【実施例】図2は本発明方式のマルチプロセッサシステ
ムの一実施例の構成図を示す。
2 is a block diagram of an embodiment of a multiprocessor system of the present invention.

【0013】同図中、10,20,30夫々はプロセッ
サであり、同期・通信制御処理部11,21,31及び
専用メモリとしての記憶装置12,22,32を有して
いる。
In the figure, reference numerals 10, 20, 30 denote processors, which have synchronization / communication control processing units 11, 21, 31 and storage devices 12, 22, 32 as dedicated memories.

【0014】記憶装置12,22,32夫々には同期・
通信制御処理部11,21,31夫々で使用される複数
の処理プログラム1〜nが格納されると共に、処理プロ
グラム1〜nのタスク実行順序を制御するカーネル、及
び実行可能なタスクを格納するレディキュー及びイベン
ト待ちのタスクを格納するイベント待ちキュー等のタス
ク管理情報、及び同期・通信管理情報13,23,33
が格納されている。
The storage devices 12, 22, 32 are synchronized with each other.
A plurality of processing programs 1 to n used by each of the communication control processing units 11, 21 and 31 are stored, a kernel for controlling the task execution order of the processing programs 1 to n, and a ready storing the executable tasks. Task management information such as an event waiting queue that stores queues and tasks waiting for events, and synchronization / communication management information 13, 23, 33
Is stored.

【0015】各プロセッサ10,20,30の同期・通
信制御処理部11,21,31は共通バス41に接続さ
れ、共通バス40には共通メモリが接続されている。ま
た同期・通信制御処理部11,21,31夫々は制御線
42によって接続されている。
The synchronization / communication control processing units 11, 21, 31 of each processor 10, 20, 30 are connected to a common bus 41, and a common memory is connected to the common bus 40. The synchronization / communication control processing units 11, 21, 31 are connected by a control line 42.

【0016】図1は本発明方式の第1実施例の原理説明
図を示す。ここではプロセッサ10からプロセッサ20
を制御する場合について説明する。
FIG. 1 shows the principle of the first embodiment of the method of the present invention. Here, processor 10 to processor 20
The case of controlling will be described.

【0017】同図中、共通メモリ41には各プロセッサ
のカーネルと他のプロセッサのカーネルとの間でデータ
を受け渡すデータ受渡領域が設定されており、データ受
渡領域45はプロセッサ10のカーネル15とプロセッ
サ20のカーネル25との間の専用の領域である。
In the figure, a common memory 41 is set with a data transfer area for transferring data between the kernel of each processor and the kernel of another processor, and the data transfer area 45 is the kernel 15 of the processor 10. It is a dedicated area between the processor 20 and the kernel 25.

【0018】プロセッサ10のカーネル15は実行中の
タスク16が要求したシステムコールのパラメタを受け
取ると、パラメタ17上のプロセッサ識別番号をチェッ
クしてプロセッサ20に対するシステムコールであれ
ば、このパラメタ17を共通メモリ41のデータ受渡領
域45に書込んだ後、プロセッサ20のNMI(ノンマ
スカブル・インタラプト)レジスタ26の自プロセッサ
に対応するビットをオンとする。NMIレジスタ26は
他の各プロセッサ毎にビットが設定されており、他のプ
ロセッサからの最優先の割込みを認識するためのもので
ある。
When the kernel 15 of the processor 10 receives the parameter of the system call requested by the task 16 being executed, it checks the processor identification number on the parameter 17 and if it is a system call to the processor 20, this parameter 17 is shared. After writing in the data transfer area 45 of the memory 41, the bit corresponding to the own processor of the NMI (non-maskable interrupt) register 26 of the processor 20 is turned on. The NMI register 26 has a bit set for each of the other processors and is for recognizing the highest priority interrupt from the other processors.

【0019】プロセッサ20のNMI割込み処理部27
はNMIレジスタ26の内容を読んでプロセッサ10よ
りの割込み要求を認識し、共通メモリ41のデータ受渡
領域45からパラメタ17を読込み、自プロセッサのカ
ーネル25に対してパラメタ17のシステムコールを発
行する。つまりプロセッサ10のタスク16によるシス
テムコールを代行する。
The NMI interrupt processing unit 27 of the processor 20
Reads the contents of the NMI register 26, recognizes the interrupt request from the processor 10, reads the parameter 17 from the data transfer area 45 of the common memory 41, and issues the system call of the parameter 17 to the kernel 25 of the own processor. That is, the system call by the task 16 of the processor 10 is substituted.

【0020】カーネル25は自プロセッサ内のタスク管
理情報・同期通信管理情報23に対してパラメタ17で
指示されたサービスを行なって、例えばプロセッサ10
のシステムコールを待っていたイベント待ち要求のタス
ク29の実行を開始させる。この後、カーネル25は上
記サービスを行なった結果の終了情報24をNMI割込
み処理部27に通知する。NMI割り込み処理部27は
この終了情報24をデータ受渡領域45に書込む。
The kernel 25 performs the service instructed by the parameter 17 with respect to the task management information / synchronous communication management information 23 in its own processor, for example, the processor 10
The execution of the task 29 of the event wait request which has been waiting for the system call is started. After that, the kernel 25 notifies the NMI interrupt processing unit 27 of the end information 24 as a result of performing the above service. The NMI interrupt processing unit 27 writes this end information 24 in the data delivery area 45.

【0021】プロセッサ10のカーネル15は、パラメ
タ17を共通メモリ41に書込んだ後、所定期間毎に所
定回数だけデータ受渡領域45から終了情報24を読出
し行ない、終了情報24がプロセッサ20により格納さ
れていればこの終了情報をタスク16に通知する。この
間に終了情報が格納されなければカーネル15は通信エ
ラーとしてタスク16に通知する。
After writing the parameter 17 in the common memory 41, the kernel 15 of the processor 10 reads the end information 24 from the data transfer area 45 a predetermined number of times every predetermined period, and the end information 24 is stored by the processor 20. If so, the end information is notified to the task 16. If the end information is not stored during this time, the kernel 15 notifies the task 16 as a communication error.

【0022】このようにカーネル15,25夫々は自プ
ロセッサ10,20内のタスクに対する同期制御及びタ
スクスケジューリングを実行するだけであり、各カーネ
ル15,25は自プロセッサ10,20の記憶装置(ロ
ーカルメモリ)12,22内に配置されたタスク管理情
報・同期通信管理情報13,23を使用してタスク1
6,29等の実行順序を制御するため、共通メモリ41
で障害が発生しても各プロセッサ10,20内のタスク
実行制御には影響がないイベント・ドリブン型のシステ
ムを構成できる。このイベント・ドリブン型システムと
は、任意のプロセッサのタスクの要求により他のプロセ
ッサのタスク実行順序を変更するシステムのことであ
る。またタスク16,29間の同期制御は共通メモリ4
1を介して行なわれるため高速でリアルタイム処理が可
能である。
As described above, the kernels 15 and 25 only execute the synchronous control and the task scheduling for the tasks in the self-processors 10 and 20, and the kernels 15 and 25 respectively store the storage devices (local memory) of the self-processors 10 and 20. ) Task 1 using task management information / synchronous communication management information 13 and 23 arranged in 12 and 22
In order to control the execution order of 6, 29, etc., the common memory 41
It is possible to configure an event driven system that does not affect the task execution control in each processor 10 or 20 even if a failure occurs. This event-driven system is a system that changes the task execution order of other processors in response to a task request of an arbitrary processor. Further, the synchronous control between the tasks 16 and 29 is performed by the common memory 4
Since the processing is performed via 1, it is possible to perform high-speed real-time processing.

【0023】図3は本発明方式の第2実施例の構成図を
示す。同図中、図1と同一部分には同一符号を付し、そ
の説明を省略する。
FIG. 3 is a block diagram of the second embodiment of the method of the present invention. In the figure, those parts which are the same as those corresponding parts in FIG. 1 are designated by the same reference numerals, and a description thereof will be omitted.

【0024】図3において、プロセッサ10,20夫々
はカーネル15,25内のメモリブロック獲得返却機能
50,60によって、共通メモリ41のメモリプール7
0内のメモリブロックを動的に使用する。メモリプール
70の各メモリブロック71,72,…には所有権を格
納する所有権設定領域71a,72aが設けられ、この
メモリブロックの返却を行なうプロセッサの識別番号が
格納される。
In FIG. 3, each of the processors 10 and 20 uses the memory block acquisition / return functions 50 and 60 in the kernels 15 and 25 to cause the memory pool 7 of the common memory 41 to operate.
Use memory blocks in 0 dynamically. Each memory block 71, 72, ... Of the memory pool 70 is provided with ownership setting areas 71a, 72a for storing ownership, and stores the identification number of the processor that returns this memory block.

【0025】プロセッサ10よりプロセッサ20にメッ
セージを送る要求があるとき、プロセッサ10のカーネ
ル15内のメモリブロック獲得返却機能50は所有権が
確定していない例えばメモリブロック72の領域72a
に自プロセッサの識別番号を書込み、メッセージ送信機
能51はメモリブロック72にプロセッサ20への送信
メッセージを書込む。またカーネル15はこのメッセー
ジ送信のパラメタ52を自プロセッサのカーネル25に
通知する。これによりカーネル25内のメモリブロック
獲得返却機能60はメモリブロック72の所有権設定領
域72aに自プロセッサの識別番号を書込んだ後、カー
ネル25はメモリブロック72の内容を読取る。この
後、カーネル25はメッセージの読取りを行なった結果
の終了情報53をNMI割込み処理部27に通知する。
NMI割り込み処理部27はこの終了情報53をデータ
受渡領域45に書込む。
When there is a request from the processor 10 to send a message to the processor 20, the memory block acquisition / return function 50 in the kernel 15 of the processor 10 has the ownership not determined, for example, the area 72a of the memory block 72.
The identification number of its own processor is written in, and the message transmission function 51 writes the transmission message to the processor 20 in the memory block 72. Also, the kernel 15 notifies the parameter 25 of this message transmission to the kernel 25 of its own processor. As a result, the memory block acquisition / return function 60 in the kernel 25 writes the identification number of its own processor in the ownership setting area 72a of the memory block 72, and then the kernel 25 reads the contents of the memory block 72. After that, the kernel 25 notifies the NMI interrupt processing unit 27 of the end information 53 as a result of reading the message.
The NMI interrupt processing unit 27 writes this end information 53 in the data delivery area 45.

【0026】プロセッサ10のカーネル15は、パラメ
タ17を共通メモリ41に書込んだ後、所定期間毎に所
定回数だけデータ受渡領域45から終了情報53を読出
し行なう。
After writing the parameter 17 in the common memory 41, the kernel 15 of the processor 10 reads the end information 53 from the data transfer area 45 a predetermined number of times at a predetermined period.

【0027】メモリブロック72の返却の責任はその所
有権を獲得した時点でプロセッサ10からプロセッサ2
0のものとなり、プロセッサ20でメッセージの受取り
が正常に終了するとカーネル25内のメモリブロック獲
得返却機能60はメモリブロック72の所有権設定領域
72aの自プロセッサの識別番号を消去することにより
メモリブロック72を未使用状態として返却する。
The responsibility for returning the memory block 72 is from the processor 10 to the processor 2 when the ownership is acquired.
When the message reception by the processor 20 ends normally, the memory block acquisition / return function 60 in the kernel 25 erases the identification number of the own processor in the ownership setting area 72a of the memory block 72, thereby causing the memory block 72 Is returned as an unused state.

【0028】また、メモリブロック72の所有権がプロ
セッサ20にある期間に、プロセッサ20が何らかの理
由で故障するとメモリブロック72は返却されず、その
内容も保存される。プロセッサ20が故障原因を取り除
かれて処理を開始すると、カーネル25内の初期化機能
61が起動され、メモリプール70で管理されているメ
モリブロックのうちプロセッサ20が所有権を持つメモ
リブロック72等の所有権設定領域72a等の自プロセ
ッサの識別番号を消去して返却する。
Further, if the processor 20 fails for some reason while the ownership of the memory block 72 is in the processor 20, the memory block 72 is not returned, and its contents are also saved. When the processor 20 removes the cause of the failure and starts processing, the initialization function 61 in the kernel 25 is activated, and among the memory blocks managed by the memory pool 70, such as the memory block 72 owned by the processor 20. The identification number of its own processor such as the ownership setting area 72a is erased and returned.

【0029】これにより不要なメモリブロック72はメ
モリプール70に返却され、プロセッサ20のタスク2
9等は全てメモリプール70に自プロセッサの所有権を
持つメモリブロックがない状態から処理を開始し、共通
メモリ41のメモリプール70に未使用のメモリブロッ
クが増大することを防止でき、共通メモリ41を効率的
に使用できる。
As a result, the unnecessary memory block 72 is returned to the memory pool 70, and the task 2 of the processor 20 is returned.
9 and the like can start the processing from a state where there is no memory block having the ownership of the own processor in the memory pool 70, and can prevent the unused memory block from increasing in the memory pool 70 of the common memory 41. Can be used efficiently.

【0030】[0030]

【発明の効果】上述の如く、本発明のマルチプロセッサ
システム制御方式によれば、共通メモリの障害時にも各
プロセッサでタスクを実行でき、共通メモリに未使用の
メモリブロックが増大することを防止して効率的に使用
でき実用上きわめて有用である。
As described above, according to the multiprocessor system control method of the present invention, each processor can execute a task even when a failure occurs in the common memory, and it is possible to prevent an unused memory block from increasing in the common memory. It can be used efficiently and is extremely useful in practice.

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

【図1】本発明方式の第1実施例の原理説明図である。FIG. 1 is a diagram illustrating the principle of a first embodiment of the system of the present invention.

【図2】本発明方式のマルチプロセッサシステムの一実
施例の構成図である。
FIG. 2 is a configuration diagram of an embodiment of a multiprocessor system according to the present invention.

【図3】本発明方式の第2実施例の原理説明図である。FIG. 3 is an explanatory view of the principle of the second embodiment of the system of the present invention.

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

10,20,30 プロセッサ 13,23,33 タスク管理情報・同期通信管理情報 15,25 カーネル 16,29 タスク 27 NMI割込み処理部 40 共通バス 41 共通メモリ 50,60 メモリブロック獲得返却機能 51 メッセージ送信機能 61 初期化機能 70 メモリプール 71,72 メモリブロック 71a,72a 所有権設定領域 10, 20, 30 Processor 13, 23, 33 Task management information / synchronous communication management information 15, 25 Kernel 16, 29 task 27 NMI interrupt processing unit 40 Common bus 41 Common memory 50, 60 Memory block acquisition / return function 51 Message transmission function 61 initialization function 70 memory pool 71, 72 memory block 71a, 72a ownership setting area

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 専用メモリ(12,22,32)を持つ
複数のプロセッサ(10,20,30)と、共通メモリ
(41)とを共通バス(40)で接続し、任意のプロセ
ッサのタスクの要求により他のプロセッサのタスク実行
順序の変更可能なイベント・ドリブン型のマルチプロセ
ッサシステム制御方式において、 該複数のプロセッサの専用メモリ(12,22,32)
夫々に各プロセッサで実行されるタスクとタスクの実行
順序を制御するタスク管理データ(13,23,33)
を記憶し、 任意のプロセッサのタスクの要求を該共通メモリ(4
1)を介して他のプロセッサに通知することを特徴とす
るマルチプロセッサシステム制御方式。
1. A plurality of processors (10, 20, 30) each having a dedicated memory (12, 22, 32) and a common memory (41) are connected by a common bus (40) so that a task of an arbitrary processor can be processed. In an event-driven multiprocessor system control method in which the task execution order of other processors can be changed according to a request, dedicated memories (12, 22, 32) of the plurality of processors
Task management data (13, 23, 33) that controls the tasks executed by each processor and the task execution order
And stores the request of the task of any processor in the common memory (4
A multiprocessor system control method characterized by notifying other processors via 1).
【請求項2】 請求項1記載のマルチプロセッサシステ
ム制御方式において、 共通メモリ(41)に設けたメモリプール(70)から
各プロセッサが獲得した複数のメモリブロック(71,
72)夫々に各プロセッサで所有権を設定してプロセッ
サ間の通信を行ない、 故障から復旧したプロセッサは該メモリプール(70)
の複数のメモリブロック(71,72)のうち自プロセ
ッサの所有権が設定されているメモリブロックを返却す
ることを特徴とするマルチプロセッサシステム制御方
式。
2. The multiprocessor system control method according to claim 1, wherein a plurality of memory blocks (71, 71) acquired by each processor from a memory pool (70) provided in a common memory (41).
72) Ownership is set in each processor and communication between processors is performed, and the processor recovered from the failure is in the memory pool (70).
Of the plurality of memory blocks (71, 72) in which the ownership of the own processor is set is returned.
JP20791291A 1991-08-20 1991-08-20 Multiprocessor system control method Pending JPH0546417A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20791291A JPH0546417A (en) 1991-08-20 1991-08-20 Multiprocessor system control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20791291A JPH0546417A (en) 1991-08-20 1991-08-20 Multiprocessor system control method

Publications (1)

Publication Number Publication Date
JPH0546417A true JPH0546417A (en) 1993-02-26

Family

ID=16547627

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20791291A Pending JPH0546417A (en) 1991-08-20 1991-08-20 Multiprocessor system control method

Country Status (1)

Country Link
JP (1) JPH0546417A (en)

Similar Documents

Publication Publication Date Title
EP0444376B1 (en) Mechanism for passing messages between several processors coupled through a shared intelligent memory
US6484217B1 (en) Managing shared devices in a data processing system
US7162666B2 (en) Multi-processor system having a watchdog for interrupting the multiple processors and deferring preemption until release of spinlocks
US5282272A (en) Interrupt distribution scheme for a computer bus
CN101377750B (en) System and method for cluster fault toleration
US5481707A (en) Dedicated processor for task I/O and memory management
JPH09138754A (en) Distributed check point generation method and computer system to which the method is applied
CA2339783A1 (en) Fault tolerant computer system
US5507032A (en) Multiprocessor I/O request control system forming device drive queue and processor interrupt queue from rows and cells of I/O request table and interrupt request table
JPH04312160A (en) Multiprocessor system and its message transmission and reception controller
US7389507B2 (en) Operating-system-independent modular programming method for robust just-in-time response to multiple asynchronous data streams
JP3891994B2 (en) System and method for draining an in-order queue
US8151028B2 (en) Information processing apparatus and control method thereof
US6418540B1 (en) State transfer with throw-away thread
JPH0546417A (en) Multiprocessor system control method
JP2772052B2 (en) Resource information inheritance processing method
JP2011138401A (en) Processor system, method of controlling the same, and control circuit
JPH0519179B2 (en)
JP2785992B2 (en) Server program management processing method
US20090019259A1 (en) Multiprocessing method and multiprocessor system
JP2772068B2 (en) Data assurance processing method for inherited information
JPS6239789B2 (en)
JPH0944438A (en) Multiplex processing method for synchronous type input/ output instruction
JPH0573507A (en) Reliefing device in message communication between electronic computers
JPH0535507A (en) Central processing unit