Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0795753B2 - Transmission buffer management method - Google Patents
[go: Go Back, main page]

JPH0795753B2 - Transmission buffer management method - Google Patents

Transmission buffer management method

Info

Publication number
JPH0795753B2
JPH0795753B2 JP63005960A JP596088A JPH0795753B2 JP H0795753 B2 JPH0795753 B2 JP H0795753B2 JP 63005960 A JP63005960 A JP 63005960A JP 596088 A JP596088 A JP 596088A JP H0795753 B2 JPH0795753 B2 JP H0795753B2
Authority
JP
Japan
Prior art keywords
area
protocol
header
data
pointer
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.)
Expired - Fee Related
Application number
JP63005960A
Other languages
Japanese (ja)
Other versions
JPH01181361A (en
Inventor
毅彦 矢作
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63005960A priority Critical patent/JPH0795753B2/en
Publication of JPH01181361A publication Critical patent/JPH01181361A/en
Publication of JPH0795753B2 publication Critical patent/JPH0795753B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔概要〕 送信バッファ領域を獲得して送信するように構成した送
信バッファ管理方式に関し、 送信依頼に対応して複数のプロトコルに必要なヘッダ領
域を確保した後、ヘッダ情報を格納する位置をポイント
するポインタをプロトコル制御部間で通知することによ
り、ヘッダ領域の設定に際して、ユーザプログラムおよ
び各プロトコル制御プログラムに影響を与えないように
することを目的とし、 送信依頼に基づいて、送信しようとするデータを格納す
るデータ域、および階層化された複数のプロトコルに対
応したヘッダ情報を格納すると共にヘッダ情報を格納す
る位置をポインタによってポイントするヘッダ領域から
なる送信バッファを一括して獲得するバッファ管理機構
部を設け、この獲得されたデータ域に対してデータを格
納すると共に、各プロトコル制御部がポインタによって
ポイントされるヘッダ領域中にヘッダ情報を格納すると
共に、このポインタを順次下位層のプロトコル制御部に
通知することにより、各階層のヘッダ情報をヘッダ領域
に順次格納して送信するように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] A transmission buffer management method configured to acquire and transmit a transmission buffer area, and to secure a header area required for a plurality of protocols in response to a transmission request By notifying the pointers that point to the storage location between protocol control units, the purpose is to prevent the user program and each protocol control program from being affected when setting the header area. , A data area that stores the data to be transmitted, and a transmission buffer that consists of a header area that stores header information corresponding to a plurality of layered protocols and that points the header information with a pointer The buffer management mechanism part to acquire is provided, and for this acquired data area In addition to storing the data, each protocol control unit stores the header information in the header area pointed by the pointer, and the pointer control unit sequentially notifies the lower layer protocol control unit of the header information. It is configured so that it is sequentially stored in the area and transmitted.

〔産業上の利用分野〕[Industrial application field]

本発明は、送信バッファ領域を獲得して送信するように
構成した送信バッファ管理方式に関するものである。
The present invention relates to a transmission buffer management system configured to acquire and transmit a transmission buffer area.

〔従来の技術と発明が解決しようとする問題点〕[Problems to be solved by conventional technology and invention]

従来、第3図に示すように、階層化された複数のプロト
コルを制御する通信システム21は、ユーザプログラム27
が使用するプロトコルを全て知っていて、送信バッファ
24内に各プロトコルに対応したヘッダ情報を格納するの
に必要なヘッダ領域を予め確保する。この確保したヘッ
ダ領域に対して、階層3プロトコル制御部23−1、階層
2プロトコル制御部23−2、および階層1プロトコル制
御部23−3が他の階層のプロトコルのヘッダ情報を格納
するヘッダ領域を意識して図示のように下側からヘッダ
情報を順次格納した後、これらの各プロトコルのヘッダ
情報およびデータを回線に送信するようにしていた。
Conventionally, as shown in FIG. 3, a communication system 21 for controlling a plurality of hierarchical protocols has a user program 27.
Knows all the protocols used by
The header area necessary for storing the header information corresponding to each protocol is secured in advance in 24. A header area in which the layer 3 protocol control unit 23-1, the layer 2 protocol control unit 23-2, and the layer 1 protocol control unit 23-3 store the header information of the protocols of other layers with respect to the secured header region. In consideration of this, the header information is sequentially stored from the lower side as shown in the figure, and then the header information and data of each of these protocols are transmitted to the line.

このため、ある階層のプロトコルを変えたことに対応し
てヘッダ領域のサイズが変わった場合、ユーザプログラ
ム27および他のプロトコル制御プログラムの両者とも
に、これに対応して変更しなければならないという問題
点があった。
Therefore, when the size of the header area changes in response to changing the protocol of a certain layer, both the user program 27 and other protocol control programs must be changed accordingly. was there.

本発明は、送信依頼に対応して複数のプロトコルに必要
なヘッダ領域を確保した後、ヘッダ情報を格納する位置
をポイントするポインタをプロトコル制御部間で通知す
ることにより、ヘッダ領域の設定に際して、ユーザプロ
グラムおよび各プロトコル制御プログラムに影響を与え
ないようにすることを目的としている。
The present invention secures a header area required for a plurality of protocols in response to a transmission request, and then notifies a pointer pointing to a position for storing header information between protocol control units, thereby setting a header area, The purpose is not to affect the user program and each protocol control program.

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

第1図は、本発明の原理構成図を示す。 FIG. 1 shows the principle configuration of the present invention.

第1図において、通信アダプタ1は、ユーザプログラム
7から通知された送信依頼に基づいて、所定のヘッダ情
報およびデータを回線へ送出などするものである。
In FIG. 1, the communication adapter 1 sends predetermined header information and data to a line based on a transmission request notified from the user program 7.

バッファ管理機構部2−1は、ユーザプログラム7から
通知された送信依頼に基づいて、各プロトコルに対応す
るヘッダ情報を格納するヘッダ領域4およびデータを格
納するデータ域5からなる送信バッファを一括して獲得
するものである。
Based on the transmission request notified from the user program 7, the buffer management mechanism unit 2-1 collects a transmission buffer including a header area 4 for storing header information corresponding to each protocol and a data area 5 for storing data. Is obtained.

階層3プロトコル制御部3−1、階層2プロトコル制御
部3−2、階層1プロトコル制御部3−3は、各階層の
プロトコルに対応したヘッダ情報をポインタ6によって
ポイントされるヘッダ領域中に格納すると共に、このポ
インタ6を下位層のプロトコル制御部に通知(下位層が
ない場合には通知しない)するものである。
The layer 3 protocol control unit 3-1, the layer 2 protocol control unit 3-2, and the layer 1 protocol control unit 3-3 store the header information corresponding to the protocol of each layer in the header area pointed by the pointer 6. At the same time, the pointer 6 is notified to the protocol control unit of the lower layer (not notified if there is no lower layer).

ヘッダ領域4は、各階層のプロトコルに対応したヘッダ
情報を格納する領域であって、ポインタ6によってポイ
ントされるアドレスから順次ヘッダ情報が格納されるも
のである。このポインタ6は、下位層のプロトコル制御
部に順次通知される。
The header area 4 is an area for storing header information corresponding to the protocol of each layer, and the header information is sequentially stored from the address pointed by the pointer 6. The pointer 6 is sequentially notified to the lower layer protocol control unit.

データ域5は、ユーザプログラム7から送信依頼を受け
たデータを格納する領域である。
The data area 5 is an area for storing the data requested to be transmitted from the user program 7.

ユーザプログラム7は、データを送信しようとするプロ
グラムである。
The user program 7 is a program that tries to transmit data.

送信バッファ8は、ユーザプログラム7が送信しようと
するデータを格納する領域である。
The transmission buffer 8 is an area for storing data to be transmitted by the user program 7.

〔作用〕[Action]

本発明は、第1図に示すように、通信アダプタ1を構成
するバッファ管理機構部2−1が、ユーザプログラム7
から通知された送信依頼に基づいて、各階層のプロトコ
ルに対応するヘッダ情報を格納するに足りるヘッダ領域
4および送信依頼を受けたデータを格納するデータ域5
を一括して獲得し、データをデータ域5に転送すると共
に、最上位層の階層3プロトコル制御部3−1が当該階
層3プロトコルに対応するヘッダ情報を、ポインタ6に
よってポイントされているアドレスからヘッダ領域4中
に書き込み、次に、このポインタ6の通知を受けた階層
2プロトコル制御部3−2が当該階層2プロトコルに対
応するヘッダ情報を、ポインタ6によってポイントされ
ているアドレスからヘッダ領域4中に書き込む、以下同
様に階層1プロトコル制御部3−3がヘッダ情報をヘッ
ダ領域4に書き込むようにしている。そして、ヘッダ領
域4およびデータ域5に格納されている情報を回線へ送
出するようにしている。
According to the present invention, as shown in FIG. 1, the buffer management mechanism unit 2-1 constituting the communication adapter 1 has a user program 7
A header area 4 sufficient to store header information corresponding to a protocol of each layer and a data area 5 storing data requested to be transmitted, based on the transmission request notified from
Is transferred to the data area 5, and the layer 3 protocol control unit 3-1 of the uppermost layer acquires header information corresponding to the layer 3 protocol from the address pointed by the pointer 6. The header 2 is written in the header area 4, and then the layer 2 protocol control unit 3-2 which receives the notification of the pointer 6 writes the header information corresponding to the layer 2 protocol from the address pointed by the pointer 6 to the header area 4. The layer 1 protocol control unit 3-3 writes the header information in the header area 4 in the same manner. Then, the information stored in the header area 4 and the data area 5 is transmitted to the line.

従って、バッファ管理機構部2−1を設け、ユーザプロ
グラム7から通知された送信依頼に基づいて、ヘッダ領
域4およびデータ域5を一括して獲得し、データをデー
タ域5に格納すると共に、ポインタ6でポイントされる
ヘッダ領域4中に各階層のプロトコルに対応するヘッダ
情報を順次書き込み、ヘッダ領域4およびデータ域5に
格納されている情報を回線へ送出することにより、ユー
ザプログラム7および各プロトコル制御プログラムは、
ヘッダ領域のサイズを意識する必要がなくなり、これら
のプログラムを開発するに当たって、効率的な開発が可
能となると共に、各階層のプロトコルを組み合わせる毎
にプログラムを開発する必要がなくなる。
Therefore, the buffer management mechanism unit 2-1 is provided, the header area 4 and the data area 5 are collectively acquired based on the transmission request notified from the user program 7, the data is stored in the data area 5, and the pointer is also stored. By sequentially writing the header information corresponding to the protocol of each layer in the header area 4 pointed to by 6 and sending the information stored in the header area 4 and the data area 5 to the line, the user program 7 and each protocol The control program is
Since it is not necessary to be aware of the size of the header area, efficient development is possible in developing these programs, and it is not necessary to develop the program every time the protocols of each layer are combined.

〔実施例〕〔Example〕

次に、第2図を用いて本発明の1実施例の構成および動
作を順次詳細に説明する。
Next, the configuration and operation of one embodiment of the present invention will be sequentially described in detail with reference to FIG.

第2図において、アダプタOS(オペレーティングシステ
ム)2は、バッファ管理機構部2−1などから構成され
ている。
In FIG. 2, the adapter OS (operating system) 2 is composed of a buffer management mechanism unit 2-1 and the like.

バッファ管理機構部2−1は、ユーザプログラム7から
通知された送信依頼に基づいて、各プロトコルに対応す
るヘッダ情報を格納するヘッダ領域10−1、およびデー
タ域10−2、10−3を一括して送信バッファ領域10とし
て獲得するものである。
Based on the transmission request notified from the user program 7, the buffer management mechanism section 2-1 collectively includes a header area 10-1 for storing header information corresponding to each protocol and data areas 10-2, 10-3. It is then acquired as the transmission buffer area 10.

プロトコル3制御部9−1、プロトコル2制御部9−
2、プロトコル1制御部9−3は、例えばISOのOSIプロ
トコルのT層、N層、D層に対してソフトウエアで対処
したものであって、各プロトコルに対応するヘッダ情報
をデータポインタ11によってポイントされるヘッダ領域
10−1中のアドレスa3、a2、a1から順次図示のように格
納などするものである。
Protocol 3 control unit 9-1, Protocol 2 control unit 9-
2. The protocol 1 control unit 9-3 deals with, for example, the T layer, N layer, and D layer of the ISO OSI protocol by software, and the header information corresponding to each protocol is transferred by the data pointer 11. Header area pointed to
Data is stored in order from address a 3 , a 2 , a 1 in 10-1 as shown in the figure.

ヘッダ領域10−1、データ域10−2、10−3は、バッフ
ァ管理機構部2−1によって獲得されたものであって、
各プロトコルに対応するヘッダ情報およびデータを格納
する領域である。
The header area 10-1, the data areas 10-2, and 10-3 are acquired by the buffer management mechanism unit 2-1.
This is an area for storing header information and data corresponding to each protocol.

データポインタ11は、各プロトコルに対応するヘッダ情
報を格納する位置をポイントするものである。
The data pointer 11 points to a position for storing header information corresponding to each protocol.

次に、第2図図中ないしに示す順序に従って、動作
を詳細に説明する。
Next, the operation will be described in detail in the order shown in FIG.

第2図において、図中は、本体システム側か通信アダ
プタ1に対して、アドレスαをパタメータとしてデータ
送信依頼が通知されたことを示す。
In FIG. 2, the figure shows that the data transmission request is notified to the main system side or the communication adapter 1 using the address α as a parameter.

図中は、通信アダプタの最上位層であるプロトコル3
制御部9−1が、本体システムからデータ送信依頼を受
けると、データを格納するデータ域と、プロトコルに対
応するヘッダ情報を格納するヘッダ領域との獲得依頼
を、バッファ管理機構部2−1に通知することを示す。
この通知に対応して、バッファ管理機構部2−1は、図
示のように、固定長のヘッダ領域10−1(この際、デー
タポインタ11によって下端のアドレスをポイントさせて
おく)、およびデータ域10−2、10−3を獲得する。こ
れらヘッダ領域10−1、データ域10−2、10−3は、図
示のようにポインタによってチェインさせておく。
In the figure, protocol 3 is the highest layer of the communication adapter.
When the control unit 9-1 receives a data transmission request from the main body system, the control unit 9-1 requests the buffer management mechanism unit 2-1 to acquire a data area for storing data and a header area for storing header information corresponding to the protocol. Indicates to notify.
In response to this notification, the buffer management mechanism section 2-1 has a fixed-length header area 10-1 (in this case, the lower end address is pointed by the data pointer 11), and a data area. Obtain 10-2 and 10-3. The header area 10-1, the data areas 10-2 and 10-3 are chained by a pointer as shown in the figure.

図中は、獲得された2番目以降のブロックであるデー
タ域10−2、10−3に対して、送信依頼の時にパラメー
タとして通知された先頭アドレスαから始まるデータ域
8−1から、DMA転送によってデータを転送することを
示す。
In the figure, for the data areas 10-2 and 10-3 that are the second and subsequent blocks that have been acquired, DMA transfer is performed from the data area 8-1 starting from the start address α notified as a parameter at the time of the transmission request. Indicates that the data is to be transferred.

図中は、プロトコル3制御部9−1が、先頭のブロッ
ク(先頭バッファ)であるヘッダ領域10−1の下からプ
ロトコル3ヘッダ情報をセットし、データポインタ11を
a3に変更した後、アドレスAをパラメータとして下位層
であるプロトコル2制御部9−2に送信要求することを
示す。
In the figure, the protocol 3 control unit 9-1 sets protocol 3 header information from below the header area 10-1 which is the top block (head buffer), and sets the data pointer 11
After changing to a 3, indicating that the transmission request for address A to Protocol 2 controller 9-2 is lower layers as a parameter.

図中は、プロトコル2制御部9−2が、先頭ブロック
であるヘッダ領域10−1のデータポインタ11によってポ
イントされるアドレスa3よりも上にプロトコル2ヘッダ
情報をセットし、データポインタ11をa2に変更した後、
アドレスAをパラメータとして下位層であるプロトコル
1制御部9−3に送信要求することを示す。
In the figure, the protocol 2 control unit 9-2 sets the protocol 2 header information above the address a 3 pointed to by the data pointer 11 in the header area 10-1 which is the first block, and sets the data pointer 11 to a. After changing to 2 ,
This indicates that a transmission request is made to the lower layer protocol 1 control unit 9-3 using the address A as a parameter.

図中は、プロトコル1制御部9−3が、先頭ブロック
であるヘッダ領域10−1のデータポインタ11によってポ
イントされるアドレスa2よりも上にプロトコル1ヘッダ
情報をセットし、データポインタ11をa1に変更した後、
アドレスAをパラメータとして図示外のハードウエア
(送信制御部)に送信依頼する。これにより、ヘッダ領
域10−1にセットされたヘッド情報およびデータ域10−
2、10−3に格納されたデータが、回線に送出されるこ
ととなる。
In the figure, the protocol 1 control unit 9-3 sets the protocol 1 header information above the address a 2 pointed to by the data pointer 11 in the header area 10-1 which is the first block, and sets the data pointer 11 to a. After changing to 1 ,
The address A is requested as a parameter to hardware (not shown) (transmission control unit) for transmission. As a result, the head information and data area 10-set in the header area 10-1
The data stored in 2 and 10-3 will be sent to the line.

以上のように、送信依頼に基づいて、バッファ管理機構
部2−1が、一括してヘッダ領域10−1およびデータ域
10−2、10−3などを獲得し、各プロトコル制御部が順
次データポインタ11でポイントされる位置にプロトコル
ヘッダ情報をセットし、送信制御部が回線へ送出するこ
とにより、ユーザプログラム7および各プロトコル制御
部は、ヘッダ領域のサイズなどを意識することなく、通
信処理を行うことが可能となる。
As described above, based on the transmission request, the buffer management mechanism unit 2-1 collectively executes the header area 10-1 and the data area.
10-2, 10-3, etc. are acquired, each protocol control unit sequentially sets the protocol header information at the position pointed to by the data pointer 11, and the transmission control unit sends the information to the line, whereby the user program 7 and each The protocol control unit can perform communication processing without being aware of the size of the header area.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば、バッファ管理機
構部2−1を設け、ユーザプログラム7からの送信依頼
に基づいて、ヘッダ領域4およびデータ域5を一括して
獲得し、データをデータ域5に格納すると共に、ポイン
タ6でポイントされるヘッダ領域4中に各階層のプロト
コルに対応するヘッダ情報を順次セットし、ヘッダ領域
4およびデータ域5に格納されている情報を回線へ送出
する構成を採用しているため、ユーザプログラム7およ
び各プロトコル制御プログラムは、ヘッダ領域のサイズ
を意識する必要がなくなる。これにより、ユーザプログ
ラムおよびプロトコル制御プログラムを開発するに当た
って、効率的な開発が可能となると共に、各階層のプロ
トコルを組み合わせる毎にプログラムをその都度、開発
する必要がなくなる。
As described above, according to the present invention, the buffer management mechanism section 2-1 is provided, and the header area 4 and the data area 5 are collectively acquired based on the transmission request from the user program 7, and the data is transferred to the data area. The header information corresponding to the protocol of each layer is sequentially set in the header area 4 pointed by the pointer 6 while being stored in the area 5, and the information stored in the header area 4 and the data area 5 is sent to the line. Since the configuration is adopted, the user program 7 and each protocol control program do not need to be aware of the size of the header area. This enables efficient development in developing the user program and the protocol control program, and eliminates the need to develop the program each time the protocols of each layer are combined.

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

第1図は本発明の原理構成図、第2図は本発明の1実施
例構成図、第3図は従来技術の説明図を示す。 図中、2−1はバッファ管理機構部、3−1、3−2、
3−3はプロトコル制御部、4はヘッダ領域、5はデー
タ域、6はポインタ、7はユーザプログラムを表す。
FIG. 1 is a block diagram of the principle of the present invention, FIG. 2 is a block diagram of one embodiment of the present invention, and FIG. 3 is an explanatory diagram of the prior art. In the figure, 2-1 is a buffer management mechanism unit, 3-1, 3-2,
3-3 is a protocol control unit, 4 is a header area, 5 is a data area, 6 is a pointer, and 7 is a user program.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】送信バッファ領域を獲得して送信するよう
に構成した送信バッファ管理方式において、 送信依頼に基づいて、送信しようとするデータを格納す
るデータ域(5)、および階層化された複数のプロトコ
ルに対応したヘッダ情報を格納すると共にヘッダ情報を
格納する位置をポインタ(6)によってポイントするヘ
ッダ領域(4)からなる送信バッファを一括して獲得す
るバッファ管理機構部(2−1)を設け、 この獲得されたデータ域(5)に対してデータを格納す
ると共に、各プロトコル制御部がポインタ(6)によっ
てポイントされるヘッダ領域(4)中にヘッダ情報を格
納すると共に、このポインタ(6)を順次下位層にプロ
トコル制御部に通知することにより、各階層のヘッダ情
報をヘッダ領域(4)に順次格納して送信するように構
成したことを特徴とする送信バッファ管理方式。
1. A transmission buffer management system configured to acquire and transmit a transmission buffer area, a data area (5) for storing data to be transmitted based on a transmission request, and a plurality of hierarchical layers. And a buffer management mechanism unit (2-1) for collectively acquiring transmission buffers each including a header area (4) for storing header information corresponding to the protocol of (1) and pointing a position for storing the header information with a pointer (6). In addition to storing data in the acquired data area (5), each protocol control unit stores the header information in the header area (4) pointed by the pointer (6) and the pointer ( 6) is sequentially notified to the lower layer to the protocol control unit so that the header information of each layer is sequentially stored in the header area (4) and transmitted. Transmission buffer management method, characterized by being configured to.
JP63005960A 1988-01-14 1988-01-14 Transmission buffer management method Expired - Fee Related JPH0795753B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63005960A JPH0795753B2 (en) 1988-01-14 1988-01-14 Transmission buffer management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63005960A JPH0795753B2 (en) 1988-01-14 1988-01-14 Transmission buffer management method

Publications (2)

Publication Number Publication Date
JPH01181361A JPH01181361A (en) 1989-07-19
JPH0795753B2 true JPH0795753B2 (en) 1995-10-11

Family

ID=11625460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63005960A Expired - Fee Related JPH0795753B2 (en) 1988-01-14 1988-01-14 Transmission buffer management method

Country Status (1)

Country Link
JP (1) JPH0795753B2 (en)

Also Published As

Publication number Publication date
JPH01181361A (en) 1989-07-19

Similar Documents

Publication Publication Date Title
JPS63276627A (en) print control device
US7840725B2 (en) Capture of data in a computer network
JP2742073B2 (en) Print control method and apparatus
JPH0795753B2 (en) Transmission buffer management method
JP2008236378A (en) Data transfer method, program, and network interface controller between host computer and network interface controller
JP4480909B2 (en) Data transmission / reception system
JP2853607B2 (en) Communication system between jobs
JP2004001425A (en) Image forming apparatus having a plurality of communication protocols
JP3640976B2 (en) Data transfer control method
JPH0310354A (en) Data transfer control system
JP3933134B2 (en) Communications system
JP3626653B2 (en) Data transfer processing device
JP3239702B2 (en) Data transfer system, data processing device, printer, and data transfer method
JPH02310649A (en) Received frame transfer method and communication control device
JP3544219B2 (en) File sharing system
JPS61256847A (en) Packet exchange
JP3585052B2 (en) Interface control device
JPS63145560A (en) Data transfer processing system
JPH04274524A (en) System for controlling inter-process communication
JPS63164552A (en) Packet exchanging system
JPH01136263A (en) System for managing communication control buffer
JPH04255054A (en) Control system for serial data controller
JPS63301352A (en) Exchange system for file shared data with communication control
JP2004227040A (en) Network server and storage data communication method
JPH10150467A (en) Data exchange method and device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees