JPS62286147A - Multiplex conversation control system for application program in on-line processing system - Google Patents

Multiplex conversation control system for application program in on-line processing system

Info

Publication number
JPS62286147A
JPS62286147A JP61129436A JP12943686A JPS62286147A JP S62286147 A JPS62286147 A JP S62286147A JP 61129436 A JP61129436 A JP 61129436A JP 12943686 A JP12943686 A JP 12943686A JP S62286147 A JPS62286147 A JP S62286147A
Authority
JP
Japan
Prior art keywords
conversation
application program
app
control
cvcb
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP61129436A
Other languages
Japanese (ja)
Other versions
JPH0521258B2 (en
Inventor
Tatsuya Nakamura
達也 中村
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 JP61129436A priority Critical patent/JPS62286147A/en
Publication of JPS62286147A publication Critical patent/JPS62286147A/en
Publication of JPH0521258B2 publication Critical patent/JPH0521258B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To eliminate the processes for handed-round information and synchronization for an application program and to facilitate the production of the application program, by using an application program to perform the multiplex conversations with optional plural remote sides including other application programs. CONSTITUTION:When the application program APP-A of a control system gives a processing request to another application program APP-B, the logical connection is secured between both programs and a conversational activity control block CACB is produced to each of both programs. In addition, the conversation control blocks CVCB 17 and 18 are produced for the control of a conversation I. Then the pointers are set to a saving area 15 and the CVCB 17 from a CACB 13 as well as to a saving area 16 and the CVCB 18 from the CACB 17 respectively. At the same time, the CVCB 17 and 18 control the address information on the programs APP-A and APP-B respectively. The same processing and control are applied also to a conversation II to attain the multiplex conversation with the remote sides.

Description

【発明の詳細な説明】 3、発明の詳細な説明 〔概要〕 応用プログラム間における通信を“会話”と呼ぶ単位で
管理し、複数の応用プログラムを相手とする多重会話を
可能にする。
[Detailed Description of the Invention] 3. Detailed Description of the Invention [Summary] Communication between application programs is managed in units called "conversations" to enable multiple conversations with a plurality of application programs.

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

本発明は、オンライン処理システムにおけるプログラム
間通信制御方式に関するものであり、特に複数の応用プ
ログラム間での多重会話を可能にする制御方式に関する
The present invention relates to an inter-program communication control method in an online processing system, and particularly to a control method that enables multiple conversations between a plurality of application programs.

〔従来の技術〕[Conventional technology]

最近におけるハードウェア価格の大幅な低下と。 With the recent significant drop in hardware prices.

ミニコンピユータやパーソナルコンピュータの機能の飛
躍的な向上とは著しいものがあり、このため、一般端末
におけるオフライン処理やエミュレータを用いた異種シ
ステムの処理は、ホストの応用プログラムとの通信をベ
ースにした文書あるいはファイル処理や、ホストの機能
の一部を端末にダウンロードして行うトランザクション
処理へと移行する傾向にある。またこれとともに、パー
ソナルコンピュータ等の機能に差のある複数の異種シス
テム間で構築される分散処理システムも増加しつつある
There has been a remarkable improvement in the functionality of minicomputers and personal computers, and for this reason offline processing on general terminals and processing of heterogeneous systems using emulators is a document based on communication with host application programs. Alternatively, there is a trend toward file processing and transaction processing, which involves downloading some of the host's functions to a terminal. At the same time, the number of distributed processing systems constructed between a plurality of different systems having different functions, such as personal computers, is increasing.

この結果、応用プログラムとワークステーション(端末
)との間あるいは応用プログラムと他の応用プログラム
との間のように、応用プログラムのレベルでの統一的な
通信機能を確立する必要が生じている。
As a result, there is a need to establish a unified communication function at the application program level, such as between an application program and a workstation (terminal) or between an application program and another application program.

ところで従来のシステムでは、ワークステーションと応
用プログラム間の通信(Read/Write)が基本
であり、しかも応用プログラムとの間の通信は。
By the way, in the conventional system, communication (Read/Write) between the workstation and the application program is basic, and communication between the application program is limited.

ワークステーションからの要求のみによりその実行環境
がつくられ、応用プログラムからは会話を開始すること
ができないのが普通であった。このため、ある応用プロ
グラムにおいて、処理中、他の応用プログラムとの間の
通信が必要となった場合には、ワークステーションに対
する通信メツセージ中に必要な情報を持回り情報として
含め、処理単位を切替える制御を行わせる必要があった
Usually, the execution environment was created based on requests from the workstation, and conversations could not be started from the application program. Therefore, when an application program requires communication with another application program during processing, the necessary information is included as rotation information in the communication message sent to the workstation, and control is performed to switch the processing unit. It was necessary to make it happen.

また従来のシステムには、1つの応用プログラムが、複
数のワークステーションとの間で多重に会話を行う機能
をそなえているものがあったが。
Furthermore, some conventional systems have the ability for one application program to have multiple conversations with multiple workstations.

その場合、応用プログラム情報の退避域は、ワークステ
ーションごとに用意していた。
In this case, a save area for application program information was prepared for each workstation.

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

従来のシステムでは、応用プログラムが他の応用プログ
ラムとの間で直接会話を行うことができないため、1つ
の仕事について、ワークステーションや他の応用プログ
ラムとの処理を一連の流れの中で記述することができず
、そして他の応用プログラムとの間に通信が必要な場合
には、その応用プログラムが通信バスの排他制御や送達
確認。
In conventional systems, application programs cannot communicate directly with other application programs, so it is necessary to describe the processing of one task with a workstation and other application programs in a series of flows. If this is not possible and communication is required with another application program, that application program can perform exclusive control of the communication bus and confirm delivery.

および持回り情報の制御を行って、同期型の通信にする
複雑な処理が必要であった。
It required complex processing to control the information and the rotation information, and to make the communication synchronous.

〔問題点を解決するだめの手段〕[Failure to solve the problem]

本発明は、応用プログラムが、他の応用プログラムを含
む複数の相手と同期した多重会話を行うことを可能にす
る機能を提供することにより、上記した従来の問題点を
解決するものである。この機能は、応用プログラムから
の会話開始を可能にするものであり、また応用プログラ
ムが複数の会話を識別できるようにするものである。
The present invention solves the above-mentioned conventional problems by providing a function that allows an application program to have synchronized multiple conversations with multiple parties including other application programs. This feature allows conversation initiation from an application program and also allows the application program to identify multiple conversations.

このため本発明は、応用プログラム制御から通信制御を
独立させ、応用プログラム通信を、会話という論理的な
結合関係により管理し、会話ごとに制御ブロック(制御
表)を用意する。そして。
For this reason, the present invention makes communication control independent from application program control, manages application program communication using a logical connection relationship called conversation, and prepares a control block (control table) for each conversation. and.

この会話に対応した制御ブロックごとに会話情報を管理
して、応用プログラム間での多重会話を制御可能にして
いる。
Conversation information is managed for each control block corresponding to this conversation, making it possible to control multiple conversations between application programs.

第1図は1本発明の詳細な説明するための概念図である
FIG. 1 is a conceptual diagram for explaining the present invention in detail.

図において、 10および11は、・会話が行われる応
用プログラムAPP−AおよびAPP−Bである。
In the figure, 10 and 11 are application programs APP-A and APP-B with which the conversation takes place.

12および19は、応用プログラムAPP−AおよびA
PP−B間の多重会話の例であり、会話(1)および会
話(n)で表される。この例の場合、会話(1)と 会
話(If)とは、異なる仕事に基づいて行われるもので
ある。
12 and 19 are application programs APP-A and A
This is an example of multiple conversations between PP and B, and is represented by conversation (1) and conversation (n). In this example, conversation (1) and conversation (If) are based on different tasks.

13、14.20.21は、それぞれ会話アクティビテ
ィ制御ブロックCACBである。CACBは、各応用プ
ログラムについて仕事ごとに生成されて。
13, 14.20.21 are conversation activity control blocks CACB, respectively. A CACB is generated for each application program on a job-by-job basis.

仕事と応用プログラムとの対応を与え、さらにそこで処
理される会話との関係付け、応用プログラムの退避域に
対するポインタの管理等を行う。
It provides a correspondence between tasks and application programs, relates them to conversations processed there, and manages pointers to save areas for application programs.

15および22は、それぞれ応用プログラムAPP−A
の会話(1)および会話(I[)における退避域である
。同様に16および23は、それぞれ応用プログラムA
PP−Bの会話(1)および会話(II)における退避
域である。
15 and 22 are application programs APP-A, respectively.
This is the evacuation area in conversation (1) and conversation (I[). Similarly, 16 and 23 are application programs A, respectively.
This is the evacuation area in PP-B's conversation (1) and conversation (II).

17、18.24.25は、それぞれ会話制御ブロック
CVCBであり、各応用プログラムにおいて、会話ごと
に生成され、会話の宛先情報を管理する。
Conversation control blocks CVCB 17, 18, 24, and 25 are generated for each conversation in each application program, and manage conversation destination information.

〔作用〕 第1図に示す構成において、応用プログラムAPP−A
が、応用プログラムAPP−Bに対する処理要求をもつ
とき、APP−AとAPP−Bとの間の論理結合(セシ
ョン)が設定されて、各応用プログラム側に会話アクテ
ィビティ制御ブロックCAC313,14が生成され、
さらに会話(1)を管理するための会話制御ブロックC
VCB17゜18が生成される。
[Operation] In the configuration shown in Fig. 1, the application program APP-A
When has a processing request for application program APP-B, a logical connection (session) is established between APP-A and APP-B, and conversation activity control blocks CAC 313, 14 are generated on each application program side. ,
Conversation control block C for further managing conversation (1)
VCB17°18 is generated.

CACB13から退避域15およびCVCB17へ。From CACB13 to evacuation area 15 and CVCB17.

そしてCACB14から退避域16およびCVCB18
へ、それぞれポインタが張られる。CVCB17は会話
相手のAPP−Bの宛先情報を管理し、  CVCB1
8は会話相手のAPP−Aの宛先情報を管理する。
And from CACB14 to evacuation area 16 and CVCB18
A pointer is attached to each. CVCB17 manages the destination information of the conversation partner APP-B,
8 manages destination information of the conversation partner APP-A.

ここで、会話(I )  (ReadまたはWrite
)が実行される。会話(r)が■/○処理等で時間がか
かる場合、その間に他の会話(II)を実行することが
できる。この場合には、APP−A、APP−B側でさ
らにそれぞれCACB20,21.CVCB24、25
が生成され、CVC824,25は、それぞれ会話(I
[)のための宛先情報を管理する。
Here, the conversation (I) (Read or Write
) is executed. If conversation (r) takes time due to ■/○ processing, other conversation (II) can be executed during that time. In this case, the APP-A and APP-B sides further have CACBs 20, 21. CVCB24, 25
is generated, and the CVCs 824 and 25 each have a conversation (I
Manage destination information for [).

CVCB24へはCACB20から、そしてCVCB2
5へはCACB21から、それぞれポインタが張られる
。同様に退避域22.23に対してもCACB20、2
1からそれぞれ、ポインタが張られる。
From CACB20 to CVCB24, and from CVCB2
5, pointers are set from the CACB 21, respectively. Similarly, for evacuation area 22.23, CACB20, 2
Each pointer is set from 1.

会話(II)の実行中に会話(I)が終了すれば。If conversation (I) ends while conversation (II) is in progress.

CVCB17,18が返却される。また会話(r)の終
了前に会話(n)が終了すれば、CVCB24゜25が
それぞれ返却される。
CVCB17 and 18 will be returned. Furthermore, if the conversation (n) ends before the end of the conversation (r), CVCBs 24 and 25 are returned.

このようにして、応用プログラムAPP−A。In this way, the application program APP-A.

APP−Bは、各会話ごとに会話制御ブロックCVCB
を用いて任意の数の多重会話を管理することができる。
APP-B creates a conversation control block CVCB for each conversation.
can be used to manage any number of multiple conversations.

同様にして、APP−A、APP−Bは他の応用プログ
ラムあるいはワークステーションとの間でも、それぞれ
の会話ごとにCVCBを生成し、チェーンを張ることに
より、任意に複数の相手との間で、多重会話を実行する
ことができる。
Similarly, APP-A and APP-B generate CVCBs for each conversation with other application programs or workstations, and by creating a chain, can arbitrarily communicate with multiple parties. Multiple conversations can be carried out.

第2図(a)、  (b)に1本発明を適用した多重会
話の処理例を示す。
FIGS. 2(a) and 2(b) show an example of multiple conversation processing to which the present invention is applied.

第2図(a)は、応用プログラムAPP−Aが。FIG. 2(a) shows the application program APP-A.

ワークステーションWSと応用プログラムAPR−Bお
よびAPP−Cの各々と多重会話を行った処理例である
This is an example of processing in which multiple conversations are performed between the workstation WS and the application programs APR-B and APP-C.

第2図(b)は、応用プログラムAPP−Aがワークス
テーションWS、応用プログラムAPP−B、および応
用プログラムAPP−Bを中継して応用プログラムAP
P−Cと多重会話を行った例である。
FIG. 2(b) shows that the application program APP-A relays the workstation WS, the application program APP-B, and the application program APP-B to the application program AP.
This is an example of multiple conversations with PC.

(実施例〕 第3図(a)、  (b)により5本発明の1実施例を
説明する。
(Embodiment) One embodiment of the present invention will be described with reference to FIGS. 3(a) and 3(b).

第3図(a)は、応用プログラムAPP−Aが。FIG. 3(a) shows the application program APP-A.

ワークステーションWS−XおよびWS−Yと。Workstations WS-X and WS-Y.

応用プログラムAPP−Bとの間で多重会話を行う処理
例を示している。
An example of processing for carrying out multiple conversations with the application program APP-B is shown.

第3図(b)は、第3図(a)の処理例の実行時に生成
される制御ブロックの構成を示している。
FIG. 3(b) shows the configuration of a control block generated when the processing example of FIG. 3(a) is executed.

第3図(a)、  (b)において。In Figures 3(a) and (b).

30は応用プログラムAPP−Aである。30 is an application program APP-A.

31は応用プログラムAPP−Bである。31 is an application program APP-B.

32はワークステーションWS−Xである。32 is a workstation WS-X.

33はワークステーションWS−Yである。33 is a workstation WS-Y.

34はWS−Xを管理するワークステーション制御ブロ
ックWSCBである。
34 is a workstation control block WSCB that manages WS-X.

35は、WS−Yを管理するワークステーション制御ブ
ロックWSCBである。
35 is a workstation control block WSCB that manages WS-Y.

36は、WS−Xからの処理要求に基づき、 ARP−
Aが処理する仕事(トランザクション)TRN−Xを管
理する会話アクティビティ制御プロ・ツクCACBであ
る。
36 is based on the processing request from WS-X, ARP-
This is a conversation activity control program CACB that manages the work (transaction) TRN-X processed by A.

37は、WS−Yからの処理要求に基づき、  APP
−Aが処理する仕事TRN  Yを管理する会話アクテ
ィビティ制御ブロックCACBである。
37 is based on the processing request from WS-Y, APP
- A conversation activity control block CACB that manages the work TRN Y handled by A.

38は、APP−BがTRN−Xの処理を管理する会話
アクティビティ制御ブロックCACBである。
38 is a conversation activity control block CACB in which APP-B manages the processing of TRN-X.

39は、APP−BがTRN−Yの処理を管理する会話
アクティビティ制御ブロックCACBである。
39 is a conversation activity control block CACB in which APP-B manages the processing of TRN-Y.

40は、WS−XとARP−Aとの間の会話を管理する
会話制御ブロックCVCBである。
40 is a conversation control block CVCB that manages conversations between WS-X and ARP-A.

41は、ws−yとAPP−Aとの間の会話を管理する
会話制御ブロックCVCBである。
41 is a conversation control block CVCB that manages the conversation between ws-y and APP-A.

42は、TRN−XのためにAPP−AとAPP−Bと
の間で行われる会話を管理する会話制御ブロックCVC
Bである。
42 is a conversation control block CVC that manages the conversation between APP-A and APP-B for TRN-X.
It is B.

43は、TRN−YのためにAPP−AとAPP−Bと
の間で行われる会話を管理する会話制御ブロックCVC
Bである。
43 is a conversation control block CVC that manages the conversation between APP-A and APP-B for TRN-Y.
It is B.

44は、仕事TRN−X処理のためにAPP−BがAP
P−Aとの間で行われる会話を管理する会話制御ブロッ
クCVCBである。
44 indicates that APP-B uses AP for processing TRN-X.
This is a conversation control block CVCB that manages conversations with P-A.

45は、仕事TRN−Yの処理のためにAPP−BがA
PP−Aとの間で行われる会話を管理する会話制御ブロ
ックCVCBである。
45, APP-B uses A to process work TRN-Y.
This is a conversation control block CVCB that manages conversations with PP-A.

46および47は、仕事TRN−Xについて、  AP
P−AとAPP−Bとの間の論理結合(セション)を管
理するセション制御ブロック5ECBである。
46 and 47 are for work TRN-X, AP
This is a session control block 5ECB that manages the logical connection (session) between PA and APP-B.

48および49は、仕事TRN−Yについて、  AP
P−AとAPP−Bとの間の論理結合を管理するセショ
ン制御ブロック5ECBである。
48 and 49 are for work TRN-Y, AP
A session control block 5ECB manages the logical connection between PA and APP-B.

また1図中の矢印は、制御ブロックからの参照関係を表
し、それぞれについて参照のためのポインタによるリン
クが設定されている。
Further, arrows in FIG. 1 represent reference relationships from control blocks, and links are set for each by pointers for reference.

これにより、APP−AとWS−Xとの間の会話は、C
ACB36.CVCB40.WSCB34を介して管理
され、APP−AとWS−Yとの間の会話は、   C
ACB37.CVCB41.WSCB35を介して制御
される。
As a result, the conversation between APP-A and WS-X is
ACB36. CVCB40. Managed through the WSCB34, the conversation between APP-A and WS-Y is
ACB37. CVCB41. Controlled via WSCB35.

また、APP−AとAPP−Bとの間の会話は。Also, the conversation between APP-A and APP-B.

仕事TRN−Xの場合、APP−A側では、  CAC
B36.CVCB40.CVCB42,5ECB46を
介して制御され、APP−B側では、CACB38゜C
VCB44,5ECB47を介して制御される。同様に
仕事TRN−Yの場合、APP−A側では。
In the case of work TRN-X, on the APP-A side, CAC
B36. CVCB40. Controlled via CVCB42, 5ECB46, on the APP-B side, CACB38°C
Controlled via VCB44, 5ECB47. Similarly, in the case of work TRN-Y, on the APP-A side.

CACB36.CACB37.CVCB41.CVCB
43.5ECB4Bを介して制御され、APP−B側で
は、CACB38.CACB39.CVCB45,5E
CB49を介して制御される。
CACB36. CACB37. CVCB41. CVCB
43.5ECB4B, and on the APP-B side, CACB38. CACB39. CVCB45,5E
Controlled via CB49.

なお、APP−AとAPP−Bとは同一システム内にあ
っても異なるシステム内にあっても同様な方法で制御す
ることができる。
Note that APP-A and APP-B can be controlled in the same manner whether they are in the same system or in different systems.

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

本発明によれば、応用プログラムは、他の応用プログラ
ムを含む任意複数の相手と多重に会話を行うことが可能
にされるため、従来のように応用プログラムが持回り情
報や同期の処理を行う必要がなくなり、応用プログラム
の作成が極めて容易となる利点がある。
According to the present invention, an application program is enabled to have multiple conversations with any number of parties including other application programs, so the application program does not have to process rotational information and synchronization as in the past. This has the advantage that application programs can be created extremely easily.

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

第1図は本発明の詳細な説明するための概念図。 第2図は本発明を適用した処理例の説明図、第3図は本
発明の1実施例の説明図である。 第1図中。 10.11:応用プログラムAPP−A、APP−12
,19:会話(I)、会話(Il)13.14,20,
21  :会話アクティビティ制御ブロックACB
FIG. 1 is a conceptual diagram for explaining the present invention in detail. FIG. 2 is an explanatory diagram of a processing example to which the present invention is applied, and FIG. 3 is an explanatory diagram of one embodiment of the present invention. In Figure 1. 10.11: Application programs APP-A, APP-12
, 19: Conversation (I), Conversation (Il) 13.14, 20,
21: Conversation activity control block ACB

Claims (1)

【特許請求の範囲】[Claims] オンライン処理システムにおいて、1つの応用プログラ
ムが、他の応用プログラムあるいはワークステーション
との間に会話を行う必要が生じた場合、その会話ごとに
会話宛先情報を保持する会話制御ブロックを生成し、会
話が多重に行われる場合、それらの会話に対応して生成
される複数の会話制御ブロックを関連づけて管理するこ
とを特徴とするオンライン処理システムにおける応用プ
ログラムの多重会話制御方式。
In an online processing system, when one application program needs to have a conversation with another application program or a workstation, a conversation control block that holds conversation destination information is generated for each conversation, and the conversation is started. A multiple conversation control method for an application program in an online processing system, characterized in that when multiple conversations are performed, a plurality of conversation control blocks generated in response to those conversations are managed in association with each other.
JP61129436A 1986-06-04 1986-06-04 Multiplex conversation control system for application program in on-line processing system Granted JPS62286147A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61129436A JPS62286147A (en) 1986-06-04 1986-06-04 Multiplex conversation control system for application program in on-line processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61129436A JPS62286147A (en) 1986-06-04 1986-06-04 Multiplex conversation control system for application program in on-line processing system

Publications (2)

Publication Number Publication Date
JPS62286147A true JPS62286147A (en) 1987-12-12
JPH0521258B2 JPH0521258B2 (en) 1993-03-23

Family

ID=15009426

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61129436A Granted JPS62286147A (en) 1986-06-04 1986-06-04 Multiplex conversation control system for application program in on-line processing system

Country Status (1)

Country Link
JP (1) JPS62286147A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004092967A1 (en) * 2003-04-14 2004-10-28 Fujitsu Limited Interactive apparatus, interaction method, and interaction program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5933958A (en) * 1982-08-20 1984-02-24 Fujitsu Ltd Data transmitting and receiving system of computer network
JPS6156538A (en) * 1984-06-01 1986-03-22 デイジタル イクイプメント コ−ポレ−シヨン Local area network for processing digital data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5933958A (en) * 1982-08-20 1984-02-24 Fujitsu Ltd Data transmitting and receiving system of computer network
JPS6156538A (en) * 1984-06-01 1986-03-22 デイジタル イクイプメント コ−ポレ−シヨン Local area network for processing digital data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004092967A1 (en) * 2003-04-14 2004-10-28 Fujitsu Limited Interactive apparatus, interaction method, and interaction program
US7617301B2 (en) 2003-04-14 2009-11-10 Fujitsu Limited Dialogue apparatus for controlling dialogues based on acquired information, judgment result, time estimation and result transmission

Also Published As

Publication number Publication date
JPH0521258B2 (en) 1993-03-23

Similar Documents

Publication Publication Date Title
KR100343517B1 (en) Extension server communication server
JP2557192B2 (en) Transaction processing synchronization method, transaction processing monitoring method, and transaction commit processing method
EP0644483B1 (en) Computer system and method for performing multiple tasks
KR100240657B1 (en) Application shared event control apparatus and method thereof
JPS62286147A (en) Multiplex conversation control system for application program in on-line processing system
CN107025131A (en) A kind of method for scheduling task and device
US5966545A (en) System for interfacing network applications with different versions of a network protocol by providing base class at session level and invoking subclass from base class at session level
JPS62100854A (en) Communication system between host and terminal
CN112235403B (en) Gray level control method, device and system for new and old system cutting process
JPH02297633A (en) Task managing system
JPH04338856A (en) Group work system and simultaneous execution system for group work and individual work
JP3491889B2 (en) Dialogue processing system, data processing device used therefor, dialogue processing method, recording medium
US20030074488A1 (en) Method and apparatus for communicating between modules
JPS61102846A (en) Communication representation system for failured terminal unit
JPH11338834A (en) Synchronous parallel processing system and synchronous parallel processing method
JPH03266064A (en) Method and device for constituting program
JP2002342084A (en) Software demonstration environment providing system and software demonstration environment providing method
CN115033300A (en) Multi-session body-separating method, device, equipment and storage medium based on Windows
JPH02140858A (en) Application software preparing method for micro-main frame system
JPH031256A (en) Input/output control processing system for disk device in on-line terminal
JPS62186350A (en) Terminal equipment sharing system
JP2000201202A (en) Client server test system
JPH06337832A (en) Inter-object communication system in multi-user virtual space system
JPH024078A (en) Transmission control system
JPS62236040A (en) Central version type exclusive control method

Legal Events

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