[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

JPH0340053A - Control system for plural communication procedures - Google Patents

Control system for plural communication procedures

Info

Publication number
JPH0340053A
JPH0340053A JP1174916A JP17491689A JPH0340053A JP H0340053 A JPH0340053 A JP H0340053A JP 1174916 A JP1174916 A JP 1174916A JP 17491689 A JP17491689 A JP 17491689A JP H0340053 A JPH0340053 A JP H0340053A
Authority
JP
Japan
Prior art keywords
matrix
common
communication
state transition
state
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1174916A
Other languages
Japanese (ja)
Inventor
Hiroyuki Kubota
博之 窪田
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 JP1174916A priority Critical patent/JPH0340053A/en
Publication of JPH0340053A publication Critical patent/JPH0340053A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To efficiently use resources and to efficiently execute the development by dividing the matrix into a common part and discrete parts being different at every procedure at the time of supporting plural pieces of similar communication procedures, and controlling them with a unified procedure by a state transition control part. CONSTITUTION:A common matrix 18 stored in a matrix storage part 17 has information obtained by extracting the part being in common to plural communication procedures in a state transition matrix, and discrete matrixes 19A - 19C have the information of the part being not in common at every communication procedure. A state transition control part 13 retrieves the element concerned in the common matrix 18 by the present state and a generated event, and when it is effective, the common processing routine concerned 14 is called. On the other hand, in the case the element concerned is not effective, one of the discrete matrixes 19A - 19C for the communication procedure controlled at present is selected, the element concerned there in is retrieved, and a discrete processing routine 15 shown by its element is called. In such a manner, the resources are utilized efficiently, the number of programs is decreased, and the manhour for the development of a new communication procedure can be reduced.

Description

【発明の詳細な説明】 〔概要〕 現在の状態と発生した事象とによって、実行すべき処理
を決定する情報を持つ状態遷移マトリックスに基づいて
2通信手順の制御を行う処理装置における複数通信手順
制御方式に関し 複数の通信手順をサポートする際における資源利用の効
率化、プログラム数の減少、新しい通信手順を開発する
ときの工数削減を可能とすることを目的とし。
[Detailed Description of the Invention] [Summary] Multiple communication procedure control in a processing device that controls two communication procedures based on a state transition matrix that has information that determines the process to be executed depending on the current state and the event that has occurred. The purpose of this method is to improve the efficiency of resource use when supporting multiple communication procedures, reduce the number of programs, and reduce man-hours when developing new communication procedures.

状態遷移マトリックスにおける複数の通信手順に共通な
部分を抽出した情報を持つ共通マトリックスと、状態遷
移マトリックスにおける複数の通信手順に共通でない部
分の情報を、各通信手順ごとに持つ個別マトリックスと
を記憶するマトリックス記憶部と、共通マトリックスお
よび個別マトリックスのいずれが有効であるかを判定し
、有効である側のマトリックスに従って2通信手順に応
じた状態遷移の制御を行う状態遷移制御部とを備えるよ
うに構成する。
A common matrix that has information extracted from parts common to multiple communication procedures in the state transition matrix and an individual matrix that has information for each communication procedure that is not common to multiple communication procedures in the state transition matrix are stored. The device is configured to include a matrix storage unit, and a state transition control unit that determines which of the common matrix and the individual matrix is valid, and controls state transition according to the two communication procedures according to the valid matrix. do.

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

本発明は、現在の状態と発生した事象とによって、実行
すべき処理を決定する情報を持つ状態遷移マトリックス
に基づいて2通信手順の制御を行う端末装置などの処理
装置における複数通信手順制御方式に関する。
The present invention relates to a multiple communication procedure control method in a processing device such as a terminal device that controls two communication procedures based on a state transition matrix that has information that determines the process to be executed depending on the current state and the event that has occurred. .

最近、インテリジェント端末装置などが多く用いられる
ようになってきており2通信機能の多様化により、1つ
の端末装置で3種々の通信手順をサポートすることが必
要になってきている。
Recently, intelligent terminal devices and the like have come into widespread use, and due to the diversification of communication functions, it has become necessary for one terminal device to support three different communication procedures.

通信手順を制御するプログラムを開発するときには、状
態遷移マトリックスに基づき、現在の状態と発生した事
象に応して、実行すべき処理や次に遷移すべき状態を決
定することが行われるが。
When developing a program to control communication procedures, the process to be executed and the state to transition to next are determined based on the state transition matrix, depending on the current state and the events that have occurred.

複数の通信手順をサポートする場合には、これを実現す
るための資源などが増えるので、効率的な資源の利用技
術が必要になる。
If multiple communication procedures are to be supported, resources and the like will be required to implement this, so efficient resource utilization techniques will be required.

〔従来の技術〕[Conventional technology]

第5図は従来技術の例を示す。 FIG. 5 shows an example of the prior art.

第5図において、50A、50Bは状態制御テーブル、
51A、51Bは各通信手順ごとに個別に設けられてい
る状態遷移マトリックスを表している。
In FIG. 5, 50A and 50B are state control tables;
51A and 51B represent state transition matrices provided individually for each communication procedure.

計算機システムにおいて1通信処理を行う場合。When performing one communication process in a computer system.

あらかしめ通信相手との間で定めておいた通信手順(プ
ロトコル)に従って1通信を行う必要がある。この通信
手順は、多種多様であるが、類似している手順も数多く
ある。これらの通信手順を制御するプログラムも数多く
あり、従来、そのほとんどが通信手順ごとに別プログラ
ムとして開発されている。
It is necessary to perform one communication according to a communication procedure (protocol) that has been predetermined with the communication partner. Although there are many different communication procedures, there are also many similar procedures. There are many programs that control these communication procedures, and conventionally, most of them have been developed as separate programs for each communication procedure.

通信手順を制御するプログラムは1通常、第5図(イ)
、(ロ)に示すような、状態遷移マトリックス51A、
51Bを使用して、制御を実現する。
The program that controls the communication procedure is usually 1, as shown in Figure 5 (a).
, a state transition matrix 51A as shown in (b),
51B is used to realize control.

状態遷移マトリックス51A、51Bは、現在の各状態
に対して、ある事象が発生すると、それにより、それぞ
れ実行すべき処理と遷移すべき状態とを定める情報を持
つ。
The state transition matrices 51A and 51B have information that determines the process to be executed and the state to which to transition when a certain event occurs for each current state.

従来技術では、これらの状態遷移マトリックス51A 
 51Bを、各通信手順ごとに複数個用意して、それぞ
れの手順に応じた処理を行うのが普通であった。
In the prior art, these state transition matrices 51A
It was common practice to prepare a plurality of 51Bs for each communication procedure and perform processing according to each procedure.

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

従来技術では、一般に類似している通信手順が数多くあ
り、それらの通信手順を制御するプログラムも数多くあ
るが、別々に開発されているために、類似するプログラ
ムが増加して1次のような問題が発生している。
In the prior art, there are generally many similar communication procedures and many programs that control these communication procedures, but because they are developed separately, the number of similar programs increases, leading to the following problems: is occurring.

(a)  複数通信手順をサポートする際に、状態遷移
マトリックスや1通信制御プログラムを格納するための
資源が大量に必要になる。
(a) When supporting multiple communication procedures, a large amount of resources are required to store the state transition matrix and one communication control program.

(b)  類似した通信制御プログラムが多数存在する
ことになり、その管理が煩雑になる。
(b) There are many similar communication control programs, and their management becomes complicated.

(C)  新たな通信手順をサポートする際に2個々に
開発が必要になるため、開発工数が増える。
(C) When supporting a new communication procedure, development is required for each of the two, which increases development man-hours.

特に、高機能化されたインテリジェント端末装置等にお
いては、扱う通信手順の数が多くなるため、これらの問
題は顕著になってきている。
In particular, these problems are becoming more prominent in highly functional intelligent terminal devices and the like, as the number of communication procedures to be handled increases.

本発明は上記問題点の解決を図り、複数の通信手順をサ
ポートする際における資源利用の効率化プログラム数の
減少、新しい通信手順を開発するときの工数削減を可能
にすることを目的としている。
The present invention aims to solve the above-mentioned problems, and aims to reduce the number of programs for efficient resource use when supporting a plurality of communication procedures, and to reduce the number of man-hours when developing new communication procedures.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の構成例を示す。 FIG. 1 shows an example of the configuration of the present invention.

第1図において、10はCPUおよびメモリなどからな
る処理装置、11はデータ通信を行いデータを処理する
応用処理部、12は各種通信手順に従って通信の制御を
行う通信制御部、13は状態遷移マトリックスに基づき
通信における状態の遷移を制御する状態遷移制御部、1
4は通信手順に共通な処理を行うルーチン群からなる共
通処理ルーチン、15は通信手順ごとに個別に処理を行
うルーチン群からなる個別処理ルーチン、16は現在の
状態と使用するマトリックスの情報などを管理する状態
制御テーブル、17は状態遷移マトリックスを記憶する
マトリックス記憶部、18は各通信手順に共通な共通マ
トリックス、19A〜19Cは各通信手順ごとに用意さ
れる個別マトリックスを表す。
In FIG. 1, 10 is a processing device including a CPU and memory, 11 is an application processing unit that performs data communication and processes data, 12 is a communication control unit that controls communication according to various communication procedures, and 13 is a state transition matrix. a state transition control unit that controls state transition in communication based on
4 is a common processing routine consisting of a group of routines that perform processing common to communication procedures; 15 is an individual processing routine consisting of a group of routines that individually perform processing for each communication procedure; and 16 is a common processing routine that includes information on the current state and the matrix to be used. A state control table to be managed, 17 a matrix storage section for storing a state transition matrix, 18 a common matrix common to each communication procedure, and 19A to 19C individual matrices prepared for each communication procedure.

本発明では、現在の通信の状態に対して、ある事象が発
生したときに、一般に処理しなければならないことと2
次に遷移すべき状態(シーケンス)が、各通信手順で共
通していることが多いことに着目し、各通信手順の共通
部分を抽出して。
In the present invention, when a certain event occurs with respect to the current communication state, there are two things that must be generally processed.
Focusing on the fact that the next state (sequence) to transition to is often the same for each communication procedure, we extracted the common parts of each communication procedure.

それの統一化を図っている。We are trying to unify it.

マトリックス記憶部17に記憶される共通マトリックス
18は、状態遷移マトリックスにおける複数の通信手順
に共通な部分を抽出した情報を持つ。また1個別マトリ
ックス19A〜19Cは。
The common matrix 18 stored in the matrix storage unit 17 has information obtained by extracting parts common to a plurality of communication procedures in the state transition matrix. Moreover, 1 individual matrices 19A to 19C are.

それぞれ状態遷移マトリックスにおける複数の通信手順
に共通でない部分の情報を、各通信手順ごとに持つ。
Each communication procedure has information about parts that are not common to a plurality of communication procedures in each state transition matrix.

状態制御テーブル16は、現在の状態の記憶や共通マト
リックス18および個別マトリックス19A〜19Bの
管理情報などの記憶に使用する。
The state control table 16 is used to store the current state and management information of the common matrix 18 and individual matrices 19A to 19B.

状態遷移制御部13は1通信制御に関する何らかの事象
が発生すると起動され、現在の状態と発生した事象とに
より、共通マトリックス18における該当する要素を検
索する。それが有効であれば、その要素に格納された情
報をもとに、該当する共通処理ルーチン14を呼び出す
。また、共通マトリックス18における該当する要素が
有効でない場合には、現在制御している通信手順用の個
別マトリックス19A〜19Cの1つを選択し。
The state transition control unit 13 is activated when an event related to one communication control occurs, and searches for a corresponding element in the common matrix 18 based on the current state and the event that has occurred. If it is valid, the corresponding common processing routine 14 is called based on the information stored in that element. Furthermore, if the corresponding element in the common matrix 18 is not valid, one of the individual matrices 19A to 19C for the currently controlled communication procedure is selected.

その中で該当する要素を検索し、その要素が示す個別処
理ルーチン15を呼び出す。
A corresponding element is searched among them, and the individual processing routine 15 indicated by the element is called.

〔作用〕[Effect]

通信手順を制御するプログラムは2通常、状態遷移マト
リックスに従って動作するが、類似する通信手順を制御
するプログラムのマトリックスは。
Programs that control communication procedures usually operate according to state transition matrices, but similar matrices of programs that control communication procedures do.

当然、共通部分が多くなる。Naturally, there will be many things in common.

 − そこで、類似した通信手順を複数個サポートする際に、
それらのマトリックスを共通部分と1手順ごとに異なる
個別部分とに分け、状態遷移制御部13による統一化さ
れた手続きで制御する。
− Therefore, when supporting multiple similar communication procedures,
These matrices are divided into a common part and individual parts that differ for each procedure, and are controlled by a unified procedure by the state transition control unit 13.

これにより、資源の効率化、プログラム数の減少、開発
の効率化が実現される。
This makes it possible to improve the efficiency of resources, reduce the number of programs, and improve the efficiency of development.

〔実施例〕〔Example〕

第2図は本発明の一実施例に係る状態遷移マトリックス
の例、第3図は本発明の一実施例で用いるプログラムの
構成例、第4図は本発明の一実施例に係る状態遷移制御
部の処理フローを示す。
FIG. 2 is an example of a state transition matrix according to an embodiment of the present invention, FIG. 3 is an example of the configuration of a program used in an embodiment of the present invention, and FIG. 4 is a state transition control according to an embodiment of the present invention. The processing flow of the section is shown below.

本発明では、状態遷移マトリックスを共通部分と個別部
分とに分けて、複数の通信手順を制御するために2例え
ば第2図に示すように、状態遷移マトリックスを、1個
の共通マトリックス18と。
In the present invention, in order to control a plurality of communication procedures, the state transition matrix is divided into a common part and an individual part.For example, as shown in FIG. 2, the state transition matrix is divided into one common matrix 18.

n個の個別マトリックス19とによって構成する。It is composed of n individual matrices 19.

なお9通信手順の数は、nであるとする。Note that the number of nine communication procedures is assumed to be n.

これらを管理するために、状態制御テーブル16に、共
通マトリックス番号(No、)、個別マトリックス番号
、現在のマトリックス番号、現在の状態1発生した事象
などの情報を記憶する。
In order to manage these, the state control table 16 stores information such as the common matrix number (No.), the individual matrix number, the current matrix number, and the events that have occurred in the current state 1.

状態制御テーブル16における共通マトリックス番号は
、共通マトリックス18に対するアドレス情報である。
The common matrix number in the state control table 16 is address information for the common matrix 18.

個別マトリックス番号は、使用する通信手順に応じた個
別マトリックス19に対するアドレス情報である。現在
のマトリックス番号は、現在遷移中のマトリックスのア
ドレス情報を示す。
The individual matrix number is address information for the individual matrix 19 depending on the communication procedure used. The current matrix number indicates address information of the matrix currently undergoing transition.

状態制御テーブル16における現在の状態は。The current state in the state control table 16 is:

マトリックスにおける現在の状態番号を示す。発生した
事象は、マトリックスにおける事象番号を示す。
Indicates the current state number in the matrix. The event that occurred indicates the event number in the matrix.

共通マトリックス18は、状態番号と事象番号との組に
よって定まる位置に、実行すべき処理ルーチンのアドレ
スまたはその識別情報を記憶している。また、必要に応
じて、遷移すべき状態番号を記憶する。この遷移すべき
状態番号については省略して、処理ルーチンの中に含め
ることも可能である。
The common matrix 18 stores the address of a processing routine to be executed or its identification information at a position determined by a combination of a state number and an event number. Also, if necessary, the state number to which the transition should be made is stored. It is also possible to omit the state number to which the system should transition and include it in the processing routine.

共通マトリックス18において、状態番号と事象番号と
の組によって定まる部分が、各通信手順に共通でない場
合には2個別部を検索すべきことを示す情報を格納して
おく。
In the common matrix 18, information indicating that two individual parts should be searched is stored if the part determined by the set of state number and event number is not common to each communication procedure.

通信手順に応じた個別マトリックス19において、各通
信手順に共通でない部分の処理ルーチンの情報を管理す
る。なお、第2図に示す個別7トリツクス19の中で、
「−」で示した要素については、共通マトリックス18
側が有効である部分であるが、領域を節約するために2
周知技術の応用により、必要に応して情報を圧縮した形
で保持することも可能である。
Information on processing routines that are not common to each communication procedure is managed in the individual matrix 19 corresponding to the communication procedure. Furthermore, among the seven individual tricks 19 shown in Fig. 2,
For elements indicated with "-", common matrix 18
side is the valid part, but to save space 2
By applying well-known techniques, it is also possible to store information in a compressed form if necessary.

第1図に示す状態遷移制御部13のプログラムの構成は
2例えば第3図に示すようになっている。
The configuration of the program of the state transition control unit 13 shown in FIG. 1 is as shown in FIG. 3, for example.

状態遷移制御部13のプログラムは、事象を受は付けて
、共通または個別のマトリックス制御を呼び出すMAI
Nマトリックス制御と、共通マトリックス18に従って
、該当する共通処理ルーチン14を呼び出す共通マトリ
ックス制御と、各通信手順に応して、それぞれ通信手順
に固有な処理を行う個別処理ルーチン15A〜15Xを
呼び出す個別マトリックス制御などのプログラムからな
る。
The program of the state transition control unit 13 is a MAI that accepts events and calls common or individual matrix control.
N matrix control, common matrix control that calls the corresponding common processing routine 14 according to the common matrix 18, and individual matrix that calls individual processing routines 15A to 15X that perform processing specific to the communication procedure, respectively, in accordance with each communication procedure. Consists of programs such as control.

状態遷移制御部13による大まかな処理の流れは 例え
ば第4図に示すようになる。
A rough flow of processing by the state transition control unit 13 is shown in FIG. 4, for example.

事象を受は付けたならば、現在のシーケンス(状態)を
調べる。それから共通マトリックス18を調べ、有効で
あれば、共通処理ルーチン14を呼び出す。その処理後
に、シーケンスを変更する。
After accepting the event, examine the current sequence (state). The common matrix 18 is then examined and, if valid, the common processing routine 14 is called. After that processing, change the sequence.

もし、共通マトリックス18が有効でなく、A手順の個
別マトリックスが有効であれば、その六手順用の個別処
理ルーチン15Aを呼び出し、処理後に、シーケンスを
変更する。他の通信手順に関する個別マトリックスによ
る処理制御も同様である。
If the common matrix 18 is not valid and the individual matrix of procedure A is valid, the individual processing routine 15A for those six procedures is called and after processing, the sequence is changed. The same applies to processing control using individual matrices regarding other communication procedures.

具体的には、状態遷移制御部13は2次の■〜■のよう
な処理を行う。
Specifically, the state transition control unit 13 performs secondary processing such as (1) to (2).

■ 回線使用開始時、指定に従って、共通マトリックス
番号および使用する通信手順の個別マド1 リックス番号を、状態制御テーブル16に設定する。
- When starting to use the line, set the common matrix number and the individual matrix number of the communication procedure to be used in the status control table 16 according to the specifications.

■ 状態制御テーブル16内の現在のマトリックス番号
が、共通マトリックス18を指している場合、現在の状
態および発生した事象によって。
■ If the current matrix number in the state control table 16 points to the common matrix 18, depending on the current state and the event that has occurred.

共通マトリックス18に従った処理を行い、現在の状態
を設定する。このとき、7トリツクスが遷移する場合に
は、■で設定したマ;・リンクス番号を、現在のマトリ
ックス番号に設定する。
Processing according to the common matrix 18 is performed to set the current state. At this time, if the 7 matrix changes, the matrix number set in step (3) is set to the current matrix number.

また、他の部分の初期化を行う。Also, initialize other parts.

■ 状態制御テーブル16内の現在のマトリックス番号
が2個別マトリックス19A〜19Cの1つを指してい
る場合、現在の状態および発生した事象によって、その
個別7トリツクスに従った処理を行い、現在の状態を設
定する。このとき、7トリツクスが遷移する場合には、
共通マトリックス番号を、現在のマトリックス番号に設
定する。
■ If the current matrix number in the state control table 16 points to one of the 2 individual matrices 19A to 19C, processing is performed according to the 7 individual matrices depending on the current state and the event that has occurred, and the current state is Set. At this time, if 7 trixes transition,
Set the common matrix number to the current matrix number.

■ 通信中には、上記■〜■の処理を繰り返す。■ During communication, repeat the processes from ■ to ■ above.

■ 回線使用終了時には、状態制御テーブル162 をクリアして、処理を終了する。■ At the end of line use, status control table 162 Clear and end the process.

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

以上説明したように2本発明によれば、類似する通信手
順の共通部分について2重複したプログラムの開発が不
要になるので、開発工数の削減が可能になる。また、プ
ログラム等を格納するための資源の節減が可能になり、
状態遷移を制御するプログラムについても、統一化でき
るので、管理が容易になる。
As explained above, according to the present invention, it is not necessary to develop two duplicate programs for the common parts of similar communication procedures, so it is possible to reduce the number of development steps. In addition, it is possible to save resources for storing programs, etc.
Programs that control state transitions can also be unified, making management easier.

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

第1図は本発明の構成例。 第2図は本発明の一実施例に係る状態遷移マトリックス
の例。 第3図は本発明の一実施例で用いるプログラムの構成例
。 第4図は本発明の一実施例に係る状態遷移制御部の処理
フロー 第5図は従来技術の例を示す。 図中、10は処理装置、11は応用処理部、12は通信
制御部、13は状態遷移制御部、14は共通処理ルーチ
ン、15は個別処理ルーチン、16は状態制御テーブル
、17はマトリックス記憶部、1日は共通マトリンクス
、19A〜19Cは個別マトリックスを表す。
FIG. 1 shows a configuration example of the present invention. FIG. 2 is an example of a state transition matrix according to an embodiment of the present invention. FIG. 3 shows an example of the configuration of a program used in an embodiment of the present invention. FIG. 4 shows a processing flow of a state transition control unit according to an embodiment of the present invention. FIG. 5 shows an example of the prior art. In the figure, 10 is a processing device, 11 is an application processing unit, 12 is a communication control unit, 13 is a state transition control unit, 14 is a common processing routine, 15 is an individual processing routine, 16 is a state control table, and 17 is a matrix storage unit. , 1 represents a common matrix, and 19A to 19C represent individual matrices.

Claims (1)

【特許請求の範囲】 現在の状態と発生した事象とによって、実行すべき処理
を決定する情報を持つ状態遷移マトリックスに基づいて
、通信手順の制御を行う処理装置において、 上記状態遷移マトリックスにおける複数の通信手順に共
通な部分を抽出した情報を持つ共通マトリックス(18
)と、上記状態遷移マトリックスにおける複数の通信手
順に共通でない部分の情報を、各通信手順ごとに持つ個
別マトリックス(19A・・・)とを記憶するマトリッ
クス記憶部(17)と、上記共通マトリックスおよび上
記個別マトリックスのいずれが有効であるかを判定し、
有効である側のマトリックスに従って、通信手順に応じ
た状態遷移の制御を行う状態遷移制御部(13)とを備
えたことを特徴とする複数通信手段制御方式。
[Claims] A processing device that controls a communication procedure based on a state transition matrix having information for determining a process to be executed depending on a current state and an event that has occurred, A common matrix (18
), a matrix storage unit (17) that stores information on parts of the state transition matrix that are not common to a plurality of communication procedures, and individual matrices (19A...) that have information for each communication procedure; Determine which of the above individual matrices is valid,
A multiple communication means control system comprising: a state transition control section (13) that controls state transition according to a communication procedure according to a valid matrix.
JP1174916A 1989-07-06 1989-07-06 Control system for plural communication procedures Pending JPH0340053A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1174916A JPH0340053A (en) 1989-07-06 1989-07-06 Control system for plural communication procedures

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1174916A JPH0340053A (en) 1989-07-06 1989-07-06 Control system for plural communication procedures

Publications (1)

Publication Number Publication Date
JPH0340053A true JPH0340053A (en) 1991-02-20

Family

ID=15986951

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1174916A Pending JPH0340053A (en) 1989-07-06 1989-07-06 Control system for plural communication procedures

Country Status (1)

Country Link
JP (1) JPH0340053A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08339336A (en) * 1995-06-13 1996-12-24 Nippon Denki Ido Tsushin Kk Resource release system
KR100375878B1 (en) * 2000-12-28 2003-03-15 정병창 clamping device of file sharpener for a saw blade
KR100400786B1 (en) * 2000-12-28 2003-10-08 정병창 clamping device of file sharpener for a saw blade

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08339336A (en) * 1995-06-13 1996-12-24 Nippon Denki Ido Tsushin Kk Resource release system
KR100375878B1 (en) * 2000-12-28 2003-03-15 정병창 clamping device of file sharpener for a saw blade
KR100400786B1 (en) * 2000-12-28 2003-10-08 정병창 clamping device of file sharpener for a saw blade

Similar Documents

Publication Publication Date Title
CN111209099B (en) Multi-thread pool scheduling method and scheduling terminal based on ganesha service
JPH0340053A (en) Control system for plural communication procedures
McGee The information management system IMS/VS, Part V: Transaction processing facilities
CN110008382B (en) Method, system and equipment for determining TopN data
KR20010055463A (en) Hardwired Task Scheduler And Scheduling Method In That Task Scheduler
US6874027B1 (en) Low-overhead threads in a high-concurrency system
JPH02245864A (en) Multiprocessor system
JPH04149762A (en) Data control system
JP2004234643A (en) Process scheduling device, process scheduling method, program for process scheduling, and storage medium recorded with program for process scheduling
JPH1153327A (en) Multiprocessor system
JPH10171509A (en) Process controller
JPH02127732A (en) Job control system
JP2901786B2 (en) Schedule creation device
JP2810141B2 (en) Online BMP processing method
JPH1040118A (en) Client server system and client terminal equipment
JPH02113363A (en) Time slice controlling system for multiprocessor system
CN118708533A (en) K8 s-oriented multi-machine multi-card GPU optimal communication scheduling method and system
JPH0375832A (en) Virtual machine control system
JPH02247750A (en) Memory control system
JPS60140403A (en) Sequence controller
JPH06325121A (en) Logic simulation method
JPH03152630A (en) Loading system for task context
JPH02273828A (en) Internal sorting system
JPH0689262A (en) System for controlling dynamic record in conversaional processing
JPH0343848A (en) Logical page control system