JPH11120071A - Common memory access system for processes - Google Patents

Common memory access system for processes

Info

Publication number
JPH11120071A
JPH11120071A JP9303469A JP30346997A JPH11120071A JP H11120071 A JPH11120071 A JP H11120071A JP 9303469 A JP9303469 A JP 9303469A JP 30346997 A JP30346997 A JP 30346997A JP H11120071 A JPH11120071 A JP H11120071A
Authority
JP
Japan
Prior art keywords
access
control table
processes
common control
common
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
JP9303469A
Other languages
Japanese (ja)
Inventor
Makoto Fukushima
誠 福島
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP9303469A priority Critical patent/JPH11120071A/en
Publication of JPH11120071A publication Critical patent/JPH11120071A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Memory System (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide the system which allows processes to access a common memory at the same time without waiting for other processes to end when control is performed by using the common memory that processes can access in common. SOLUTION: This system performs one piece of control by a plurality of control processes 11 to 1n and is equipped with the common memory 3 that the control processes 11 to 1n can access in common and also equipped with a common control table 4 that the control processes 11 to 1n use in common in the common memory 3. In this case, the system is provided with a common control table access process 2 which accepts access indications from the control processes 11 to 1n and accesses the common control table 4, thereby allowing the control processes 11 to 1n to access the common control table 4 through the common control table access process 2 without waiting for other processes to end.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、共有メモリのアク
セス制御方式に関し、特に、複数のプロセスが共通にア
クセス可能な共有メモリを備え、複数のプロセスが同時
に共有メモリをアクセス可能とする方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an access control method for a shared memory, and more particularly, to a method for providing a shared memory that can be accessed by a plurality of processes in common and enabling a plurality of processes to access the shared memory at the same time.

【0002】[0002]

【従来の技術】一つの制御を複数のプロセスが行い、各
プロセスが共通にアクセス可能な共有メモリを備え、こ
の共有メモリ内に各プロセスが共通に制御を行う共通制
御テーブルを有するシステムにおいて、各プロセスが共
通制御テーブルをアクセスする際には、同時に複数のプ
ロセスがアクセスを行わないように、共通制御テーブル
のアクセスを行う前に該共通制御テーブルをロックする
等して排他制御を行う必要がある。このため、各プロセ
スが共通制御テーブルをアクセスする度に、テーブルロ
ックを行う必要があり、複数のプロセスが同時に共通制
御テーブルをアクセスすることができず、処理の遅延を
招くことになる。
2. Description of the Related Art In a system in which one process is controlled by a plurality of processes, each process has a shared memory that can be accessed in common, and a common control table in which each process performs common control is provided in each shared memory. When a process accesses the common control table, it is necessary to perform exclusive control such as by locking the common control table before accessing the common control table so that a plurality of processes do not access at the same time. . For this reason, it is necessary to lock the table every time each process accesses the common control table, and a plurality of processes cannot access the common control table at the same time, which causes a processing delay.

【0003】従来の共有メモリのアクセス方式として、
メモリ領域を共有するタスク間で再入可能にプログラミ
ングされていないサブルーチンを使用可能にするための
メモリを共有するタスク間のデータ競合回避方式とし
て、例えば特開平5−289894号公報には、物理的
なメモリ装置あるいは一つの仮想メモリ空間を共有する
複数のタスクが実行する共有メモリ環境において、全タ
スクによって共有されるプログラム領域と、全タスクに
よって共有されるデータ領域と、全タスクを複数のタス
クグループに分割し各々のグループに属するタスクによ
って共有されるプログラム領域と、全タスク各々に割り
付けられた固有データ領域と、各タスクごとにあるいは
各タスクグループごとにサブルーチンのアドレステーブ
ルを備え、サブルーチンを呼び出す場合に、サブルーチ
ンのアドレスを参照することによって、各グループで共
有されているプログラム領域のサブルーチンを呼び出す
とともに、各グループで共有されるプログラムのプログ
ラム領域のサブルーチンでは各タスクの固有データ領域
をアクセスするようにした方式が開示されている。
As a conventional shared memory access method,
Japanese Patent Laid-Open Publication No. Hei 5-289894 discloses a method for avoiding data conflict between tasks sharing a memory in order to enable use of a subroutine that is not reentrantly programmed between tasks sharing a memory area. In a shared memory environment in which multiple tasks that share a single memory device or a single virtual memory space execute, a program area shared by all tasks, a data area shared by all tasks, and a plurality of task groups When a subroutine is called with a program area shared by tasks belonging to each group and a unique data area allocated to each task, and a subroutine address table for each task or each task group To the address of the subroutine Thus, a method is disclosed in which a subroutine of a program area shared by each group is called, and a unique data area of each task is accessed in a subroutine of a program area of a program shared by each group. .

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来の方式は下記記載の問題点を有している。
However, the above conventional method has the following problems.

【0005】すなわち、全タスクによって共有されるデ
ータ領域またはタスクグループによって共有されるデー
タ領域を複数のタスクが同時にアクセスする場合、ある
タスクが共有されるデータ領域をアクセスする際には、
他のタスクは共有されるデータ領域をアクセスすること
ができず、処理を中断する必要がある、ということであ
る。
That is, when a plurality of tasks simultaneously access a data area shared by all tasks or a data area shared by a task group, when a certain task accesses a data area shared by
Other tasks are unable to access the shared data area and need to suspend processing.

【0006】その理由は、あるタスクが、共有されるデ
ータ領域をアクセスしている最中に、他のタスクが共有
されるデータ領域の同じ場所をアクセスすると、アクセ
ス処理の競合によって不正なアクセスとなるためであ
る。
The reason is that if a task accesses the same location in the shared data area while another task is accessing the shared data area, an illegal access may occur due to contention in access processing. It is because it becomes.

【0007】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、複数のプロセス
が共通にアクセス可能な共有メモリを使用して制御を行
う場合、複数のプロセスが同時に共有メモリをアクセス
する場合でも、他のプロセスの処理を待ち合わせること
なく共有メモリをアクセス可能とするアクセス方式を提
供することにある。
Accordingly, the present invention has been made in view of the above problems, and has as its object to control a plurality of processes by using a shared memory which can be commonly accessed by the plurality of processes. An object of the present invention is to provide an access method that enables access to a shared memory without waiting for processing of another process even when accessing the shared memory at the same time.

【0008】[0008]

【課題を解決するための手段】前記目的を達成するため
本発明に係る、複数プロセスの共有メモリのアクセス方
式は、計算機上で実行される複数のプロセスで共通に使
用する共通制御テーブルを含む共有メモリのアクセス制
御方式において、前記複数のプロセスからのアクセス指
示を受け付け、該アクセス指示に従って前記共通制御テ
ーブルをアクセスする共通制御テーブルアクセス制御手
段を備え、前記各プロセスが、前記共通制御テーブルを
アクセスする場合に、前記共通制御テーブルを直接アク
セスせずに、前記共通制御テーブルアクセス制御手段に
対してアクセス指示を発行し、前記共通制御テーブルア
クセス手段を介して、前記共通制御テーブルをアクセス
する、ことを特徴とする。
In order to achieve the above object, according to the present invention, an access method for a shared memory of a plurality of processes is a shared memory including a common control table commonly used by a plurality of processes executed on a computer. In a memory access control method, a common control table access control means for receiving access instructions from the plurality of processes and accessing the common control table according to the access instructions is provided, and each of the processes accesses the common control table. In this case, an access instruction is issued to the common control table access control unit without directly accessing the common control table, and the common control table is accessed via the common control table access unit. And

【0009】本発明に係る、複数プロセスの共有メモリ
のアクセス方式は、一つの制御を複数の制御プロセスで
行い、前記複数の制御プロセスが共通にアクセス可能な
共有メモリを備え、前記共有メモリ内に前記制御プロセ
スが共通に使用する共通制御テーブルを備えたシステム
において、前記制御プロセスからのアクセス指示を受け
付け、前記共通制御テーブルをアクセスする共通制御テ
ーブルアクセスプロセスを有し、複数の前記制御プロセ
スが、前記共通制御テーブルをアクセスする際に、他の
制御プロセスの処理を待ち合わせることなく、前記共通
制御テーブルアクセスプロセスを介して前記共通制御テ
ーブルをアクセス可能としたことを特徴とする。
According to the method of accessing a shared memory of a plurality of processes according to the present invention, one control is performed by a plurality of control processes, and the plurality of control processes include a shared memory that can be commonly accessed. In a system including a common control table commonly used by the control process, a system having a common control table access process for receiving an access instruction from the control process and accessing the common control table, wherein a plurality of the control processes, When the common control table is accessed, the common control table can be accessed via the common control table access process without waiting for the processing of another control process.

【0010】[0010]

【発明の実施の形態】本発明の実施の形態について以下
に説明する。本発明に係る、複数プロセスの共有メモリ
のアクセス方式は、その好ましい実施の形態において、
制御プロセス(図1の11〜1n)は、共有メモリ(図
1の3)内の共通制御テーブル(図1の4)をアクセス
するために、直接共通制御テーブルをアクセスせずに、
共通制御テーブルをアクセスするための共通制御テーブ
ルアクセスプロセス(図1の2)に対してアクセス指示
を通知する。
Embodiments of the present invention will be described below. An access method of a shared memory of a plurality of processes according to the present invention, in a preferred embodiment thereof,
The control process (11 to 1n in FIG. 1) accesses the common control table (4 in FIG. 1) in the shared memory (3 in FIG. 1) without directly accessing the common control table.
An access instruction is notified to a common control table access process (2 in FIG. 1) for accessing the common control table.

【0011】制御プロセスからのアクセス指示を受け取
った共通制御テーブルアクセスプロセス(図1の2)
は、アクセス指示の内容に従って共有メモリ内の共通制
御テーブル(図1の4)をアクセスする。
A common control table access process that has received an access instruction from the control process (2 in FIG. 1).
Accesses the common control table (4 in FIG. 1) in the shared memory according to the contents of the access instruction.

【0012】本発明の実施の形態においては、複数の制
御プロセスが同時に共通制御テーブルにアクセスしよう
とした場合、直接的に、共通制御テーブルをアクセスせ
ずに、アクセス指示を共通制御テーブルアクセスプロセ
スに通知する。複数の制御プロセスからアクセス指示を
受けた共通制御テーブルアクセスプロセスは、アクセス
指示を受けた順に共通制御テーブルをアクセスする。こ
のため、制御プロセスは他の制御プロセスの処理を待ち
合わせることなく、共通制御テーブルのアクセスが可能
となり、全体の処理のスループットを向上することがで
きる。
In the embodiment of the present invention, when a plurality of control processes try to access the common control table at the same time, an access instruction is sent to the common control table access process without directly accessing the common control table. Notice. The common control table access process that has received an access instruction from a plurality of control processes accesses the common control table in the order in which the access instructions have been received. For this reason, the control process can access the common control table without waiting for the processing of another control process, thereby improving the overall processing throughput.

【0013】[0013]

【実施例】上記した本発明の実施の形態についてさらに
詳細に説明すべく、本発明の一実施例について図面を参
照して以下に説明する。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention;

【0014】図1は、本発明の一実施例の構成を示す図
である。図1を参照すると、本発明の一実施例において
は、一つの制御を行う複数の制御プロセス11〜1n
と、各制御プロセス11〜1nが共通にアクセス可能な
共有メモリ3と、共有メモリ3内に設けられ各制御プロ
セス11〜1nが共通に使用する共通制御テーブル4
と、各制御プロセス11〜1nからのアクセス指示を受
け共通制御テーブル4をアクセスする共通制御テーブル
アクセスプロセス2と、を備えて構成される。
FIG. 1 is a diagram showing the configuration of an embodiment of the present invention. Referring to FIG. 1, in one embodiment of the present invention, a plurality of control processes 11 to 1n for performing one control are performed.
And a shared memory 3 that can be commonly accessed by the control processes 11 to 1n, and a common control table 4 provided in the shared memory 3 and commonly used by the control processes 11 to 1n.
And a common control table access process 2 that receives an access instruction from each of the control processes 11 to 1n and accesses the common control table 4.

【0015】図2は、本発明の一実施例の処理フローを
示す流れ図である。図1及び図2を参照して、本発明の
一実施例の動作について以下に説明する。
FIG. 2 is a flowchart showing a processing flow of an embodiment of the present invention. The operation of one embodiment of the present invention will be described below with reference to FIGS.

【0016】制御プロセス1nにおいて、共有メモリ3
内の共通制御テーブル4にアクセスする事象が発生する
(ステップ21)と、他の制御プロセスの処理にかかわ
らず、アクセス指示を共通制御テーブルアクセスプロセ
ス2に対して通知する(ステップ22)。
In the control process 1n, the shared memory 3
When an event for accessing the common control table 4 occurs in step (step 21), an access instruction is notified to the common control table access process 2 irrespective of the processing of other control processes (step 22).

【0017】共通制御テーブルアクセスプロセス2は、
制御プロセス1nからアクセス指示を受けると、アクセ
ス指示を受け、未だ共通制御テーブル4にアクセスして
いな処理があるか否かを判断し(ステップ23)、未だ
共通制御テーブル4にアクセスしていない処理があれ
ば、未だ共通制御テーブル4にアクセスしていない処理
が完了するのを待ち合わせる(ステップ24)。
The common control table access process 2 comprises:
When an access instruction is received from the control process 1n, the access instruction is received, and it is determined whether or not there is a process that has not yet accessed the common control table 4 (step 23). If there is, the process waits for completion of the process that has not yet accessed the common control table 4 (step 24).

【0018】ステップ23において、未だ共通制御テー
ブル4にアクセスしていない処理が存在しない場合に
は、制御プロセス1nから受けたアクセス指示に従って
共通制御テーブル4をアクセスする(ステップ25)。
In step 23, if there is no process that has not yet accessed the common control table 4, the common control table 4 is accessed according to the access instruction received from the control process 1n (step 25).

【0019】ステップ23の判定結果の如何にかかわら
ず、制御プロセス1nはアクセス指示を通知した後の処
理を継続する。
Regardless of the result of the determination in step 23, the control process 1n continues the processing after notifying the access instruction.

【0020】図3は、本発明をファイルの文字検索シス
テムに適用した一実施例を説明するための図であり、制
御プロセスとして、ファイル内の特定の文字列を検索す
る文字列検索用の複数のプロセスを、共有メモリの共通
制御テーブルとして、検索結果を格納する文字列カウン
タを備えたものである。
FIG. 3 is a diagram for explaining an embodiment in which the present invention is applied to a character search system for a file. As a control process, a plurality of character strings for searching a specific character string in a file are searched. Is provided with a character string counter for storing a search result as a common control table of a shared memory.

【0021】より詳細には、図3を参照すると、ファイ
ルから特定の文字列を検索する複数の文字列サーチプロ
セス11〜1nと、複数の文字列サーチプロセス11〜
1nから共通にアクセス可能な共有メモリ3と、共有メ
モリ3内に各文字列サーチプロセス11〜1nからの検
索結果を格納する文字列カウンタ4′と、各文字列サー
チプロセス11〜1nからのアクセス指示を受け、共有
メモリ3内の文字列カウンタ4′を更新する共通制御テ
ーブルアクセスプロセス2と、を備えて構成されてい
る。
More specifically, referring to FIG. 3, a plurality of character string search processes 11 to 1n for searching a file for a specific character string, and a plurality of character string search processes 11 to 11n.
1n, a character string counter 4 'for storing search results from the character string search processes 11 to 1n in the shared memory 3, and access from the character string search processes 11 to 1n. A common control table access process 2 for receiving an instruction and updating a character string counter 4 'in the shared memory 3.

【0022】複数の文字列サーチプロセス11〜1n
は、各々独立にファイルから文字列を検索し、検索対象
となる文字列が見つかると(図2のステップ21)、共
通制御テーブルアクセスプロセス2に対してアクセス指
示を通知する(図2のステップ22)。共通制御テーブ
ルアクセスプロセス2は、アクセス指示を受けると、ア
クセス指示を受けたもので、未だ文字列カウンタ4′を
更新していない処理があるか否かを判断し(図2のステ
ップ23)、未だ文字列カウンタ4′を更新していない
処理があれば、未だ文字列カウンタ4′を更新していな
い処理が完了するのを待ち合わせる(図2ステップ2
4)。
A plurality of character string search processes 11 to 1n
Searches for a character string from a file independently, and when a character string to be searched is found (step 21 in FIG. 2), notifies an access instruction to the common control table access process 2 (step 22 in FIG. 2). ). Upon receiving the access instruction, the common control table access process 2 determines whether or not there is a process that has received the access instruction and has not yet updated the character string counter 4 '(step 23 in FIG. 2). If there is a process that has not yet updated the character string counter 4 ', the process waits for completion of a process that has not yet updated the character string counter 4' (step 2 in FIG. 2).
4).

【0023】図2のステップ23において、未だ文字列
カウンタ4′を更新していない処理が存在しない場合に
は、文字列サーチプロセス11〜1nから受けたアクセ
ス指示に従って文字列カウンタ4′を更新する(図2の
ステップ25)。そして、ステップ23の判定結果の如
何にかかわらず、文字列サーチプロセス11〜1nはア
クセス指示を通知した後、ファイルからの文字列の検索
処理を継続する。
In step 23 of FIG. 2, if there is no process that has not yet updated the character string counter 4 ', the character string counter 4' is updated according to the access instruction received from the character string search processes 11 to 1n. (Step 25 in FIG. 2). Then, irrespective of the determination result in step 23, the character string search processes 11 to 1n continue the search processing of the character string from the file after notifying the access instruction.

【0024】[0024]

【発明の効果】以上説明したように、本発明によれば、
同時に複数の制御プロセスが共有メモリ内の共通制御テ
ーブルをアクセスする場合、各制御プロセスは、他の制
御プロセスが共通制御プロセスをアクセスしているか否
かによらず、共通制御テーブルアクセスプロセスにアク
セス指示を通知することにより、共通制御テーブルのア
クセスを可能としており、共通制御テーブルのアクセス
の後の処理を継続することにより、全体のスループット
を向上するという、効果を奏する。
As described above, according to the present invention,
When multiple control processes access the common control table in the shared memory at the same time, each control process issues an access instruction to the common control table access process regardless of whether another control process is accessing the common control process. , The access to the common control table is enabled, and by continuing the processing after the access to the common control table, there is an effect that the overall throughput is improved.

【0025】その理由は、次の通りである。すなわち、
複数の制御プロセスが同時に共有メモリ内の共通制御テ
ーブルを直接的にアクセスする場合、共通制御テーブル
排他的にアクセスする必要があるために、各制御プロセ
スは、他の制御プロセスの処理を待ち合わせて共通制御
テーブルをアクセスすることが必要とされるが、本発明
においては、制御プロセスが共通制御テーブルをアクセ
スする場合には、共通制御テーブルアクセスプロセスに
アクセス指示を行い、共通制御テーブルアクセスプロセ
スを介して共通制御テーブルをアクセスする方式とした
ことにより、共通制御テーブルをアクセスするプロセス
が一つとなり、制御プロセス側で、共通制御テーブルを
排他的にアクセスする制御を行うことを不要としたため
である。
The reason is as follows. That is,
When multiple control processes directly access the common control table in the shared memory at the same time, it is necessary to exclusively access the common control table. Although it is necessary to access the control table, in the present invention, when the control process accesses the common control table, it issues an access instruction to the common control table access process, and This is because the method of accessing the common control table becomes a single process to access the common control table, and it is not necessary for the control process to perform control to exclusively access the common control table.

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

【図1】本発明の実施の形態及び一実施例の構成を示す
ブロック図である。
FIG. 1 is a block diagram illustrating a configuration of an embodiment and an example of the present invention.

【図2】本発明の一実施例の動作を説明するための流れ
図である。
FIG. 2 is a flowchart for explaining the operation of one embodiment of the present invention.

【図3】本発明をファイルの文字列検索に適用した一実
施例を示す図である。
FIG. 3 is a diagram showing an embodiment in which the present invention is applied to a character string search of a file.

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

11〜1n 制御プロセス(文字列サーチプロセス) 2 共通制御テーブルアクセスプロセス 3 共有メモリ 4 共通制御テーブル 4′ 文字列カウンタ 11-1n control process (character string search process) 2 common control table access process 3 shared memory 4 common control table 4 'character string counter

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】一つの制御を複数の制御プロセスで行い、
前記複数の制御プロセスが共通にアクセス可能な共有メ
モリを備え、前記共有メモリ内に前記制御プロセスが共
通に使用する共通制御テーブルを備えたシステムにおい
て、 前記制御プロセスからのアクセス指示を受け付け、前記
共通制御テーブルをアクセスする共通制御テーブルアク
セスプロセスを有し、 複数の前記制御プロセスが、前記共通制御テーブルをア
クセスする際に、他の制御プロセスの処理を待ち合わせ
ることなく、前記共通制御テーブルアクセスプロセスを
介して前記共通制御テーブルをアクセス可能としたこと
を特徴とする、複数のプロセスの共有メモリアクセス方
式。
1. One control is performed by a plurality of control processes.
In a system including a shared memory commonly accessible by the plurality of control processes, and a common control table used by the control processes in the shared memory, an access instruction from the control process is received; A common control table access process for accessing a control table, wherein the plurality of control processes, when accessing the common control table, do not wait for the processing of another control process, and via the common control table access process. A shared memory access method for a plurality of processes, wherein the shared control table is made accessible.
【請求項2】計算機上で実行される複数のプロセスで共
通に使用する共通制御テーブルを含む共有メモリのアク
セス制御方式において、 前記複数のプロセスからのアクセス指示を受け付け、該
アクセス指示に従って前記共通制御テーブルをアクセス
する共通制御テーブルアクセス制御手段を備え、 前記各プロセスが、前記共通制御テーブルをアクセスす
る場合に、前記共通制御テーブルを直接アクセスせず
に、前記共通制御テーブルアクセス制御手段に対してア
クセス指示を発行し、前記共通制御テーブルアクセス手
段を介して、前記共通制御テーブルをアクセスすること
を特徴とする、複数のプロセスの共有メモリアクセス方
式。
2. An access control method for a shared memory including a common control table commonly used by a plurality of processes executed on a computer, wherein an access instruction from the plurality of processes is received, and the common control is performed according to the access instruction. A common control table access control means for accessing a table, wherein each of the processes, when accessing the common control table, does not directly access the common control table, but issues an access instruction to the common control table access control means. And accessing the common control table via the common control table access means.
【請求項3】前記共通制御テーブルアクセス制御手段
が、前記プロセスからのアクセス指示の順に従って前記
共通制御テーブルをアクセスすることを特徴とする、請
求項2記載の複数のプロセスの共有メモリアクセス方
式。
3. The shared memory access method for a plurality of processes according to claim 2, wherein said common control table access control means accesses said common control table in accordance with an access instruction from said process.
JP9303469A 1997-10-17 1997-10-17 Common memory access system for processes Pending JPH11120071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9303469A JPH11120071A (en) 1997-10-17 1997-10-17 Common memory access system for processes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9303469A JPH11120071A (en) 1997-10-17 1997-10-17 Common memory access system for processes

Publications (1)

Publication Number Publication Date
JPH11120071A true JPH11120071A (en) 1999-04-30

Family

ID=17921346

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9303469A Pending JPH11120071A (en) 1997-10-17 1997-10-17 Common memory access system for processes

Country Status (1)

Country Link
JP (1) JPH11120071A (en)

Similar Documents

Publication Publication Date Title
EP0682312A2 (en) Hardware implemented locking mechanism for parallel/distributed computer system
US20140025922A1 (en) Providing multiple quiesce state machines in a computing environment
JPH05134915A (en) Locking method of data resource in common data system and data-lock controlling method between systems
JPH10320272A (en) Computer system having multiprocessor and memory page position controlling method for the system
US6629195B2 (en) Implementing semaphores in a content addressable memory
US7130982B2 (en) Logical memory tags for redirected DMA operations
JPH07325760A (en) Storage control method/device for information processing system
JPH11120071A (en) Common memory access system for processes
JP2843748B2 (en) Exclusive control method
JPH0370038A (en) Variable allocating system for high-level language program
JPH0969072A (en) Memory mapped i/o control circuit
JP2787107B2 (en) Buffer control system and device
JP3073903B2 (en) Information processing apparatus and I / O interrupt control method thereof
JPS6345654A (en) Invalidation processing system for information processor
JP3022398B2 (en) Virtual computer system
JPH08272667A (en) File access control system
JPH04107634A (en) Memory data bypass control system
JPS62214466A (en) Lock control system for storage device
JPH0324643A (en) Page assigning system for data base
JPH01284960A (en) Use priority determining system for memory device
JPH05151174A (en) Synchronizing system for multiprocessor
JPS6327740B2 (en)
JPH03122736A (en) Data processor
JPH0391055A (en) Method for setting hardware lock, hardware lock controller, method and device for detecting hardware lock
JPH06110815A (en) I/o channel control system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010703