JPH03223937A - Using method of shared data area - Google Patents
Using method of shared data areaInfo
- Publication number
- JPH03223937A JPH03223937A JP1774190A JP1774190A JPH03223937A JP H03223937 A JPH03223937 A JP H03223937A JP 1774190 A JP1774190 A JP 1774190A JP 1774190 A JP1774190 A JP 1774190A JP H03223937 A JPH03223937 A JP H03223937A
- Authority
- JP
- Japan
- Prior art keywords
- data
- shared
- area
- data area
- inter
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 31
- 238000011084 recovery Methods 0.000 claims abstract description 16
- 230000005856 abnormality Effects 0.000 abstract description 7
- 230000002159 abnormal effect Effects 0.000 abstract description 2
- 230000006870 function Effects 0.000 description 6
- 238000007796 conventional method Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000010926 purge Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 230000004043 responsiveness Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は共有データ領域の使用方法に関するものであり
、特にデータ処理時のデータ保障、ハンドリング/高速
性の改良に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method of using a shared data area, and particularly to improving data security and handling/high speed during data processing.
E D P (Electronic Data Pr
ocessing)システムでは、データ処理の高度、
複雑化への対応性が求められている。従って、EDPシ
ステムの傾向として、処理の対象となるデータに関して
、そのハンドリング/高速性の向上が益々重要な事項の
一つとなってきている。Electronic Data Pr
(processing) system, the sophistication of data processing,
There is a need for responsiveness to increasing complexity. Therefore, as a trend in EDP systems, improving the handling/high speed of data to be processed is becoming an increasingly important issue.
このような中で、データ空間に着目すると、従来、デー
タ空間は、ファイルのデータブロックが格納されるデー
タバッファとして存在し、そこでのデータハンドリング
は、入出力命令を使用したレコード単位での処理が行わ
れる。In this context, focusing on the data space, conventionally the data space existed as a data buffer in which data blocks of a file were stored, and data handling there was performed on a record-by-record basis using input/output instructions. It will be done.
しかし、このようなデータ空間では、高速処理を必要と
するデータを格納する空間としての利用は期待できない
他、2次元のテーブルを直接ハンドリングすることもで
きない。However, such a data space cannot be expected to be used as a space for storing data that requires high-speed processing, and it is also not possible to directly handle two-dimensional tables.
すなわち、上述の如くハンドリング手法としては、入出
力命令を使用したレコード単位の取り扱いのみであり、
従って高速処理の要求に応えることは容易ではなく、し
かも2次元のテーブルとして処理するためには、ワーク
エリアに転送する必要があったため、直接的なテーブル
ハンドリング処理も望めない。In other words, as mentioned above, the only handling method is to handle records in units of records using input/output commands.
Therefore, it is not easy to meet the demand for high-speed processing, and furthermore, in order to process it as a two-dimensional table, it is necessary to transfer it to the work area, so direct table handling processing cannot be expected.
一方、システムの主記憶上の共有エリアに着目すると、
そこではデータ保障の点で難点がある。On the other hand, if we focus on the shared area on the system's main memory,
There are difficulties in terms of data security.
すなわち、主記憶上の共有エリアに対しては、排他制御
、リカバリ等の機能が存在せず、利用範囲がおのずと限
られて、データ保障のあるデータ領域として利用するこ
とばできない。That is, the shared area on the main memory does not have functions such as exclusive control and recovery, and its range of use is naturally limited, and it cannot be used as a data area with data security.
このように、上述した従来のものにあっては、前者の場
合には、ファイルとしてデータの表現を行った場合のデ
ータハンドリングの制約、すなわち、
■処理の手続き上、入出力命令で取り扱う必要がある、
■処理単位はルコードである、
■2次元の連 続データ空間としての取り扱いができな
い、
等の問題があり、また、後者の場合には、主記憶上の共
有エリアにデータを表現した場合には、データとしての
保障性がなく、
■複数プロセスにおいて更新される場合、タイミングに
より論理的な不整合が発生する、■プログラム異常時等
に更新データのリカバリがされない、
等の問題がある。As described above, in the former case, in the conventional method described above, there are constraints on data handling when data is expressed as a file, namely: There are problems such as ■The processing unit is a code, and ■It cannot be handled as a two-dimensional continuous data space.In the latter case, when data is expressed in a shared area on main memory, There is no guarantee as data, and there are problems such as: ∎ Logical inconsistencies may occur depending on the timing when updated by multiple processes; ∎ Updated data cannot be recovered in the event of a program error, etc.
本発明は、上記の問題を解決するためになされたもので
、その目的とするところは、従来から存在するプロセス
間共有エリアに対して、排他制御とリカバリ機能を付加
することにより、データ空間としての利用度を広げるこ
とのできる共有データ領域の使用方法を提供することに
ある。The present invention has been made to solve the above problems, and its purpose is to add exclusive control and recovery functions to the conventionally existing inter-process shared area, so that it can be used as a data space. The object of the present invention is to provide a method of using a shared data area that can expand the usage of the data area.
本発明は、データ処理システムにおける共有データ領域
の使用方法であって、
主記憶上に存在する任意の共有データ領域に対して、複
数プロセス間での排他制御を伴うデータ処理を行うと共
に、プログラム異常時には自動的にリカバリを行うこと
を特徴としている。The present invention is a method of using a shared data area in a data processing system, which performs data processing with exclusive control among multiple processes for any shared data area existing on main memory, and also handles program abnormalities. Sometimes it is characterized by automatic recovery.
次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は本発明の一実施例を示すもので、ACO3−4
ADBS/ViSへの適用例を示している。FIG. 1 shows an embodiment of the present invention, in which ACO3-4
An example of application to ADBS/ViS is shown.
第1図において、参照符号1はプロセス間共有領域上に
実現される共有データとしてのテーブルを示す。共有デ
ータテーブル1は、図の例ではテーブル■、テーブル■
、テーブル■から成り、複数プロセスから共有にアクセ
スできる空間を構成する。In FIG. 1, reference numeral 1 indicates a table as shared data realized on an inter-process shared area. Shared data table 1 is table ■, table ■ in the example shown in the figure.
, table ■, and constitutes a space that can be shared and accessed by multiple processes.
本実施例では、共有データテーブル1の他、図示のよう
に、テーブル対応の管理情報2、共有領域アクセスサブ
ルーチン3、ユーザプログラム4及び後述のように異常
時データテーブルをプロセス間共有領域に展開するリカ
バリタスク5を有する。In this embodiment, in addition to the shared data table 1, as shown in the figure, management information 2 corresponding to the table, a shared area access subroutine 3, a user program 4, and an abnormality data table as described later are developed in the inter-process shared area. It has recovery task 5.
テーブル対応の管理情報2は、共有データテーブル1の
状態を管理するための管理情報であり、テーブルアクセ
ス権、すなわち利用の可否のチエツク等に用いられ、具
体的には例えばフラグ(使用禁止フラグ)である。The management information 2 corresponding to the table is management information for managing the state of the shared data table 1, and is used to check the table access right, that is, whether or not it can be used. It is.
共有領域アクセスサブルーチン3は、テーブル使用要求
(排他制御開始要求)、テーブルハンドリング処理、テ
ーブル使用終了(排他制御終了)をその実行内容として
含み、ここではテーブルアクセス権のチエツク等の他、
ベース(BASE)アドレス経由でデータテーブルの参
照、更新を行う。共有領域アクセスサブルーチン3は、
ユーザプログラム4のアプリケーションタスク(ユーザ
プログラム実行タスク)により呼び出される。The shared area access subroutine 3 includes a table use request (exclusive control start request), table handling processing, table use end (exclusive control end), and in addition to checking table access rights, etc.
Reference and update the data table via the base (BASE) address. Shared area access subroutine 3 is
It is called by the application task (user program execution task) of the user program 4.
ユーザプログラム4では、プログラム異常時等の自動的
なリカバリを行うべく、異常の場合にはその旨をリカバ
リタスク5への通知を行う。リカバリタスク5は、この
場合、プロセス間共有領域のバックアップ(Back
up)としての電子ディスクファイル6よりデータテ
ーブルをプロセス間共有領域に展開して、異常時のリカ
バリを実行するようになっている。The user program 4 notifies the recovery task 5 of the abnormality in order to perform automatic recovery when the program is abnormal. In this case, recovery task 5 is a backup of the inter-process shared area (Backup
The data table is expanded from the electronic disk file 6 (up) to the inter-process shared area to perform recovery in the event of an abnormality.
なお、図中参照符号7を付した部分は、バックアップフ
ァイルとしての電子ディスクファイル6との間のデータ
のやり取りを表している。In addition, the part with reference numeral 7 in the figure represents the exchange of data with the electronic disk file 6 as a backup file.
本発明に従う共有データ空間は、下記の機能、すなわち
、複数プロセスから共有にアクセスできる空間(プロセ
ス間共有エリア)、プロセス間共有エリアに存在するデ
ータ(通常テーブル類)に対して、ユーザが任意に資源
としての割り当てを行い、排他制御の対象とする機能、
主記憶としての電子ファイル(半導体メモリファイル装
置)に対するデータの掃き出しくBack up)機
能の各機能を実現することにより、排他制御可能なリカ
バリ対象データ空間を利用者に開放するものであり、こ
のようなデータ空間を採用するごとにより、データ保障
のあるテーブルハンドリング処理可能なデータ領域をユ
ーザが利用できることになる。The shared data space according to the present invention has the following functions: a space that can be shared and accessed by multiple processes (inter-process shared area), and a user can arbitrarily control the data (usually tables) existing in the inter-process shared area. A function that allocates resources and subjects them to exclusive control.
By realizing each function of the data purging (backup) function for the electronic file (semiconductor memory file device) serving as the main memory, the data space to be recovered that can be controlled exclusively is opened to the user. By adopting a secure data space, users can use a data area that can be processed through table handling with data guarantee.
主記憶上に存在する任意の共有データ領域に対する複数
プロセス間での排他制御、及びプログラム異常時の自動
的なリカバリは、具体的には以下のようにして行うこと
ができる。Specifically, exclusive control between multiple processes over any shared data area existing on the main memory and automatic recovery in the event of a program error can be performed as follows.
まず、第1図において、プロセス間共有領域上に実現さ
れる共有データテーブル1に対し、このデータを処理す
るために、ユーザプログラム(アプリケーションタスク
)4は、共有領域アクセスサブルーチン3を呼び出し制
御を渡す。First, in FIG. 1, a user program (application task) 4 calls a shared area access subroutine 3 and passes control to the shared data table 1 implemented on the inter-process shared area in order to process this data. .
次に、共有領域アクセスサブルーヂン3の中でユーザプ
ログラム4からの要求によりテーブルの使用要求を行う
。この時、共有領域アクセスザブルーチン3の中でテー
ブルのアクセス権(利用の可否)等についてのチエツク
を、テーブル対応の管理情報2により行い、そして、正
常な場合は、共有データテーブル1の排他制御を開始し
、データテーブルのベースアドレス経由で該当データテ
ーブルの参照、更新を行う。また、処理が正常に終了し
た場合には、該当データテーブルを電子ディスクファイ
ル6へ掃き出す。Next, a table use request is made in response to a request from the user program 4 in the shared area access subroutine 3. At this time, the shared area access subroutine 3 checks the table access rights (usability), etc. using the management information 2 corresponding to the table, and if the table is normal, exclusive control of the shared data table 1 is performed. , and refer to and update the corresponding data table via the base address of the data table. Further, when the processing is completed normally, the corresponding data table is swept out to the electronic disk file 6.
正常な場合には上述のような処理が行われる。In the normal case, the above-mentioned processing is performed.
一方、ユーザプログラム4のアプリケーションタスクの
異常終了時には、リカバリタスク5に通知が行われ、リ
カバリタスク5は、電子ディスクファイル6より該当デ
ータテーブルをプロセス間共有領域に展開する。これに
より異常時には自動的なリカバリが行われることになる
。On the other hand, when the application task of the user program 4 terminates abnormally, the recovery task 5 is notified, and the recovery task 5 expands the corresponding data table from the electronic disk file 6 into the inter-process shared area. This allows automatic recovery to occur in the event of an abnormality.
このようにして、主記憶上に存在する任意の共有データ
領域に対して、複数プロセス間での排他制御を実現する
ことができ、また、プログラム異常時のりカバリも自動
的に行うことができる。In this way, it is possible to achieve exclusive control among a plurality of processes over any shared data area existing on the main memory, and it is also possible to automatically perform recovery in the event of a program abnormality.
以上説明したように、本発明によれば、排他制御、リカ
バリ可能な共有データ領域としてのデータ空間を採用す
ることにより、データ保障のあるテーブルハンドリング
処理可能なデータ領域をユーザが利用できることになり
、この結果、高速処理を必要とするデータを格納する空
間としての利用が可能であり、しかも2次元のテーブル
を直接ハンドリングすることも可能であるという効果が
ある。As explained above, according to the present invention, by adopting exclusive control and a data space as a recoverable shared data area, a user can use a data area that can be processed by table handling with data guarantee. As a result, the space can be used as a space for storing data that requires high-speed processing, and two-dimensional tables can also be directly handled.
第1図は本発明の一実施例を示す図である。
1・・・・プロセス間共有領域上に実現される共有デー
タテーブル
2・・・・共有データテーブルの状態を管理する為の管
理情報(使用禁止
フラグ等)
・共有領域アクセスサブルーチン
・ユーザプログラム(アプリケ−
ションタスク)
・異常時電子ディスクファイルか
らデータテーブルをプロセス間
共有領域に展開するりカバリタ
スフ
・プロセス間共有領域のバッファ
ツブとしての電子ディスクファ
イルFIG. 1 is a diagram showing an embodiment of the present invention. 1... Shared data table realized on the inter-process shared area 2... Management information for managing the status of the shared data table (use prohibition flag, etc.) - Shared area access subroutine - User program (application − tion task) ・In the event of an error, expand the data table from the electronic disk file to the inter-process shared area or recovery task ・Electronic disk file as a buffer in the inter-process shared area
Claims (1)
用方法であって、 主記憶上に存在する任意の共有データ領域に対して、複
数プロセス間での排他制御を伴うデータ処理を行うと共
に、プログラム異常時には自動的にリカバリを行うこと
を特徴とする共有データ領域の使用方法。(1) A method of using a shared data area in a data processing system, in which data processing is performed with exclusive control among multiple processes for any shared data area existing on main memory, and when a program error occurs, A method of using a shared data area characterized by automatic recovery.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1774190A JPH03223937A (en) | 1990-01-30 | 1990-01-30 | Using method of shared data area |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1774190A JPH03223937A (en) | 1990-01-30 | 1990-01-30 | Using method of shared data area |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH03223937A true JPH03223937A (en) | 1991-10-02 |
Family
ID=11952175
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1774190A Pending JPH03223937A (en) | 1990-01-30 | 1990-01-30 | Using method of shared data area |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH03223937A (en) |
-
1990
- 1990-01-30 JP JP1774190A patent/JPH03223937A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100974156B1 (en) | Apparatus, system, and method for file system serialization reinitialization | |
JPH05282260A (en) | Computer network and its operation method | |
JPH01166236A (en) | Data block access control method | |
JPH01188965A (en) | Data processing | |
JPS607296B2 (en) | computer system | |
EP0815512A1 (en) | Computer backup system operable with open files | |
EP0710375A1 (en) | File backup system | |
US5226176A (en) | System for selectively aborting operation or waiting to load required data based upon user response to non-availability of network load device | |
EP0747813A2 (en) | Customer information control system and method with temporary storage queuing functions in a loosely coupled parallel processing environment | |
EP0747814A1 (en) | Customer information control system and method with transaction serialization control functions in a loosely coupled parallel processing environment | |
JPH03223937A (en) | Using method of shared data area | |
EP0851352B1 (en) | Input/output control device and method applied to fault-resilient computer system | |
JPS635780B2 (en) | ||
RU2155373C2 (en) | Computer duplication system, which operates with open files | |
JPS63168743A (en) | Control system for shared use of file for virtual computer system | |
JPH0563824B2 (en) | ||
US6345312B1 (en) | Selectively dummying a data pipe transparent to a writer application | |
JPH10240632A (en) | On-line exchange method for external storage device | |
JPH05241861A (en) | Free memory management system for operating system | |
JP2581145B2 (en) | Security processing method | |
JP3746134B2 (en) | High Availability Operation Method for Integrated File System | |
JPH0337748A (en) | External storage accessing system utilizing main storage | |
KR20000043478A (en) | Method for implementing file protection function in communication exchange system cable of multi-task | |
JPH02109147A (en) | Memory dump collection system | |
JP2968756B2 (en) | Internal resource matching method and apparatus in multiprocessor system |