JP2000148577A - Method and device for controlling access - Google Patents

Method and device for controlling access

Info

Publication number
JP2000148577A
JP2000148577A JP10317599A JP31759998A JP2000148577A JP 2000148577 A JP2000148577 A JP 2000148577A JP 10317599 A JP10317599 A JP 10317599A JP 31759998 A JP31759998 A JP 31759998A JP 2000148577 A JP2000148577 A JP 2000148577A
Authority
JP
Japan
Prior art keywords
access
time
memory
module
processes
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.)
Withdrawn
Application number
JP10317599A
Other languages
Japanese (ja)
Inventor
Toshihiro Sonoda
俊浩 園田
Fumio Honda
文雄 本田
Naoki Nishiguchi
直樹 西口
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 JP10317599A priority Critical patent/JP2000148577A/en
Publication of JP2000148577A publication Critical patent/JP2000148577A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the competition of accesses to a shared area in a state of asynchronous memory accesses to the shared area by plural processes. SOLUTION: A table management module E registers time attribute information in a management list E1. Then the module E acquires a prescribed period and access time in each process, prepares a time table by executing scheduling so as not to generate the competion of memory accesses to a shared area and sets up the time table in a time management module F. The module E receiving change timing informed of from the module F based on the time table applies a command for acquiring an access attribute to be set up from a structure corresponding to a specified process and setting up the attribute in a storage protection table to a storage protection module C.

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 controlling access to a memory block in a computer capable of executing a plurality of processes asynchronously, and more particularly, to sharing a memory block among a plurality of processes. Access control method characterized by the configuration for

【0002】[0002]

【従来の技術】仮想記憶とは、主記憶装置の実際の記憶
容量よりも大きい記憶領域の使用を可能にする記憶方式
である。具体的には、コンピュータに、その主記憶装置
より記憶容量が大きい2次記憶装置を設け、また、読み
出し命令及び書き込み命令に基づき、その通常の動作に
加えて両者間における相互方向のデータ転送を可能にな
し、更にまた、主記憶装置の記憶領域を差し替え可能な
複数のページに分割して管理すべくなしておく。
2. Description of the Related Art Virtual storage is a storage method that enables the use of a storage area larger than the actual storage capacity of a main storage device. Specifically, a computer is provided with a secondary storage device having a larger storage capacity than its main storage device, and based on a read command and a write command, performs a mutual data transfer between the two in addition to its normal operation. It is not possible, and the storage area of the main storage device is divided into a plurality of replaceable pages and managed.

【0003】ページの管理は、プロセスがアクセス可能
な仮想的なアドレス空間と主記憶装置のメモリ空間との
ページ毎の対応付けを表すページテーブルに基づき行わ
れる。すなわち、データの書き込みに際して主記憶装置
の記憶容量が不足したとき、適当なページの記憶内容を
2次記憶装置へ掃き出し、前記ページの記憶容量を空き
容量として確保する。また、主記憶装置から2次記憶装
置へ掃き出されたデータの読み出しが発生したとき、前
記データを2次記憶装置から読み出していずれかのペー
ジにロードする。
[0003] The management of pages is performed based on a page table representing the correspondence between the virtual address space accessible by the process and the memory space of the main storage device for each page. That is, when the storage capacity of the main storage device becomes insufficient at the time of data writing, the storage contents of an appropriate page are flushed to the secondary storage device, and the storage capacity of the page is secured as free space. Further, when reading of the data swept from the main storage device to the secondary storage device occurs, the data is read from the secondary storage device and loaded into any one of the pages.

【0004】記憶方式として仮想記憶を採用し、しかも
複数のプロセスの同時実行を可能になしたコンピュータ
においては、異なるプロセスのページテーブルのエント
リを主記憶装置の同一の物理アドレスに設定することに
よって、前記物理アドレスにより規定されるページにロ
ードされたデータを複数のプロセス間で共有する(共用
する)ことが可能である。このように、複数のプロセス
により共有されるページのことを共有メモリという。ま
た主記憶装置において、共有メモリとして使用される領
域のことを共有領域という。
In a computer that employs virtual storage as a storage method and enables simultaneous execution of a plurality of processes, an entry in a page table of a different process is set to the same physical address of a main storage device. The data loaded on the page specified by the physical address can be shared (shared) between a plurality of processes. A page shared by a plurality of processes is called a shared memory. In the main storage device, an area used as a shared memory is called a shared area.

【0005】共有メモリは、例えば、画像データ等の容
量が大きいデータをプロセス間転送する場面において効
果を発揮する。共有メモリを使用しない場合は、プロセ
ス間のメッセージ通信手順に基づいて予め伝送路を形成
しておく。そして、転送元のプロセスから受け渡すべき
データを前記伝送路に送出して、転送先のプロセスに受
信させる。一方、共有メモリを使用する場合は、予めデ
ータの受渡しに係るプロセス間で共有する共有メモリを
設定しておき、転送元のプロセスにおいて受け渡すべき
データを前記共有メモリに格納することによって目的が
達成されるため、処理負担を軽減することができる。
[0005] The shared memory is effective when data having a large capacity, such as image data, is transferred between processes. When a shared memory is not used, a transmission path is formed in advance based on a message communication procedure between processes. Then, the data to be delivered from the transfer source process is transmitted to the transmission path, and is received by the transfer destination process. On the other hand, when the shared memory is used, the object is achieved by setting in advance a shared memory to be shared between processes related to data transfer and storing data to be transferred in the transfer source process in the shared memory. Therefore, the processing load can be reduced.

【0006】ところで、複数のプロセスが非同期にメモ
リアクセスすることを可能になしてあるシステムにおい
て前述の共有メモリを使用すると、メモリアクセスの競
合が生じて処理障害を引き起こすため、このような状況
を回避すべく排他制御が行われている。
By the way, if the above-mentioned shared memory is used in a system in which a plurality of processes can access a memory asynchronously, a conflict in memory access occurs and a processing failure is caused. Exclusive control is performed as much as possible.

【0007】排他制御の手法としては、例えば、あるプ
ロセスがメモリアクセスを行っている共有領域に他のプ
ロセスがメモリアクセスを行ったとき、競合するメモリ
アクセスが全て読み出しアクセスである場合には、逐次
これらを処理し、また実行中のメモリアクセスが書き込
みアクセスである場合には、その書き込みアクセスに係
るプロセスの実行が終了するまで他のプロセスのメモリ
アクセスを待たせる方法が一般的に採用されている。
As an exclusive control method, for example, when a certain process accesses a shared area where a memory access is performed by another process, and when all competing memory accesses are read accesses, In general, a method is employed in which these processes are processed, and when the memory access being executed is a write access, the memory access of another process is made to wait until the execution of the process related to the write access ends. .

【0008】また、データ更新のための書き込みアクセ
スの遅延が許容される状況においては、読み出しアクセ
スに係るプロセスが待たされる時間を短縮するために、
書き込むべきデータをアクセス対象の共有領域とは異な
る領域に一時保存しておいて、前記共有領域におけるメ
モリアクセスの競合が解消されたとき、保存しておいた
データを前記共有領域へ書き込むべくなすことにより、
書き込みアクセスが行われている最中であっても、共有
領域において読み出しアクセスを可能にする方法が提案
されている。
Further, in a situation where a delay in write access for updating data is allowed, in order to reduce the time for which a process related to read access waits,
Data to be written is temporarily stored in an area different from the shared area to be accessed, and when contention for memory access in the shared area is resolved, the stored data is written to the shared area. By
A method has been proposed that enables read access in a shared area even while write access is being performed.

【0009】[0009]

【発明が解決しようとする課題】しかし、第1の方法に
よると、共有領域への書き込みアクセスに他のメモリア
クセスが競合した状況において、前者に係るプロセスが
多くの処理時間を必要とする場合に、後者のプロセスは
長時間待たされることになるという問題がある。また、
第2の方法によると、書き込みアクセスの都度、一時保
存のための領域に格納しておいたデータを共有領域へ書
き込む処理が必要になるため、例えば共有領域が大きい
場合などに、書き込む処理に要する時間が問題となる。
However, according to the first method, in a situation where another memory access competes with a write access to the shared area, the former process requires a lot of processing time. However, there is a problem that the latter process has to wait for a long time. Also,
According to the second method, every time a write access is performed, a process of writing data stored in an area for temporary storage to a shared area is required. For example, when the shared area is large, the writing process is required. Time matters.

【0010】本発明は斯かる事情に鑑みてなされたもの
であって、複数のプロセスが共有領域へ非同期にメモリ
アクセスする状況において、排他制御に代えて各プロセ
スによるメモリアクセスの期間を管理すべくなすことに
より、メモリアクセスの競合の解決を図るアクセス制御
方法及びアクセス制御装置の提供を目的とする。
The present invention has been made in view of such circumstances, and in a situation where a plurality of processes asynchronously access a memory to a shared area, instead of exclusive control, a period of memory access by each process is managed. By doing so, an object of the present invention is to provide an access control method and an access control device for solving contention of memory access.

【0011】[0011]

【課題を解決するための手段】第1発明に係るアクセス
制御方法は、複数のプロセスをプロセス毎に所定の周期
で繰り返し実行するときに、複数のプロセス間で共用さ
れるメモリブロックへのアクセスを制御するアクセス制
御方法であって、プロセス毎にメモリブロックへのアク
セス時間の設定を受け付け、所定の周期及び設定された
アクセス時間に基づき、各プロセスに前記メモリブロッ
クへのアクセス期間を設定し、設定したアクセス期間に
従って、前記メモリブロックへのアクセスを制御するこ
とを特徴とする。
An access control method according to a first aspect of the present invention provides a method of controlling access to a memory block shared by a plurality of processes when a plurality of processes are repeatedly executed at a predetermined cycle for each process. An access control method for controlling, wherein a setting of an access time to a memory block is received for each process, and an access period to the memory block is set for each process based on a predetermined cycle and a set access time, and the setting is performed. The access to the memory block is controlled according to the set access period.

【0012】第2発明に係るアクセス制御装置は、複数
のプロセスをプロセス毎に所定の周期で繰り返し実行す
るときに、複数のプロセス間で共用されるメモリブロッ
クへのアクセスを制御するアクセス制御装置であって、
プロセス毎にメモリブロックへのアクセス時間の設定を
受け付ける手段と、所定の周期及び設定されたアクセス
時間に基づき、各プロセスに前記メモリブロックへのア
クセス期間を設定する手段と、設定したアクセス期間に
従って、前記メモリブロックへのアクセスを制御する手
段とを備えることを特徴とする。
An access control device according to a second invention is an access control device for controlling access to a memory block shared by a plurality of processes when a plurality of processes are repeatedly executed at a predetermined cycle for each process. So,
Means for receiving the setting of the access time to the memory block for each process; means for setting the access period to the memory block for each process based on a predetermined cycle and the set access time; and Means for controlling access to the memory block.

【0013】図4は本発明に係るアクセス制御の概念を
表す概念図である。図において、A,Bはユーザプロセ
スである。ユーザプロセスA,Bは、それぞれ仮想アド
レス空間A1,B1を有しており、この仮想アドレス空間へ
のメモリアクセスは、記憶保護モジュールCを介して行
われる。すなわち、記憶保護モジュールCはユーザプロ
セスA,Bが要求するメモリアクセスに対して、夫々の
ページテーブルである記憶保護テーブルCA,CBを参照
し、その目的の仮想アドレスを物理メモリ空間D上にア
ドレス変換して所要のメモリアクセスを実行する。
FIG. 4 is a conceptual diagram showing the concept of access control according to the present invention. In the figure, A and B are user processes. The user processes A and B have virtual address spaces A1 and B1, respectively, and memory access to the virtual address spaces is performed via the storage protection module C. That is, the memory protection module C refers to the memory protection tables CA and CB, which are the respective page tables, for the memory access requested by the user processes A and B, and stores the target virtual address in the physical memory space D. Convert and perform the required memory access.

【0014】また、図示の如く、記憶保護テーブルCAの
エントリと記憶保護テーブルCBのエントリとを同一のア
ドレスに対応付けると、このアドレスにより規定される
ページをユーザプロセスA及びユーザプロセスBの間で
共有させることができる。更にまた、記憶保護テーブル
CA,CBにおいては、他のプロセスと共有するページにつ
いて以下のアクセス属性、即ち書き込み/読み出し可能
(WRITE),読み出しのみ可能 (READ) ,アクセス不可能
(NO-ACCESS)を設定可能になしてあって、これに基づき
各プロセスの前記ページに対するアクセスを制御する。
As shown in the figure, when the entry of the storage protection table CA and the entry of the storage protection table CB are associated with the same address, the page specified by this address is shared between the user process A and the user process B. Can be done. Furthermore, the memory protection table
In CA and CB, the following access attributes for pages shared with other processes, that is, writable / readable
(WRITE), read only (READ), inaccessible
(NO-ACCESS) can be set, and based on this, the access of each process to the page is controlled.

【0015】一方、ユーザプロセスA,Bは、そのプロ
セスの周期,メモリブロックへのアクセス時間,起動す
るスレッド及びアクセス属性の指定などを含む時間属性
情報の設定依頼を、その必要が生じる都度、テーブル管
理モジュールEへ与える。テーブル管理モジュールE
は、前述の如き時間属性情報の設定依頼を受け付けたと
き、これを管理リストE1に登録する。管理リストE1は、
プロセス毎に一つの構造体を割当てて時間属性情報を格
納し、この構造体をリストにしたものである。またテー
ブル管理モジュールEは、時間属性情報の管理リストE1
への登録を受けて、各プロセスに所定の周期及びアクセ
ス時間を取得し、共有領域においてメモリアクセスが競
合しないようにスケジューリングを行って、タイムテー
ブルを作成する。そして、時間管理モジュールFへ指令
を与えて、このタイムテーブルを設定する。
On the other hand, each time the user processes A and B need to set time attribute information including the cycle of the process, the access time to the memory block, the designation of the thread to be started and the access attribute, etc. Give to the management module E. Table management module E
Receives the time attribute information setting request as described above, and registers this in the management list E1. The management list E1 is
One structure is allocated to each process, time attribute information is stored, and this structure is listed. Further, the table management module E includes a management list E1 of time attribute information.
In response to the registration, a predetermined cycle and access time are obtained for each process, and scheduling is performed so that memory access in the shared area does not conflict, and a time table is created. Then, a command is given to the time management module F to set this time table.

【0016】時間管理モジュールFはクロック信号の供
給を受けており、設定されたタイムテーブルF1に従っ
て、所要のプロセスのアクセス属性を変更すべき時間に
達したことを表す変更タイミングをテーブル管理モジュ
ールEへ通知する。変更タイミングの通知を受けたテー
ブル管理モジュールEは、指定のプロセスと対応する構
造体から設定すべきアクセス属性を取得し、これを記憶
保護テーブルに設定する指令を記憶保護モジュールCへ
与える。記憶保護テーブルの設定指令を受けた記憶保護
モジュールCは、指定の記憶保護テーブルの設定内容を
更新する。これ以降、更新後の記憶保護テーブルに従っ
て各プロセスのアクセスを制御する。
The time management module F is supplied with a clock signal, and sends a change timing indicating that the time to change the access attribute of a required process to the table management module E according to the set time table F1. Notice. The table management module E that has received the notification of the change timing acquires the access attribute to be set from the structure corresponding to the specified process, and gives the storage protection module C a command to set this in the storage protection table. The storage protection module C that has received the storage protection table setting command updates the setting contents of the specified storage protection table. Thereafter, the access of each process is controlled according to the updated storage protection table.

【0017】図5は時間管理モジュールFに設定される
タイムテーブルの一例を説明するための説明図である。
図において(A)は、ユーザプロセスAの周期がT1,ア
クセス時間がt1であることを表している。また(B)
は、ユーザプロセスBの周期がT2,アクセス時間がt2で
あることを表している。期間T2は期間T1の2倍の長さを
有している。そして(C)は、ユーザプロセスA及びユ
ーザプロセスBについてスケジューリングを行って得ら
れたタイムテーブルを表している。図に示すように、期
間T2においてユーザプロセスA及びユーザプロセスB
は、夫々2回及び1回のメモリアクセスを行うようにア
クセス時間が割り当てられている。時間管理モジュール
Fはこのタイムテーブルに従って、割り当ててあるアク
セス時間の開始時刻Ta,Tb,Tc,…に達する都度、所要
の変更タイミングをテーブル管理モジュールEへ通知す
る。
FIG. 5 is an explanatory diagram for explaining an example of a time table set in the time management module F.
In the figure, (A) indicates that the cycle of the user process A is T1 and the access time is t1. Also (B)
Indicates that the cycle of the user process B is T2 and the access time is t2. The period T2 is twice as long as the period T1. (C) shows a time table obtained by performing scheduling for the user process A and the user process B. As shown in the figure, the user process A and the user process B in the period T2
Are assigned access times such that memory access is performed twice and once, respectively. The time management module F notifies the table management module E of a required change timing every time the assigned access time reaches the start time Ta, Tb, Tc,... According to the time table.

【0018】以上の如く、第1発明及び第2発明におい
ては、共有領域においてメモリアクセスが競合しないよ
うに予めタイムテーブルを作成しておき、これに従って
アクセスを制御するため、排他制御が抱えている問題点
を解決することができる。
As described above, in the first invention and the second invention, a time table is created in advance so that memory access does not conflict in the shared area, and access is controlled in accordance with the time table. The problem can be solved.

【0019】[0019]

【発明の実施の形態】図1は本発明装置のハードウェア
構成を示すブロック図である。図において、1はパーソ
ナルコンピュータであり、液晶ディスプレイを用いてな
るディスプレイ2並びにマウス又はスライドパッドを用
いてなるポインティングデバイス3を備えている。また
パーソナルコンピュータ1は、ポインティングデバイス
3から与えられる信号を制御するI/O制御部4を備え
ており、I/O制御部4は前記信号をハードウェア割り
込み信号としてCPU5へ与える。CPU5はワークメ
モリとしてのメモリ6,表示画面と対応する表示データ
を格納するVRAM7,該表示データのディスプレイ2
における表示を制御する表示制御部8及び所要の設定情
報,プログラムを記憶してある記憶部9と接続してお
り、与えられたハードウェア割り込み信号に基づき、前
記プログラムの処理手順に従って処理を実行する。
FIG. 1 is a block diagram showing a hardware configuration of a device according to the present invention. In FIG. 1, reference numeral 1 denotes a personal computer, which includes a display 2 using a liquid crystal display and a pointing device 3 using a mouse or a slide pad. The personal computer 1 also includes an I / O control unit 4 for controlling a signal provided from the pointing device 3, and the I / O control unit 4 provides the signal to the CPU 5 as a hardware interrupt signal. The CPU 5 has a memory 6 as a work memory, a VRAM 7 for storing display data corresponding to a display screen, and a display 2 for the display data.
Is connected to a display control unit 8 for controlling the display and a storage unit 9 for storing required setting information and a program, and executes processing in accordance with the processing procedure of the program based on a given hardware interrupt signal. .

【0020】図2は本発明装置のスケジューリングに係
る動作シーケンスを説明するための状態遷移図であっ
て、CPU5により実行されるプログラムに含まれるテ
ーブル管理モジュールの実行状態を表している。初期状
態11においては、時間属性情報の設定依頼があるまで待
機する。初期状態11において、設定依頼を受け付けたと
き、時間属性に基づくスケジューリング処理12を行い、
その結果に応じて2つの処理を選択する。すなわち、ス
ケジューリングに成功したとき、時間属性情報の管理リ
ストへの登録処理13を行う。また、スケジューリングに
失敗したとき、設定依頼に係るプロセスに対して失敗の
通知処理14を行う。管理リストへの登録処理13におい
て、処理に成功したとき、タイムテーブルの設定処理15
を行う。これに成功したとき、設定依頼に係るプロセス
に対して成功の通知処理16を行う。管理リストへの登録
処理13及びタイムテーブルの設定処理15において、処理
に失敗したとき、失敗の通知処理14を行う。
FIG. 2 is a state transition diagram for explaining an operation sequence relating to scheduling of the apparatus of the present invention, and shows an execution state of a table management module included in a program executed by the CPU 5. In the initial state 11, the process waits until there is a request for setting the time attribute information. In the initial state 11, when a setting request is received, a scheduling process 12 based on a time attribute is performed,
Two processes are selected according to the result. That is, when the scheduling is successful, the registration process 13 of the time attribute information in the management list is performed. Further, when the scheduling fails, the failure notification processing 14 is performed for the process related to the setting request. In the registration process 13 in the management list, when the process is successful, the time table setting process 15
I do. When this succeeds, a notification process 16 of success is performed for the process related to the setting request. In the management list registration process 13 and the time table setting process 15, when the process fails, a failure notification process 14 is performed.

【0021】図3は本発明装置の記憶保護に係る動作手
順を示すフローチャートである。クロックの供給を受け
た時間管理モジュールは、タイムスケジュールに基づき
所要のプロセスを指定して、変更タイミングをテーブル
管理モジュールへ通知する(S1)。変更タイミングの通知
を受けたテーブル管理モジュールは、指定されたプロセ
スについて管理リストに登録してあるアクセス属性を取
得し、記憶保護テーブルを設定する(S2)。以上の手順を
繰り返し実行する。このようにして記憶保護テーブルを
設定して各プロセスのメモリアクセスを制御するから、
排他制御によらずにメモリアクセスの競合を解決でき
る。
FIG. 3 is a flowchart showing an operation procedure relating to memory protection of the device of the present invention. The time management module that has received the clock specifies a required process based on the time schedule and notifies the table management module of the change timing (S1). The table management module that has received the notification of the change timing acquires the access attribute registered in the management list for the specified process, and sets the storage protection table (S2). Repeat the above procedure. Since the memory protection table is set in this way to control the memory access of each process,
Memory access conflicts can be resolved without using exclusive control.

【0022】[0022]

【発明の効果】以上の如き第1発明のアクセス制御方法
及び第2発明のアクセス制御装置によっては、複数のプ
ロセスが共用されるメモリブロックへ非同期にメモリア
クセスする状況において、前記メモリブロックへのアク
セスが競合しないように、各プロセスにアクセス期間を
予め設定しておき、このアクセス期間に従ってアクセス
を制御するから、アクセス制御の効率化に優れた効果を
奏する。
According to the access control method of the first invention and the access control device of the second invention as described above, in the situation where a plurality of processes asynchronously access a shared memory block, the access to the memory block is performed. An access period is set in advance for each process so that no conflict occurs, and access is controlled in accordance with the access period. Therefore, an excellent effect of efficient access control is achieved.

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

【図1】本発明装置のハードウェア構成を示すブロック
図である。
FIG. 1 is a block diagram illustrating a hardware configuration of a device of the present invention.

【図2】本発明装置のスケジューリングに係る動作シー
ケンスを説明するための状態遷移図である。
FIG. 2 is a state transition diagram for explaining an operation sequence related to scheduling of the device of the present invention.

【図3】本発明装置の記憶保護に係る動作手順を示すフ
ローチャートである。
FIG. 3 is a flowchart showing an operation procedure relating to memory protection of the device of the present invention.

【図4】本発明に係るアクセス制御の概念を表す概念図
である。
FIG. 4 is a conceptual diagram illustrating a concept of access control according to the present invention.

【図5】時間管理モジュールに設定されるタイムテーブ
ルの一例を説明するための説明図である。
FIG. 5 is an explanatory diagram illustrating an example of a time table set in a time management module.

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

11 初期状態 12 時間属性に基づくスケジューリング処理 13 管理リストへの登録処理 14 失敗の通知処理 15 タイムテーブルの設定処理 16 成功の通知処理 11 Initial state 12 Scheduling process based on time attribute 13 Registration process to management list 14 Failure notification process 15 Time table setting process 16 Success notification process

───────────────────────────────────────────────────── フロントページの続き (72)発明者 西口 直樹 神奈川県川崎市中原区上小田中4丁目1番 1号 富士通株式会社内 Fターム(参考) 5B005 JJ23 MM33 RR02 5B060 AA06 CA08 5B098 AA03 FF02 GA04 GD03 GD15 HH07  ────────────────────────────────────────────────── ─── Continuing from the front page (72) Inventor Naoki Nishiguchi 4-1-1, Kamiodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa F-term in Fujitsu Limited (Reference) 5B005 JJ23 MM33 RR02 5B060 AA06 CA08 5B098 AA03 FF02 GA04 GD03 GD15 HH07

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセスをプロセス毎に所定の周
期で繰り返し実行するときに、複数のプロセス間で共用
されるメモリブロックへのアクセスを制御するアクセス
制御方法であって、 プロセス毎にメモリブロックへのアクセス時間の設定を
受け付け、所定の周期及び設定されたアクセス時間に基
づき、各プロセスに前記メモリブロックへのアクセス期
間を設定し、設定したアクセス期間に従って、前記メモ
リブロックへのアクセスを制御することを特徴とするア
クセス制御方法。
1. An access control method for controlling access to a memory block shared by a plurality of processes when a plurality of processes are repeatedly executed at a predetermined cycle for each process. Setting of an access time to the memory block, setting an access period to the memory block in each process based on a predetermined cycle and the set access time, and controlling access to the memory block according to the set access period. An access control method, characterized in that:
【請求項2】 複数のプロセスをプロセス毎に所定の周
期で繰り返し実行するときに、複数のプロセス間で共用
されるメモリブロックへのアクセスを制御するアクセス
制御装置であって、 プロセス毎にメモリブロックへのアクセス時間の設定を
受け付ける手段と、 所定の周期及び設定されたアクセス時間に基づき、各プ
ロセスに前記メモリブロックへのアクセス期間を設定す
る手段と、 設定したアクセス期間に従って、前記メモリブロックへ
のアクセスを制御する手段とを備えることを特徴とする
アクセス制御装置。
2. An access control device for controlling access to a memory block shared by a plurality of processes when a plurality of processes are repeatedly executed at a predetermined cycle for each process, comprising: Means for receiving the setting of the access time to the memory block; means for setting the access period to the memory block for each process based on a predetermined cycle and the set access time; and An access control device, comprising: means for controlling access.
JP10317599A 1998-11-09 1998-11-09 Method and device for controlling access Withdrawn JP2000148577A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10317599A JP2000148577A (en) 1998-11-09 1998-11-09 Method and device for controlling access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10317599A JP2000148577A (en) 1998-11-09 1998-11-09 Method and device for controlling access

Publications (1)

Publication Number Publication Date
JP2000148577A true JP2000148577A (en) 2000-05-30

Family

ID=18090017

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10317599A Withdrawn JP2000148577A (en) 1998-11-09 1998-11-09 Method and device for controlling access

Country Status (1)

Country Link
JP (1) JP2000148577A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002015009A1 (en) * 2000-08-16 2002-02-21 Sony Corporation Information processing device, information processing method, and robot apparatus
JP2008009697A (en) * 2006-06-29 2008-01-17 Fuji Xerox Co Ltd Image processor and program
WO2012014313A1 (en) * 2010-07-30 2012-02-02 富士通株式会社 Multi-core processor system, thread control method, and thread control program
JP2012048420A (en) * 2010-08-25 2012-03-08 Fujitsu Ltd Wireless communication system, wireless communication method and wireless communication program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002015009A1 (en) * 2000-08-16 2002-02-21 Sony Corporation Information processing device, information processing method, and robot apparatus
EP1310870A1 (en) * 2000-08-16 2003-05-14 Sony Corporation Information processing device, information processing method, and robot apparatus
US7228201B2 (en) 2000-08-16 2007-06-05 Sony Corporation Information processing device, information processing method, and robot apparatus
EP1310870A4 (en) * 2000-08-16 2008-07-02 Sony Corp Information processing device, information processing method, and robot apparatus
JP2008009697A (en) * 2006-06-29 2008-01-17 Fuji Xerox Co Ltd Image processor and program
WO2012014313A1 (en) * 2010-07-30 2012-02-02 富士通株式会社 Multi-core processor system, thread control method, and thread control program
JP5321748B2 (en) * 2010-07-30 2013-10-23 富士通株式会社 Multi-core processor system, thread control method, and thread control program
JP2012048420A (en) * 2010-08-25 2012-03-08 Fujitsu Ltd Wireless communication system, wireless communication method and wireless communication program

Similar Documents

Publication Publication Date Title
US6820187B2 (en) Multiprocessor system and control method thereof
US6631462B1 (en) Memory shared between processing threads
JP3659062B2 (en) Computer system
JPH02267634A (en) Interrupt system
US7856635B2 (en) Dynamic address windowing on a PCI bus
JPH04229355A (en) Data access method and data processing system
US5594880A (en) System for executing a plurality of tasks within an instruction in different orders depending upon a conditional value
JP2821345B2 (en) Asynchronous I / O control method
US8117626B2 (en) Asynchronous remote procedure calling method and computer product in shared-memory multiprocessor
JP2000148577A (en) Method and device for controlling access
US5522060A (en) Multiprocessor memory managing system and method for executing sequentially renewed instructions by locking and alternately reading slave memories
JP3516049B2 (en) Batch job control system
JP2007241922A (en) Arbitration method for use of shared resource, and arbitration device therefor
JP2002014827A (en) Method for controlling and visualizing process
JP2588175B2 (en) Hash table entry exclusive processing device
JPH0519179B2 (en)
JPH1185673A (en) Method and device for controlling shared bus
JPS6120155A (en) Memory access control device
JPH10161985A (en) Processor allocating method, and multiprocessor computer system
JP2001075826A (en) System for high-efficiency semaphore processing by parallel computer
JPS5860357A (en) Controlling system for task control table
JPH10307802A (en) Data transfer device by multi-buffer control in parallel computers
JPS6382537A (en) Address control circuit
JPH1063573A (en) Memory controller
JPH11306077A (en) Memory management method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110