JPH04333143A - Shared area control system - Google Patents

Shared area control system

Info

Publication number
JPH04333143A
JPH04333143A JP10454191A JP10454191A JPH04333143A JP H04333143 A JPH04333143 A JP H04333143A JP 10454191 A JP10454191 A JP 10454191A JP 10454191 A JP10454191 A JP 10454191A JP H04333143 A JPH04333143 A JP H04333143A
Authority
JP
Japan
Prior art keywords
area
shared area
shared
processing
information
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.)
Granted
Application number
JP10454191A
Other languages
Japanese (ja)
Other versions
JP2915612B2 (en
Inventor
Nanao Sone
曽根 七生
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 JP3104541A priority Critical patent/JP2915612B2/en
Publication of JPH04333143A publication Critical patent/JPH04333143A/en
Application granted granted Critical
Publication of JP2915612B2 publication Critical patent/JP2915612B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain a shared area control system where a shared area is acquired, initialized and released in order to omit a releasing control process and to utilize the file resources, etc., with higher efficiency. CONSTITUTION:Each processing execution means 10 carries out the processing at the same level in response to a request. A processing request means 12 starts each means 10 to ask the execution of processing. A shared area offering means 14 offers an area which is shared by the started means 10. Then each means 10 contains a means 16 which tries to acquire the shared area at start up, a means 18 which initializes the shared area when this area is acquired, a means 20 which writes the use start information on the shared area, a means 22 which writes the use end information on the shared area, a means 24 which reads all information out of the shared area when the use end information on the shared area is written, a means 26 which decides whether all means 10 are using the shared area or not, and a means 28 which releases the shared area all means 10 are through with use of the shared area.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、共有領域の獲得,初期
化,解放を行なう共有領域管理方式に関するものである
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a shared area management system for acquiring, initializing, and releasing a shared area.

【0002】端末に接続されている装置を制御するプロ
セスはそれらの装置毎に用意され、同一のレベルに存在
している。
Processes for controlling devices connected to a terminal are prepared for each device and exist at the same level.

【0003】これらのプロセスは必要に応じて動的に起
動され、同一の領域を共有して装置制御の処理を実行す
る。
[0003] These processes are dynamically activated as needed, share the same area, and execute device control processing.

【0004】0004

【従来の技術】装置制御用プロセスの他に共有領域管理
用のプロセスが用意されており、その管理プロセスによ
り共有領域の獲得,獲得領域の初期化,獲得領域の解放
が行なわれていた。
2. Description of the Related Art In addition to a device control process, a shared area management process is provided, and this management process acquires a shared area, initializes the acquired area, and releases the acquired area.

【0005】[0005]

【発明が解決しようとする課題】共有領域を管理するプ
ロセスが用意されるので、そのためのファイル資源,メ
モリ資源が必要となる。
[Problem to be Solved by the Invention] Since a process is prepared to manage the shared area, file resources and memory resources are required for this purpose.

【0006】本発明は上記の事情に鑑みてなされたもの
であり、その目的は、ファイル資源,メモリ資源を削減
することが可能となる方式を提供することにある。
The present invention has been made in view of the above circumstances, and its purpose is to provide a method that makes it possible to reduce file resources and memory resources.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明においては図1の方式がとられており、同図
の各処理実行手段10は依頼に応じて同一レベルで処理
を行ない、処理依頼手段12は各処理実行手段10を動
的に起動して処理を依頼し、共有領域提供手段14は起
動された各処理実行手段10で共有される領域を提供す
る。
[Means for Solving the Problems] In order to achieve the above object, the present invention adopts the system shown in FIG. The processing requesting means 12 dynamically activates each processing execution means 10 and requests the processing, and the shared area providing means 14 provides an area shared by each activated processing execution means 10.

【0008】そして各処理実行手段10は、起動された
ときに共有領域の獲得を試みる共有領域獲得手段16と
、共有領域の獲得が成功したときに該領域を初期化する
共有領域初期化手段18と、共有領域の使用開始が示さ
れる情報を該領域に書き込む領域使用開始情報書込手段
20と、共有領域の使用終了が示される情報を該領域に
書き込む領域使用終了情報書込手段22と、共有領域の
使用終了を示す情報の書込が行なわれたときに全ての該
情報を共有領域から読み出す使用終了情報読出手段24
と、全ての処理実行手段10が共有領域の使用を終了し
ているか否かを読み出された情報により判断する領域使
用終了判断手段26と、全ての処理実行手段10が共有
領域の使用を終了しているときに該領域を解放する共有
領域解放手段28と、を含む。
[0008] Each processing execution means 10 includes a shared area acquisition unit 16 that attempts to acquire a shared area when activated, and a shared area initialization unit 18 that initializes the area when the shared area has been successfully acquired. area use start information writing means 20 for writing information indicating the start of use of the shared area into the area; area use end information writing means 22 for writing information indicating the end of use of the shared area into the area; Usage end information reading means 24 that reads out all of the information from the shared area when information indicating the end of use of the shared area is written.
and area use end determination means 26 for determining whether or not all the processing execution means 10 have finished using the shared area, based on the read information, and all the processing execution means 10 have finished using the shared area. shared area release means 28 for releasing the area when the shared area is being used.

【0009】[0009]

【作用】本発明では、各処理実行手段10(装置制御プ
ロセス)が共有領域の獲得,初期化,解放を行なう。
In the present invention, each processing execution means 10 (device control process) acquires, initializes, and releases a shared area.

【0010】0010

【実施例】以下、図面に基づいて本発明にかかる共有領
域管理方式の好適な実施例を説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the shared area management system according to the present invention will be described below with reference to the drawings.

【0011】図2において、端末30は表示部32,入
力部43,処理部36,ファイル部38,メモリ部40
を有しており、その処理部36が装置42A,42B,
42Cを制御している。
In FIG. 2, the terminal 30 includes a display section 32, an input section 43, a processing section 36, a file section 38, and a memory section 40.
The processing unit 36 includes devices 42A, 42B,
It controls 42C.

【0012】図3では処理部36による共有領域獲得と
初期化の作用が説明されており、依頼元プロセス(アプ
リケーション)50の開始宣言により装置42A,42
B,42Cの装置制御プロセス52A,52B,52C
が動的に順次起動し、その順で終了する。
FIG. 3 explains the operation of shared area acquisition and initialization by the processing unit 36, in which the devices 42A, 42 are activated by the start declaration of the requesting process (application) 50.
B, 42C device control process 52A, 52B, 52C
are started dynamically in sequence and terminated in that order.

【0013】これらプロセス52A,52B,52Cは
同一のレベルに存在しており、予め定められた識別子を
用いて共有領域54の獲得処理を最初に行なう。
These processes 52A, 52B, and 52C exist at the same level, and first perform acquisition processing for the shared area 54 using a predetermined identifier.

【0014】それらのうちプロセス52Aは、最初に起
動されるので、共有領域54の獲得に成功し、共有領域
54を初期化データの設定で初期化する。
Since the process 52A is started first, it successfully acquires the shared area 54 and initializes the shared area 54 with initialization data.

【0015】またプロセス52B,52Cには共有領域
54が既に獲得されている旨が通知され、このため、共
有領域54の初期化の処理が省略される。
Furthermore, the processes 52B and 52C are notified that the shared area 54 has already been acquired, and therefore the process of initializing the shared area 54 is omitted.

【0016】ただし、共有領域54に特定の値(後述)
が書き込まれていたときには、既獲得の旨が通知されて
も、共有領域54の初期化処理が行なわれる。
However, if the shared area 54 has a specific value (described later)
If the shared area 54 has been written, the initialization process for the shared area 54 is performed even if it is notified that the shared area 54 has already been acquired.

【0017】さらにプロセス52A,52B,52Cは
自己のプロセス状態を共有領域54に各々書き込む。
Furthermore, the processes 52A, 52B, and 52C each write their own process states into the shared area 54.

【0018】なお、共有領域54は領域割付部56によ
り割り付けられ、その制御はプロセス52A(52B,
52C)の獲得依頼に応じて行なわれる。
Note that the shared area 54 is allocated by an area allocation unit 56, and its control is carried out by processes 52A (52B, 52B,
52C) in response to an acquisition request.

【0019】図4では処理部36による共有領域開放の
作用が説明されており、プロセス52A,52B,52
Cは依頼元プロセス50から終了宣言を受信したときに
自己のプロセス状態を示す情報(終了情報)を共有領域
54に書き込む。
FIG. 4 explains the action of releasing the shared area by the processing unit 36, and processes 52A, 52B, 52
When C receives the termination declaration from the requesting process 50, it writes information indicating its own process state (termination information) into the shared area 54.

【0020】そして、プロセス52A,52B,52C
は各プロセス状態の情報を共有領域54から読み出し、
全プロセス(プロセス52A,52B,52C)が終了
していることを確認したときにのみ、共有領域54へ特
定の値(後述)を書き込み、共有領域54の削除を領域
割付部56へ依頼する(本実施例においては、共有領域
削除の権限のない場合を考慮して領域削除を依頼するよ
うにしている)。
[0020] Processes 52A, 52B, 52C
reads information on each process state from the shared area 54,
Only when it is confirmed that all processes (processes 52A, 52B, 52C) have ended, a specific value (described later) is written to the shared area 54, and a request is made to the area allocation unit 56 to delete the shared area 54 ( In this embodiment, the request for area deletion is made in consideration of the case where the user does not have the authority to delete the shared area.)

【0021】図5においては共有領域獲得と初期化の処
理手順が説明されており、開始宣言が依頼元プロセス5
0で行なわれると、プロセス52A,52B,52Cが
起動され(ステップ500)、領域割付部56に対して
共有領域54の獲得が依頼される(ステップ502)。
In FIG. 5, the procedure for acquiring and initializing a shared area is explained, and the start declaration is made by the requesting process 5.
0, the processes 52A, 52B, and 52C are activated (step 500), and the area allocation unit 56 is requested to acquire the shared area 54 (step 502).

【0022】そして、共有領域54の獲得に成功した場
合(ステップ504でYES)には、この共有領域54
に初期化データが設定される(ステップ506)。
[0022] If the shared area 54 is successfully acquired (YES in step 504), this shared area 54
Initialization data is set in (step 506).

【0023】また、共有領域54の獲得に成功しなかっ
た場合(ステップ504でNO:共有領域54が既に存
在)には、共有領域54に特定のデータXXXX(初期
化の許可を示すデータ)が格納されているか否かが判断
され(ステップ508)、そのデータXXXXの格納が
確認されたとき(ステップ508でYES)には、共有
領域54に初期化データが設定される(ステップ506
)。
Further, if the shared area 54 is not successfully acquired (NO in step 504: the shared area 54 already exists), specific data XXXX (data indicating permission for initialization) is stored in the shared area 54. It is determined whether the data XXXX is stored (step 508), and when it is confirmed that the data XXXX is stored (YES in step 508), initialization data is set in the shared area 54 (step 506).
).

【0024】さらに、自己のプロセス状態を示すデータ
が共有領域54に書込まれ(ステップ510)、該当の
装置42A,42B,42Cへ開始宣言が送出される(
ステップ512)。
Further, data indicating the own process state is written to the shared area 54 (step 510), and a start declaration is sent to the corresponding devices 42A, 42B, 42C (
Step 512).

【0025】図6においては共有領域解放の処理手順が
説明されており、依頼元プロセス50が送出した終了宣
言の受信が確認されると(ステップ600)、自プロセ
スの終了状態を示すデータが共有領域54に書込まれる
(ステップ602)。
FIG. 6 explains the processing procedure for releasing the shared area. When the reception of the termination declaration sent by the requesting process 50 is confirmed (step 600), the data indicating the termination status of the own process is shared. It is written to area 54 (step 602).

【0026】そして共有領域54が参照され、全てのプ
ロセス52A,52B,52Cが終了状態となっている
か否かが調べられる(ステップ604)。
[0026] The shared area 54 is then referred to and it is checked whether all processes 52A, 52B, and 52C are in a terminated state (step 604).

【0027】このときに全てのプロセス52A,52B
,52Cが終了状態となっていた場合(ステップ604
でNO:いずれかが起動中)には、上記のデータXXX
Xが共有領域54に書込まれ(ステップ606)、該領
域54の削除が領域割付部56に依頼される(ステップ
608)。
At this time, all processes 52A and 52B
, 52C is in the finished state (step 604
(NO: Either one is running), the above data XXX
X is written in the shared area 54 (step 606), and the area allocation unit 56 is requested to delete the area 54 (step 608).

【0028】さらに、プロセス52A,52B,52C
のいずれかが終了状態となっていなかった場合(ステッ
プ604でYES)、または領域削除の依頼(ステップ
608)が行なわれた場合には、該当の装置42A,4
2B,42Cへ終了宣言が送出される(ステップ610
)。
Furthermore, processes 52A, 52B, 52C
If one of the devices 42A, 4 is not in the completed state (YES in step 604), or if a request for area deletion is made (step 608), the corresponding device 42A, 4
A completion declaration is sent to 2B and 42C (step 610
).

【0029】なお、共有領域54を削除できなかったと
きには、これに上記のデータXXXXが格納されている
ので、その領域54を次回に初期化してこれを使用する
ことが可能となる。
Note that if the shared area 54 cannot be deleted, since the above data XXXX is stored there, the area 54 can be initialized and used next time.

【0030】図7においてはプロセス52Aによる共有
領域獲得と初期化の作用が説明されており、そのプロセ
ス52Aが依頼元プロセス50の開始依頼で最初に起動
されると、識別子(共有領域54を識別するコード)を
用いて共有領域54の獲得依頼が発行される。
FIG. 7 illustrates the operation of acquiring and initializing the shared area by the process 52A. When the process 52A is first activated by a start request from the requesting process 50, it acquires an identifier (identifying the shared area 54). A request to acquire the shared area 54 is issued using the code (code).

【0031】そして、共有領域54の正常獲得が確認さ
れると、受信した識別子で示されるアドレス領域の割付
依頼が発行される。
[0031] When successful acquisition of the shared area 54 is confirmed, a request for allocation of the address area indicated by the received identifier is issued.

【0032】このときには、アドレス領域の割り付けが
通知されるので、その領域(共有領域54)に初期化デ
ータが設定され、また、領域先頭からXだけ離れた位置
に自プロセス52Aの状態(起動中)を示すデータが書
込まれる。
At this time, the allocation of the address area is notified, so initialization data is set in that area (shared area 54), and the state of the own process 52A (running ) is written.

【0033】さらに、装置42Aへ開始宣言が送出され
、依頼元プロセス50にはその処理の完了が通知される
Furthermore, a start declaration is sent to the device 42A, and the requesting process 50 is notified of the completion of the process.

【0034】図8においてはプロセス52Bによる共有
領域獲得と初期化の作用が説明されており、そのプロセ
ス52Bが依頼元プロセス50の開始依頼で起動される
と、プロセス52Aの場合と同様にして共有領域54の
獲得依頼が発行される。
In FIG. 8, the operation of acquiring and initializing a shared area by the process 52B is explained. When the process 52B is activated by a start request from the requesting process 50, the shared area is acquired in the same way as the process 52A. A request to acquire the area 54 is issued.

【0035】そして、共有領域54を獲得できなかった
ことが通知内容から確認されると、共有領域識別子の通
知依頼が発行され、共有領域54が既に獲得されている
ことが識別子の通知で確認される。
[0035] When it is confirmed from the content of the notification that the shared area 54 could not be acquired, a request for notification of a shared area identifier is issued, and it is confirmed by the notification of the identifier that the shared area 54 has already been acquired. Ru.

【0036】さらに、アドレスの割付依頼が発行され、
その割り当てが通知されると、領域先頭からαだけ離れ
たアドレスにデータXXXXが格納されているか否かが
判断される。
[0036] Furthermore, an address allocation request is issued,
When the allocation is notified, it is determined whether data XXXX is stored at an address that is α apart from the beginning of the area.

【0037】このときにデータXXXXの存在が確認さ
れると、共有領域54に初期化データが設定され、その
結果、共有領域54(削除できずに残存していた)の使
用が可能となる。
At this time, if the existence of data XXXX is confirmed, initialization data is set in the shared area 54, and as a result, the shared area 54 (which remained without being able to be deleted) becomes usable.

【0038】また、領域先頭からYだけ離れたアドレス
に自プロセスの状態(起動中)が書込まれ、装値42B
,依頼元プロセス50へ開始宣言とその処理の完了が各
々通知される。
In addition, the state of the own process (starting) is written to the address Y apart from the beginning of the area, and the initial value 42B
, the requesting process 50 is notified of the start declaration and the completion of the processing.

【0039】図9においてはプロセス42Aによる共有
領域削除の作用が説明されており、終了依頼がプロセス
50から通知されると、領域先頭からXだけ離れたアド
レスに自プロセスの終了状態を示すデータが書込まれる
In FIG. 9, the operation of deleting a shared area by the process 42A is explained. When a termination request is notified from the process 50, data indicating the termination status of the own process is stored at an address X away from the beginning of the area. written.

【0040】そして、他のプロセス42B,42Cが起
動されていることが確認されると、終了宣言が装置52
Aへ送出され、その処理の完了が依頼元のプロセス50
へ通知される。
[0040] When it is confirmed that other processes 42B and 42C have been started, a termination declaration is sent to the device 52.
A is sent to A, and the requesting process 50 completes the process.
will be notified.

【0041】図10においてはプロセス52Cによる共
有領域削除の作用が説明されており、終了依頼がプロセ
ス50から通知されると、領域先頭からYだけ離れたア
ドレスに自プロセスの終了を示すデータが書込まれる。
In FIG. 10, the operation of deleting a shared area by the process 52C is explained. When a termination request is notified from the process 50, data indicating the termination of the own process is written at an address Y apart from the beginning of the area. be included.

【0042】次いで、他プロセス42A,42Bの終了
状態が確認されると、領域先頭からαだけ離れたアドレ
スにデータXXXXが書込まれる。
Next, when the completion status of the other processes 42A and 42B is confirmed, data XXXX is written to an address spaced by α from the beginning of the area.

【0043】さらに、領域54の解放依頼(削除依頼)
が行なわれると(エラーが発生しても無視する)、装置
42Cに終了宣言が送出され、その処理の完了が依頼元
のプロセス50へ通知される。
Furthermore, a request to release the area 54 (request to delete)
When this is performed (ignoring any errors that occur), a completion declaration is sent to the device 42C, and the requesting process 50 is notified of the completion of the process.

【0044】以上説明したように本実施例によれば、動
的に起動されるプロセス52A,52B,52Cが共有
領域54の獲得,初期化,解放に関する処理を個々に行
なうので、そのための管理プロセスが不要となり、した
がって、ファイル資源,メモリ資源を削減してこれらを
より有効に活用することが可能となる。
As explained above, according to this embodiment, since the dynamically activated processes 52A, 52B, and 52C individually perform processing related to acquisition, initialization, and release of the shared area 54, the management process for this Therefore, file resources and memory resources can be reduced and used more effectively.

【0045】[0045]

【発明の効果】以上説明したように本発明によれば、共
有領域を獲得して初期化し、解放する管理プロセスが不
要となるので、これに要するファイル資源やメモリ資源
を削減でき、したがって、それらをより有効に活用する
ことが可能となる。
[Effects of the Invention] As explained above, according to the present invention, there is no need for a management process to acquire, initialize, and release a shared area, so the file resources and memory resources required for this can be reduced. can be used more effectively.

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

【図1】発明の原理説明図である。FIG. 1 is a diagram explaining the principle of the invention.

【図2】実施例の構成説明図である。FIG. 2 is an explanatory diagram of the configuration of the embodiment.

【図3】実施例の処理部による共有領域の獲得・初期化
作用説明図である。
FIG. 3 is an explanatory diagram of the acquisition and initialization of a shared area by the processing unit of the embodiment.

【図4】実施例の処理部による共有領域の解放作用説明
図である。
FIG. 4 is an explanatory diagram of a shared area release operation by the processing unit of the embodiment.

【図5】共有領域獲得と初期化の処理手順を説明するフ
ローチャートである。
FIG. 5 is a flowchart illustrating a shared area acquisition and initialization processing procedure.

【図6】共有領域解放の処理手順を説明するフローチャ
ートである。
FIG. 6 is a flowchart illustrating a process procedure for releasing a shared area.

【図7】共有領域獲得・初期化の作用を説明するタイム
チャートである。
FIG. 7 is a time chart illustrating the operation of acquiring and initializing a shared area.

【図8】共有領域獲得・初期化の作用を説明するタイム
チャートである。
FIG. 8 is a time chart illustrating the operation of acquiring and initializing a shared area.

【図9】共有領域解放の作用を説明するタイムチャート
である。
FIG. 9 is a time chart illustrating the action of releasing a shared area.

【図10】共有領域解放の作用を説明するタイムチャー
トである。
FIG. 10 is a time chart illustrating the action of releasing a shared area.

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

30 端末 32 表示部 34 入力部 36 処理部 38 ファイル部 40 メモリ部 42A,42B,42C 装置 50 依頼元プロセス 52A,52B,52C 装置制御プロセス54 共有
領域 56 領域割付部
30 Terminal 32 Display section 34 Input section 36 Processing section 38 File section 40 Memory section 42A, 42B, 42C Device 50 Request source process 52A, 52B, 52C Device control process 54 Shared area 56 Area allocation section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  依頼に応じて同一レベルで処理を行な
う複数の処理実行手段(10)と、各処理実行手段(1
0)を動的に起動して処理を依頼する処理依頼手段(1
2)と、起動された各処理実行手段(10)で共有され
る領域を提供する共有領域提供手段(14)と、を有し
、各処理実行手段(10)は、起動されたときに共有領
域の獲得を試みる共有領域獲得手段(16)と、共有領
域の獲得が成功したときに該領域を初期化する共有領域
初期化手段(18)と、共有領域の使用開始が示される
情報を該領域に書き込む領域使用開始情報書込手段(2
0)と、共有領域の使用終了が示される情報を該領域に
書き込む領域使用終了情報書込手段(22)と、共有領
域の使用終了を示す情報の書込が行なわれたときに全て
の該情報を共有領域から読み出す使用終了情報読出手段
(24)と、全ての処理実行手段(10)が共有領域の
使用を終了しているか否かを読み出された情報により判
断する領域使用終了判断手段(26)と、全ての処理実
行手段(10)が共有領域の使用を終了しているときに
該領域を解放する共有領域解放手段(28)と、を含む
、ことを特徴とした共有領域管理方式。
Claim 1: A plurality of processing execution means (10) that perform processing at the same level in response to a request, and each processing execution means (10).
Processing requesting means (1) that dynamically starts processing
2), and a shared area providing means (14) for providing an area shared by each activated processing execution means (10), wherein each processing execution means (10) provides a shared area when activated. Shared area acquisition means (16) attempts to acquire an area; shared area initialization means (18) initializes the area when acquisition of the shared area is successful; Area use start information writing means (2
0), an area use end information writing means (22) for writing information indicating the end of use of the shared area into the area, and an area use end information writing means (22) for writing information indicating the end of use of the shared area into the area; Use end information reading means (24) for reading information from the shared area; and area use end determining means for determining whether all processing execution means (10) have finished using the shared area based on the read information. (26); and shared area release means (28) for releasing the shared area when all the processing execution means (10) have finished using the shared area. method.
JP3104541A 1991-05-09 1991-05-09 Shared area management method Expired - Fee Related JP2915612B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3104541A JP2915612B2 (en) 1991-05-09 1991-05-09 Shared area management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3104541A JP2915612B2 (en) 1991-05-09 1991-05-09 Shared area management method

Publications (2)

Publication Number Publication Date
JPH04333143A true JPH04333143A (en) 1992-11-20
JP2915612B2 JP2915612B2 (en) 1999-07-05

Family

ID=14383356

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3104541A Expired - Fee Related JP2915612B2 (en) 1991-05-09 1991-05-09 Shared area management method

Country Status (1)

Country Link
JP (1) JP2915612B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328438B2 (en) 2003-03-27 2008-02-05 International Business Machines Corporation Deallocation of computer data in a multithreaded computer

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61134844A (en) * 1984-12-05 1986-06-21 Nec Corp Share space control system for storage device
JPS61248124A (en) * 1985-04-26 1986-11-05 Hitachi Ltd Input precedence control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61134844A (en) * 1984-12-05 1986-06-21 Nec Corp Share space control system for storage device
JPS61248124A (en) * 1985-04-26 1986-11-05 Hitachi Ltd Input precedence control system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328438B2 (en) 2003-03-27 2008-02-05 International Business Machines Corporation Deallocation of computer data in a multithreaded computer
US8209692B2 (en) 2003-03-27 2012-06-26 International Business Machines Corporation Deallocation of computer data in a multithreaded computer
US8234645B2 (en) 2003-03-27 2012-07-31 International Business Machines Corporation Deallocation of computer data in a multithreaded computer

Also Published As

Publication number Publication date
JP2915612B2 (en) 1999-07-05

Similar Documents

Publication Publication Date Title
EP0358292A2 (en) Remote boot
JPH04308961A (en) Means and apparatus for notifying state of synchronous locking of occupied process
EP3470984B1 (en) Method, device, and system for managing disk lock
JPH04213116A (en) Method for loading application program in memory card reader having microprocessor and system for executing this method
US9124653B2 (en) Method and apparatus for allowing sharing of streamable applications
KR100662256B1 (en) Object-based Storage Device and its control method for having low process load
CN112948318B (en) RDMA-based data transmission method and device under Linux operating system
JP2010500673A (en) Storage management system for maintaining consistency of remote copy data (storage management system, storage management method, and computer program)
JPH1078882A (en) Hardware resource manager
JP2007141226A (en) System, method and program for allocating shared memory
US8370617B2 (en) Booting method and computer system using the booting method
JP2008065445A (en) Computer system for saving storage area by integrating same data, storage systems and those control method
WO1995003581A1 (en) Method for configuring multiple adapter cards on a bus
CN113961520A (en) Dynamic file mounting method, system, computer equipment and readable storage medium
JP2022531601A (en) Executing multiple data requests on a multi-core processor
US8528007B1 (en) Firmware downloading through process file system
CN116955219B (en) Data mirroring method, device, host and storage medium
JPH04333143A (en) Shared area control system
US7287104B2 (en) Interface circuit for card-type memory, ASIC including interface circuit, and image forming apparatus including ASIC
KR20060067076A (en) Method for loading program in master-slave processor system and apparatus thereof
JPH0798663A (en) Asynchronous i/o control system
CN112433669A (en) Method, system, equipment and medium for online migration of distributed storage volume
JP2006202108A (en) Built-in device
JP2006252117A (en) Network boot system, activating method for client terminal, and management server
JP3574498B2 (en) Data processing device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990406

LAPS Cancellation because of no payment of annual fees