JPH11154132A - Server/client communication system - Google Patents
Server/client communication systemInfo
- Publication number
- JPH11154132A JPH11154132A JP9318671A JP31867197A JPH11154132A JP H11154132 A JPH11154132 A JP H11154132A JP 9318671 A JP9318671 A JP 9318671A JP 31867197 A JP31867197 A JP 31867197A JP H11154132 A JPH11154132 A JP H11154132A
- Authority
- JP
- Japan
- Prior art keywords
- server
- data
- client
- exclusive control
- processing
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ホストコンピュー
タからのデータをサーバマシンで処理して画面表示し、
また、プリンタで印字出力するとともに、クライアント
マシンに送出して画面表示するローカルエリアネットワ
ーク(LAN)などに利用するサーバ/クライアント通
信システムに関し、特に、サーバが管理するファイルの
データを処理するとともに、クライアントがファイルに
対する処理操作をサーバとの間のメッセージ通信を通じ
て要求する際に、サーバプロセスとクライアントプロセ
スとのプロセス間通信における排他制御を行うサーバ/
クライアント通信システムに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of processing data from a host computer by a server machine and displaying the processed data on a screen.
In addition, the present invention relates to a server / client communication system used for a local area network (LAN) or the like, which prints out with a printer and sends it to a client machine to display a screen. Server performs exclusive control in inter-process communication between a server process and a client process when a server requests a processing operation on a file through message communication with the server.
It relates to a client communication system.
【0002】[0002]
【従来の技術】従来、ワークステーションを中心に普及
しているUNIXのオペレーションシステム(OS)を
採用するローカルエリアネットワークではサーバ/クラ
イアント通信システムが用いられている。このサーバ/
クライアント通信システムでは、サーバ側プロセスとク
ライアント側プロセスとの間でプロセス間通信によるデ
ータ送受信を行う。この場合、クライアント側プロセス
は、サーバ側プロセスが書き込んだデータを、書き込み
終了前に読み出してデータの存在の認識を行う。したが
って、それまでに書き込まれたデータのみを読み込んで
いる。2. Description of the Related Art Conventionally, a server / client communication system has been used in a local area network employing a UNIX operation system (OS) which is widely used mainly for workstations. This server /
In a client communication system, data transmission and reception are performed between a server-side process and a client-side process by inter-process communication. In this case, the client-side process reads the data written by the server-side process before the end of the writing and recognizes the existence of the data. Therefore, only the data written so far is read.
【0003】このような排他制御を行う例として、例え
ば、特開平4ー286044号「サーバ・クライアント
型データ処理装置」の従来例や特開平6ー19774号
「ファイルサーバシステム」の従来例が知られている。
前者の従来例は、不揮発性メモリを用いて排他制御のた
めのメッセージ送信の回数を低減し、その処理効率を高
めている。更に、後者の従来例では、アプリケーション
プログラムからファイルに対する転送要求に応じて回線
上のデータ転送単位を決定して、データ伝送の分割によ
る転送効率の悪化を抑えている。更に、更新データを圧
縮して、データ転送量を縮小してスループット(データ
処理能力)の向上を図っている。As examples of performing such exclusive control, for example, a conventional example of Japanese Patent Application Laid-Open No. Hei 4-286044 "Server / Client Data Processing Device" and a conventional example of Japanese Patent Application Laid-Open No. Hei 6-19774 "File Server System" are known. Have been.
In the former conventional example, the number of message transmissions for exclusive control is reduced by using a nonvolatile memory, and the processing efficiency is increased. Further, in the latter conventional example, a data transfer unit on a line is determined in accordance with a transfer request for a file from an application program, and deterioration of transfer efficiency due to division of data transmission is suppressed. Furthermore, the update data is compressed to reduce the data transfer amount, thereby improving the throughput (data processing capacity).
【0004】[0004]
【発明が解決しようとする課題】このような従来例で
は、サーバ側プロセスからクライアント側プロセスへの
プロセス間通信によるデータ送受信を行う。この場合、
クライアント側プロセスは、サーバ側プロセスが書き込
んだデータを、書き込み終了前に読み出してデータの存
在を認識するため、それまでに書き込まれたデータのみ
しか読み込むことが出来ないことがあった。すなわち、
一度に完全なデータの送受信が出来ず、データ送受信に
おける高い信頼性が得られ難く、かつ、アクセス回数が
増加してしまう。換言すれば、高い信頼性のプロセス間
通信による排他制御が出来ないという欠点があった。In such a conventional example, data transmission and reception are performed from a server-side process to a client-side process by inter-process communication. in this case,
Since the client-side process reads the data written by the server-side process before the end of the writing and recognizes the existence of the data, the client-side process may be able to read only the data written so far. That is,
Complete data transmission / reception cannot be performed at once, making it difficult to obtain high reliability in data transmission / reception and increasing the number of accesses. In other words, there is a disadvantage that exclusive control cannot be performed by highly reliable interprocess communication.
【0005】本発明は、このような従来の技術における
課題を解決するものであり、一度に完全なデータの送受
信が出来るようになり、データの送受信における高い信
頼性が得られ、かつ、アクセス回数が増加することな
く、高信頼性によるプロセス間通信における排他制御が
可能になるサーバ/クライアント通信システムの提供を
目的とする。The present invention has been made to solve the above-mentioned problems in the prior art, and enables complete data transmission and reception at one time, high reliability in data transmission and reception can be obtained, and the number of access times can be improved. It is an object of the present invention to provide a server / client communication system capable of performing exclusive control in inter-process communication with high reliability without increasing the number of programs.
【0006】[0006]
【課題を解決するための手段】上記課題を達成するため
に、請求項1記載の発明のサーバ/クライアント通信シ
ステムは、サーバ側プロセスとクライアント側プロセス
との間でプロセス間通信によるデータの送受信を行う際
に、送信側プロセスの送信終了後に受信側プロセスがデ
ータ受信処理を行ってプロセス間通信における排他制御
を実行する構成としてある。In order to achieve the above object, a server / client communication system according to the first aspect of the present invention transmits and receives data between a server-side process and a client-side process by inter-process communication. At the time of the transmission, the receiving process performs data reception processing after transmission of the transmitting process is completed, and executes exclusive control in inter-process communication.
【0007】請求項2記載のサーバ/クライアント通信
システムは、前記送信側プロセスが排他制御フラグを設
定し、又は、解除し、この排他制御フラグの設定又は解
除を受信側プロセスが参照してプロセス間通信における
排他制御を実行する構成としてある。In the server / client communication system according to the second aspect, the transmitting-side process sets or releases an exclusive control flag, and the receiving-side process refers to the setting or releasing of the exclusive control flag, so that the inter-process can be set. It is configured to execute exclusive control in communication.
【0008】請求項3記載のサーバ/クライアント通信
システムは、前記排他制御フラグの設定又は解除が
「0」又は「1」を設定して行う構成としてある。According to a third aspect of the present invention, the server / client communication system is configured to set or cancel the exclusive control flag by setting “0” or “1”.
【0009】請求項4記載のサーバ/クライアント通信
システムは、前記サーバ側プロセス及びクライアント側
プロセスを、一つの内部記憶部のファイルを有する一つ
のデータ処理装置の単一システムとする構成としてあ
る。According to a fourth aspect of the present invention, in the server / client communication system, the server-side process and the client-side process are configured as a single system of one data processing device having one internal storage file.
【0010】請求項5記載のサーバ/クライアント通信
システムは、前記サーバ側プロセス及びクライアント側
プロセスが、この一方に記憶装置におけるファイルを有
し、かつ、サーバ及びクライアントがネットワークで接
続されてプロセス間通信及びネットワークファイルシス
テム処理を行ってプロセス間通信における排他制御を実
行する構成としてある。According to a fifth aspect of the present invention, in the server / client communication system, one of the server-side process and the client-side process has a file in a storage device, and the server and the client are connected via a network to perform inter-process communication. And execute exclusive control in inter-process communication by performing network file system processing.
【0011】請求項6記載のサーバ/クライアント通信
システムは、前記ネットワークをローカルエリアネット
ワークとする構成としてある。In a server / client communication system according to a sixth aspect, the network is a local area network.
【0012】請求項7記載のサーバ/クライアント通信
システムは、前記サーバ側プロセス及びクライアント側
プロセスがデータ処理、データ送信処理及びデータ受信
処理を繰り返して実行する構成としてある。In a server / client communication system according to a seventh aspect, the server-side process and the client-side process repeatedly execute data processing, data transmission processing, and data reception processing.
【0013】請求項8記載のサーバ/クライアント通信
システムは、前記データ処理が、データを処理し、次
に、相手側のプロセスへのデータ送信を処理し、更に、
相手側のプロセスからのデータ受信の処理を実行する構
成としてある。The server / client communication system according to claim 8, wherein the data processing processes data, and then processes data transmission to a process on the other end.
It is configured to execute a process of receiving data from a process on the partner side.
【0014】請求項9記載のサーバ/クライアント通信
システムは、前記データ送信処理が、ファイルに排他制
御フラグを設定し、次に、データ送信処理を実行し、更
に、ファイルに排他制御フラグの解除を設定する処理を
実行する構成としてある。According to a ninth aspect of the present invention, in the server / client communication system, the data transmission process sets an exclusive control flag in the file, then executes the data transmission process, and further releases the exclusive control flag in the file. It is configured to execute a setting process.
【0015】請求項10記載のサーバ/クライアント通
信システムは、前記データ受信処理が、データ受信の確
認を処理し、次に、受信データの存在確認を処理し、更
に、ファイルへの排他制御フラグの設定を参照して、こ
の後にデータ受信の処理を実行する構成としてある。According to a tenth aspect of the present invention, in the server / client communication system, the data receiving process includes a process for confirming the data reception, a process for confirming the existence of the received data, and a process for setting an exclusive control flag for the file. With reference to the settings, the data reception process is executed thereafter.
【0016】請求項11記載のサーバ/クライアント通
信システムは、前記サーバ側プロセスが一つであり、ク
ライアント側プロセス側が複数であって、かつ、このサ
ーバ又はクライアントにおける内部記憶部のファイル
に、前記クライアント側プロセスごとのアドレスを付与
し、かつ、このアドレスごとに、更に排他制御フラグの
設定又は解除を付加して、プロセス間通信における排他
制御を実行する構成としてある。The server / client communication system according to claim 11, wherein the server-side process is one, the client-side process side is a plurality, and the file in the internal storage unit of the server or the client includes the client-side process. The configuration is such that an address is assigned for each side process, and an exclusive control flag is set or released for each address to execute exclusive control in inter-process communication.
【0017】請求項12記載のサーバ/クライアント通
信システムは、ホスト装置からのデータを処理し、か
つ、配分するサーバマシンと、このサーバマシンとロー
カルエリアネットワークで接続されてプロセス間通信及
びネットワークファイルシステム処理を実行する他のサ
ーバマシンとを備え、サーバマシンが単一システムとし
てプロセス間通信における排他制御を実行し、かつ、サ
ーバマシンと他のサーバマシンとの間がサーバ/クライ
アントシステムとしてのプロセス間通信における排他制
御を実行する構成としてある。According to a twelfth aspect of the present invention, there is provided a server / client communication system for processing and distributing data from a host device, and an inter-process communication and network file system connected to the server machine via a local area network. A server machine that executes processing, the server machine executes exclusive control in inter-process communication as a single system, and a process between the server machine and another server machine as a server / client system is performed. It is configured to execute exclusive control in communication.
【0018】請求項13記載のサーバ/クライアント通
信システムは、前記サーバマシンに、サーバ側プロセス
となる制御プログラム実行部及びクライアント側プロセ
スとなるホスト装置からのデータを表示するための表示
プログラム実行部を有し、かつ、前記他のサーバマシン
に、制御プログラム実行部との間でローカルエリアネッ
トワークを通じてプロセス間通信及びネットワークファ
イルシステム処理を実行するクライアント側プロセスと
なる表示プログラム実行部を備える構成としてある。According to a thirteenth aspect of the present invention, in the server / client communication system, the server machine includes a control program execution unit serving as a server-side process and a display program execution unit for displaying data from a host device serving as a client-side process. And a display program execution unit serving as a client-side process that executes inter-process communication and a network file system process with a control program execution unit via a local area network in the other server machine.
【0019】請求項14記載のサーバ/クライアント通
信システムは、前記制御プログラム実行部にホスト装置
からのデータを印字したハードコピーを出力するプリン
タが接続され、かつ、表示プログラム実行部がホスト装
置からのデータを画面表示するための処理を実行すると
ともに、表示プログラム実行部に画面表示部を備える構
成としてある。In the server / client communication system according to the present invention, a printer for outputting a hard copy in which data from a host device is printed is connected to the control program execution unit, and the display program execution unit is connected to the control program execution unit. In addition to executing processing for displaying data on a screen, the display program execution unit includes a screen display unit.
【0020】このような構成のサーバ/クライアント通
信システムは、サーバ側プロセスとクライアント側プロ
セスとの間でプロセス間通信によるデータの送受信を行
う際に、送信側プロセスの送信終了後に受信側プロセス
がデータ受信処理を行ってプロセス間通信における排他
制御を実行する。In the server / client communication system having such a configuration, when data is transmitted and received by inter-process communication between the server-side process and the client-side process, the data is transmitted to the receiving-side process after the transmitting-side process has finished transmitting. The reception process is performed to execute exclusive control in inter-process communication.
【0021】この排他制御では、内部記憶部のファイル
に、送信側プロセスが排他制御フラグを「0」又は
「1」をもって設定し、又は、解除し、この排他制御フ
ラグの設定又は解除を受信側プロセスが参照してプロセ
ス間通信における排他制御を実行している。In this exclusive control, the transmitting process sets or cancels the exclusive control flag in the file of the internal storage unit with "0" or "1", and sets or cancels the exclusive control flag on the receiving side. Exclusive control in inter-process communication is being executed by referring to the process.
【0022】サーバ側プロセス及びクライアント側プロ
セスが一つの内部記憶部のファイルを有する一つのデー
タ処理装置の単一システムであり、また、サーバ側プロ
セス及びクライアント側プロセスが一方に記憶装置にお
けるファイルを有し、かつ、サーバ及びクライアントが
ネットワークで接続されてプロセス間通信及びネットワ
ークファイルシステム(NFS)処理を行って、そのプ
ロセス間通信における排他制御を実行する。The server-side process and the client-side process are a single system of one data processing device having one file in the internal storage unit, and the server-side process and the client-side process have one file in the storage device. The server and the client are connected via a network to perform inter-process communication and network file system (NFS) processing, and execute exclusive control in the inter-process communication.
【0023】上記のサーバ側プロセスとクライアント側
プロセスとが、ホスト装置からのデータを処理し、か
つ、配分するサーバマシンと、このサーバマシンとロー
カルエリアネットワークで接続されてプロセス間通信及
びネットワークファイルシステム(NFS)処理を行う
他のサーバマシンとを備えており、サーバマシンのみで
単一システムとしてプロセス間通信における排他制御を
実行する。また、サーバマシンと他のサーバマシンとの
間をLANなどのネットワークで接続したサーバ/クラ
イアントシステムがプロセス間通信における排他制御を
実行する。The server-side process and the client-side process process and distribute data from the host device, and are connected to the server machine via a local area network to provide inter-process communication and a network file system. (NFS) processing and other server machines, and exclusive control in inter-process communication is executed as a single system using only the server machines. Also, a server / client system that connects a server machine to another server machine via a network such as a LAN executes exclusive control in inter-process communication.
【0024】この結果、一度に完全なデータの送受信が
出来るようになる。したがって、データ送受信における
高い信頼性が得られ、かつ、アクセス回数が増加するこ
となく、高い信頼性が得られるプロセス間通信(データ
送受信)の排他制御が可能になる。As a result, complete data transmission / reception can be performed at once. Therefore, high reliability in data transmission / reception can be obtained, and exclusive control of inter-process communication (data transmission / reception) can be achieved without increasing the number of accesses.
【0025】[0025]
【発明の実施の形態】次に、本発明のサーバ/クライア
ント通信システムの実施の形態を図面を参照して詳細に
説明する。図1は本発明のサーバ/クライアント通信シ
ステムが適用されるデータ通信ネットワークの構成を示
すブロック図である。このデータ通信ネットワークは、
データを送出するコンピュータなどのホスト装置1と、
このホスト装置1からのデータをプロセス間通信を通じ
て送出するためのサーバマシン2と、このサーバマシン
2からのデータを画面表示するCRT(ブラウン管)や
液晶ディスプレイ(LCD)などを用いた画面表示部3
とを有している。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment of the server / client communication system of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a data communication network to which a server / client communication system of the present invention is applied. This data communication network
A host device 1 such as a computer for transmitting data;
A server machine 2 for transmitting data from the host device 1 through inter-process communication, and a screen display unit 3 using a CRT (CRT) or a liquid crystal display (LCD) for displaying data from the server machine 2 on a screen.
And
【0026】更に、このデータ通信ネットワークは、サ
ーバマシン2からのデータを印字して出力するプリンタ
4と、ローカルエリアネットワーク(LAN)の接続制
御を行うLAN接続制御処理部7と、サーバマシン2と
LAN接続制御処理部7を通じて接続されるサーバマシ
ン8と、サーバマシン8からのデータを画面表示するC
RT(ブラウン管)や液晶ディスプレイ(LCD)など
を用いた画面表示部9とを有している。The data communication network further includes a printer 4 for printing and outputting data from the server machine 2, a LAN connection control processing unit 7 for controlling connection of a local area network (LAN), and a server machine 2. A server machine 8 connected through the LAN connection control processing unit 7 and a C for displaying data from the server machine 8 on a screen
It has a screen display unit 9 using an RT (CRT), a liquid crystal display (LCD), or the like.
【0027】サーバマシン2はホスト装置1からのデー
タをプリンタ4に送出し、また、LAN接続制御処理部
7を通じてサーバマシン8との間でプロセス間通信を行
うための制御プログラムを実行する制御プログラム実行
部2aと、この制御プログラム実行部2aからのデータ
を画面表示部3で画面表示するためのプログラムを実行
する画面表示プログラム実行部2bとを有している。ま
た、サーバマシン8は、LAN接続制御処理部7を通じ
てサーバマシン2の制御プログラム実行部2aからのデ
ータをプロセス間通信によって画面表示部9で画面表示
するためのプログラムを実行する画面表示プログラム実
行部8aを有している。The server machine 2 sends data from the host device 1 to the printer 4 and executes a control program for performing inter-process communication with the server machine 8 through the LAN connection control processing unit 7. An execution unit 2a and a screen display program execution unit 2b for executing a program for displaying data from the control program execution unit 2a on the screen display unit 3 are provided. Also, the server machine 8 executes a program for displaying data from the control program execution unit 2a of the server machine 2 through the LAN connection control processing unit 7 on the screen display unit 9 by inter-process communication. 8a.
【0028】このサーバマシン2における制御プログラ
ム実行部2a及び画面表示プログラム実行部2bは、例
えば、中央演算処理装置(CPU)やメモリで構成され
る。また、サーバマシン8における画面表示プログラム
実行部8aも同様に中央演算処理装置(CPU)やメモ
リで構成される。The control program execution unit 2a and the screen display program execution unit 2b in the server machine 2 are composed of, for example, a central processing unit (CPU) and a memory. Similarly, the screen display program execution unit 8a in the server machine 8 is also configured by a central processing unit (CPU) and a memory.
【0029】図2は第1実施形態であり図1でのプロセ
ス間通信における排他制御を行う単一システムの処理状
態を示すブロック図である。この単一システムはサーバ
マシン2における制御プログラム実行部2a及び画面表
示プログラム実行部2bの構成に対応する。この単一シ
ステムは制御プログラム実行部2aでのプロセス(A)
と画面表示プログラム実行部2bでのプロセス(B)が
プロセス間通信における排他制御を実行し、かつ、ファ
イルを有する内部記憶部(C)を備えている。FIG. 2 is a block diagram showing a processing state of a single system for performing exclusive control in inter-process communication in FIG. 1 according to the first embodiment. This single system corresponds to the configuration of the control program execution unit 2a and the screen display program execution unit 2b in the server machine 2. This single system is a process (A) in the control program execution unit 2a.
And the process (B) in the screen display program execution unit 2b executes exclusive control in inter-process communication, and includes an internal storage unit (C) having a file.
【0030】図3は第2実施形態であり図1でのプロセ
ス間通信における排他制御を行うサーバ/クライアント
システムの処理状態を示すブロック図である。このサー
バ/クライアントシステムは図1におけるサーバマシン
2の制御プログラム実行部2a及びサーバマシン8の画
面表示プログラム実行部8a並びにLAN接続制御処理
部7の構成に対応する。FIG. 3 is a block diagram showing a processing state of a server / client system for performing exclusive control in inter-process communication in FIG. 1 according to the second embodiment. This server / client system corresponds to the configuration of the control program execution unit 2a of the server machine 2, the screen display program execution unit 8a of the server machine 8, and the LAN connection control processing unit 7 in FIG.
【0031】この図3に示すサーバ/クライアントシス
テムは、サーバマシン2の制御プログラム実行部2aで
のプロセス(A)とサーバマシン8の画面表示プログラ
ム実行部8aでのプロセス(B)との間のプロセス間通
信及びネットワークファイルシステム(NFS)処理が
LAN接続制御処理部7を通じて行われる。また、サー
バマシン2の制御プログラム実行部2aには、ファイル
の内部記憶領域に排他制御フラグを有するディスク装置
(D)を備えている。In the server / client system shown in FIG. 3, a process (A) in the control program execution unit 2a of the server machine 2 and a process (B) in the screen display program execution unit 8a of the server machine 8 are performed. Inter-process communication and network file system (NFS) processing are performed through the LAN connection control processing unit 7. Further, the control program execution unit 2a of the server machine 2 includes a disk device (D) having an exclusive control flag in the internal storage area of the file.
【0032】次に、この実施形態の動作について説明す
る。図1に示すデータ通信ネットワークでは、ホスト装
置1からのデータをサーバマシン2が画面表示部3、プ
リンタ4及びサーバマシン8にLAN接続制御処理部7
を通じたプロセス間通信によって送出する。サーバマシ
ン2では、制御プログラム実行部2aがホスト装置1か
らのデータを、プリンタ4及びLAN接続制御処理部7
を通じてサーバマシン8に送出するプロセス間通信のた
めの制御プログラムを実行する。Next, the operation of this embodiment will be described. In the data communication network shown in FIG. 1, the server machine 2 transmits data from the host device 1 to the screen display unit 3, the printer 4, and the server machine 8 via the LAN connection control processing unit 7.
It is sent by inter-process communication through. In the server machine 2, the control program execution unit 2 a transmits data from the host device 1 to the printer 4 and the LAN connection control processing unit 7.
And executes a control program for inter-process communication sent to the server machine 8 through the server.
【0033】制御プログラム実行部2aからのデータを
画面表示プログラム実行部2bが画面表示するためのプ
ログラムを実行して画面表示部3で画面表示する。ま
た、制御プログラム実行部2aからのデータがプリンタ
4で印字され、そのハードコピーが出力される。更に、
制御プログラム実行部2aからのデータがLAN接続制
御処理部7を通じてサーバマシン8の画面表示プログラ
ム実行部8aで処理されて画面表示部9で画面表示され
る。The screen display program execution unit 2b executes a program for displaying the data from the control program execution unit 2a on the screen, and displays the data on the screen display unit 3. Further, data from the control program execution unit 2a is printed by the printer 4, and a hard copy thereof is output. Furthermore,
Data from the control program execution unit 2a is processed by the screen display program execution unit 8a of the server machine 8 through the LAN connection control processing unit 7, and is displayed on the screen display unit 9.
【0034】次に、図2に示す単一システムでのプロセ
ス間通信における排他制御について説明する。図1のサ
ーバマシン2における制御プログラム実行部2a及び画
面表示プログラム実行部2bの構成の図2に示す単一シ
ステムは、制御プログラム実行部2aでのプロセス
(A)と画面表示プログラム実行部2bでのプロセス
(B)がプロセス間通信における排他制御を実行する。
この排他制御では、プロセス(A)とプロセス(B)が
プロセス間通信によるデータ送受信を行う際に、例え
ば、送信側となるプロセス(A)がデータ送信を終了す
るまで、受信側となるプロセス(B)が受信を行わない
ようにする。この単一システムでは、内部記憶部(C)
のファイルに排他制御用のフラグ(排他制御フラグ)を
有しており、送信側とのプロセス(A)がデータ受信を
行う前にディスク装置(D)における排他制御フラグを
参照する。Next, the exclusive control in the inter-process communication in the single system shown in FIG. 2 will be described. The single system shown in FIG. 2 having the configuration of the control program execution unit 2a and the screen display program execution unit 2b in the server machine 2 of FIG. 1 includes the process (A) in the control program execution unit 2a and the screen display program execution unit 2b. Process (B) executes exclusive control in inter-process communication.
In this exclusive control, when the process (A) and the process (B) perform data transmission / reception by inter-process communication, for example, the process (A) on the receiving side is terminated until the process (A) on the transmitting side ends data transmission. B) does not perform reception. In this single system, the internal storage (C)
File has an exclusive control flag (exclusive control flag), and the process (A) with the transmission side refers to the exclusive control flag in the disk device (D) before receiving data.
【0035】この排他制御フラグの参照は、送信側のプ
ロセス(A)が排他制御フラグ値を「1」に設定し、デ
ータ送信後に排他制御フラグ値を「0」に設定して受信
不可を解除する。これによってプロセス(B)はプロセ
ス(A)からの送信データである受信データの存在を認
識しても、排他制御フラグ値が「1」から「0」に受信
不可が解除されるまでデータ受信の処理を行わない。す
なわち、一度に完全なデータの送受信が出来るようにな
り、データの信頼性が得られ、かつ、アクセス回数が増
加することなく、高い信頼性が得られるプロセス間通信
による排他制御が可能になる。The process (A) on the transmission side sets the exclusive control flag value to "1", sets the exclusive control flag value to "0" after data transmission, and cancels the reception impossible by referring to the exclusive control flag. I do. As a result, even if the process (B) recognizes the existence of the reception data which is the transmission data from the process (A), the data reception of the exclusive control flag value is changed from “1” to “0” until the reception failure is canceled. Do not process. In other words, complete data transmission / reception can be performed at once, and exclusive control by inter-process communication that can obtain high reliability without increasing the number of accesses without increasing the reliability of data can be achieved.
【0036】以下、この単一システムにおける制御プロ
グラム実行部2aでのプロセス(A)と、画面表示プロ
グラム実行部2bでのプロセス(B)とのプロセス間通
信の排他制御を詳細に説明する。プロセス(A)(B)
はデータ処理、データ送信処理及びデータ受信処理を繰
り返して実行する。Hereinafter, the exclusive control of the inter-process communication between the process (A) in the control program execution unit 2a and the process (B) in the screen display program execution unit 2b in this single system will be described in detail. Process (A) (B)
Repeatedly executes data processing, data transmission processing, and data reception processing.
【0037】図4はプロセス(A)(B)のデータ処理
の処理手順を示すフローチャートである。このデータ処
理では、データの処理を実行して(ステップS41)、
受信側のプロセス(A又はB)へのデータ送信処理を実
行する(ステップS42)。次に、送信側のプロセス
(A又はB)からのデータを受信する処理を実行する
(ステップS43)。FIG. 4 is a flowchart showing the processing procedure of the data processing of the processes (A) and (B). In this data processing, data processing is executed (step S41),
A process for transmitting data to the process (A or B) on the receiving side is executed (step S42). Next, a process of receiving data from the process (A or B) on the transmission side is executed (step S43).
【0038】図5はプロセス(A)(B)でのデータ送
信処理の処理手順を示すフローチャートである。このデ
ータ送信処理では内部記憶部(C)のファイルに排他制
御フラグを「0」から「1」に変更設定し(ステップS
51)、次に、データ送信処理を実行する(ステップS
52)。更に、内部記憶部(C)のファイルに排他制御
フラグを「1」から「0」に設定して受信不可を解除す
る(ステップS53)。FIG. 5 is a flowchart showing the procedure of the data transmission process in the processes (A) and (B). In this data transmission processing, the exclusive control flag is changed and set from “0” to “1” in the file in the internal storage unit (C) (Step S).
51) Then, a data transmission process is executed (Step S)
52). Further, the exclusive control flag is set from "1" to "0" in the file in the internal storage unit (C) to cancel the reception impossibility (step S53).
【0039】図6はプロセス(A)(B)でのデータ受
信処理の処理手順を示すフローチャートである。このデ
ータ受信処理では、データ受信を確認する処理を実行し
(ステップS61)、次に、受信データの存在を確認す
る(ステップS62)。受信データが存在する場合
((S63:Yes)、ファイルの排他制御フラグ
「1」の設定を判断する(ステップS64)。ここで排
他制御フラグ「1」が設定されていない場合(S64:
Yes)、データ受信処理を実行する(ステップS6
5)。FIG. 6 is a flowchart showing the procedure of the data receiving process in the processes (A) and (B). In this data receiving process, a process for confirming data reception is executed (step S61), and then the existence of received data is confirmed (step S62). If the received data exists (S63: Yes), the setting of the exclusive control flag “1” of the file is determined (step S64), and if the exclusive control flag “1” is not set here (S64:
Yes), execute data reception processing (step S6)
5).
【0040】図7は制御プログラム実行部2aのプロセ
ス(A)と画面表示プログラム実行部2bのプロセス
(B)とのプロセス間通信における排他制御を説明する
ための図である。プロセス(A)が送信側の場合、ま
ず、この送信側のプロセス(A)が内部記憶部(C)に
おけるファイルの排他制御フラグを「0」から「1」に
変更設定する。受信側のプロセス(B)は内部記憶部
(C)におけるファイルの排他制御フラグ「1」を確認
する。受信側のプロセス(B)は排他制御フラグ「1」
を確認するための待ち状態に設定されている。プロセス
(A)がデータ送信処理を実行し、次に、プロセス
(A)が内部記憶部(C)におけるファイルの排他制御
フラグを「1」から「0」に変更設定する。この状態で
受信側のプロセス(B)は内部記憶部(C)におけるフ
ァイルの排他制御フラグが「0」であるためデータ受信
処理が可能になる。FIG. 7 is a diagram for explaining exclusive control in inter-process communication between the process (A) of the control program execution unit 2a and the process (B) of the screen display program execution unit 2b. When the process (A) is on the transmission side, first, the process (A) on the transmission side changes and sets the exclusive control flag of the file in the internal storage unit (C) from “0” to “1”. The process (B) on the receiving side checks the file exclusive control flag “1” in the internal storage unit (C). The process (B) on the receiving side has the exclusive control flag “1”.
Is set to wait for confirmation. The process (A) executes the data transmission process, and then the process (A) changes the exclusive control flag of the file in the internal storage unit (C) from “1” to “0”. In this state, the process (B) on the receiving side can perform data reception processing because the exclusive control flag of the file in the internal storage unit (C) is “0”.
【0041】すなわち、単一システムにおける一度で完
全なデータの送受信が行われる。したがって、データの
信頼性が得られ、かつ、アクセス回数が増加することな
く、高い信頼性のプロセス間通信(データ送受信)の排
他制御が実行される。That is, complete data transmission / reception is performed once in a single system. Therefore, the exclusive control of the inter-process communication (data transmission / reception) with high reliability is obtained without increasing the number of access times and the data reliability.
【0042】次に、第2実施形態の動作について説明す
る。この第2実施形態でも図1に示す第1実施形態の単
一システムと同様に動作する。すなわち、ホスト装置1
からのデータがサーバマシン2から画面表示部3、プリ
ンタ4に送出される。また、サーバマシン8がサーバマ
シン2からデータをLAN接続制御処理部7を通じたプ
ロセス間通信によって取り込む。サーバマシン2の制御
プログラム実行部2aが制御プログラムを実行する。こ
の制御プログラム実行部2aからのデータを画面表示プ
ログラム実行部2bが画面表示するためのプログラムを
実行して画面表示部3で画面表示する。また、制御プロ
グラム実行部2aからのデータがプリンタ4で印字さ
れ、更に、制御プログラム実行部2aからのデータをL
AN接続制御処理部7を通じてサーバマシン8の画面表
示プログラム実行部8aが処理し、画面表示部9で画面
表示する。Next, the operation of the second embodiment will be described. The second embodiment operates similarly to the single system of the first embodiment shown in FIG. That is, the host device 1
Is sent from the server machine 2 to the screen display unit 3 and the printer 4. Further, the server machine 8 takes in data from the server machine 2 by inter-process communication through the LAN connection control processing unit 7. The control program execution unit 2a of the server machine 2 executes the control program. The screen display program execution unit 2b executes a program for displaying the data from the control program execution unit 2a on the screen, and displays the data on the screen display unit 3. Further, the data from the control program execution unit 2a is printed by the printer 4, and the data from the control program execution unit 2a is
The screen display program execution unit 8a of the server machine 8 processes through the AN connection control processing unit 7 and displays the screen on the screen display unit 9.
【0043】次に、図3に示すサーバ/クライアントシ
ステムでのプロセス間通信における排他制御について説
明する。このサーバ/クライアントシステムでは、サー
バマシン2の制御プログラム実行部2aでのプロセス
(A)とサーバマシン8の画面表示プログラム実行部8
aでのプロセス(B)との間のプロセス間通信及びネッ
トワークファイルシステム(NFS)処理がLAN接続
制御処理部7を通じて行われる。Next, exclusive control in inter-process communication in the server / client system shown in FIG. 3 will be described. In this server / client system, the process (A) in the control program execution unit 2a of the server machine 2 and the screen display program execution unit 8 in the server machine 8
The inter-process communication with the process (B) and the network file system (NFS) process in a are performed through the LAN connection control processing unit 7.
【0044】この制御プログラム実行部2aでのプロセ
ス(A)とサーバマシン8の画面表示プログラム実行部
8aでのプロセス(B)の排他制御では、プロセス
(A)とプロセス(B)とがプロセス間通信によるデー
タ送受信を行う際に、プロセス(A)及びプロセス
(B)がLAN接続制御処理部7を通じてプロセス間通
信を行う。かつ、ネットワークファイルシステム(NF
S)を通じてサーバマシン2の制御プログラム実行部2
aのディスク装置(D)におけるファイルの内部記憶領
域の排他制御フラグを参照して第1実施形態と同様のプ
ロセス間通信における排他制御を行う。In the exclusive control of the process (A) in the control program execution unit 2a and the process (B) in the screen display program execution unit 8a of the server machine 8, the processes (A) and (B) When transmitting and receiving data by communication, the process (A) and the process (B) perform inter-process communication through the LAN connection control processing unit 7. And a network file system (NF
S) through the control program execution unit 2 of the server machine 2
The exclusive control in inter-process communication similar to the first embodiment is performed by referring to the exclusive control flag of the internal storage area of the file in the disk device (D) a.
【0045】この排他制御フラグの参照では、制御プロ
グラム実行部2aでのプロセス(A)が排他制御フラグ
値を「1」に設定し、この後のデータ送信後に排他制御
フラグ値を「0」に変更設定して受信不可を解除する。
これによってプロセス(B)はプロセス(A)からの送
信データである受信データの存在を認識しても、排他制
御フラグ値が「1」から「0」に変更設定する受信不可
が解除されるまでデータ受信処理を行わない。すなわ
ち、第1実施形態と同様にして図4に示すプロセス
(A)(B)でのデータ処理の処理手順、図5に示すデ
ータ送信処理の処理手順及び図6に示すデータ受信処理
の処理手順を実行する。In referring to the exclusive control flag, the process (A) in the control program execution unit 2a sets the exclusive control flag value to "1", and sets the exclusive control flag value to "0" after the subsequent data transmission. Change the setting and cancel the reception disabled.
As a result, even if the process (B) recognizes the existence of the received data, which is the transmission data from the process (A), the exclusive control flag value is changed from “1” to “0” until the reception disable is canceled. Does not perform data reception processing. That is, similarly to the first embodiment, the processing procedure of the data processing in the processes (A) and (B) shown in FIG. 4, the processing procedure of the data transmission processing shown in FIG. 5, and the processing procedure of the data reception processing shown in FIG. Execute
【0046】詳細なプロセス間通信における排他制御
も、図7に示す制御プログラム実行部2aでのプロセス
(A)及びサーバマシン8の画面表示プログラム実行部
8aでのプロセス(B)における排他制御と同様であ
る。すなわち、プロセス(A)が送信側の場合、まず、
プロセス(A)が内部記憶部(C)におけるファイルの
排他制御フラグを「0」から「1」に変更設定する。受
信側のプロセス(B)は内部記憶部(C)におけるファ
イルの排他制御フラグ「1」を確認する。受信側のプロ
セス(B)は排他制御フラグ「1」を確認するための待
ち状態に設定される。プロセス(A)がデータ送信処理
を実行し、次に、プロセス(A)が内部記憶部(C)に
おけるファイルの排他制御フラグを「1」から「0」に
変更設定する。この状態で受信側のプロセス(B)は内
部記憶部(C)におけるファイルの排他制御フラグが
「0」であるためデータ受信が可能になる。The exclusive control in the detailed inter-process communication is the same as the exclusive control in the process (A) in the control program execution unit 2a and the process (B) in the screen display program execution unit 8a of the server machine 8 shown in FIG. It is. That is, when the process (A) is on the transmission side, first,
The process (A) changes and sets the exclusive control flag of the file in the internal storage unit (C) from “0” to “1”. The process (B) on the receiving side checks the file exclusive control flag “1” in the internal storage unit (C). The process (B) on the receiving side is set to a wait state for confirming the exclusive control flag “1”. The process (A) executes the data transmission process, and then the process (A) changes the exclusive control flag of the file in the internal storage unit (C) from “1” to “0”. In this state, the process (B) on the receiving side can receive data because the exclusive control flag of the file in the internal storage unit (C) is “0”.
【0047】この第2実施形態のサーバ/クライアント
システムでも、第1実施形態の単一システムと同様に一
度で完全なデータの送受信が行われる。したがって、デ
ータの信頼性が得られ、かつ、アクセス回数が増加する
ことなく、高い信頼性のプロセス間通信(データ送受
信)の排他制御が実行される。In the server / client system of the second embodiment, complete data transmission / reception is performed at one time as in the single system of the first embodiment. Therefore, the exclusive control of the inter-process communication (data transmission / reception) with high reliability is obtained without increasing the number of access times and the data reliability.
【0048】なお、第1及び第2実施形態にあって、プ
ロセス(B)が送信側になった際も、プロセス(A)が
送信側の場合と同様にプロセス間通信における排他制御
が行われる。In the first and second embodiments, when the process (B) becomes the transmitting side, the exclusive control in the inter-process communication is performed in the same manner as in the case where the process (A) is the transmitting side. .
【0049】なお、上記の第1及び第2実施形態では、
プロセス(A)(B)間でのプロセス間通信における排
他制御について説明している。すなわち、一つのサーバ
に一つのクライアントのプロセス間通信における排他制
御を説明したが、複数のクライアントを有する場合も同
様に対応可能である。この場合、排他制御フラグを設定
「0」、解除「1」に設定するとともに、複数のクライ
アントをそれぞれに識別するためのアドレス付与し、こ
のアドレスでクライアントを識別して、そのクライアン
トごとのプロセス間通信における排他制御を実行すれば
良い。In the first and second embodiments,
Exclusive control in inter-process communication between processes (A) and (B) has been described. That is, the exclusive control in the inter-process communication of one client to one server has been described. However, the case where a plurality of clients are provided can be similarly handled. In this case, the exclusive control flag is set to “0” and the release is set to “1”, and an address for identifying each of a plurality of clients is assigned. Exclusive control in communication may be performed.
【0050】[0050]
【発明の効果】以上の説明から明らかなように、本発明
のサーバ/クライアント通信システムによれば、内部記
憶部のファイルに、送信側プロセスが排他制御フラグを
「0」又は「1」をもって設定し、又は、解除し、この
排他制御フラグの設定又は解除を受信側プロセスが参照
してプロセス間通信における排他制御を実行している。As is apparent from the above description, according to the server / client communication system of the present invention, the transmitting process sets the exclusive control flag to "0" or "1" in the file of the internal storage unit. Then, the exclusive process in the inter-process communication is executed by referring to the setting or release of the exclusive control flag by the receiving process.
【0051】この結果、一度に完全なデータの送受信が
出来るようになる。したがって、データ送受信における
高い信頼性が得られ、かつ、アクセス回数が増加するこ
となく、高い信頼性が得られるプロセス間通信(データ
送受信)の排他制御が出来るようになる。As a result, complete data transmission / reception can be performed at once. Therefore, high reliability in data transmission / reception can be obtained, and exclusive control of inter-process communication (data transmission / reception) with high reliability can be performed without increasing the number of accesses.
【図1】本発明のサーバ/クライアント通信システムが
適用されるデータ通信ネットワークの構成を示すブロッ
ク図である。FIG. 1 is a block diagram showing a configuration of a data communication network to which a server / client communication system of the present invention is applied.
【図2】第1実施形態にあって排他制御を行う単一シス
テムの処理状態を示すブロック図である。FIG. 2 is a block diagram illustrating a processing state of a single system that performs exclusive control according to the first embodiment.
【図3】第2実施形態にあって排他制御を行うサーバ/
クライアントシステムの処理状態を示すブロック図であ
る。FIG. 3 illustrates a server that performs exclusive control according to the second embodiment.
FIG. 4 is a block diagram illustrating a processing state of the client system.
【図4】実施形態にあってデータ処理の処理手順を示す
フローチャートである。FIG. 4 is a flowchart illustrating a processing procedure of data processing in the embodiment.
【図5】実施形態にあってデータ送信処理の処理手順を
示すフローチャートである。FIG. 5 is a flowchart illustrating a processing procedure of a data transmission process in the embodiment.
【図6】実施形態にあってデータ受信処理の処理手順を
示すフローチャートである。FIG. 6 is a flowchart illustrating a processing procedure of a data receiving process in the embodiment.
【図7】実施形態にあってプロセス間通信における排他
制御を説明するための図である。FIG. 7 is a diagram for explaining exclusive control in inter-process communication according to the embodiment;
1 ホスト装置 2,8 サーバマシン 2a 制御プログラム実行部 2b 画面表示プログラム実行部 3,9 画面表示部 4 プリンタ 7 LAN接続制御処理部 8a 画面表示プログラム実行部 9 画面表示部 DESCRIPTION OF SYMBOLS 1 Host device 2, 8 Server machine 2a Control program execution part 2b Screen display program execution part 3, 9 Screen display part 4 Printer 7 LAN connection control processing part 8a Screen display program execution part 9 Screen display part
Claims (14)
セスとの間でプロセス間通信によるデータの送受信を行
う際、前記送信側プロセスの送信終了後に前記受信側プ
ロセスがデータ受信処理を行ってプロセス間通信におけ
る排他制御を実行することを特徴とするサーバ/クライ
アント通信システム。When transmitting and receiving data by inter-process communication between a server-side process and a client-side process, the reception-side process performs data reception processing after the transmission of the transmission-side process, and performs data reception processing. A server / client communication system for performing exclusive control.
設定し、又は、解除し、この排他制御フラグの設定又は
解除を受信側プロセスが参照してプロセス間通信におけ
る排他制御を実行することを特徴とする請求項1記載の
サーバ/クライアント通信システム。2. The transmission-side process sets or releases an exclusive control flag, and the reception-side process refers to the setting or release of the exclusive control flag to execute exclusive control in inter-process communication. The server / client communication system according to claim 1, wherein
「0」又は「1」を設定して行うことを特徴とする請求
項2記載のサーバ/クライアント通信システム。3. The method of setting or canceling the exclusive control flag,
3. The server / client communication system according to claim 2, wherein the communication is performed by setting "0" or "1".
側プロセスが、一つの内部記憶部のファイルを有する一
つのデータ処理装置の単一システムであることを特徴と
する請求項1記載のサーバ/クライアント通信システ
ム。4. The server / client communication system according to claim 1, wherein the server-side process and the client-side process are a single system of one data processing device having one file in an internal storage unit. .
側プロセスが、この一方に記憶装置におけるファイルを
有し、かつ、サーバ及びクライアントがネットワークで
接続されてプロセス間通信及びネットワークファイルシ
ステム処理を行ってプロセス間通信における排他制御を
実行することを特徴とする請求項1記載のサーバ/クラ
イアント通信システム。5. The server-side process and the client-side process each include a file in a storage device, and the server and the client are connected via a network to perform inter-process communication and network file system processing. 2. The server / client communication system according to claim 1, wherein exclusive control in communication is performed.
トワークであることを特徴とする請求項5記載のサーバ
/クライアント通信システム。6. The server / client communication system according to claim 5, wherein said network is a local area network.
側プロセスがデータ処理、データ送信処理及びデータ受
信処理を繰り返して実行することを特徴とする請求項1
記載のサーバ/クライアント通信システム。7. The server-side process and the client-side process repeatedly execute data processing, data transmission processing, and data reception processing.
A server / client communication system as described.
信を処理し、更に、相手側のプロセスからのデータ受信
の処理を実行することを特徴とする請求項7記載のサー
バ/クライアント通信システム。8. The data processing is characterized by processing data, then processing data transmission to a partner process, and executing data reception processing from the partner process. The server / client communication system according to claim 7.
処理を実行し、更に、ファイルに排他制御フラグの解除
を設定する処理を実行することを特徴とする請求項7記
載のサーバ/クライアント通信システム。9. In the data transmission process, an exclusive control flag is set for a file, then the data transmission process is executed, and further, a process of setting the release of the exclusive control flag for the file is executed. The server / client communication system according to claim 7, wherein
認を処理し、更に、ファイルへの排他制御フラグの設定
を参照して、この後にデータ受信の処理を実行すること
を特徴とする請求項7記載のサーバ/クライアント通信
システム。10. In the data receiving process, a process of confirming data reception, a process of confirming existence of received data, a process of referring to setting of an exclusive control flag in a file, and a process of 8. The server / client communication system according to claim 7, wherein the following processing is performed.
クライアント側プロセス側が複数であって、かつ、この
サーバ又はクライアントにおける内部記憶部のファイル
に、前記クライアント側プロセスごとのアドレスを付与
し、かつ、このアドレスごとに、更に排他制御フラグの
設定又は解除を付加して、プロセス間通信における排他
制御を実行することを特徴とする請求項1記載のサーバ
/クライアント通信システム。11. The server-side process is one,
A plurality of client-side processes are provided, and an address for each of the client-side processes is assigned to a file in an internal storage unit in the server or the client, and setting or release of an exclusive control flag is further performed for each of the addresses. 2. The server / client communication system according to claim 1, further comprising executing exclusive control in inter-process communication.
つ、配分するサーバマシンと、このサーバマシンとロー
カルエリアネットワークで接続されてプロセス間通信及
びネットワークファイルシステム処理を実行する他のサ
ーバマシンとを備え、前記サーバマシンが単一システム
としてプロセス間通信における排他制御を実行し、か
つ、前記サーバマシンと他のサーバマシンとの間がサー
バ/プロセスシステムとしてのプロセス間通信における
排他制御を実行することを特徴とするサーバ/クライア
ント通信システム。12. A server machine which processes and distributes data from a host device, and another server machine which is connected to the server machine via a local area network and executes inter-process communication and network file system processing. Wherein the server machine executes exclusive control in inter-process communication as a single system, and the server machine executes exclusive control in inter-process communication as a server / process system between the server machine and another server machine. A server / client communication system, comprising:
スとなる制御プログラム実行部及びクライアント側プロ
セスとなるホスト装置からのデータを表示するための表
示プログラム実行部を有し、かつ、 前記他のサーバマシンに、前記制御プログラム実行部と
の間でローカルエリアネットワークを通じてプロセス間
通信及びネットワークファイルシステム処理を実行する
クライアント側プロセスとなる表示プログラム実行部を
備えることを特徴とする請求項12記載のサーバ/クラ
イアント通信システム。13. The server machine, further comprising: a control program execution unit serving as a server-side process and a display program execution unit for displaying data from a host device serving as a client-side process, wherein the other server machine 13. The server / client according to claim 12, further comprising a display program execution unit serving as a client-side process for executing inter-process communication and network file system processing with the control program execution unit through a local area network. Communications system.
置からのデータを印字したハードコピーを出力するプリ
ンタが接続され、かつ、表示プログラム実行部がホスト
装置からのデータを画面表示するための処理を実行する
とともに、表示プログラム実行部に画面表示部を備える
ことを特徴とする請求項13記載のサーバ/クライアン
ト通信システム。14. A printer for outputting a hard copy on which data from a host device is printed is connected to the control program execution unit, and the display program execution unit executes processing for displaying data from the host device on a screen. 14. The server / client communication system according to claim 13, wherein the display program execution unit includes a screen display unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9318671A JPH11154132A (en) | 1997-11-19 | 1997-11-19 | Server/client communication system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9318671A JPH11154132A (en) | 1997-11-19 | 1997-11-19 | Server/client communication system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH11154132A true JPH11154132A (en) | 1999-06-08 |
Family
ID=18101738
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP9318671A Pending JPH11154132A (en) | 1997-11-19 | 1997-11-19 | Server/client communication system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH11154132A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012023520A (en) * | 2010-07-14 | 2012-02-02 | Nippon Telegr & Teleph Corp <Ntt> | Call control system and operation method thereof |
-
1997
- 1997-11-19 JP JP9318671A patent/JPH11154132A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012023520A (en) * | 2010-07-14 | 2012-02-02 | Nippon Telegr & Teleph Corp <Ntt> | Call control system and operation method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6633899B1 (en) | Dynamic installation and configuration broker | |
US5390316A (en) | Multicomputer complex having a distributed shared memory system for providing a single system view from multiple consoles | |
US5642515A (en) | Network server for local and remote resources | |
US6920475B1 (en) | Communication architecture for distributed computing environment | |
JP2000033755A (en) | Method for constituting network of peripheral apparatus | |
WO2009097776A1 (en) | System, device and method for achieving service upgrade | |
JPH114279A (en) | Method and mechanism for transmission between advanced systems | |
JPH069361B2 (en) | Message transmission method | |
JPH11154132A (en) | Server/client communication system | |
JP3088683B2 (en) | Data communication system | |
JPH03267835A (en) | Local area network control system | |
JP3006491B2 (en) | Transaction execution state management system, management method, and medium for storing management program | |
US6725266B1 (en) | System and method for changing the status of a system service | |
JPH05101020A (en) | Automatic network setting device | |
JP2000003259A (en) | Lan system and digital copying machine management server | |
JP2000267825A (en) | Printer controller | |
JPH05282225A (en) | Intra-terminal data communication equipment | |
JP2820942B2 (en) | Communication protocol processing method | |
KR100482316B1 (en) | Console server method on operating system and apparatus thereof | |
JP3282690B2 (en) | How to change online communication control software | |
JP3254814B2 (en) | Data transfer method | |
JPH10247158A (en) | On-line exclusive wait evading method | |
JPH05151132A (en) | Inter-remote job communication system | |
JP2001256171A (en) | Data transfer method and module | |
JPH02199941A (en) | Method for confirming operating state for each node in lan |