JPH11353197A - Shared pool resource control system - Google Patents

Shared pool resource control system

Info

Publication number
JPH11353197A
JPH11353197A JP16383798A JP16383798A JPH11353197A JP H11353197 A JPH11353197 A JP H11353197A JP 16383798 A JP16383798 A JP 16383798A JP 16383798 A JP16383798 A JP 16383798A JP H11353197 A JPH11353197 A JP H11353197A
Authority
JP
Japan
Prior art keywords
resource
shared
pool
buffer
pool resource
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
JP16383798A
Other languages
Japanese (ja)
Inventor
Hidenori Osawa
英紀 大沢
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 JP16383798A priority Critical patent/JPH11353197A/en
Publication of JPH11353197A publication Critical patent/JPH11353197A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the processing performance by decreasing the frequency of exclusive control when a shared pool resource is acquired and returned. SOLUTION: When pooled shared resources are used, process local pool resources 2-1 to 2-n which need not be controlled exclusively are assigned for each process 3-1 to 3-n in addition to a global pool resource 2-0 as a global shared resource which is acquired and returned by access from all the processes. When the shared resource is acquired and returned, the process local pool resources 2-1 to 2-n which need not be controlled exclusively and assigned to each process are accessed as much as possible.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数プロセスで排
他制御を行いながら、共有プール資源を取得、返却する
共有プール資源制御方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a shared pool resource control method for acquiring and returning a shared pool resource while performing exclusive control by a plurality of processes.

【0002】[0002]

【従来の技術】従来の複数プロセスで排他制御を行いな
がら、共有プール資源を取得、返却するシステムでは、
図7に示すように、プログラム制御により動作するコン
ピュータ1において、互いに連携しながら各種制御を行
うプロセス3-1〜3-nと、それらのプロセス3-1〜3-n
が共有して使用している共有資源で、プール管理されて
いる共有プール資源2とからなる。共有プール資源2
は、プール管理情報および複数の共有資源からなる資源
と、各々のプロセス3-i(i=1〜n)が共有資源の
取得、返却を行う際に、その処理を実行するプロセスを
1個に限定するための排他制御を行う共有資源アクセス
排他手段4とから構成されている。
2. Description of the Related Art In a conventional system for acquiring and returning a shared pool resource while performing exclusive control by a plurality of processes,
As shown in FIG. 7, in a computer 1 operated by program control, processes 3-1 to 3-n for performing various controls in cooperation with each other, and processes 3-1 to 3-n
Is a shared resource that is shared and used, and consists of a shared pool resource 2 that is pool managed. Shared pool resource 2
When the processes 3-i (i = 1 to n) acquire and return a shared resource, the process that executes the processing is reduced to a single resource consisting of pool management information and a plurality of shared resources. And a shared resource access exclusion unit 4 for performing exclusive control for limiting.

【0003】このような構成を有する従来のシステムに
おいて、複数プロセスで排他制御を行いながら、共有プ
ール資源を取得、返却するシステムは次のように動作す
る。すなわち、プロセス3-iが共有資源を取得または
返却を行う場合、必ず、共有資源アクセス排他手段4に
対して、共有プール資源2のアクセス権の取得を要求す
る。そして、アクセス権の取得ができた場合には、共有
プール資源2に対して、共有資源の取得、返却の処理を
行い、処理の完了後に、共有資源アクセス排他手段4
に、共有プール資源2のアクセス権の放棄を要求して、
プロセス3iの共有資源の取得、返却の処理を完了させ
る。
In a conventional system having such a configuration, a system that acquires and returns a shared pool resource while performing exclusive control by a plurality of processes operates as follows. That is, when the process 3-i acquires or returns a shared resource, the process 3-i always requests the shared resource access exclusion unit 4 to acquire the access right of the shared pool resource 2. If the access right can be obtained, the shared resource acquisition and return processing is performed on the shared pool resource 2, and after the processing is completed, the shared resource access exclusive unit 4
Requesting the release of the access right of the shared pool resource 2
The process of acquiring and returning the shared resources of the process 3i is completed.

【0004】一方、プロセス3-iの共有資源アクセス
排他手段4に対する共有プール資源2のアクセス権の取
得ができなかった場合、つまり、他のプロセス3-kが
共有プール資源2のアクセス権を保持しており、共有プ
ール資源2に対して共有資源の取得、返却中である場合
には、アクセス権が取得できるまで、そのプロセス3-
iは共有資源アクセス排他手段4によって、待機状態と
なる。そして、アクセス権を保持しているプロセス3-
kが共有資源の取得、返却処理を完了して、アクセス権
を放棄し、プロセス3-iにアクセス権が付与されるま
で、処理が中断される。
On the other hand, if the access right of the shared pool resource 2 to the shared resource access exclusion means 4 of the process 3-i cannot be obtained, that is, another process 3-k holds the access right of the shared pool resource 2. If the shared resource is being acquired and returned to the shared pool resource 2, the process 3-until the access right can be acquired.
i is put into a standby state by the shared resource access exclusion means 4. And the process 3-
k completes acquisition and return processing of the shared resource, abandons the access right, and suspends the processing until the access right is granted to the process 3-i.

【0005】なお、アクセス権の取得待ちで、共有資源
アクセス排他手段4により待機状態となっているプロセ
スが複数ある場合には、アクセス権を保持していたプロ
セス3-kがアクセス権を放棄したからといって、無条
件にすぐ、プロセス3-iの待機状態が解除されるわけ
ではなく、状況に応じて、待機状態にある他のプロセス
3-jが待機状態を解除され、プロセス3iの待機状態
が継続されることもある。
[0005] When there are a plurality of processes waiting for the acquisition of the access right by the shared resource access exclusion means 4, the process 3-k holding the access right gives up the access right. However, this does not mean that the waiting state of the process 3-i is immediately released unconditionally. Depending on the situation, another process 3-j in the waiting state is released from the waiting state, and the process 3-i is released. The standby state may be continued.

【0006】待機状態のプロセスのうち、どのプロセス
にアクセス権を付与して待機状態を解除するかは、共有
資源アクセス排他手段4のアルゴリズムに依存するが、
一般的には、待機状態が最も長時間とわたっているプロ
セスにアクセス権を付与するのが一般的である。
[0006] Which of the processes in the standby state is granted access right to release the standby state depends on the algorithm of the shared resource access exclusion means 4.
Generally, an access right is generally given to a process that has been waiting for the longest time.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
た従来技術では、同時に複数のプロセスが共有資源を取
得、返却する場合には、必ず排他制御を行うので、必ず
どちらかのプロセスが待機状態となって処理が中断して
しまうため、システム全体の処理性能が低下してしまう
という問題があった。
However, in the above-mentioned prior art, when a plurality of processes acquire and return a shared resource at the same time, exclusive control is always performed, so that one of the processes always enters a standby state. As a result, there is a problem that the processing performance of the entire system is reduced.

【0008】この傾向は、大量のデータを効率よく処理
する目的で、処理を並行して行う意図で多くのプロセス
を使用してシステムを構築した場合に顕著になり、プロ
セスが多ければ多いほど、また、処理するデータが大量
で、共有資源を使用する機会が多ければ多いほど、複数
のプロセスが同時に共有資源を取得、返却する機会が多
くなる。この結果、待機状態となるプロセスが多くな
り、また待機時間が長くなり、処理性能向上の妨げにな
る。
This tendency is remarkable when a system is constructed by using many processes with the intention of performing a large amount of data efficiently and in parallel, and as the number of processes increases, the number of processes increases. In addition, the larger the amount of data to be processed and the more opportunities to use the shared resource, the more opportunities for a plurality of processes to acquire and return the shared resource at the same time. As a result, the number of processes in the standby state increases, and the standby time increases, which hinders improvement in processing performance.

【0009】この発明は上述した事情に鑑みてなされた
もので、共有プール資源を取得、返却する際の排他制御
の回数を減少させることができ、処理性能を向上させる
ことができる共有プール資源制御方式を提供することを
目的とする。
[0009] The present invention has been made in view of the above-mentioned circumstances, and it is possible to reduce the number of times of exclusive control when acquiring and returning a shared pool resource, and to improve the processing performance of the shared pool resource control. The aim is to provide a scheme.

【0010】[0010]

【課題を解決するための手段】上述した問題点を解決す
るために、請求項1記載の発明では、複数のプロセスで
排他制御を行いながら、共有して使用するプール資源を
制御する共有プール資源制御方式において、各プロセス
からの共有資源の取得、返却にあたり、排他制御が必要
であるグローバルプール資源と、各プロセス毎に割り当
てられ、そのプロセスが取得、返却をするにあたり、排
他制御を行う必要がないプロセスローカルプール資源と
を備え、各プロセスから共有資源の取得の要求を受けた
場合に、まず、そのプロセスに割り当てられている前記
プロセスローカルプール資源に対して、共有資源の取得
を試みることを特徴とする。
In order to solve the above-mentioned problems, according to the first aspect of the present invention, a shared pool resource for controlling a pool resource shared and used while performing exclusive control by a plurality of processes. In the control method, global pool resources that require exclusive control when acquiring and returning shared resources from each process are allocated to each process, and it is necessary to perform exclusive control when that process acquires and returns. When there is no process local pool resource, and when a request for acquisition of a shared resource is received from each process, first, it is attempted to acquire a shared resource for the process local pool resource allocated to the process. Features.

【0011】また、請求項2記載の発明では、請求項1
記載の共有プール資源制御方式において、前記プロセス
ローカルプール資源に対して、共有資源の取得を試みた
際、前記プロセスローカルプール資源に保持されている
共有資源が存在しない場合には、前記グローバルプール
資源から一括して複数個の共有資源を取得すことを特徴
とする。
Further, according to the second aspect of the present invention, the first aspect of the present invention is provided.
In the shared pool resource control method described above, when an attempt is made to acquire a shared resource for the process local pool resource, if there is no shared resource held in the process local pool resource, the global pool resource A plurality of shared resources are collectively obtained from

【0012】この発明では、各プロセスから共有資源の
取得の要求を受けた場合に、まず、そのプロセスに割り
当てられている前記プロセスローカルプール資源に対し
て、共有資源の取得を試みる。したがって、共有プール
資源を取得、返却する際の排他制御の回数を減少させる
ことが可能となる。また、排他制御を必要とするグロー
バルプール資源に対してバッファの取得、返却を行わな
ければならない場合も、複数の共有資源を一括して処理
を行う。したがって、返却する際の排他制御の回数を減
少させることが可能となり、処理性能を向上させること
が可能となる。
In the present invention, when a request to acquire a shared resource is received from each process, first, an attempt is made to acquire a shared resource for the process local pool resource allocated to the process. Therefore, it is possible to reduce the number of times of exclusive control when acquiring and returning the shared pool resource. Also, when it is necessary to acquire and return a buffer for a global pool resource that requires exclusive control, a plurality of shared resources are collectively processed. Therefore, it is possible to reduce the number of times of exclusive control at the time of returning, and it is possible to improve processing performance.

【0013】[0013]

【発明の実施の形態】以下、図面を用いて本発明の実施
の形態を説明する。 A.実施形態の構成 図1は、本発明の実施形態による全体の構成を示すブロ
ック図である。図において、1は、本発明の共有プール
資源一括取得、返却方式の一実施例における、プログラ
ム制御により動作するコンピュータである。このコンピ
ュータ1は、共有プール資源2と、プロセス3-1〜3-n
と、共有プール資 源取得手段4とから構成されてい
る。
Embodiments of the present invention will be described below with reference to the drawings. A. Configuration of Embodiment FIG. 1 is a block diagram showing an overall configuration according to an embodiment of the present invention. In the drawing, reference numeral 1 denotes a computer that operates under program control in one embodiment of the shared pool resource batch acquisition and return method according to the present invention. This computer 1 includes a shared pool resource 2 and processes 3-1 to 3-n
And shared pool resource acquisition means 4.

【0014】プロセス3-1〜3-nは、互いに連携しなが
ら各種制御を行う。共有プール資源2は、それらのプロ
セス3-1〜3-nが共有して使用しているバッファプール
等の共有資源であり、プール管理されている。共有プー
ル資源2は、プロセスローカルプール資源2-i(2-1
〜2-n)と、グローバルプール資 源2-0と、共有資源
アクセス排他手段5とから構成されている。プロセスロ
ーカルプール資源2-i(2-1〜2-n)は、共有プール
資源2内で、各プロセス3-i(3-1〜3-n)毎に割り
当てられ、そ のプロセスが取得、返却をするにあたっ
て、排他制御を行う必要がない。グローバルプール資源
2-0は、共有資源の取得、返却にあたり、排他制御が必
要である。
The processes 3-1 to 3-n perform various controls in cooperation with each other. The shared pool resource 2 is a shared resource, such as a buffer pool, shared and used by the processes 3-1 to 3-n, and is managed by the pool. The shared pool resource 2 is a process local pool resource 2-i (2-1)
To 2-n), a global pool resource 2-0, and a shared resource access exclusion means 5. The process local pool resource 2-i (2-1 to 2-n) is allocated to each process 3-i (3-1 to 3-n) in the shared pool resource 2, and the process is acquired, There is no need to perform exclusive control when returning. The global pool resource 2-0 needs exclusive control when acquiring and returning the shared resource.

【0015】また、共有プール資源取得手段4は、各プ
ロセス3-iからの共有資源の取得、返却要求を受け、
そのプロセス3-iに割り当てられたプロセスローカル
プール資源2-iまたはグローバルプール資源2-0から
共有資源を取得、返却する。より具体的には、共有プー
ル資源取得手段4は、各プロセス3-iから共有資源の
取得の要求を受けた場合に、まず、そのプロセス3-i
に割り当てられているプロセスローカルプール資源2-
iに対して、共有資源の取得を試み、取得に失敗した場
合、すなわち、 プロセスローカルプール資源2-iに保
持されている共有資源が存在しない場合には、グローバ
ルプ ール資源2-0から一括して複数個の共有資源を取
得して、そのうちの1個の共有資源をプロセス3-iに
引き渡すとともに、余剰の共有資源をプロセスローカル
プール資源2-iに格納し、以降のプロ セス2-iから
の共有資源の取得要求に備える。
The shared pool resource obtaining means 4 receives requests for obtaining and returning shared resources from each process 3-i,
The shared resource is acquired and returned from the process local pool resource 2-i or the global pool resource 2-0 allocated to the process 3-i. More specifically, upon receiving a request for acquiring a shared resource from each process 3-i, the shared pool resource acquiring means 4 first receives the request from the process 3-i.
Process local pool resource 2-
If an attempt is made to acquire a shared resource for i, and the acquisition fails, that is, if there is no shared resource held in the process local pool resource 2-i, the global pool resource 2-0 is used. A plurality of shared resources are acquired collectively, and one of the shared resources is handed over to the process 3-i, and the surplus shared resources are stored in the process local pool resource 2-i. -Prepare for shared resource acquisition request from i.

【0016】また、プロセス3-iから共有資源の返却
要求を受けた場合には、共有プール資源取得手段4は、
そのプロセス3-iに割り当てられたプロセスローカル
プール資源2-iに返却を行うとともに、もし返却した
結果、プロセスローカルプール資源2-iが保持してい
る共有資源が一定数以上となった際 には、複数個の共
有資源を一括してグローバルプール資源2-0に返却す
る。共有資源アクセス排他手段5は、グローバルプール
資源2-0をアクセスするために、その処理を実行するプ
ロセスを1個に限定するための排他制御を行う。
When receiving a shared resource return request from the process 3-i, the shared pool resource obtaining means 4
A return is made to the process local pool resource 2-i allocated to the process 3-i, and if the number of shared resources held by the process local pool resource 2-i exceeds a certain number as a result of the return, Returns a plurality of shared resources to the global pool resource 2-0 in a lump. In order to access the global pool resource 2-0, the shared resource access exclusion unit 5 performs exclusion control for limiting the number of processes executing the process to one.

【0017】このようにして、ある程度の共有資源を、
排他制御を行う必要のないプロセスローカルプール資源
2-iに保持し、また、排他制御が必要なグローバルプ
ール資源2-0への取得、返却が必要になった場合でも、
複数の共有資源を一括して取得、返却することにより、
バッファ等の共有プール資源2への、各プロセス3-i
のアクセスが排他制御によって待機状態になる機会を減
らし、プロセス全体の処理性能の向上を可能にする。
In this way, some shared resources are
Even if it is held in the process local pool resource 2-i that does not need to perform exclusive control, and it is necessary to acquire and return to the global pool resource 2-0 that requires exclusive control,
By obtaining and returning multiple shared resources at once,
Each process 3-i to the shared pool resource 2 such as a buffer
This reduces the chances of access to the standby state due to exclusive control, thereby improving the processing performance of the entire process.

【0018】これらの手段はそれぞれ概略つぎのように
動作する。共有資源アクセス排他手段5は、共有プール
資源取得手段4からの要求を受け、ロックセマフォ等を
使用して、アクセス権を付与した1個のプロセス3-i
のみグローバル資源20へのアクセスを許 可し、アク
セス権を付与していないプロセス3-jについては、ア
クセス権を保持しているプロセス 3-iのアクセス権が
放棄され、アクセス権を与えるまでの処理を待機させ
る。
Each of these means operates as follows. The shared resource access exclusion unit 5 receives the request from the shared pool resource acquisition unit 4 and uses a lock semaphore or the like to grant one access process 3-i.
Only the process 3-j that has permitted access to the global resource 20 and has not been granted an access right is abandoned from the process 3-i holding the access right, and continues until the access right is granted. Wait for processing.

【0019】共有プール資源取得手段4は、各プロセス
3-iからの共有資源の取得、返却要求を受け、まず、
そのプロセス3-iに割り当てられたプロセスローカル
プール資源2-iに対して、共有資源の取得、返却を試
みる。
The shared pool resource obtaining means 4 receives the request for obtaining and returning the shared resource from each process 3-i.
An attempt is made to acquire and return a shared resource for the process local pool resource 2-i assigned to the process 3-i.

【0020】共有資源の取得要求で、取得に失敗した場
合にはじめて、共有資源アクセス排他手段5を使用し
て、グローバルプール資源2-0のアクセス権を取得し、
グローバルプール資源2-0から複数個の共有資源を一括
して取得し、そのうちの1個をプロセス3-iに引き渡
し、剰余分をプロセスローカルプー ル資源2-iに格納
する。
For the first time, when the acquisition of the shared resource fails, the access right of the global pool resource 2-0 is acquired using the shared resource access exclusion means 5,
A plurality of shared resources are acquired collectively from the global pool resource 2-0, one of them is delivered to the process 3-i, and the surplus is stored in the process local pool resource 2-i.

【0021】また、共有資源の返却要求で、プロセスロ
ーカルプール資源2-iに格納されている共有資源があ
らかじめ設定された個数以上になった場合、そのうちの
複数個を共有資源アクセス排他手段5を使用してアクセ
ス権を取得した上で、グローバルプール資源2-0に、一
括して返却する。
If the number of shared resources stored in the process local pool resource 2-i exceeds a predetermined number in response to the shared resource return request, a plurality of shared resources are set to the shared resource access exclusion means 5. After obtaining the access right by using it, it is collectively returned to the global pool resource 2-0.

【0022】B.実施例の動作 次に、図1、図2、図3、図4及び図5のフローチャー
トを参照して本実施例の全体の動作について詳細に説明
する。共有プール資源取得手段4は、プロセス3iから
の共有資源取得の要求を受け、該当プロセス3-iが保
有するプロセスローカルプール資源2-iに共有資源が
存在するかチェックする(図2のステップA1)。チェ
ックの結果、プロセスローカルプール資源2-iに共有
資源が存在 する場合、プロセスローカルプール資源2-
iより、共有資源を取得し(ステップA8)、その取得
した共有資源をプロセス3-iに引き渡す(ステップA
9)。
B. Next, the overall operation of the present embodiment will be described in detail with reference to the flowcharts of FIGS. 1, 2, 3, 4, and 5. The shared pool resource obtaining means 4 receives the request for obtaining the shared resource from the process 3i, and checks whether the shared resource exists in the process local pool resource 2-i owned by the process 3-i (step A1 in FIG. 2). ). As a result of the check, if a shared resource exists in the process local pool resource 2-i, the process local pool resource 2-i
i, and acquires the shared resource (step A8), and hands over the acquired shared resource to the process 3-i (step A8).
9).

【0023】一方、ステップA1のチェックの結果、プ
ロセスローカルプール資源2-iに共有資源が存在しな
い場合には、グローバルプール資源2-0から共有資源を
取得するため、共有資源アクセス排他手段5に対して、
グローバルプール資源2-0のアクセス権の取得の要求を
行う(ステップA2)。ここで、グローバルプール資源
2-0のアクセス権の取得に失敗した場合には、共有資源
アクセス排他手段5により、アクセス権の取得が成功す
るまでプロセス3-iは待機する(ステップA10)。
なお、共有資源アクセス排他手段5のグローバルプール
資源2-0のアクセス権の取得処理の流れは後述する。
On the other hand, as a result of the check in step A1, there is no shared resource in the process local pool resource 2-i.
In this case, the shared resource access exclusion unit 5 obtains a shared resource from the global pool resource 2-0.
A request is made to acquire an access right for the global pool resource 2-0 (step A2). Here, if the acquisition of the access right of the global pool resource 2-0 has failed, the process 3-i waits until the acquisition of the access right succeeds by the shared resource access exclusion means 5 (step A10).
The flow of the process of acquiring the access right of the global pool resource 2-0 by the shared resource access exclusion unit 5 will be described later.

【0024】一方、グローバルプール資源2-0のアクセ
ス権の取得に成功した場合には、グローバルプール資源
2-0から一括してm個(mは、予め設定しておく)の共
有資源を取得するのに十分な個数があるか、チェックを
する。方法は、グローバルプール資源2-0が保持してい
る共有資源の個数がn個(nは、予め設定し、n≧mと
する)以上であるかをチェックすることで行う(ステッ
プA3)。
On the other hand, if the access right to the global pool resource 2-0 is successfully obtained, m (m is preset) shared resources are obtained from the global pool resource 2-0 in a lump. Check that there is enough to do. The method is performed by checking whether the number of shared resources held by the global pool resource 2-0 is equal to or more than n (n is set in advance and n ≧ m) (step A3).

【0025】そして、ステップA3のチェックの結果、
グローバルプール資源の保持する共有資源の個数がn個
未満の場合には、グローバルプール資源2-0より、1個
の共有資源を取得し(ステップA11)、共有資源アク
セス排他手段5に対してグローバルプール資源2-0のア
クセス権の放棄を要求する(ステップ12)。ステップ
12の後、プロセス3-iに対して、ステップA11で
取得した共有資源を1個引き渡す(ステップA13)。
Then, as a result of the check in step A3,
If the number of shared resources held by the global pool resource is less than n, one shared resource is acquired from the global pool resource 2-0 (step A11), and the global A request is made to relinquish the access right of pool resource 2-0 (step 12). After step 12, one shared resource acquired in step A11 is delivered to process 3-i (step A13).

【0026】また、ステップA3のチェックの結果、グ
ローバルプール資源2-0が保持している共有資源の個数
がn個以上の場合には、グローバルプール資源2-0よ
り、m個の共有資源を一括して取得し(ステップA
4)、共有資源アクセス排他手段5に対してグローバル
プール資源2-0のアクセス権の放棄を要求する(ステッ
プA5)。
As a result of the check in step A3, if the number of shared resources held by the global pool resource 2-0 is n or more, m shared resources are assigned from the global pool resource 2-0. Acquire all at once (Step A
4) Request the shared resource access exclusion means 5 to relinquish the access right of the global pool resource 2-0 (step A5).

【0027】ステップA5の後、プロセス3-iが保有
するプロセスローカルプール資源2-iに(m−1)個
の共有資源を格納し(ステップA6)、プロセス3-i
にその残りの共有資源1個を引き渡す(ステッ プA
7)。ステップA6で、プロセスローカルプール資源2
-iに(m−1)個の共有資源を格納す ることにより、
次のプロセス3-iからの共有資源取得要求時には、グ
ローバルプール資源2-0への アクセスを行うことな
く、すなわち排他制御を行うことなく、プロセスローカ
ルプール資源2-iか ら、共有資源の取得を行うことが
できる。
After step A5, (m-1) shared resources are stored in the process local pool resource 2-i held by the process 3-i (step A6), and the process 3-i is executed.
Hand over the remaining shared resource to
7). In step A6, process local pool resource 2
By storing (m-1) shared resources in -i,
At the time of the next shared resource acquisition request from the process 3-i, the shared resource is acquired from the process local pool resource 2-i without accessing the global pool resource 2-0, that is, without performing exclusive control. It can be performed.

【0028】次に、共有プール取得手段4に対してプロ
セス3iが共有資源の返却を要求した場合の処理の流れ
を説明する。共有プール取得手段4は、プロセス3-i
からの共有資源返却要求を受け、プロセス3-iが保有
するプロセスローカルプール資源2-iの保持している
共有資源の個数をチェックする。方 法は、現在保有し
ているローカルプール資源2-iの共有資源とプロセス
3-iから返却を要求された共有資源の個数の合計が、
k個(kは、予め設定しておく)を越えているかをチェ
ックすることで行う(ステップB1)。
Next, the processing flow when the process 3i requests the shared pool acquisition means 4 to return the shared resources will be described. The shared pool acquisition means 4 executes the process 3-i
, The number of shared resources held by the process local pool resources 2-i held by the process 3-i is checked. In this method, the sum of the number of shared resources currently owned by the local pool resource 2-i and the number of shared resources requested to be returned from the process 3-i is:
This is performed by checking whether the number exceeds k (k is preset) (step B1).

【0029】そして、ステップB1の結果、合計がk個
以下の場合には、プロセス3-iから返却を要求された
共有資源を、プロセスローカルプール資源2-iに返却
し(ステップB6)、プロセス3-iに返却の完了を通
知する(ステップB7)。
If the result of step B1 is that the total is k or less, a return is requested from the process 3-i.
The shared resource is returned to the process local pool resource 2-i (step B6), and completion of the return is notified to the process 3-i (step B7).

【0030】一方、ステップB1のチェックの結果、合
計がk個を越える場合には、グローバルプール資源2-0
に共有資源を一括して返却するため、共有資源アクセス
排他手段5に対して、グローバルプール資源2-0のアク
セス権取得を要求する(ステップB2)。ここで、ステ
ップB2のグローバルプール資源2-0のアクセス権取得
に失敗した場合には、共有資源アクセス排他手段5によ
り、アクセス権の取得に成功するまでプロセス3-iは
待機する(ステップB8)。
On the other hand, as a result of the check in step B1, if the total exceeds k, the global pool resource 2-0
Requesting the shared resource access exclusion means 5 to acquire the access right of the global pool resource 2-0 (step B2). Here, if the acquisition of the access right of the global pool resource 2-0 in step B2 fails, the process 3-i waits until the acquisition of the access right by the shared resource access exclusion means 5 (step B8). .

【0031】一方、ステップB2のアクセス権の取得に
成功した場合には、プロセスローカルプール資源2-i
にp個(pは、予め設定し、k≧pとする)の共有資源
を残し、その他の共有資源をグローバルプール2-0に返
却し(ステップB3)、共有資源アクセス排他手段5に
対してグローバルプール資源2-0のアクセス権の放棄を
要求する(ステップB4)。
On the other hand, if the access right is successfully obtained in step B2, the process local pool resource 2-i
(P is set in advance and k ≧ p), and the other shared resources are returned to the global pool 2-0 (step B3). A request is made to release the access right of the global pool resource 2-0 (step B4).

【0032】ステップB3により、プロセスローカルプ
ール資源2-iに多くの共有資源が保有されることで、
グローバルプール資源2-0の共有資源が枯渇することを
防止し、また、次のプロセス3-iからの共 有資源取得
要求に対して、グローバルプール資源2-0へのアクセス
を行うことなく、すなわち排他制御を行うことなく、プ
ロセスローカルプール資源2-iから共有資源を取得で
きるように備えられる 。ステップB4の後、プロセス
3-iに共有資源の返却の完了を通知する(ステップB
5)。
In step B3, a large number of shared resources are held in the process local pool resource 2-i.
The shared resources of the global pool resource 2-0 are prevented from being depleted, and in response to a shared resource acquisition request from the next process 3-i, without accessing the global pool resource 2-0, That is, it is provided so that a shared resource can be acquired from the process local pool resource 2-i without performing exclusive control. After step B4, the process 3-i is notified of completion of the return of the shared resource (step B4).
5).

【0033】次に、共有資源アクセス排他手段5の処理
の流れについて説明する。共有資源アクセス排他手段5
は、プロセス3-iからの共有資源取得、返却要求によ
り、共有プール資源取得手段4から、グロー バルプー
ル資源2-0のアクセス権の取得を要求を受け(ステップ
C1)、既に他のプロセス3-jが アクセス権を取得済
みであるかチェックする(ステップC2)。
Next, the processing flow of the shared resource access exclusion means 5 will be described. Shared resource access exclusion means 5
Receives a request to acquire the access right of the global pool resource 2-0 from the shared pool resource acquiring means 4 in response to a request to acquire and return the shared resource from the process 3-i (step C1), and It is checked whether or not j has acquired the access right (step C2).

【0034】そして、取得しているプロセスが存在しな
い場合には、プロセス3-iにアクセス権を付与し、グ
ローバルプール資源2-0のアクセスを許可する(ステッ
プC3)。一方、ステップC2のチェックの結果、他の
プロセスが既にアクセス権を取得している場合には、プ
ロセス3-iを待機させ、アクセス権取得待ち状態にす
る(ステップC4)。
If the acquired process does not exist, the access right is given to the process 3-i and the access to the global pool resource 2-0 is permitted (step C3). On the other hand, as a result of the check in step C2, if another process has already acquired the access right, the process 3-i is put on standby to wait for the access right (step C4).

【0035】プロセス3-iがグローバルプール資源2-
0のアクセス権を取得し、グローバルプール資源2-0に
対する、共有資源の取得、返却処理を行った後、共有資
源アクセス排他手段5は、共有プール資源取得手段4か
ら、グローバルプール資源2-0のアクセス権の放棄の要
求を受け(ステップD1)、他のプロセスでグローバル
プール資源2-0のアクセス権取得待ち状態のプロセスが
存在するかチェックする(ステップD2)。そして、ス
テップD2のチェックの結果、グローバルプール資源2
-0のアクセス権取得待ち状態のプロセスが存在しない場
合、共有プール資源取得手段4にアクセス権放棄の完了
を通知する(ステップD4)。
Process 3-i is a global pool resource 2-
Acquire 0 access right and become global pool resource 2-0
After performing the acquisition and return processing of the shared resource, the shared resource access exclusion unit 5 receives a request to release the access right of the global pool resource 2-0 from the shared pool resource acquisition unit 4 (step D1). It is checked whether there is another process waiting for the access right acquisition of the global pool resource 2-0 (step D2). Then, as a result of the check in step D2, the global pool resource 2
If there is no process waiting for the access right acquisition of -0, the shared pool resource acquisition means 4 is notified of the completion of the relinquishment of the access right (step D4).

【0036】一方、ステップD2の結果、グローバルプ
ール資源2-0のアクセス権取得待ち状態のプロセスが存
在する場合、そのうちで最も長時間アクセス権取得待ち
状態で待機しているプロセス3-jにアクセ ス権を付与
し、プロセス3-jを待機状態から解放して、グローバ
ルプール資源2-0のアクセスを許 可する(ステップD
3)。
On the other hand, as a result of step D2, when there is a process waiting for the access right acquisition of the global pool resource 2-0, the process 3-j which has been waiting in the access right acquisition wait state for the longest time is accessed. Process 3-j is released from the standby state, and access to the global pool resource 2-0 is permitted (step D).
3).

【0037】次に、具体例として、端末と通信回線で接
続し、オンライン業務を行うシステムに適用した場合に
ついて図6を参照して説明する。なお、図1に対応する
部分には同一の符号を付けて説明を省略する。図6にお
いて、オンラインAP10-1、10-2は、端末11-1、
11-2との間で送受信するデータを元に処理を行う。デ
ータ転送制御は、通信回線14-1、14-2の種別毎に、
それに適合した手続き(通信プロトコル)でデータ転送
を行う。
Next, as a specific example, a case where the present invention is applied to a system for connecting to a terminal via a communication line and performing online business will be described with reference to FIG. Note that the same reference numerals are given to portions corresponding to FIG. In FIG. 6, the online APs 10-1 and 10-2 are terminals 11-1,
Processing is performed on the basis of data transmitted and received with 11-2. Data transfer control is performed for each type of the communication lines 14-1 and 14-2.
Data transfer is performed according to a procedure (communication protocol) adapted to that.

【0038】共有バッファ資源2は、オンラインAP1
0-1、10-2とデータ転送制御とで使用され、データ転
送制御を介して、オンラインAP10-1、10-2と端末
11-1、11-2との間で送受信されるデータを格納す
る。グローバルバッファ資源6は、図1のグローバスプ
ール資源2-0に相当し、オンラインAP用バッファ資源
7は、図1のプロセスローカルプール資源2-1〜2-nの
うちの1つに相当する。また、データ転送制御用バッフ
ァ資源8は、図1のプロセスローカルプール資源2-1〜
2-nのうちの1つに相当する。また、共有バッファアク
セス排他9は、図1の共有資源アクセス排他手段5に相
当する。オンラインAP用キュー12は、データ転送制
御で端末11-1、11-2からのデータを受信した共有バ
ッファを登録する。データ転送制御用キュー13は、オ
ンラインAP10-1、10-2が処理した結果を端末11
-1、11-2に送信するためのデータを格納したバッファ
を登録する。
The shared buffer resource 2 includes the online AP 1
0-1 and 10-2 are used by the data transfer control, and store data transmitted and received between the online APs 10-1 and 10-2 and the terminals 11-1 and 11-2 via the data transfer control. I do. The global buffer resource 6 corresponds to the global pool resource 2-0 in FIG. 1, and the online AP buffer resource 7 corresponds to one of the process local pool resources 2-1 to 2-n in FIG. The buffer resources 8 for data transfer control correspond to the process local pool resources 2-1 to 2-1 shown in FIG.
It corresponds to one of 2-n. The shared buffer access exclusion 9 corresponds to the shared resource access exclusion unit 5 in FIG. The online AP queue 12 registers a shared buffer that has received data from the terminals 11-1 and 11-2 under data transfer control. The data transfer control queue 13 stores the result processed by the online APs 10-1 and 10-2 in the terminal 11
-1 and 11-2 register a buffer storing data to be transmitted.

【0039】オンラインAP10-1、10-2とデータ転
送制御は、各々、別のプロセスであり、通信回線14-
1、14-2を介して端末11-1、11-2との間で行うデ
ータ送受信と、オンラインAP10-1、10-2の受信デ
ータの業務処理およびその結果のデータ送信処理は、オ
ンラインAP用キュー12、データ転送制御用キュー1
3を介することにより、非同期に行われる。つまり、オ
ンラインAP10-1、10-2は、オンラインAP用キュ
ー12からデータを引き取り、処理した結果をデータ転
送制御用キュー13に登録することにより、実際の端末
との送受信とは独立して、データ送受信処理が行える。
The online APs 10-1 and 10-2 and the data transfer control are separate processes, and are different from each other.
The data transmission / reception performed between the terminals 11-1 and 11-2 via the terminals 1 and 14-2, the business processing of the received data of the online APs 10-1 and 10-2, and the data transmission processing of the result are performed by the online APs. Queue 12, data transfer control queue 1
3 is performed asynchronously. That is, the online APs 10-1 and 10-2 receive data from the online AP queue 12 and register the processed result in the data transfer control queue 13, independently of transmission and reception with the actual terminal, Data transmission / reception processing can be performed.

【0040】オンラインAP10-1、10-2は、端末1
1-1、11-2からの受信データの処理が完了した契機に
バッファを返却し、データ転送制御は、端末向けの送信
データのデータ送信が完了した契機にバッファを返却す
る。したがって、端末数が多く、また送受信されるデー
タ量が多い場合、データ転送制御とオンラインAP10
-1、10-2とで行われるバッファの取得、返却処理が同
時に発生する可能性が高くなる。
The online APs 10-1 and 10-2 are connected to the terminal 1
The buffer is returned when the processing of the received data from 1-1 and 11-2 is completed, and the data transfer control returns the buffer when the data transmission of the transmission data for the terminal is completed. Therefore, when the number of terminals is large and the amount of data to be transmitted and received is large, data transfer control and online AP 10
-1, 10-2, the possibility of simultaneous occurrence of the buffer acquisition and return processing increases.

【0041】上述した構成による実際の動作は次のよう
になる。端末11-1、11-2から送信されるデータを受
信するために、データ転送制御は、共有バッファ資源取
得制御4に対してバッファの取得を要求する。共有バッ
ファ資源取得制御4は、データ転送制御からのバッファ
取得要求を受けて、まず、共有バッファ資源2内でデー
タ転送制御に対してのみアクセス可能な、データ転送制
御用バッファ資源8からバッファを取得することを試み
る。そして、以前のバッファ取得要求やバッファ返却要
求により、データ転送制御用バッファ資源8にバッファ
が存在している場合には、排他制御を使用しなければな
らないグローバルバッファ資源6からバッファを取得す
ることなく、バッファを取得することができる。
The actual operation according to the above configuration is as follows. In order to receive the data transmitted from the terminals 11-1 and 11-2, the data transfer control requests the shared buffer resource acquisition control 4 to acquire a buffer. Upon receiving a buffer acquisition request from the data transfer control, the shared buffer resource acquisition control 4 first acquires a buffer from the data transfer control buffer resource 8, which is accessible only to the data transfer control within the shared buffer resource 2. Try to do. If a buffer exists in the data transfer control buffer resource 8 due to a previous buffer acquisition request or buffer return request, the buffer is not acquired from the global buffer resource 6 for which exclusive control must be used. , You can get the buffer.

【0042】この場合、共有バッファアクセス排他制御
による排他制御を行わないので、オンラインAP10-
1、10-2の処理が待機状態となったり、またデータ転
送制御の処理が待機状態となることはない。一方、デー
タ転送制御用バッファ資源8にバッファが存在しなかっ
た場合には、共有バッファアクセス排他制御を使用して
排他制御を行って、グローバルバッファ資源6からバッ
ファの取得を行う。但し、バッファが予め設定された個
数以上ある際には、一括して複数のバッファを取得し、
データ転送制御で使用する1個のバッファを除いて、デ
ータ転送制御用バッファ資源8に格納する。そして、次
のバッファ取得要求時には、排他制御を行う必要なく、
データ転送制御用バッファ資源8からバッファを取得で
きるようにする。
In this case, since the exclusive control by the shared buffer access exclusive control is not performed, the online AP 10-
The processes 1 and 10-2 do not enter the standby state, and the data transfer control process does not enter the standby state. On the other hand, if no buffer exists in the data transfer control buffer resource 8, exclusive control is performed using shared buffer access exclusive control, and a buffer is obtained from the global buffer resource 6. However, when the number of buffers is equal to or larger than a preset number, a plurality of buffers are acquired collectively,
Except for one buffer used for data transfer control, the data is stored in the data transfer control buffer resource 8. At the time of the next buffer acquisition request, there is no need to perform exclusive control,
A buffer can be obtained from the data transfer control buffer resource 8.

【0043】端末11-1、11-2へのデータ送信が完了
し、そのデータが格納されていたバッファを返却する場
合には、予め設定された個数を越えていなければ、排他
制御を必要とするグローバルバッファ資源6へバッファ
を返却せずに、データ転送制御用バッファ資源8に返却
する。
When data transmission to the terminals 11-1 and 11-2 is completed and the buffer storing the data is returned, exclusive control is required unless the number exceeds a preset number. The buffer is returned to the data transfer control buffer resource 8 without returning the buffer to the global buffer resource 6.

【0044】オンラインAP10-1、10-2によるバッ
ファの取得、返却についても、データ転送制御と同様
に、バッファの取得、返却をまず、オンラインAP用バ
ッファ資源7に行うことを試み、取得においてはオンラ
インAP用バッファ資源7にバッファが存在していない
場合、返却においては返却するバッファとオンラインA
P用バッファ7に存在するバッファの個数の合計が設定
した個数を越える場合には、グローバルバッファ資源6
に対して、複数個のバッファを一括して取得、返却を行
う。
Regarding the acquisition and return of the buffer by the online APs 10-1 and 10-2, similarly to the data transfer control, an attempt is first made to acquire and return the buffer to the online AP buffer resource 7. If no buffer exists in the online AP buffer resource 7, the buffer to be returned and the online A
If the total number of buffers existing in the P buffer 7 exceeds the set number, the global buffer resource 6
To collect and return multiple buffers at once.

【0045】これらの処理を行うことにより、データ転
送制御用バッファ8やオンラインAP用バッファ7にバ
ッファが存在する場合は、データ転送制御やオンライン
AP10-1、10-2のバッファ取得処理において、共有
バッファアクセス排他制御9によるプロセス待機が発生
する可能性のある排他制御を行うことなく、バッファの
取得を行うことができる。
By performing these processes, if a buffer exists in the data transfer control buffer 8 or the online AP buffer 7, the data transfer control and the online AP 10-1 and the buffer acquisition process of the online AP 10-1 share the buffer. The buffer can be obtained without performing exclusive control that may cause a process standby by the buffer access exclusive control 9.

【0046】また、データ転送制御やオンラインAP1
0-1、10-2のバッファ返却処理においても、データ転
送制御用バッファ8やオンラインAP用バッファ7内の
バッファが設定された個数を越えない限り、データ転送
制御用バッファ8やオンラインAP用バッファ7に返却
するため、共有バッファアクセス排他制御9によるプロ
セス待機が発生する可能性のある排他制御を行うことな
く、バッファの返却を行うことができる。
In addition, data transfer control and online AP1
Also in the buffer return processing of 0-1 and 10-2, unless the number of buffers in the data transfer control buffer 8 or the online AP buffer 7 exceeds the set number, the data transfer control buffer 8 and the online AP buffer Therefore, the buffer can be returned without performing exclusive control that may cause a process standby by the shared buffer access exclusive control 9.

【0047】もし、設定された個数を越えてしまい、共
有バッファアクセス排他制御9を使用して排他制御を行
って、グローバルバッファ資源6にバッファを返却しな
ければならない際にも、一括して複数個のバッファをま
とめて返却するため、1個ずつを返却することに比較す
ると排他制御を使用する回数を減らすこととなる。
If the number exceeds the set number and exclusive control must be performed using the shared buffer access exclusive control 9 to return the buffer to the global buffer resource 6, Since the buffers are returned together, the number of times of using the exclusive control is reduced as compared to returning the buffers one by one.

【0048】仮に、オンラインAP10-1、10-2から
のデータ送信で使用するバッファ数と端末11-1、11
-2からの受信データで受信するバッファの個数とが同数
であれば、バッファの取得、返却は、データ転送制御用
バッファ資源8に対してのみ行われ、共有バッファアク
セス排他制御9による排他制御が行われなくなり、バッ
ファの取得、返却によるプロセスの待機状態が一切生じ
なくなる。
It is assumed that the number of buffers used for data transmission from the online APs 10-1 and 10-2 and the number of terminals 11-1 and 11-1
If the number of buffers to be received in the received data from -2 is the same, acquisition and return of the buffer are performed only to the data transfer control buffer resource 8, and exclusive control by the shared buffer access exclusive control 9 is performed. It is no longer performed, and the waiting state of the process due to acquisition and return of the buffer does not occur at all.

【0049】[0049]

【発明の効果】以上説明したように、本発明によれば、
共有プール資源の取得、返却を極力排他制御をする必要
のない、そのプロセスに割り当てられたプロセスローカ
ルプール資源に行い、排他制御を必要とするグローバル
プール資源に対してバッファの取得、返却を行わなけれ
ばならない場合も、複数の共有資源を一括して処理を行
うようにしたので、共有プール資源を取得、返却する際
の排他制御の回数を減少させることができ、処理性能を
向上させることができるという利点が得られる。
As described above, according to the present invention,
Acquisition and return of the shared pool resources should be performed to the process local pool resources allocated to the process that does not require exclusive control as much as possible, and buffers must be acquired and returned for global pool resources that require exclusive control. Even in the case where it is necessary, since a plurality of shared resources are processed collectively, the number of times of exclusive control when acquiring and returning the shared pool resources can be reduced, and the processing performance can be improved. The advantage is obtained.

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

【図1】 本発明の実施形態による全体の構成を示すブ
ロック図である。
FIG. 1 is a block diagram showing an overall configuration according to an embodiment of the present invention.

【図2】 プロセスからの共有資源取得動作を説明する
ためのフローチャートである。
FIG. 2 is a flowchart illustrating an operation of acquiring a shared resource from a process.

【図3】 プロセスからの共有資源返却動作を説明する
ためのフローチャートである。
FIG. 3 is a flowchart illustrating an operation of returning a shared resource from a process.

【図4】 プロセスによるグローバルプール資源のアク
セス権取得動作を説明するためのフローチャートであ
る。
FIG. 4 is a flowchart illustrating an operation of acquiring an access right to a global pool resource by a process.

【図5】 プロセスによるグローバルプール資源のアク
セス権放棄動作を説明するためのフローチャートであ
る。
FIG. 5 is a flowchart for explaining an access right relinquishing operation of a global pool resource by a process.

【図6】 本発明を適用した具体例の構成を示すブロッ
ク図である。
FIG. 6 is a block diagram showing a configuration of a specific example to which the present invention is applied.

【図7】 従来のシステム構成を説明するためのブロッ
ク図である。
FIG. 7 is a block diagram for explaining a conventional system configuration.

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

1 コンピュータ 2 共有プール資源 2-0 グローバルプール資源 2-1〜2-n プロセスローカルプール資源 3-1〜3-n プロセス 4 共有プール資源取得手段 5 共有資源アクセス排他手段 Reference Signs List 1 computer 2 shared pool resource 2-0 global pool resource 2-1 to 2-n process local pool resource 3-1 to 3-n process 4 shared pool resource acquisition means 5 shared resource access exclusive means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセスで排他制御を行いなが
ら、共有して使用するプール資源を制御する共有プール
資源制御方式において、 各プロセスからの共有資源の取得、返却にあたり、排他
制御が必要であるグローバルプール資源と、各プロセス
毎に割り当てられ、そのプロセスが取得、返却をするに
あたり、排他制御を行う必要がないプロセスローカルプ
ール資源とを備え、 各プロセスから共有資源の取得の要求を受けた場合に、
まず、そのプロセスに割り当てられている前記プロセス
ローカルプール資源に対して、共有資源の取得を試みる
ことを特徴とする共有プール資源制御方式。
In a shared pool resource control method for controlling pool resources to be shared and used while performing exclusive control by a plurality of processes, exclusive control is required for acquiring and returning shared resources from each process. When there is a global pool resource and a process local pool resource that is allocated for each process and does not need to perform exclusive control when the process acquires and returns, and a request to acquire a shared resource is received from each process To
First, a shared pool resource control method characterized in that an attempt is made to acquire a shared resource for the process local pool resource allocated to the process.
【請求項2】 前記プロセスローカルプール資源に対し
て、共有資源の取得を試みた際、前記プロセスローカル
プール資源に保持されている共有資源が存在しない場合
には、前記グローバルプール資源から一括して複数個の
共有資源を取得すことを特徴とする請求項1記載の共有
プール資源制御方式。
2. When an attempt is made to acquire a shared resource for the process local pool resource, if there is no shared resource held in the process local pool resource, the shared resource is collectively collected from the global pool resource. 2. The shared pool resource control method according to claim 1, wherein a plurality of shared resources are obtained.
JP16383798A 1998-06-11 1998-06-11 Shared pool resource control system Pending JPH11353197A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16383798A JPH11353197A (en) 1998-06-11 1998-06-11 Shared pool resource control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16383798A JPH11353197A (en) 1998-06-11 1998-06-11 Shared pool resource control system

Publications (1)

Publication Number Publication Date
JPH11353197A true JPH11353197A (en) 1999-12-24

Family

ID=15781698

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16383798A Pending JPH11353197A (en) 1998-06-11 1998-06-11 Shared pool resource control system

Country Status (1)

Country Link
JP (1) JPH11353197A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005346433A (en) * 2004-06-03 2005-12-15 Hitachi Ltd Program execution reservation method, device, processing program therefor and program execution system
JP2009059355A (en) * 2008-08-15 2009-03-19 Hitachi Ltd Program execution reserving method and device, its processing program, and program execution system
JP2016085494A (en) * 2014-10-23 2016-05-19 富士通株式会社 Interprocess communication program, release request method, and parallel arithmetic unit

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005346433A (en) * 2004-06-03 2005-12-15 Hitachi Ltd Program execution reservation method, device, processing program therefor and program execution system
JP2009059355A (en) * 2008-08-15 2009-03-19 Hitachi Ltd Program execution reserving method and device, its processing program, and program execution system
JP2016085494A (en) * 2014-10-23 2016-05-19 富士通株式会社 Interprocess communication program, release request method, and parallel arithmetic unit

Similar Documents

Publication Publication Date Title
EP0006216B1 (en) Improvements in digital data processing systems
US5924097A (en) Balanced input/output task management for use in multiprocessor transaction processing system
US5613139A (en) Hardware implemented locking mechanism for handling both single and plural lock requests in a lock message
US5940612A (en) System and method for queuing of tasks in a multiprocessing system
US8190743B2 (en) Most eligible server in a common work queue environment
US7269630B2 (en) Automatically switching shared remote devices in a dense server environment thereby allowing the remote devices to function as a local device
US8191073B2 (en) Method and system for polling network controllers
JPH0552973B2 (en)
JPH08125654A (en) Method and device for channel reservation, method and device for channel reservation reception
US5592673A (en) Loosely coupled compound computer system using lock and semaphore mechanism for performing exclusive control of shared resource which is accessed through a distinct bus
CN110532106A (en) The means of communication, device, equipment and storage medium between process
CN116414527A (en) Method and system for greatly improving performance of distributed transaction coordinator
JP2002024195A (en) Parallel processor and parallel process method
JPH11353197A (en) Shared pool resource control system
EP0164972A2 (en) Shared memory multiprocessor system
US7007122B2 (en) Method for pre-emptive arbitration
JP3243672B2 (en) Medical image processing system
JP2004054562A (en) Method of controlling input and output for network file system
JPH02245864A (en) Multiprocessor system
JPH04199339A (en) Distributed transaction file control method for distributed processing system
JPH05216844A (en) Method and apparatus for improved task distribution in multiprocessor data processing system
JP3307331B2 (en) Network file system data transfer method
JPH06295289A (en) Booting method for plural computers
JP2002169699A (en) Communication system using multiple virtual computers
JPH11338834A (en) Synchronous parallel processing system and synchronous parallel processing method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000808