JPH0387941A - Decentralized data base processing system - Google Patents

Decentralized data base processing system

Info

Publication number
JPH0387941A
JPH0387941A JP1222852A JP22285289A JPH0387941A JP H0387941 A JPH0387941 A JP H0387941A JP 1222852 A JP1222852 A JP 1222852A JP 22285289 A JP22285289 A JP 22285289A JP H0387941 A JPH0387941 A JP H0387941A
Authority
JP
Japan
Prior art keywords
message
data
communication
site
data base
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
JP1222852A
Other languages
Japanese (ja)
Inventor
Yojiro Morimoto
森本 陽二郎
Koichi Sekiguchi
幸一 関口
Miho Muranaga
村永 美帆
Yoshikazu Yamashita
義和 山下
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP1222852A priority Critical patent/JPH0387941A/en
Publication of JPH0387941A publication Critical patent/JPH0387941A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To process the reference requests to a decentralized data base at a high speed by performing the communication of many produced control messages via a shared storage. CONSTITUTION:A decentralized data base control means 4 analyzes a data reference request and produces a message to be sent to the other site in order to attain the request. A communication control part 5 decides a message to be transmitted and writes a control message if decided to a shared storage means 2. Meanwhile a data message is sent to the corresponding site via a communication circuit 1. Thus the storage means 2 is set between both sites so that both sites refer to the information stored in the storage means 2 at a high speed. As a result, the communication of messages can be performed in a short time and the processing efficiency is improved with a decentralized data base.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は、分散型のデータベース管理システムにおけ
るデータ参照要求の分散データベース処理方式に関する
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a distributed database processing method for data reference requests in a distributed database management system.

(従来の技術) 以下、データベースに対するデータの読みだし、書き込
み、消去、追加、初期化などの操作を総称してデータ参
照という。また、分散データベースシステムを構成する
計算機において、その−部のデータベースを保持する計
算機をサイトという。
(Prior Art) Hereinafter, operations such as reading, writing, erasing, adding, and initializing data to a database will be collectively referred to as data reference. Furthermore, among the computers that make up the distributed database system, the computer that holds the database for that part is called a site.

分散データベース管理システムでは、複数サイトにまた
がるデータ参照要求が発生するとそれを分Mし、それぞ
れのサイトに対し部分参照要求や排他制御などのための
制御情報を送出し、またその応答を受ける。このときの
通信情報は、制御メツセージとデータメツセージに分け
ることができる。
In a distributed database management system, when a data reference request that spans multiple sites occurs, it is divided into parts, sends a partial reference request, control information for exclusive control, etc. to each site, and receives a response. Communication information at this time can be divided into control messages and data messages.

前者には並行制御のためのデータロック情報、操作完了
を表すコミットメント情報などがあり、後者は要求によ
りデータベースから取り出したデータ、あるいは格納す
べきデータなどを含む情報である。一般に、前者はデー
タ量は少ないが数は多く、後者はデータ量が多いが転送
回数は前者に比べ少ないという性質がある。
The former includes data lock information for parallel control, commitment information indicating completion of an operation, etc., and the latter includes data retrieved from a database upon request or data to be stored. Generally, the former has a small amount of data but a large number of data, and the latter has a large amount of data but the number of transfers is smaller than the former.

現状はこれらのメツセージは区別することなしに同一の
通信経路を用いて通信するため通信路が混雑し、通信に
多くの時間を消費している。
Currently, these messages are communicated using the same communication route without being differentiated, resulting in congestion on the communication route and a large amount of time being spent on communication.

分散環境下でのデータ参照処理において、演算や外部記
憶装置の入出力に比べ、通信は多くの処理時間を要する
ため、データ参照処理高速化において通信時間は大きな
問題となっていた。
In data reference processing in a distributed environment, communication requires more processing time than calculations and input/output of external storage devices, so communication time has been a major problem in speeding up data reference processing.

(発明が解決しようとする課題) この様に従来方式では、制御メツセージとデータメツセ
ージとを区別することなしに同一の通信経路を用いて通
信するため、多くの処理時間を要するという欠点が有っ
た。
(Problem to be Solved by the Invention) As described above, the conventional method has the disadvantage that it requires a lot of processing time because control messages and data messages are communicated using the same communication path without distinguishing them. Ta.

そこで本発明は、サイト間に共有記憶手段を配置し、各
サイトから共有記憶上の情報を高速に参照できるように
することによりメツセージ通信を短時間で行い、処理効
率向上の実現を目的とする。
Therefore, the present invention aims to improve processing efficiency by arranging shared storage means between sites so that information on the shared storage can be referenced quickly from each site, thereby allowing message communication to be carried out in a short time. .

[発明の構成] (課題を解決するための手段) 本発明では各サイトは通信回線で接続されている。さら
に半導体メモリなどを利用して作成した高速に参照でき
る共有記憶は各サイトと結合されており、各サイトから
共有記憶に対してデータ参照を行える。各サイトは分散
されたデータベースを格納するディスク装置などのデー
タ格納手段を有する。分散データベース管理手段は一般
にソフトウェアで実現されているが、質問処理、参照最
適化、通信メツセージの作成などを行う。
[Structure of the Invention] (Means for Solving the Problems) In the present invention, each site is connected by a communication line. Furthermore, a shared memory created using semiconductor memory or the like that can be referenced at high speed is connected to each site, and data can be referenced from each site to the shared memory. Each site has data storage means such as a disk device for storing distributed databases. Distributed database management means, generally implemented in software, perform query processing, reference optimization, and communication message creation.

(作  用) 本発明の分散データベース管理手段は、データ参照要求
を解析し、それを達成するため他サイトへのメツセージ
を作成する。通信管理部は通信すべきメツセージを判定
し、制御メツセージであれば、共有記憶へ書き込み、デ
ータメツセージであれば通信回線を介して該当するサイ
トに転送する。
(Function) The distributed database management means of the present invention analyzes a data reference request and creates a message to other sites to accomplish the request. The communication management unit determines the message to be communicated, and if it is a control message, it is written to the shared memory, and if it is a data message, it is transferred to the corresponding site via the communication line.

(実施例) 以下、図面に従い本発明の一実施例を説明する。第1図
は、本発明の構成の例を示す概略図であり、この例の場
合A、B、Cの3つのサイトから成っている。各サイト
は通信回線1で接続され、さらに共有記憶2は例えば、
各サイトとメモリバスなどで共有記憶結合手段3で結合
されている。
(Example) An example of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic diagram showing an example of the configuration of the present invention, and in this example, it consists of three sites A, B, and C. Each site is connected by a communication line 1, and the shared storage 2 is, for example,
It is connected to each site by a shared memory connection means 3 via a memory bus or the like.

共有記憶2は半導体記憶などの高速参照可能な装置であ
る。
The shared memory 2 is a device that can be referenced at high speed, such as a semiconductor memory.

第2図は一つのサイトの内部構成の例を示す図である。FIG. 2 is a diagram showing an example of the internal configuration of one site.

一つのサイトはそれだけで計算機としての処理を行うこ
とができる。したがって、CPU7、主記憶8、データ
ベースなどを格納するディスクなどの外部記憶装置6か
ら成っている。また、分散したデータベースを管理する
分散データベース管理部4はいわゆる質問処理、データ
ベース参照制御などのデータベース管理を行う。一般に
分散データベース管理部はソフトウェアで実現すること
が多く、この場合第2図に示す如く主記憶8の上に存在
する。通信管理部5はサイトの外部との通信を司る部分
であり、分散データベース管理部4などからの要求に従
い、他サイトの通信管理部とメツセージの送受信を行う
One site alone can perform processing as a computer. Therefore, it consists of a CPU 7, a main memory 8, and an external storage device 6 such as a disk that stores a database and the like. Further, a distributed database management unit 4 that manages distributed databases performs database management such as so-called question processing and database reference control. Generally, the distributed database management section is often realized by software, and in this case, it exists on the main memory 8 as shown in FIG. The communication management section 5 is a section in charge of communication with the outside of the site, and sends and receives messages to and from the communication management sections of other sites in accordance with requests from the distributed database management section 4 and the like.

第3図は、本発明を説明するための処理の概略を表した
フローチャートである。
FIG. 3 is a flowchart showing an outline of processing for explaining the present invention.

これらの図に従い本発明を説明する。例えばAサイトに
次のデータ参照要求が端末機器などから届いたとする。
The present invention will be explained with reference to these figures. For example, suppose that site A receives the following data reference request from a terminal device, etc.

’Bサイトのデータベースに格納されたbというデータ
からAサイトのデータベースに格納されたaというデー
タの値を引き、その結果をCサイトのデータベースに格
納されているCというデータから引き去る。
'Subtract the value of data a stored in the database of site A from data b stored in the database of site B, and subtract the result from data C stored in the database of site C.

さらにその結果をBサイトのb′というデータに書き込
む。
Furthermore, the result is written to the data b' of the B site.

このときのデータ参照要求は、 b′←C←c−(b−a) と表すことができる。−は値の代入を表す。The data reference request at this time is b'←C←c-(ba-a) It can be expressed as. - represents value assignment.

これをAサイトを中心として処理を行った場合、データ
参照の手順として記述すると第4図のようになる。
When this process is performed mainly at site A, the data reference procedure is described as shown in FIG. 4.

この場合、bとaとの差をCサイトに送り、Cサイトで
新しいCの値を計算して書き込み、その結果をBサイト
のb′に書き込むこともできるが、本説明では上記例に
基づいて説明する。
In this case, it is also possible to send the difference between b and a to the C site, calculate and write the new value of C at the C site, and write the result to b' at the B site, but this explanation will be based on the above example. I will explain.

一般にデータベースの参照要求は同時に複数発生するこ
とが多い。そこで効率よく処理するために一つの参照要
求に対しそれが完結するまでCPU処理時間を割り当て
るのではなく、複数の参照要求に対し時間を区切ってC
PU処理時間を割り当てる。そこで並行制御が必要とな
り、データの一貫性を保つためデータのロックを行った
後、データを参照する。このとき直列的に参照要求を実
行したのと同じ結果を与える方法としているんな方法が
考案されているが、ここでは最も一般的な2相ロツクプ
ロトコルを採用したものとして説明する。ロックはデー
タの読みだし、書き込みいずれに対しても行うものとす
る。
Generally, multiple database reference requests often occur at the same time. Therefore, in order to process efficiently, instead of allocating CPU processing time to one reference request until it is completed, we divide the time into blocks for multiple reference requests.
Allocate PU processing time. Concurrency control is therefore required, and the data is referenced after locking to maintain data consistency. At this time, methods have been devised that give the same result as serially executing the reference requests, but here we will explain a method that uses the most common two-phase lock protocol. Locking shall be performed for both data reading and writing.

また、データベース処理では、計算機、外部記憶装置や
通信機器などの故障が起こったときにもデータベースを
保全できなければならない。特に分散データベースの場
合、故障の対象となる機器が多いため、データの更新に
は慎重をきたさなければならない。そこで、この例では
2相コミツトプロトコルを採用したものとして説明する
Furthermore, in database processing, it is necessary to maintain the database even when a failure occurs in a computer, external storage device, communication device, or the like. Particularly in the case of distributed databases, there are many devices that are subject to failure, so care must be taken when updating data. Therefore, this example will be explained assuming that a two-phase commit protocol is adopted.

これらの方式を採用した場合について、Aサイトを中心
として処理を行い、処理の途中で故障や、他の参照要求
とデータのロックの競合などが起こることなく順調に処
理を行えた場合のメツセージの流れを第5図に示す。
In the case where these methods are adopted, the processing is performed mainly at the A site, and the message is processed smoothly without any failures or data lock conflicts with other reference requests during the processing. The flow is shown in Figure 5.

データaの参照に関してもLOCK。LOCK also regarding reference to data a.

COMMITの操作は必要であるが、Aサイトを中心と
して処理するためメツセージを送受信する必要はない。
Although the COMMIT operation is necessary, there is no need to send or receive messages because the processing is centered on the A site.

WRITE(e)はCという名前のデータに書き込むこ
とを表す。また、種類は制御メツセージであるか、デー
タメツセージであるかを表す。
WRITE(e) represents writing to data named C. Further, the type indicates whether the message is a control message or a data message.

第5図から、20のメツセージ通信を必要とすることが
わかる。従来はこれらのメツセージ通信を全て通信口1
!1を介して転送していた。ここで説明するデータ参照
要求はB、Cサイトにも発生することがあり、このよう
なデータ参照要求は大規模な情報システムでは1秒間に
数千回も発生することがある。そこで通信が大きなボト
ルネックとなって、システム全体のスループットを低下
させていた。
From FIG. 5, it can be seen that 20 message communications are required. Previously, all of these message communications were sent to communication port 1.
! It was transferred via 1. The data reference request described here may also occur at sites B and C, and such data reference requests may occur several thousand times per second in a large-scale information system. Communication became a major bottleneck, reducing the throughput of the entire system.

本発明では、制御メツセージは通信回線を介さず、共有
記憶2に書き込む。共有記憶2は半導体などの高速で参
照できる記憶媒体により作られており、また計算機とは
メモリバスなとで結合すると、通信回線1を介して制御
メツセージを転送するのに比べはるかに高速で転送でき
る。
In the present invention, the control message is written into the shared memory 2 without going through a communication line. The shared memory 2 is made of a storage medium such as a semiconductor that can be referenced at high speed, and when connected to a computer via a memory bus, it can be transferred at a much higher speed than when control messages are transferred via the communication line 1. can.

手順を説明する。まず、データ参照要求を分散データベ
ース管理部4で解析し、処理手順を決める。その結果、
表1のようなメツセージを交換しなければならないこと
がわかる。その順序に従ってメツセージを転送したり、
演算を行ったりする。
Explain the steps. First, the data reference request is analyzed by the distributed database management unit 4 and a processing procedure is determined. the result,
It can be seen that messages such as those shown in Table 1 must be exchanged. forward messages in that order,
Perform calculations.

分散データベース管理部4は、メツセージ送受信が必要
になると受信要求やメツセージを制御かデータかを区別
する情報と共に通信管理部5に渡す。
When it becomes necessary to send/receive a message, the distributed database management section 4 passes the reception request and the message to the communication management section 5 along with information for distinguishing whether it is a control message or a data message.

メツセージの内部に区別する情報を含めておき、通信管
理部5で判定することもできる。通信管理部5はデータ
メツセージに関しては、通信回線工を介して通信を行い
、制御メツセージについては共有記憶2に書き込む。
It is also possible to include discriminating information inside the message and use the communication management unit 5 to make the determination. The communication management unit 5 communicates data messages via a communication line operator, and writes control messages in the shared memory 2.

共有記憶2に書き込むとき、そのメツセージを受は取る
べきサイトの番号などの識別子を付加する。各サイトは
、共有記憶2に自サイト宛にメツセージがあるか否か定
期的に参照する。あるいは、共有記憶2に書き込んだ瞬
間、読みとるべきサイトに割り込みをかけて、制御メツ
セージが届いていることを連絡することも可能である。
When writing to the shared memory 2, an identifier such as the number of the site where the message should be received is added. Each site periodically refers to whether there is a message addressed to the site in the shared memory 2. Alternatively, the moment the data is written to the shared memory 2, it is possible to interrupt the site to be read and notify that the control message has arrived.

受信側のサイトが共有記憶2の情報を読んだら、そのメ
ツセージは不要となるので共有記憶2から消す。
Once the receiving site reads the information in shared memory 2, the message is no longer needed and is deleted from shared memory 2.

共有記憶2のデータ管理にはいろんな方法がある。例え
ば、共有記憶2に可変長で書き込む方法や固定長のレコ
ードに区切っておいて使用する方法がある。メツセージ
を読みとったか否かを判定する手段としては、読みとっ
た後メツセージを消す方法や使用前か使用済みを表す印
(フラッグ)を付けておき判定する方法などがある。メ
ツセージの受は取りサイトが複数ある場合、例えば、デ
ータのコピーが複数あってそれらの存在する全てのサイ
トにロックなどの制御メツセージを送信する場合、読み
とって欲しいサイトの数と共にメッセージを共有メツセ
ージを共有メモリ2に書き込む。そして、読みとったサ
イトは数を1減らす。
There are various ways to manage data in shared memory 2. For example, there is a method of writing the data into the shared memory 2 in a variable length, or a method of dividing the data into fixed-length records. Methods for determining whether or not a message has been read include a method of erasing the message after it has been read, and a method of attaching a mark (flag) indicating whether the message has been used or not. If you have multiple sites receiving messages, for example, if you have multiple copies of your data and want to send a control message such as a lock to all those sites, share the message with the number of sites you want it to read. Write to shared memory 2. Then, reduce the number of sites you read by one.

その後数を検査し、0になったらそのメツセージは送信
先の全てのサイトは読みとったことがわかるため、無効
化する。
After that, the number is checked, and if it becomes 0, it means that the message has been read by all the sites to which it was sent, so it is invalidated.

前記例では、通信回線1の使用回数は従来20回であっ
たが、本発明により制御メツセージを共有記憶2を用い
て通信することにより、通信回線1の使用回数は4回と
なる。例えば、 通信回線1による通信時間:共有記憶2に書き込む時間
−100:1とし、通信時間のみに着目して効果を計算
する。
In the above example, the number of times the communication line 1 has been used is 20 times in the past, but by communicating the control message using the shared memory 2 according to the present invention, the number of times the communication line 1 is used is four times. For example, the effect is calculated by focusing only on the communication time, assuming that the communication time via the communication line 1: the time written to the shared memory 2 - 100:1.

・従来・・・・・・20通信回線使用時間・本発明・・
・4通信回線使用時間+16共有記憶書き込み時間+I
B共有記憶読みだし時間この結果、 従来二本発明−20: (4416/100+16/1
00)−20:4.32 したがって、約4.8倍高速化できたことになる。
・Conventional...20 communication line usage time ・This invention...
・4 communication line usage time + 16 shared memory writing time + I
B Shared memory read time As a result, the conventional two inventions - 20: (4416/100 + 16/1
00)-20:4.32 Therefore, the speed can be increased by about 4.8 times.

現在はCPU処理、ディスク入出力以上に通信に多くの
時間を要しており、本発明によって分散データベース参
照の飛躍的な高速処理が期待できる。
Currently, communication takes more time than CPU processing and disk input/output, and the present invention can be expected to dramatically speed up the processing of distributed database references.

ここで取り上げた例はデータベース内にデータの重複(
コピーという)を考慮していないが、データの安全性、
読みだしの高速化を図るためコピーを他サイトに配置す
ることがある。コピーが存在する場合はロックやコミッ
トメントに関するメツセージが多くなる。したがって、
コピーが存在する分散データベースでは特に効果が大き
くなる。
The example discussed here has duplicate data (
data safety,
Copies may be placed on other sites to speed up loading. If a copy exists, there will be more messages about locks and commitments. therefore,
This is especially effective in distributed databases where copies exist.

また、データ参照要求の最適化を行う場合、いろんな方
法が提案されているが、本発明は、制御メツセージの数
は多くてもよいがデータの転送を最も少なくする戦略を
採用した場合、より効果的である。
In addition, various methods have been proposed for optimizing data reference requests, but the present invention is more effective when adopting a strategy that minimizes the number of data transfers, although the number of control messages may be large. It is true.

なお、本発明は、上述した実施例に限定されるものでは
なく、サイト内の処理部の構成方法などは、その要旨を
逸脱しない範囲で適宜変形して実施できる。例えば、第
1図では、共有記憶は全てのサイトから結合され直接参
照可能となっているが、共有記憶は全てのサイトから接
続されていなくても本発明によりそれなりの効果が得ら
れる。
Note that the present invention is not limited to the embodiments described above, and the method of configuring the processing section within the site can be modified as appropriate without departing from the gist thereof. For example, in FIG. 1, the shared memory is connected from all sites and can be directly referenced, but even if the shared memory is not connected from all sites, a certain effect can be obtained by the present invention.

さらに、本発明は質問最適化方式、排他制御方式、コミ
ットメント方式とは独立しており、どの方式を採用した
場合にも、本発明を使用しなかった場合よりも高速に処
理できる。
Furthermore, the present invention is independent of the query optimization method, exclusive control method, and commitment method, and regardless of which method is adopted, processing can be performed faster than when the present invention is not used.

[発明の効果] 以上の説明から明らかなように、本発明により分散デー
タベース処理において、数多く発生する制御メツセージ
の通信を共有記憶を用いて通信することにより、分散デ
ータベースへの参照要求を高速で処理することが可能と
なる。
[Effects of the Invention] As is clear from the above description, the present invention enables high-speed processing of reference requests to a distributed database by communicating control messages that occur in large numbers using shared memory in distributed database processing. It becomes possible to do so.

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

第1図は本発明の一実施例を示すブロック図、第2図は
本発明に於ける一つのサイトの内部の構成例を示す図、
第3図は本発明を実施して分散データベース参照のため
の高速通信を実現したときの通信処理部分のみの処理の
流れの概略を示すフローチャート、第4図は分散データ
ベース参照要求の例を説明するための図、第5図は第4
図に示したデータ参照要求を処理するときに発生する通
信ずべきメツセージの例の一覧である。 1・・・通信回線、2・・・共有記憶、3・・・共有記
憶結合手段、4・・・分散データベース管理部、5・・
・通信管理部、6・・・外部記憶装置、7・・・CPU
、8・・・主記憶。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a diagram showing an example of the internal configuration of one site in the present invention,
Fig. 3 is a flowchart showing an outline of the processing flow of only the communication processing part when implementing the present invention and realizing high-speed communication for referring to a distributed database, and Fig. 4 explains an example of a request for referring to a distributed database. Figure 5 is the 4th diagram for
This is a list of examples of messages that should be communicated when processing the data reference request shown in the figure. DESCRIPTION OF SYMBOLS 1... Communication line, 2... Shared memory, 3... Shared memory coupling means, 4... Distributed database management section, 5...
・Communication management unit, 6...external storage device, 7...CPU
, 8...main memory.

Claims (1)

【特許請求の範囲】[Claims] 互いに通信路により結合されたデータベースを含む複数
の計算機のサイトから成り、各サイト上に散在している
データ群を取り扱う分散データベースシステムにおいて
、前記通信路を介さずに各サイトから共有して参照でき
る共有記憶手段を具備し、データベース参照の制御に関
するメッセージを共有記憶手段を介して転送することを
特徴とする分散データベース処理方式。
In a distributed database system that consists of multiple computer sites containing databases that are connected to each other by a communication path, and that handles data groups scattered on each site, it can be shared and referenced from each site without going through the communication path. 1. A distributed database processing system comprising a shared storage means and transmitting messages regarding database reference control via the shared storage means.
JP1222852A 1989-08-31 1989-08-31 Decentralized data base processing system Pending JPH0387941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1222852A JPH0387941A (en) 1989-08-31 1989-08-31 Decentralized data base processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1222852A JPH0387941A (en) 1989-08-31 1989-08-31 Decentralized data base processing system

Publications (1)

Publication Number Publication Date
JPH0387941A true JPH0387941A (en) 1991-04-12

Family

ID=16788909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1222852A Pending JPH0387941A (en) 1989-08-31 1989-08-31 Decentralized data base processing system

Country Status (1)

Country Link
JP (1) JPH0387941A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08180032A (en) * 1994-12-27 1996-07-12 Kobe Nippon Denki Software Kk Inter-processor communication equipment
KR100407093B1 (en) * 2001-10-12 2003-11-28 권승환 A multipurpose sporting goods

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08180032A (en) * 1994-12-27 1996-07-12 Kobe Nippon Denki Software Kk Inter-processor communication equipment
KR100407093B1 (en) * 2001-10-12 2003-11-28 권승환 A multipurpose sporting goods

Similar Documents

Publication Publication Date Title
US5418913A (en) System of two-way communication between processors using a single queue partitioned with pointers and limited overwrite privileges
EP0788055A2 (en) Multipath i/o storage systems with multipath i/o request mechanisms
US7502876B1 (en) Background memory manager that determines if data structures fits in memory with memory state transactions map
JPH01251258A (en) Shared area managing system in network system
JPH06259384A (en) Multiprocessor
US6189007B1 (en) Method and apparatus for conducting a high performance locking facility in a loosely coupled environment
US20050251636A1 (en) Method for controlling storage device controller, storage device controller, and program
US6185650B1 (en) High performance locking facility
US5901328A (en) System for transferring data between main computer multiport memory and external device in parallel system utilizing memory protection scheme and changing memory protection area
JP2781092B2 (en) Exclusive control method between systems
US6088757A (en) Computer program means and device for conducting high performance locking facility in a loosely coupled environment
US6212543B1 (en) Asymmetric write-only message queuing architecture
JPH08106443A (en) Data processing system and parallel computer
JPH0387941A (en) Decentralized data base processing system
JPH04364549A (en) File storing system and access system
US5875299A (en) disk access apparatus for performing a stride processing of data
JP2994917B2 (en) Storage system
JPS6368960A (en) Sequential access controller for shared storage medium
KR100283622B1 (en) Distributed Multiprocessor Architecture Disk Sharing Method for High-Speed Parallel Computers
JP2984594B2 (en) Multi-cluster information processing system
JPH0329041A (en) Decentralized paging control system
JP2735400B2 (en) Asynchronous I / O control method
JPS5981748A (en) File control processor
JPH05158892A (en) Data management system for distribution processing
JPH02247748A (en) Data base processing system based upon multiprocessor