JPH0797791B2 - Public communication line disconnection method - Google Patents

Public communication line disconnection method

Info

Publication number
JPH0797791B2
JPH0797791B2 JP62301033A JP30103387A JPH0797791B2 JP H0797791 B2 JPH0797791 B2 JP H0797791B2 JP 62301033 A JP62301033 A JP 62301033A JP 30103387 A JP30103387 A JP 30103387A JP H0797791 B2 JPH0797791 B2 JP H0797791B2
Authority
JP
Japan
Prior art keywords
transmission
data
application program
public communication
communication line
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 - Lifetime
Application number
JP62301033A
Other languages
Japanese (ja)
Other versions
JPH01141455A (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.)
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 JP62301033A priority Critical patent/JPH0797791B2/en
Publication of JPH01141455A publication Critical patent/JPH01141455A/en
Publication of JPH0797791B2 publication Critical patent/JPH0797791B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ホストコンピュータと端末とが公衆通信回線
を介して接続されたシステムにおいてホストコンピュー
タが端末から回線切断符号を受信することにより端末と
の間の公衆通信回線を切断する方式の改良に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial field of application] The present invention relates to a system in which a host computer and a terminal are connected via a public communication line so that the host computer receives a line disconnection code from the terminal and The present invention relates to the improvement of the method of disconnecting the public communication line between the two.

〔従来の技術〕[Conventional technology]

従来、この種のシステムにおける公衆通信回線の切断方
式は、ホストコンピュータが端末から回線切断符号(DL
E.EOT)を受信すると、即座に公衆通信回線を切断する
ようにしていた。
Conventionally, in the public communication line disconnection method in this type of system, the host computer uses the line disconnect code (DL
When receiving E.EOT), the public communication line was immediately disconnected.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

上述した従来の切断方式は、回線切断符号を受信する
と、即座に公衆通信回線を切断するようにしているた
め、ホストコンピュータ上で端末と通信を行なうアプリ
ケーションプログラムのデータ送信処理と端末への送信
処理に関し送信バッファを利用した非同期送信を行なう
形態のホストコンピュータにおいては、送信バッファ上
にアプリケーションプログラムの送信データ(この送信
データについては非同期送信形態を採る為アプリケーシ
ョンプログラムは送信されたものと認識している)があ
る場合、その送信データが回線切断によって破棄されて
しまうので、アプリケーションプログラムはどの送信デ
ータまで正しく端末に送られたのか分からなくなる。こ
のため、例えばアプリケーションプログラムで未送信デ
ータに対するリカバリを行なうことが困難である等とい
う各種の問題を生ずる。
In the conventional disconnection method described above, the public communication line is immediately disconnected when the line disconnection code is received. Therefore, the data transmission process of the application program for communicating with the terminal on the host computer and the transmission process to the terminal are performed. Regarding the above, in the host computer in the form of performing asynchronous transmission using the transmission buffer, the transmission data of the application program in the transmission buffer (this transmission data is recognized as being transmitted because the asynchronous transmission form is adopted ) Exists, the transmission data is discarded by disconnecting the line, and the application program does not know which transmission data has been correctly transmitted to the terminal. For this reason, various problems occur such that it is difficult to recover untransmitted data by the application program.

本発明の目的は、非同期送信形態を採るホストコンピュ
ータにおいてアプリケーションプログラムからの送信デ
ータが送信バッファに存在しているとき、その送信デー
タに関する情報がアプリケーションプログラムに通知さ
れるようにしてから公衆通信回路を切断するようにした
方式を提供することにある。
An object of the present invention is to provide a public communication circuit after notification of information relating to the transmission data from the application program when the transmission data from the application program exists in the transmission buffer in the host computer adopting the asynchronous transmission mode. It is to provide a method of disconnecting.

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

本発明は上記目的を達成するために、 公衆通信回線を介して端末と接続され、障害情報をアプ
リケーションプログラムに通知する障害通知手段と、ア
プリケーションプログラムのデータ送信処理と前記端末
への送信処理とに関し送信バッファを利用して非同期送
信を行なう非同期送信手段とを有するホストコンピュー
タにおいて、 前記送信バッファ上のデータの有無を監視する監視手段
と、 前記端末からの回線切断符号の受信時、前記監視手段の
監視結果が前記送信バッファ上に前記アプリケーション
プログラムの送信データが存在しないことを示すときは
前記受信した回線切断符号による前記公衆通信回線の切
断処理を即座に行ない、前記送信データが存在すること
を示すときは該存在する送信データの件数および該個々
の送信データのデータ長を含む情報を前記障害通知手段
に渡した後前記公衆通信回線の切断処理を行なう回線切
断手段とを有し、 該回線切断手段により渡された前記送信データに関する
情報を前記障害通知手段により前記アプリケーションプ
ログラムに通知するようにしている。
In order to achieve the above-mentioned object, the present invention relates to a failure notification means connected to a terminal via a public communication line and notifying failure information to an application program, data transmission processing of the application program and transmission processing to the terminal. In a host computer having asynchronous transmission means for performing asynchronous transmission using a transmission buffer, a monitoring means for monitoring the presence or absence of data in the transmission buffer, and a monitoring means of the monitoring means for receiving a line disconnection code from the terminal. When the monitoring result indicates that the transmission data of the application program does not exist in the transmission buffer, the public communication line disconnection process is immediately performed by the received line disconnection code to indicate that the transmission data exists. When the number of existing transmission data and the individual transmission data And a line disconnecting means for disconnecting the public communication line after passing information including the data length to the failure notifying means, and the failure notifying means for transmitting the information about the transmission data transferred by the line disconnecting means. Is notified to the application program.

〔作用〕[Action]

端末からの回線切断符号の受信時、アプリケーションプ
ログラムの送信データが送信バッファ上に存在していな
いと、公衆通信回線は即座に切断されるが、存在してい
ると、存在していると送信データの件数およびその個々
の送信データのデータ長を含む情報が障害通知手段に渡
された後、公衆通信回線が切断される。障害通知手段は
上記の送信データに関する情報をアプリケーションプロ
グラムに通知するので、アプリケーションプログラムは
どの送信データまで正しく端末に送られたのかを認識す
ることができる。
When the line disconnect code is received from the terminal, if the transmission data of the application program does not exist in the transmission buffer, the public communication line is immediately disconnected, but if it exists, the transmission data will be sent if it exists. After the information including the number of cases and the data length of the individual transmission data is passed to the fault notifying means, the public communication line is disconnected. Since the fault notifying means notifies the application program of the information regarding the above-mentioned transmission data, the application program can recognize up to which transmission data the transmission data has been correctly transmitted to the terminal.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の実施例のブロック図であり、ホストコ
ンピュータ1と、これに公衆通信回線2,電話交換網3を
経由して接続された端末4とから構成されるシステムを
示す。ホストコンピュータ1は、アプリケーションプロ
グラム11と、送信バッファ15へのデータの格納,取出し
を行ないつつアプリケーションプログラム11のデータ送
信処理と端末4への送信処理とを非同期で行なう非同期
送信手段12と、異常時にはデータ伝送制御手順により障
害検出及びリカバリを行なうコントロール手段13と、デ
ータを直並列・並直列変換して端末4に対する信号の送
受信を行なう入出力手段14と、送信データを格納する送
信バッファ15と、端末4から受信した回線切断信号によ
る公衆通信回線の切断処理を行なう回線切断手段16と、
送信バッファ15上のデータの有無を監視して監視結果を
通知する監視手段17と、コントロール手段13により得ら
れた障害情報や回線切断手段16から通知される送信デー
タ情報をアプリケーションプログラム11に通知する障害
通知手段18とを含んでいる。
FIG. 1 is a block diagram of an embodiment of the present invention, showing a system comprising a host computer 1 and a terminal 4 connected to the host computer 1 via a public communication line 2 and a telephone exchange network 3. The host computer 1 has an application program 11, an asynchronous transmission means 12 for storing and retrieving data in the transmission buffer 15 and asynchronously performing a data transmission process of the application program 11 and a transmission process to the terminal 4, and at the time of abnormality. A control means 13 for detecting and recovering a failure by a data transmission control procedure, an input / output means 14 for transmitting / receiving a signal to / from the terminal 4 by serial-parallel / parallel-serial conversion of data, a transmission buffer 15 for storing transmission data, A line disconnecting means 16 for disconnecting the public communication line by the line disconnection signal received from the terminal 4,
The monitoring means 17 for monitoring the presence or absence of data on the transmission buffer 15 and notifying the monitoring result, and the failure information obtained by the control means 13 and the transmission data information notified from the line disconnecting means 16 are notified to the application program 11. And failure notification means 18.

次に、本実施例の動作をダイヤル発着信後、ホストコン
ピュータ1と端末4が電話交換網3を経由して通信可能
となった状態以降について、以下説明する。
Next, the operation of this embodiment will be described below after the state in which the host computer 1 and the terminal 4 can communicate with each other via the telephone exchange network 3 after dialing and receiving.

アプリケーションプログラム11が端末4へデータを送信
する場合、アプリケーションプログラム11からの送信要
求により非同期送信手段12はデータをアプリケーション
プログラム11から受取り、そのデータを送信バッファ15
に格納し、その後データを送信バッファ15から取出して
コントロール手段13に渡す。コントロール手段13は、こ
のデータを送信フレーム形式に変換した後、所定の伝送
制御手順に従って送信フレーム及び伝送制御符号を入出
力手段14に渡す。入出力手段14はこれをビット並列から
ビット直列に変換して公衆通信回線2に送出する。この
送信フレーム及び伝送制御符号は電話交換網3を経由し
て端末4に届く。
When the application program 11 transmits data to the terminal 4, the asynchronous transmission means 12 receives the data from the application program 11 according to the transmission request from the application program 11, and the data is transmitted in the transmission buffer 15
Then, the data is taken out from the transmission buffer 15 and passed to the control means 13. After converting this data into a transmission frame format, the control means 13 passes the transmission frame and the transmission control code to the input / output means 14 in accordance with a predetermined transmission control procedure. The input / output means 14 converts this from bit parallel to bit serial and sends it to the public communication line 2. The transmission frame and the transmission control code reach the terminal 4 via the telephone exchange network 3.

このようにデータの送信が行なわれ、業務が終了したり
端末4に異常が発生したりすると一般的に端末4から回
線切断符号(DLE.EOT)が送信される。この回線切断符
号は入出力手段14を通って、コントロール手段13に渡さ
れる。ここで、コントロール手段13は回線切断符号を受
取ると回線切断手段16に制御を渡す。
When data is transmitted in this way, and when the work is completed or an abnormality occurs in the terminal 4, the terminal 4 generally transmits a line disconnection code (DLE.EOT). This line disconnection code is passed to the control means 13 through the input / output means 14. Here, when the control means 13 receives the line disconnection code, it passes control to the line disconnection means 16.

制御を渡された回線切断手段16は、先ず監視手段17の監
視結果を判別する。監視手段17は送信バッファ15上にア
プリケーションプログラム11からの送信データが存在す
るか否かを監視しているので、その監視結果によりアプ
リケーションプログラム11の未送信データがないと分か
ったときは、回線切断手段16は従来と同様に即座に公衆
通信回線2を切断する。反対に、未送信データがある場
合は、即座に公衆通信回線2を切断すると、アプリケー
ションプログラム11でどのデータまで正しく端末4に届
いたのか分からない状態で、送信バッファ15上のアプリ
ケーションプログラム11の未送信データが破棄されてし
まう。よって、これを避けるため、回線切断手段16は未
送信データがある場合、送信バッファ15から破棄対象と
なる未送信データに関する情報例えばデータの件数及び
個々のデータ長等の情報を取得してこれを障害通知手段
18に渡し、その後に公衆通信回線2を切断する。
The line disconnecting means 16 to which the control is passed first determines the monitoring result of the monitoring means 17. Since the monitoring means 17 monitors whether or not the transmission data from the application program 11 exists in the transmission buffer 15, the line disconnection is performed when it is found from the monitoring result that there is no untransmitted data of the application program 11. The means 16 immediately disconnects the public communication line 2 as in the conventional case. On the contrary, when there is untransmitted data, if the public communication line 2 is immediately disconnected, the application program 11 does not know which data has reached the terminal 4 correctly. The transmitted data will be discarded. Therefore, in order to avoid this, when there is untransmitted data, the line disconnecting means 16 acquires information about untransmitted data to be discarded from the transmission buffer 15, for example, information such as the number of data items and individual data lengths. Failure notification means
Pass it to 18, and then disconnect the public communication line 2.

障害通知手段18は、回線切断手段16より受取った未送信
データに関する情報を、コントロール手段13より受取る
障害通知情報と同様にしてアプリケーションプログラム
11に通知する。
The failure notification means 18 uses the application program in the same manner as the failure notification information received from the control means 13 for the information about the untransmitted data received from the line disconnection means 16.
Notify 11.

このように本実施例によれば、回線切断符号を受信した
場合、回線切断手段16は未送信データの有無の監視結果
に従い、未送信データがあればアプリケーションプログ
ラム11にその未送信データの情報を通知した後、従来の
ように公衆通信回線2を切断する。
As described above, according to the present embodiment, when the line disconnection code is received, the line disconnecting means 16 follows the monitoring result of the presence or absence of untransmitted data, and if there is untransmitted data, informs the application program 11 of the untransmitted data. After the notification, the public communication line 2 is disconnected as in the conventional case.

なお、以上の実施例においては、送信バッファ15に存在
する未送信データに関する情報を回線切断手段16が直接
取得するようにしたが、監視手段17に未送信データに関
する情報の取得機能を持たせ、回線切断手段16に通知す
るようにしても良い。
In the above embodiment, the line disconnecting means 16 directly acquires the information about the untransmitted data existing in the transmission buffer 15, but the monitoring means 17 has the function of acquiring the information about the untransmitted data, The line disconnecting means 16 may be notified.

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

以上説明したように、本発明によれば、送信バッファ上
の未送信データの有無の監視が行なわれ、回線切断符号
が受信された場合、未送信データがあれば、アプリケー
ションプログラムにその未送信データの件数およびその
個々の送信データのデータ長を含む情報が通知されるた
め、アプリケーションプログラムはどの送信データまで
正しく端末に送られたのか認識することができ、未送信
データに対するリカバリ等を容易に行なうことができる
効果がある。
As described above, according to the present invention, the presence or absence of untransmitted data in the transmission buffer is monitored, and when the line disconnect code is received, if there is untransmitted data, the untransmitted data is stored in the application program. Information including the number of data items and the data length of each transmission data item is notified, the application program can recognize up to which transmission data item was correctly sent to the terminal, and easily recover untransmitted data items. There is an effect that can be.

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

第1図は本発明の実施例のブロック図である。 図において、 1……ホストコンピュータ、2……公衆通信回線 3……電話交換網、4……端末 11……アプリケーションプログラム 12……非同期送信手段、13……コントロール手段 14……入出力手段、15……送信バッファ 16……回線切断手段、17……監視手段 18……障害通知手段 FIG. 1 is a block diagram of an embodiment of the present invention. In the figure, 1 ... host computer, 2 ... public communication line 3 ... telephone switching network, 4 ... terminal 11 ... application program 12 ... asynchronous transmission means, 13 ... control means 14 ... input / output means, 15 …… Sending buffer 16 …… Line disconnection means, 17 …… Monitoring means 18 …… Fault notification means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】公衆通信回線を介して端末と接続され、障
害情報をアプリケーションプログラムに通知する障害通
知手段と、アプリケーションプログラムのデータ送信処
理と前記端末への送信処理とに関し送信バッファを利用
して非同期送信を行なう非同期送信手段とを有するホス
トコンピュータにおいて、 前記送信バッファ上のデータの有無を監視する監視手段
と、 前記端末からの回線切断符号の受信時、前記監視手段の
監視結果が前記送信バッファ上に前記アプリケーション
プログラムの送信データが存在しないことを示すときは
前記受信した回線切断符号による前記公衆通信回線の切
断処理を即座に行ない、前記送信データが存在すること
を示すときは該存在する送信データの件数および該個々
の送信データのデータ長を含む情報を前記障害通知手段
に渡した後前記公衆通信回線の切断処理を行なう回線切
断手段とを有し、 該回線切断手段により渡された前記送信データに関する
情報を前記障害通知手段により前記アプリケーションプ
ログラムに通知するようにしたことを特徴とする公衆通
信回線切断方式。
1. A fault notifying means connected to a terminal via a public communication line for notifying fault information to an application program, and a transmission buffer for data transmission processing of the application program and transmission processing to the terminal. In a host computer having asynchronous transmission means for performing asynchronous transmission, a monitoring means for monitoring the presence or absence of data in the transmission buffer, and a monitoring result of the monitoring means when the line disconnection code is received from the terminal is the transmission buffer. When it is indicated that the transmission data of the application program does not exist above, the public communication line disconnection process is immediately performed by the received line disconnection code, and when the transmission data exists, the existing transmission is performed. Information including the number of data and the data length of the individual transmission data A disconnection means for disconnecting the public communication line after passing it to the failure notifying means, and notifying the application program of the information about the transmission data transferred by the line disconnecting means by the failure notifying means. A public communication line disconnection method characterized in that
JP62301033A 1987-11-28 1987-11-28 Public communication line disconnection method Expired - Lifetime JPH0797791B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62301033A JPH0797791B2 (en) 1987-11-28 1987-11-28 Public communication line disconnection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62301033A JPH0797791B2 (en) 1987-11-28 1987-11-28 Public communication line disconnection method

Publications (2)

Publication Number Publication Date
JPH01141455A JPH01141455A (en) 1989-06-02
JPH0797791B2 true JPH0797791B2 (en) 1995-10-18

Family

ID=17892043

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62301033A Expired - Lifetime JPH0797791B2 (en) 1987-11-28 1987-11-28 Public communication line disconnection method

Country Status (1)

Country Link
JP (1) JPH0797791B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2638643B2 (en) * 1989-07-06 1997-08-06 シャープ株式会社 Electronics

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH071918B2 (en) * 1985-12-19 1995-01-11 株式会社リコー Data communication device

Also Published As

Publication number Publication date
JPH01141455A (en) 1989-06-02

Similar Documents

Publication Publication Date Title
JP4074996B2 (en) Transmission control system and fault occurrence detection control method
JPH0797791B2 (en) Public communication line disconnection method
JP3224521B2 (en) Communication control method for FC / ATM composite network and inter-network connection device
JPH04256147A (en) Device for correcting switching error which may occur in computer i/o system
JP3929908B2 (en) Wireless communication system
JP2938495B2 (en) Network monitoring equipment
JP3149047B2 (en) Redundant data processor
JP3082425B2 (en) Transmission line control method for data communication system
JPH01297749A (en) Host computer
JP3485204B2 (en) Monitoring information transfer device
KR100229434B1 (en) Dual apparatus for controlling data communication
JPS609246A (en) Monitor system for data circuit network
JPH07101475B2 (en) Disaster prevention system
JP2001007831A (en) Fault notice system for device having provision for fc-al
JPH0194461A (en) Data processor
JPH0946395A (en) Terminal adapter with backup function
JPH0477157A (en) Monitoring system
JPH03108930A (en) Asynchronous communication system
JPS63203050A (en) Public communication line disconnecting system
JPH0438172B2 (en)
JPH01228232A (en) Automatic line switching device
JPH025668A (en) Line cut-off system for public communication line
JPH02183838A (en) Data back-up switching system
JP2002016665A (en) Fault notice method for data transfer system
JPH10313331A (en) Automatic switch system for order wire of ms-shared protection ring system