JPH01136263A - System for managing communication control buffer - Google Patents

System for managing communication control buffer

Info

Publication number
JPH01136263A
JPH01136263A JP62297078A JP29707887A JPH01136263A JP H01136263 A JPH01136263 A JP H01136263A JP 62297078 A JP62297078 A JP 62297078A JP 29707887 A JP29707887 A JP 29707887A JP H01136263 A JPH01136263 A JP H01136263A
Authority
JP
Japan
Prior art keywords
buffer
data
area
communication control
layer
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
JP62297078A
Other languages
Japanese (ja)
Other versions
JPH056217B2 (en
Inventor
Akinori Ito
伊藤 晃徳
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 JP62297078A priority Critical patent/JPH01136263A/en
Publication of JPH01136263A publication Critical patent/JPH01136263A/en
Publication of JPH056217B2 publication Critical patent/JPH056217B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To use a common buffer area without lowering processing efficiency in data transfer by performing the data transfer between layers by transferring the managing right of the buffer area as leaving data stored in the buffer area as it is. CONSTITUTION:In transmission, a communication control program of high-order layer starts up a data generating means 19 to perform the transmission. The data generating means 19 requests the buffer area to a buffer acquiring means 12. The buffer acquiring means 12 searches a null buffer from a buffer area group. The data generating means 19 stores transmission data in the data storage area 22 of the buffer, and requests data transmission to a low-order transmission means 16. The transmission means 16 informs the buffer are where the transmission data is stored to a low-order layer. The communication control program of low-order, when accepting a transfer request from the high-order layer by a high-order acceptance means 15, requests the re-acquirement of the buffer to a buffer re-acquiring means 13.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、階層化された通信手順を実行する計算機シス
テムに利用する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention is applied to a computer system that executes a hierarchical communication procedure.

〔概 要〕〔overview〕

プログラム制御手段と複数のバッファ領域とを備えた通
信制御バッファの管理方式において、上記バッファ領域
の各々にバッファ管理情報域を定義し、そのバッファ領
域の管理を行う階層に対応する番号を付加し、また階層
間のデータ転送をデータの格納されたバッファ領域の管
理権を転送して行うことにより、 処理効率や記憶効率をよくし、バッファ解放の制御を容
易にするようにしたものである。
In a communication control buffer management method comprising a program control means and a plurality of buffer areas, a buffer management information area is defined for each of the buffer areas, and a number corresponding to the layer in which the buffer area is managed is added, Furthermore, by transferring data between layers by transferring the management rights of the buffer area in which data is stored, processing efficiency and storage efficiency are improved, and buffer release control is made easier.

〔従来の技術〕[Conventional technology]

従来、国際標準化機構(ISO)の解放型システム間相
互接続(O3I)のような、階層化された通信規約を実
行する計算機システムでは、各層の通信手順を実行する
通信制御プログラムが個々にバッファ領域を持ち、ある
層を実行する通信制御プログラムから他の層を実行する
通信制御プログラムへデータを受は渡す場合には、それ
らのバッファ領域間で、データを転送する方式が一般的
である。
Conventionally, in computer systems that execute layered communication protocols such as the International Organization for Standardization's (ISO) Open System Interconnection (O3I), communication control programs that execute communication procedures for each layer are individually stored in buffer areas. When receiving and passing data from a communication control program running one layer to a communication control program running another layer, a common method is to transfer data between those buffer areas.

また、一部のシステムや、システム内の一部では、各層
の通信制御プログラム間でバッファ領域を共有し、デー
タ転送を行わずにバッファのアドレスのみを相手プログ
ラムに渡していく方式が行われているが、バッファ領域
に対する操作は取得操作および解放操作しかなかった。
Additionally, in some systems and parts of the system, a method is used in which the buffer area is shared between communication control programs in each layer, and only the buffer address is passed to the other program without data transfer. However, the only operations on the buffer area were acquisition and release operations.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の通信制御におけるバッファ管理方式では
、それぞれ次のような問題があった。
The conventional buffer management methods for communication control described above each have the following problems.

バッファ領域を個々の通信制御プログラムで持ち、プロ
グラム間でデータを転送する方式では、バッファの転送
を行うため処理効率が悪くなるし、また、−時的に複数
の通信制御プログラムのバッファ領域に同一のデータが
存在することになり、記憶効率も悪くなる。
In a method in which each communication control program has a buffer area and data is transferred between programs, processing efficiency deteriorates due to buffer transfer, and - sometimes the buffer area of multiple communication control programs is the same. data will exist, and storage efficiency will also deteriorate.

また、各層を実行する通信制御プログラム間でバッファ
を共有してバッファアドレスのみを相手プログラムに渡
していく方式では、バッファ領域に対する操作が取得操
作および解放操作しかないので、あるプログラムがバッ
ファ領域の解放を行うときに、他のプログラムとの関係
を考慮しなければならない問題がある。
In addition, in a method in which a buffer is shared between communication control programs that execute each layer and only the buffer address is passed to the other program, the only operations on the buffer area are acquisition and release operations, so one program can release the buffer area. When doing so, there is a problem in which relationships with other programs must be considered.

特にO3Iのトランスポート層のように下位層で複数の
経路の選択ができ、同一データの再送処理を下位層と上
位層で行う場合には、相手からの受理応答だけでは下位
層の再送処理が終わっているかどうかを判定できない。
In particular, when multiple routes can be selected in the lower layer, such as in the O3I transport layer, and the same data is retransmitted in both the lower and upper layers, the retransmission process in the lower layer cannot be completed with just an acceptance response from the other party. I can't tell if it's finished or not.

このため、バッファ領域の解放は、下位層の送信完了通
知と相手システムからの受理応答の両方がそろった時点
で行なわなければならなくなり制御が複雑になる。
Therefore, the buffer area must be released when both the transmission completion notification from the lower layer and the acceptance response from the partner system are received, which complicates control.

本発明はこれを改良するもので、処理効率および記憶効
率をよくし、バッファ解放の制御を容易にするようにし
た通信制御バッファの管理方式を提供することを目的と
する。
The present invention improves on this, and aims to provide a communication control buffer management method that improves processing efficiency and storage efficiency, and facilitates control of buffer release.

〔問題点を解決するための手段〕[Means for solving problems]

バッファ領域の各々についてその使用状況を管理するバ
ッファ管理情報域が定義され、階層化された手順の各層
毎のプログラム制御手段は、層間のデータ転送を上記バ
ッファ領域にデータが格納されたままそのバッファ領域
の管理権を転送することにより実行する手段と、上記バ
ッファ管理情報域にそのバッファ領域の管理を行う階層
に対応する番号を付加する手段とを含むことを特徴とす
る。
A buffer management information area for managing the usage status of each buffer area is defined, and the program control means for each layer in the layered procedure transfers data between layers while the data is stored in the buffer area. The present invention is characterized in that it includes means for performing the execution by transferring the management right of the area, and means for adding a number corresponding to the layer that manages the buffer area to the buffer management information area.

〔作 用〕[For production]

層間のデータ転送はバッファの転送を行うのでなく、バ
ッファ領域にデータが格納されたままそのバッファ領域
の管理権を転送し、通信制御の全ての階層でバッファが
不要になるまで解放しない方式なので、処理効率を落と
すデータの転送を必要としない。
Data transfer between layers does not transfer buffers, but rather transfers management rights for the buffer area while data is stored in the buffer area, and does not release the buffer until it is no longer needed in all layers of communication control. There is no need for data transfer that reduces processing efficiency.

また、各階層で共通のバッファを使用するので記憶効率
がよくなる。
Furthermore, since a common buffer is used in each layer, storage efficiency is improved.

さらに、バッファ管理情報域にそのバッファ領域の管理
を行う階層に対応する番号を付加し、バッファの使用状
態を各層の通信制御プログラムが独立に知ることができ
これを制御できるので、複雑なバッファ解放待ち合わせ
制御が不要となる。
Furthermore, by adding a number corresponding to the layer that manages the buffer area to the buffer management information area, the communication control program of each layer can independently know and control the usage status of the buffer, making it easier to release complex buffers. Waiting control becomes unnecessary.

〔実施例〕〔Example〕

次に本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は全体の中で通信制御装置の位置を示す図、第2
図は本発明の一実施例を示す図、第3図はバッファ管理
情報域21を説明するための図、第4図はバッファ取得
手段12の詳細な動作を説明するためのフローチャート
、第5図はバッファ再取得手段13の詳細な動作を説明
するためのフローチャート、第6図はバッファ解放手段
14の詳細な動作を説明するためのフローチャートであ
る。
Figure 1 is a diagram showing the position of the communication control device in the whole, Figure 2
3 shows an embodiment of the present invention, FIG. 3 is a diagram for explaining the buffer management information area 21, FIG. 4 is a flowchart for explaining the detailed operation of the buffer acquisition means 12, and FIG. 6 is a flowchart for explaining the detailed operation of the buffer reacquisition means 13, and FIG. 6 is a flowchart for explaining the detailed operation of the buffer release means 14.

第1図で通信制御装置1は上位CPU2とやりとりを行
い、メモリ装置3を従え、他のシステムと回線でつなが
り、階層化された通信手順により通信を行うようになっ
ている。
In FIG. 1, a communication control device 1 communicates with a host CPU 2, is accompanied by a memory device 3, is connected to other systems via lines, and communicates according to a hierarchical communication procedure.

第2図を参照すると、通信制御装置1はバッファ管理部
および通信制御部を備えている。このバッファ管理部お
よび通信制御部は上記階層化された手順の各層をそれぞ
れ制御する層毎のプログラム制御手段を含む。バッファ
管理部には、まずバッファ領域群11があり、これは複
数のバッファ領域からなり、各バッファ領域はその使用
状況を管理するバッファ管理情報域21を持ち、送受信
するデータを格納するデータ格納域22を持っている。
Referring to FIG. 2, the communication control device 1 includes a buffer management section and a communication control section. The buffer management section and the communication control section include program control means for each layer that controls each layer of the hierarchical procedure. The buffer management section first has a buffer area group 11, which consists of a plurality of buffer areas, each buffer area has a buffer management information area 21 for managing its usage status, and a data storage area for storing data to be sent and received. I have 22.

第3図に示すようにバッファ管理情報域21は、管理を
行う階層に対応する番号を付加する手段として、バッフ
ァを使用しているか使用していないかを示すバッファ使
用中フラグ31と、同一のバッファに対して何回取得要
求が行われたかを示すバッファ取得回数フィールド32
とを備える。上記層毎のプログラム制御手段は、層間の
データ転送を上記バッファ領域にデータを格納したまま
、そのバッファ領域の管理権を転送することにより実行
する構成である。
As shown in FIG. 3, the buffer management information area 21 has the same function as a buffer in use flag 31 indicating whether the buffer is being used or not, as a means of adding a number corresponding to the layer to be managed. Buffer acquisition count field 32 indicating how many acquisition requests have been made to the buffer
Equipped with. The layer-by-layer program control means is configured to transfer data between layers by transferring the management right of the buffer area while data is stored in the buffer area.

さらに、バッファ管理部には、バッファ管理情報域21
にそのバッファ領域の管理を行う階層に対応する番号を
付加する手段として、バッファ領域群11の中から未使
用状態のバッファ領域を得て、バッファ取得回数に1を
設定するバッファ取得手段12と、指定されたバッファ
領域のバッファ取得回数を1増加させるバッファ再取得
手段13と、指定されたバッファ領域のバッファ取得回
数を1減少させ、バッファ取得回数が0になったときに
バッファ領域を未使用状態にするバッファ解放手段14
がある。
Furthermore, the buffer management section includes a buffer management information area 21.
a buffer acquisition unit 12 that acquires an unused buffer area from the buffer area group 11 and sets the buffer acquisition count to 1 as means for adding a number corresponding to the layer that manages the buffer area to the buffer area; Buffer reacquisition means 13 increases the number of buffer acquisitions in a designated buffer area by 1, and decreases the number of buffer acquisitions in the designated buffer area by 1, and when the number of buffer acquisitions reaches 0, the buffer area is in an unused state. Buffer release means 14 to
There is.

また、通信制御部は複数の階層からなる。一つの階層は
、バッファ取得手段12にバッファ領域を要求するデー
タ生成手段19と、上位層からの転送要求を受は付ける
上位受付手段15と、送信データを格納したバッファ領
域を下位層に通知する下位送信手段16と、下位層から
のバッファ領域を受は付ける下位受信手段17と、上位
層への通知をする上位通知手段18から成っている。
Further, the communication control unit is composed of multiple layers. One layer includes a data generation means 19 that requests a buffer area from the buffer acquisition means 12, an upper reception means 15 that accepts a transfer request from an upper layer, and a notification of a buffer area in which transmission data is stored to a lower layer. It consists of a lower transmitting means 16, a lower receiving means 17 for receiving and receiving a buffer area from the lower layer, and an upper notifying means 18 for notifying the upper layer.

まず、送信動作を説明する。First, the transmission operation will be explained.

ある上位層の通信制御プログラムが送信を行うためにデ
ータ生成手段19が起動される。データ生成手段19で
は、バッファ取得手段12にバッファ領域を要求する。
The data generation means 19 is activated in order for a certain upper layer communication control program to perform transmission. The data generation means 19 requests a buffer area from the buffer acquisition means 12.

バッファ取得手段12では、例えば第3図に示すように
、バッファ使用中フラグ31がオフのバッファ領域をバ
ッファ領域群から捜す(ステップ401)。
The buffer acquisition means 12 searches the buffer area group for a buffer area in which the buffer in use flag 31 is OFF, as shown in FIG. 3, for example (step 401).

バッファ使用中フラグ31がオフのバッファが存在した
ら、バッファ使用中フラグ31をオンにし、バッファ取
得回数フィールド32に1を設定しくステップ402)
、バッファアドレスを要求元に通知しくステップ403
)、もしバッファ使用中フラグ31がオフのバッファが
なかったら、バッファが取れなかった旨を要求元に通知
する(ステップ404)。
If there is a buffer whose buffer in use flag 31 is off, turn on the buffer in use flag 31 and set 1 in the buffer acquisition count field 32 (step 402).
, and notify the requester of the buffer address in step 403.
), if there is no buffer with the buffer in use flag 31 off, the requester is notified that the buffer could not be obtained (step 404).

データ生成手段19はバッファ領域が得られた場合、そ
のバッファ領域のデータ格納域22に送信データを格納
し、下位送信手段16に対して、下位層へのデータの送
信を依頼する。バッファ領域が得られなかった場合には
、一定時間後にバッファ領域の取得を要求する等の処理
を行う。
When the data generation means 19 obtains a buffer area, it stores the transmission data in the data storage area 22 of the buffer area, and requests the lower transmission means 16 to transmit the data to the lower layer. If a buffer area cannot be obtained, processing such as requesting acquisition of a buffer area after a certain period of time is performed.

下位送信手段16は、下位層との取り決めに従い送信デ
ータを格納したバッファ領域を下位層に通知する。下位
の通信制御プログラムでは、上位受付手段15で上位層
からの転送要求を受は付けるとそのバッファの再取得を
バッファ再取得手段13に要求する。バッファ再取得手
段13では、例えば第4図に示すように、指定されたバ
ッファ領域のバッファ取得回数フィールド32に1を加
算する(ステップ501)。
The lower transmission means 16 notifies the lower layer of the buffer area in which the transmission data is stored according to the agreement with the lower layer. In the lower-level communication control program, when the upper-level reception means 15 accepts a transfer request from the upper layer, it requests the buffer re-acquisition means 13 to re-acquire the buffer. The buffer reacquisition means 13 adds 1 to the buffer acquisition count field 32 of the designated buffer area, as shown in FIG. 4, for example (step 501).

上位受付手段15では、バッファの再取得が完了したの
ちに通信手順に従った通信制御情報をデータに付加して
下位送信手段16にデータの下位層への送信を依頼する
After the reacquisition of the buffer is completed, the upper receiving means 15 adds communication control information according to the communication procedure to the data and requests the lower transmitting means 16 to transmit the data to the lower layer.

このようにして、ある階層で発生した通信データは、バ
ッファ領域内に格納され、バッファ取得回数フィールド
32が階層の数になった状態で通信回線に送信される。
In this way, communication data generated in a certain layer is stored in the buffer area, and is transmitted to the communication line with the buffer acquisition count field 32 equal to the number of the layer.

次に受信動作に付いて説明する。Next, the reception operation will be explained.

最下位層では、データを受信するために、バッファ取得
手段12にバッファ領域の取得を依頼する。
In order to receive data, the lowest layer requests the buffer acquisition means 12 to acquire a buffer area.

バッファ取得手段12の動作は、送信動作の説明で行っ
たとおりであり、取得されたバッファ領域のバッファ取
得回数フィールド32は1になっている。
The operation of the buffer acquisition means 12 is as described in the explanation of the transmission operation, and the buffer acquisition number field 32 of the acquired buffer area is set to 1.

取得されたバッファ領域にデータを受信すると、最下位
層の下位受信手段17は、受信データを解析する。
When data is received in the acquired buffer area, the lower receiving means 17 of the lowest layer analyzes the received data.

受信データが送信したデータに対する肯定応答の場合に
は、バッファ解放手段14に肯定応答が格納されている
バッファ領域と送信データが格納されているバッファ領
域とが、その層では不要となったことを通知する。
If the received data is an acknowledgment for the transmitted data, the buffer release means 14 indicates that the buffer area in which the acknowledgment is stored and the buffer area in which the transmitted data is stored are no longer needed in that layer. Notice.

バッファ解放手段14では、例えば第5図に示すように
、指定されたバッファ領域のバッファ取得回数フィール
ド32から1を減算しくステップ601)、バッファ取
得回数フィーJレド32が0になったか判定する(ステ
ップ602)。バッファ取得回数フィールド32が0に
なった場合は、バッファ使用中7ラグ31をオフにし、
バッファ領域を未使用状態にする(ステップ603)。
For example, as shown in FIG. 5, the buffer release means 14 subtracts 1 from the buffer acquisition count field 32 of the designated buffer area (step 601), and determines whether the buffer acquisition count field 32 has become 0 (step 601). Step 602). If the buffer acquisition count field 32 becomes 0, turn off the buffer in use 7 lag 31,
The buffer area is made unused (step 603).

バッファ取得回数フィールド32が0にならなかった場
合には、ここでは何もしない。すなわち解放は行わない
If the buffer acquisition count field 32 does not become 0, nothing is done here. In other words, no release is performed.

下位受信手段17が受信したデータが送信データの再送
を必要とする否定応答の場合には、送信データを格納し
であるバッファ領域で下位送信手段16に再送を依頼す
る。否定応答の格納されたバッファ領域は、バッファ解
放手段14に解放を依頼する。下位受信手段17の受信
したデータが新たな送信データを生成させる必要がある
場合には、データ生成手段19にデータの生成を依頼す
る。データ生成手段19の動作は送信動作で説明したと
おりである。
If the data received by the lower receiving means 17 is a negative response that requires retransmission of the transmitted data, it requests the lower transmitting means 16 to retransmit the transmitted data in a buffer area. The buffer area in which the negative response is stored is requested to be released by the buffer release means 14. If it is necessary to generate new transmission data from the data received by the lower receiving means 17, the data generating means 19 is requested to generate the data. The operation of the data generation means 19 is as explained in the transmission operation.

受信データが上位層に通知すべきデータなら上位通知手
段18に上位層への通知を依頼する。このとき不要な通
信制御情報はこれを削除する。上位層では、受信データ
は下位受信手段17で受は付けられ同様に処理される。
If the received data is data that should be notified to an upper layer, the upper layer notification means 18 is requested to notify the upper layer. At this time, unnecessary communication control information is deleted. In the upper layer, the received data is accepted by the lower receiving means 17 and processed in the same way.

このようにして、受信データを格納したバッファ領域の
バッファ取得回数フィールド32は常に1で動作し、不
要となった時点でただちに解放される。
In this way, the buffer acquisition count field 32 of the buffer area in which received data is stored always operates at 1, and is immediately released when it is no longer needed.

送信データを格納したバッファ領域のバッファ取得回数
フィールド32は、送信完了後も送信時の階層の数を維
持し、各層で不要と判定されるごとに1づつ減算され、
全ての層で不要になるまでバッファ領域は解放されない
The buffer acquisition count field 32 of the buffer area in which transmission data is stored maintains the number of layers at the time of transmission even after transmission is completed, and is decremented by 1 each time each layer is determined to be unnecessary.
Buffer space is not freed until it is no longer needed in all layers.

なお、バッファ管理情報域がバッファ領域内に存在する
が、バッファ領域群とバッファ管理情報領域とを分離し
ても同様の効果が得られる。
Although the buffer management information area exists within the buffer area, the same effect can be obtained even if the buffer area group and the buffer management information area are separated.

〔発明の効果〕〔Effect of the invention〕

以上詳細に説明したように、本発明によればデータ転送
の際に処理効率を落とさず、共通のバッファ領域を使用
するので、記憶効率が良くなる。
As described in detail above, according to the present invention, a common buffer area is used without reducing processing efficiency during data transfer, resulting in improved storage efficiency.

さらに、複雑なバッファ解放待ち合わせ制御が不要とな
る。
Furthermore, complicated buffer release waiting control becomes unnecessary.

本発明は、階層化された通信手順を実行する計算機シス
テムのバッファ管理方式に用いてきわめて有効である。
INDUSTRIAL APPLICATION This invention is extremely effective when used for the buffer management method of the computer system which executes a layered communication procedure.

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

第1図は全体の中で通信制御装置の位置を示す図。 第2図は本発明の一実施例を示す図。 第3図はバッファ管理情報域を説明するための図。 第4図はバッファ取得手段の詳細な動作を説明するため
のフローチャート。 第5図はバッファ再取得手段の詳細な動作を説明するた
めのフローチャート。 第6図はバッファ解放手段の詳細な動作を説明するため
のフローチャート。 1・・・通信制御装置、2・・・上位CPU、3・・・
メモリ装置、11・・・バッファ領域群、12・・・バ
ッファ取得手段、13・・・バッファ再取得手段、14
・・・バッファ解放手段、15・・・上位受付手段、1
6・・・下位送信手段、17・・・下位受信手段、18
・・・上位通知手段、19・・・データ生成手段、21
・・・バッファ管理情報域、22・・・データ格納域、
31・・・バッファ使用中フラグ、32・・・バッファ
取得回数フィールド、401〜404.501.601
〜603・・・フローチャートのステップ。
FIG. 1 is a diagram showing the position of a communication control device in the whole. FIG. 2 is a diagram showing an embodiment of the present invention. FIG. 3 is a diagram for explaining the buffer management information area. FIG. 4 is a flowchart for explaining the detailed operation of the buffer acquisition means. FIG. 5 is a flowchart for explaining the detailed operation of the buffer reacquisition means. FIG. 6 is a flowchart for explaining the detailed operation of the buffer release means. 1... Communication control device, 2... Upper CPU, 3...
Memory device, 11... Buffer area group, 12... Buffer acquisition means, 13... Buffer re-acquisition means, 14
...Buffer release means, 15...Upper reception means, 1
6...Lower transmitting means, 17...Lower receiving means, 18
...Upper notification means, 19...Data generation means, 21
...Buffer management information area, 22...Data storage area,
31... Buffer in use flag, 32... Buffer acquisition count field, 401 to 404.501.601
~603... Step of flowchart.

Claims (1)

【特許請求の範囲】[Claims] (1)階層化された通信手順により他のシステムとの通
信を行う通信制御装置を備え、 この通信制御装置は階層化された手順の各層をそれぞれ
制御する層毎のプログラム制御手段と、送受信するデー
タを一時格納する複数のバッファ領域と を備えた通信制御バッファの管理方式において、上記バ
ッファ領域の各々についてその使用状況を管理するバッ
ファ管理情報域が定義され、上記層毎のプログラム制御
手段は、 層間のデータ転送を上記バッファ領域にデータが格納さ
れたままそのバッファ領域の管理権を転送することによ
り実行する手段と、 上記バッファ管理情報域にそのバッファ領域の管理を行
う階層に対応する番号を付加する手段と を含むことを特徴とする通信制御バッファの管理方式。
(1) Equipped with a communication control device that communicates with other systems using a layered communication procedure, and this communication control device sends and receives information to and from program control means for each layer that controls each layer of the layered procedure. In a management method for a communication control buffer including a plurality of buffer areas for temporarily storing data, a buffer management information area for managing the usage status of each of the buffer areas is defined, and the program control means for each layer includes: Means for performing data transfer between layers by transferring the management right of the buffer area while data is stored in the buffer area, and a number corresponding to the layer that manages the buffer area in the buffer management information area. 1. A communication control buffer management method, comprising: adding means.
JP62297078A 1987-11-24 1987-11-24 System for managing communication control buffer Granted JPH01136263A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62297078A JPH01136263A (en) 1987-11-24 1987-11-24 System for managing communication control buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62297078A JPH01136263A (en) 1987-11-24 1987-11-24 System for managing communication control buffer

Publications (2)

Publication Number Publication Date
JPH01136263A true JPH01136263A (en) 1989-05-29
JPH056217B2 JPH056217B2 (en) 1993-01-26

Family

ID=17841921

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62297078A Granted JPH01136263A (en) 1987-11-24 1987-11-24 System for managing communication control buffer

Country Status (1)

Country Link
JP (1) JPH01136263A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07143133A (en) * 1993-06-18 1995-06-02 Nec Corp Multi-layer protocol processor for common use of memory

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07143133A (en) * 1993-06-18 1995-06-02 Nec Corp Multi-layer protocol processor for common use of memory

Also Published As

Publication number Publication date
JPH056217B2 (en) 1993-01-26

Similar Documents

Publication Publication Date Title
TW544589B (en) Loosely coupled-multi processor server
JPH04236647A (en) Computer system-complex and operating method thereof
JPS63234343A (en) Communication between station of system of a plurality of processors linked to communication medium and a plurality of stations
JPH0844681A (en) Centralized management of resource shared by plurality of processors
WO1998003912A1 (en) Method and apparatus for coordination of a shared object in a distributed system
US20020184216A1 (en) Method and apparatus for reducing latency and message traffic during data and lock transfer in a multi-node system
JP2018109965A (en) Data processing
JP2002543491A (en) Communication architecture for distributed computing environment
US11231964B2 (en) Computing device shared resource lock allocation
US7069305B2 (en) Computer system and a data transfer method thereof using remote direct memory access
US5442631A (en) Communication control device
JPH01136263A (en) System for managing communication control buffer
EP3629171A1 (en) Lock manager for multi-core architectures
EP1139228A2 (en) An intelligent bus interconnect unit
JP2848762B2 (en) Data transfer system and method
JP3082297B2 (en) Task control method
JP2971119B2 (en) High-speed data transfer method in multiple processor system
JP3457084B2 (en) Packet bus controller
JPH0410050A (en) Computer system
JPH06231067A (en) Exclusion control system for shared device using system
JPH01181361A (en) Transmission buffer management system
JPS6086643A (en) Local area network system
JPH05241999A (en) Inter-host information update synchrnoizing device
JP2000040009A (en) Method for eliminating program retransfer by server
JPS6380359A (en) Common resource managing method

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term