JPH02150952A - Remote loading system - Google Patents

Remote loading system

Info

Publication number
JPH02150952A
JPH02150952A JP30409588A JP30409588A JPH02150952A JP H02150952 A JPH02150952 A JP H02150952A JP 30409588 A JP30409588 A JP 30409588A JP 30409588 A JP30409588 A JP 30409588A JP H02150952 A JPH02150952 A JP H02150952A
Authority
JP
Japan
Prior art keywords
computer
user
login
name
program
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
JP30409588A
Other languages
Japanese (ja)
Inventor
Takashi Hashimoto
尚 橋本
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP30409588A priority Critical patent/JPH02150952A/en
Publication of JPH02150952A publication Critical patent/JPH02150952A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To obtain a general-purpose and integrated remote loading means by setting a log-in analyzing part and a log-in start part into different computers and at the same time connecting both computers via a general-purpose inter- process contact means. CONSTITUTION:A log-in analyzing process 200 displays an input promotion screen on a display device for a user in the work stations 101 - 103. A log-in program start process 202 always works as a background process at and after the rise time point of the work station and is waiting for a log-in request to be given from the other (its own) computer via an inter-process contact means 203 and an electronic computer network contact means 308. Both means 203 and 208 are realized with the socket calls in a UNIX. Furthermore the socket calls can be equally handled with no identification required between its own computer and the other one. At the same time, a dup call which is required later is also applicable since both read and write modes are available.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は複数の計算機を結合したネットワークシステム
に関し、特に統一的な遠隔/局所的ログインに好適な伝
送系に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a network system that connects a plurality of computers, and particularly to a transmission system suitable for unified remote/local login.

〔従来の技術〕[Conventional technology]

従来のリモート(遠隔)ログイン方式は、端末エミュレ
ータと呼ばれる方式に代表される。これらは、各種製品
化がなされている。また、文献としては、ビット(bi
t )誌″87/7臨時増刊、コンピュータ・ネットワ
ークp p 50 54 e P P17?−178が
あげられる。
A conventional remote login method is typified by a method called a terminal emulator. These have been commercialized into various products. In addition, as a literature, bit (bi
t) Magazine "87/7 special edition, Computer Network pp 50 54 e PP P17?-178.

(発明が解決しようとする課題〕 上記従来技術は、単たる端末エミュレータであるため、
利用者が他計算機を利用(ログイン)したい場合゛、先
ず、内針算機にログインした後、コマンドの起動が可能
な状態になってから、利用希望計算機の端末となるよう
引数を付加して端末エミュレータを起動する。そうする
と、内針算機が希望計算機の端末となるから、ここで希
望計算機にログインする。
(Problem to be solved by the invention) Since the above-mentioned conventional technology is a mere terminal emulator,
If a user wants to use (log in) to another computer, first log in to the inner calculator, then after the command can be started, add an argument so that it becomes the terminal of the computer you want to use. Start a terminal emulator. Then, the inner calculator will become the terminal for the desired calculator, so log in to the desired calculator here.

このように、従来、他計算機に対してログインするとき
は、内針算機に対してログインするときと、手順が異な
る。また、既存のログインプログラムと端末エミュレー
タを結合した形でも遠隔ログインは可能であるが、この
場合、プログラムの構造が複雑になり、内針算機へのロ
グイン処理と他計算機へのそれに対する処理が大幅に異
なるなどの問題があった。
In this way, conventionally, when logging in to another computer, the procedure is different from when logging in to an inner calculator. Additionally, remote login is possible by combining an existing login program with a terminal emulator, but in this case, the structure of the program becomes complicated, and the processing for logging into the inner calculator and the processing for other computers becomes difficult. There were problems such as significant differences.

本発明の目的は、利用者にログインしたい計算機名と利
用者名を組みにして投入させ、ログイン解析部と、ログ
イン開始部を分離し、各々を別計算機内に置くとともに
、汎用的なプロセス間連絡手段によって、その間を結合
することにより、利用者に対し、汎用的かつ統一された
リモートログイン手段を提供することにある。
The purpose of the present invention is to allow the user to enter a combination of the computer name and user name they wish to log into, to separate the login analysis section and the login initiation section, place each in a separate computer, and to use a general-purpose process interface. The purpose is to provide users with a universal and unified remote login means by linking them using a communication means.

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

上記目的は、複数の電子計算機群及び、その付帯施設か
ら構成される電子計算機網において、1つの計算機内に
、プロセス間連絡手段と電子計算機網連絡手段とログイ
ン名解析手段と、利用者名と利用元計算機名を与えられ
て利用者に対応するログイン・プログラムを起動するロ
グイン・プログラム起動手段と遠隔端末入出力手段とを
持ち、利用者が要求した計算機名とログイン名をログイ
ン名解析手段により分別し、指定された計算機名に従っ
て、電子計算機網連絡手段とプロセス間連絡手段により
当該計算機上で稼働しているログイン・プログラム起動
手段に利用者名と利用元計算機名を送り、ログイン・プ
ログラム起動手段は遠隔端末入出力手段を用いて起動す
るプログラムの通常入出力を利用元計算機の端末に変更
して、起動する手段を持つことにより、達成される。
The above purpose is to provide an inter-process communication means, a computer network communication means, a login name analysis means, and a user name It has a login program starting means that starts a login program corresponding to the user given the name of the user's computer, and a remote terminal input/output means, and uses the login name analysis means to obtain the computer name and login name requested by the user. Then, according to the specified computer name, the computer network communication means and inter-process communication means send the user name and user computer name to the login program starting means running on the computer, and start the login program. This is achieved by having a means for starting a program by changing the normal input/output of the program to be started using the remote terminal input/output means to the terminal of the user computer.

〔作用〕[Effect]

利用者が特定計算機に対し、リモートログインを行いた
いと考えたとき、利用者は通常の内針算機にログインす
るときと同様の手順で、ただ、利用者名称に利用先計算
機名を付加する。内針算機内では、利用者の入力をログ
イン名解析手段が先ず受け取る。利用者が要求した計算
機名とログイン名をログイン名解析手段により分別する
。このとき、ログイン名解析手段は、同一計算機内の連
絡かどうかを判定する。利用者が利用先計算機名を指定
しなければ、同一計算機内、即ち、内針算機へのログイ
ンである。
When a user wants to remotely log in to a specific computer, the user simply adds the name of the computer being used to the user name using the same procedure as when logging in to a regular calculator. . In the internal calculation machine, the login name analysis means first receives the user's input. A login name analysis means separates the computer name and login name requested by the user. At this time, the login name analysis means determines whether the contact is within the same computer. If the user does not specify the name of the computer to be used, the user is logged in to the same computer, that is, to the internal calculator.

同一計算機内であれば、内針算機内のログイン・プログ
ラム起動手段に対して、プロセス間連絡手段のみを用い
て、内針算機からの要求であること、利用者名を送付す
る。
If it is within the same computer, the user name and the fact that the request is from the inner calculator are sent to the login program starting means in the inner calculator using only the interprocess communication means.

他計算機に対する要求であれば、指定された計算機名に
従って、電子計算機網連絡手段とプロセス間連絡手段に
より当該計算機上で稼働しているログイン・プログラム
起動手段に利用者名と利用元計算機名を送る。当該計算
機上のログイン・プログラム起動手段は同一計算機から
の要求であれば、単に利用者名に対応するログイン・プ
ログラムを起動する。
If the request is for another computer, the user name and source computer name are sent to the login program starting means running on the computer using the computer network communication means and interprocess communication means according to the specified computer name. . If the request is from the same computer, the login program starting means on the computer simply starts the login program corresponding to the user name.

他計算機からの要求であればログイン・プログラム起動
手段は遠隔端末入出力手段を用いて起動するプログラム
の通常入出力を利用元計算機の端末に変更して、起動す
る。これにより、自他両針算機に対する利用者の操作性
統一とログイン・プログラム系の構造1機能の汎用化を
実現することが出来る。
If the request is from another computer, the login program starting means uses the remote terminal input/output means to change the normal input/output of the program to the terminal of the user computer, and then starts the program. As a result, it is possible to unify the operability of the user's own and other dual-point calculators and to generalize the structure and function of the login program system.

〔実施例〕〔Example〕

以下に、本発明の一実施例を第1図により示す。 An embodiment of the present invention will be shown below with reference to FIG.

第1図は、電子計算機網201および、それに付加され
たワークステーション群101〜103(使用するO8
はUNIXとする)を示す。第2図は、ログイン受付先
ワークステーション101におけるソフトウェア構成、
第3図は、ログイン受付先ワークステーション102に
おけるソフトウェア構成、第4図は、その両者のソフト
ウエアの動作を示した流れ図、第5図は、本実施例を実
現するための機器構成のブロック図である。以後、プロ
グラムとプロセスの言葉の使い分けは、プログラムは静
的な状態を指し、プロセスはプログラムの実行状態を指
す意味で用いる。
FIG. 1 shows a computer network 201 and a group of workstations 101 to 103 attached to it (O8
indicates UNIX). FIG. 2 shows the software configuration of the login receiving workstation 101,
FIG. 3 is a software configuration of the login receiving workstation 102, FIG. 4 is a flowchart showing the operation of both software, and FIG. 5 is a block diagram of the equipment configuration for realizing this embodiment. It is. Hereinafter, the terms program and process will be used in the sense that program refers to the static state and process refers to the execution state of the program.

ワークステーション101〜103上では、ログイン解
析プロセス200が表示装置501上に。
On the workstations 101 to 103, the login analysis process 200 is displayed on the display device 501.

利用者へ入力促進画面を表示している。また、ログイン
・プログラム起動プロセス202は、ワークステーショ
ン立ち上げ時点から常時バックグラウンド・プロセス(
バックグラウンド・プロセスは、UNIXの下では、f
orkコールによって、親プロセスから起動し、親はそ
のまま終了する。もしくは、/ ate / 1nit
tabフアイル206等でバックグランドの指定を行う
と自動的に立ち上げ時にバックグラウンドとなる)とし
て稼働して、プロセス間連絡手段203と電子計算機網
連絡手段208を用いて、他(2)計算機からのログイ
ン要求を待ち続けている。プロセス間連絡手段と電子計
算機網連絡手段は、UNIXでは、5ocketコール
で実現される。しかも、5ocketコールは、他計算
機と自計算機を区別することなく同等に扱える。また、
従来の探準的入出力であるread 。
An input prompt screen is displayed to the user. Additionally, the login program startup process 202 is a constant background process (
The background process is f
The parent process is started by the ork call, and the parent process is terminated. Or /ate/1nit
If you specify the background using the tab file 206, etc., it will automatically become the background at startup), and use the inter-process communication means 203 and computer network communication means 208 to communicate from other (2) computers. Waiting for login request. The inter-process communication means and the computer network communication means are realized by 5ocket calls in UNIX. Moreover, 5ocket calls can be handled equally without distinguishing between other computers and the own computer. Also,
read is a conventional exploratory input/output.

writeを使用できるので、後に必要になる通信路切
り替えに用いるdupコールも適用可能である。
Since write can be used, a dup call used for switching communication paths that will be required later can also be applied.

この状態で利用者は、ワークステーション101からロ
グインを要求するワークステーション名102と利用者
名105をログイン解析プロセス201に対して投入す
る。ログイン解析プロセス201は投入文字列をワーク
ステーション名102と利用者名105を分離する。分
離されたワークステーション名102を使用して、内針
算機内の電子計算機網連絡手段に対し、ワークステーシ
ョン102上のログイン・プロクラム起動手段203と
の間に通信路を敷設する。通信路は往復2方向提供する
。通信路の提供方法は、UNIX  4゜3BSDであ
れば、5ocket関連コールによって。
In this state, the user inputs the workstation name 102 and user name 105 requesting login from the workstation 101 to the login analysis process 201 . The login analysis process 201 separates the input character string into a workstation name 102 and a user name 105. Using the separated workstation name 102, a communication path is established between the computer network communication means in the computer and the login program starting means 203 on the workstation 102. The communication path is provided in two directions, round trip and round trip. In UNIX 4°3BSD, the communication path is provided by 5ocket related calls.

ネットワークを越えたプロセス間通信路を開設可能であ
る。
It is possible to establish inter-process communication paths across networks.

更に、ワークステーション102上のログイン・プログ
ラム起動プロセス202は、通常は、自計算機のログイ
ン解析プロセスからの要求を待つが、電子計算機網連絡
手段によって、同時に且つ区別することなく、他計算機
(本実施例では、ワークステーション101)からの要
求を待つ。
Furthermore, the login program startup process 202 on the workstation 102 normally waits for a request from the login analysis process of its own computer, but it simultaneously and indistinguishably waits for a request from the login analysis process of its own computer. In the example, it waits for a request from workstation 101).

ログイン・プログラム起動プロセスは、要求を認めると
、dupコールを用いて、開設済通信路(ログ1゛ン解
析プロセスとの)をプロセスが標準的に使用する標準入
出力に再設定し、ログイン・プログラムを起動する。
When the login program startup process accepts the request, it uses a dup call to reset the established communication path (with the log analysis process) to the standard input/output that the process normally uses, and then restarts the login program. Start the program.

ログイン・プログラムとは、利用者の入力するコマンド
行を解釈し、必要なコマンド列を起動するプログラムの
ことで、UNIXでは、通常5hellと呼ばれる。こ
の動きを第4図の流れ図に従って説明する。
A login program is a program that interprets a command line input by a user and starts a necessary command sequence, and is usually called 5hell in UNIX. This movement will be explained according to the flowchart in FIG.

ステップ401 0ゲイン解析プロセス(401〜404までは、本プロ
セスの流れ図)が、利用先ワークステーション名、利用
者名人力促進画面を表示する。
Step 401: The 0 gain analysis process (401 to 404 are the flowchart of this process) displays the name of the workstation to be used and a user skill promotion screen.

ステップ402 入力された利用者名の中の利用先ワークステーション(
ここでは102)上で稼働しているログイン・プログラ
ム起動プロセスへ、要求元ワークステーション(ここで
は1ot)、純粋利用者名をログイン要求メツセージと
して電子計算機網連絡手段を通じて送る。自計算機に対
しても、同様とする。
Step 402 The destination workstation in the input user name (
The request source workstation (here 1ot) and the pure user name are sent as a login request message to the login program startup process running on computer network communication means 102). The same applies to the own computer.

ステップ403 0ゲイン・プログラム起動プロセスから、許可応答が戻
ってきたら、自分の表示画面を消去して、ログイン・プ
ログラム起動プロセスが起動した5hellの画面が電
子計算機網連絡手段を通じて、表示されるようにする。
Step 403: When a permission response is returned from the 0 gain program startup process, erase your own display screen so that the 5hell screen that the login program startup process started is displayed through the computer network communication means. do.

ステップ404 0ゲイン・プログラム起動プロセスから利用終了メツセ
ージが到着するのを待つ。メツセージが到着したならば
、ステップ401へ戻る。
Step 404: Wait for the usage end message to arrive from the 0 gain program startup process. If the message has arrived, the process returns to step 401.

ステップ405 0ゲイン・プログラム起動プロセス(以降は本プロセス
の流れ)は、ログイン解析プロセスからのログイン要求
メツセージと後に述べる子プロセスからの終了メツセー
ジを待つ。
Step 405: The 0 gain program startup process (hereinafter referred to as the flow of this process) waits for a login request message from the login analysis process and a termination message from the child process described later.

要求メツセージが到着したならば、子プロセスを生成す
る。子プロセスはステップ407に行く。
When a request message arrives, a child process is created. The child process goes to step 407.

親プロセスはステップ401へ行く。終了メツセージが
到着したならば、当該子プロセスを起動した要因となっ
た要求元ワークステーションへ終了メツセージを電子計
算機網連絡手段によって伝達する。waitコールを発
行して、当該子プロセスを消去する(UNIX特有の処
理、UNIXでは。
The parent process goes to step 401. When the termination message arrives, the computer network communication means transmits the termination message to the requesting workstation that started the child process. Issue a wait call to erase the child process (UNIX-specific processing, in UNIX).

プロセスが終了しても、親プロセスがwaitを発行し
ない限り、zombiとして残る)。プロセス間連絡手
段と電子計算機網連絡手段により、ログイン解析プロセ
スへ、終了メツセージを送る。ステップ405へ戻る。
Even if the process ends, it remains as a zombie unless the parent process issues a wait). A termination message is sent to the login analysis process using the inter-process communication means and the computer network communication means. Return to step 405.

407(子プロセス) メツセージを解析して、要求元ワークステーション名を
取り出し、プロセス間連終手段と電子計算機網連絡手段
により、標準入出力と、要求元の端末とを接続する。
407 (child process) Analyzes the message, extracts the name of the requesting workstation, and connects the standard input/output and the requesting terminal using the inter-process connection means and the computer network communication means.

408(子プロセス) 利用者名登録簿207 (UNIXでは/etc/pa
sswd)に登録されている利用者名に対応するプログ
ラムを起動する。
408 (child process) User name registry 207 (/etc/pa on UNIX
Start the program corresponding to the user name registered in sswd).

409(子プロセス) 起動したプログラムが終了したら、親プロセスにメツセ
ージとして知らせる。
409 (child process) When the started program finishes, it notifies the parent process as a message.

410(親プロセス) 通常は、子プロセスの終了を待つのだが、複数回のログ
イン要求を受付可能とするため、直ちに、ステップ40
5へ戻る。
410 (Parent process) Normally, it waits for the child process to end, but in order to be able to accept multiple login requests, it immediately executes Step 410.
Return to 5.

上記のメツセージ送信では、内針算機内では。When sending the above message, inside the calculator.

プロセス間連絡手段のみ、他計算機との間では。Only as a means of communication between processes, with other computers.

プロセス間連絡手段と共に、電子計算機網連絡手段を用
いる。UNIXでは、これに、5ocketコールを用
いる限り、計算機名称の指定と、交信範囲の指定(UN
IXではdomain、領域)を行うことにより1区別
する。
A computer network communication means is used together with an inter-process communication means. In UNIX, as long as the 5ocket call is used, the computer name and communication range (UN
In IX, one distinction is made by performing domain, area).

次に、本実施例特有の効果を述べる。本実施例によれば
、複数の計算機からのリモートログイン要求を支援可能
であり、ワークステーションの利用効率が向上する効果
がある。
Next, effects specific to this embodiment will be described. According to this embodiment, it is possible to support remote login requests from a plurality of computers, and has the effect of improving workstation utilization efficiency.

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

本発明によれば、自他計算機付れへのログインに対して
の利用者操作は変わりなく、また、処理プログラム群も
全ての計算機に対して共通になり、操作性向上、システ
ム構築の容易性向上の効果がある。
According to the present invention, the user operation for logging into the own and other computers remains the same, and the processing program group is also common to all computers, improving operability and facilitating system construction. It has an improving effect.

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

第1図は本発明の一実施例の電子計算機網およびワーク
ステーション群の模式図、第2図は、ログイン受付先ワ
ークステーションにおけるソフトウェア構成の説明図、
第3図は、ログイン受付先ワークステーションにおける
ソフトウェア構成の説明図、第4図は、その両者のソフ
トウェアの動作の流れ図、第5図は本発明の一実施例を
実現するための機器構成のブロック図である。 101〜103・・・ワークステーション、105・・
・利用者名、200・・・ログイン解析プロセス、20
2・・・ログイン・プログラム起動プロセス、203・
・・プロセス間連絡手段、206−/ etc/ 1n
ittabフアイル、207・・・利用#登録簿、20
8・・・電子計算機網連絡手段、501・・・表示装置
、502・・・キーボード、503・・・CPU、50
4・・・磁気ディスク、505・・・通信装置。 妬 l 、03 ox 多 図 111−11摘締 ネ λ 昌 老了計耳塊綱 H〃 そ 図
FIG. 1 is a schematic diagram of a computer network and a group of workstations according to an embodiment of the present invention, and FIG. 2 is an explanatory diagram of the software configuration at a login receiving workstation.
FIG. 3 is an explanatory diagram of the software configuration on the login receiving workstation, FIG. 4 is a flowchart of the operation of both software, and FIG. 5 is a block diagram of the equipment configuration for realizing an embodiment of the present invention. It is a diagram. 101-103...Workstation, 105...
・User name, 200...Login analysis process, 20
2...Login program startup process, 203.
...Inter-process communication means, 206-/etc/1n
ittab file, 207...Usage #registry, 20
8... Computer network communication means, 501... Display device, 502... Keyboard, 503... CPU, 50
4...Magnetic disk, 505...Communication device. 03 ox multi-figure 111-11 pruning λ

Claims (1)

【特許請求の範囲】[Claims] 1、複数の電子計算機群及び、その付帯施設から構成さ
れる電子計算機網において、1つの計算機内に、実行中
のプロセス間で情報の遣り取りを行うプロセス間連絡手
段と、電子計算機網を通じて他計算機と相互に情報の遣
り取りを行う電子計算機網連絡手段と、利用者からの入
力を受け取り、利用者がどの計算機に何という利用者名
でログインを要求しているかを解析するログイン各解析
手段と、利用者名と利用元計算機名を与えられて利用者
に対応するログイン・プログラムを起動するログイン・
プログラム起動手段と、プロセスの入出力を通常の自端
末から網を通じた他計算機の端末に変更するための遠隔
端末入出力手段とを持ち、利用者が要求した計算機名と
ログイン名をログイン名解析手段により分別し、分離し
た計算機名に従つて、電子計算機網連絡手段とプロセス
間連絡手段により当該計算機上で稼働しているログイン
・プログラム起動手段に利用者名と利用元計算機名を送
り、ログイン・プログラム起動手段は遠隔端末入出力手
段を用いて起動するプログラムの通常入出力を利用元計
算機の端末に変更して、起動することを特徴とするリモ
ートログイン方式。
1. In a computer network consisting of a plurality of computer groups and their auxiliary facilities, one computer has an inter-process communication means for exchanging information between running processes, and a computer network that communicates with other computers through the computer network. computer network communication means for exchanging information with each other; login analysis means for receiving input from the user and analyzing which computer the user is requesting to log in under what user name; Login program that starts the login program corresponding to the user given the user name and source computer name.
It has a program startup means and a remote terminal input/output means for changing the process input/output from the normal local terminal to the terminal of another computer via the network, and analyzes the computer name and login name requested by the user. According to the separated computer name, the user name and user computer name are sent to the login program starting means running on the computer using the computer network communication means and the inter-process communication means to log in. - A remote login method characterized in that the program starting means uses a remote terminal input/output means to change the normal input/output of the program to be started on the terminal of the user computer.
JP30409588A 1988-12-02 1988-12-02 Remote loading system Pending JPH02150952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30409588A JPH02150952A (en) 1988-12-02 1988-12-02 Remote loading system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30409588A JPH02150952A (en) 1988-12-02 1988-12-02 Remote loading system

Publications (1)

Publication Number Publication Date
JPH02150952A true JPH02150952A (en) 1990-06-11

Family

ID=17928964

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30409588A Pending JPH02150952A (en) 1988-12-02 1988-12-02 Remote loading system

Country Status (1)

Country Link
JP (1) JPH02150952A (en)

Similar Documents

Publication Publication Date Title
US6684397B1 (en) Auto-install apparatus and method
US7287252B2 (en) Universal client and consumer
US4805134A (en) Electronic system for accessing graphical and textual information
EP0248403B1 (en) Distributed interactive processing method in complex system including plural work stations and plural host computers and apparatus using the same
US9658931B2 (en) Method for monitoring a graphical user interface on a second computer display from a first computer
US20020161895A1 (en) Systems and methods for unified remote control access
US7545361B2 (en) Automatically switching input and display devices between multiple workstations
CA2086693C (en) Data processing system, method and program for constructing host access tables for integration of telephony data with data processing systems
EP0613274A2 (en) Socket structure for concurrent multiple protocol access
JPH09185538A (en) Method and device for front end navigator and network architecture
JP2000305796A (en) Method for transferring job between electronic computers and its system
EP0644483B1 (en) Computer system and method for performing multiple tasks
KR100240657B1 (en) Application shared event control apparatus and method thereof
EP0319796A3 (en) Job control for an on-line system
EP0430708A2 (en) Architecture for server extension
JP4976128B2 (en) Transparent session transport between servers
JPH02150952A (en) Remote loading system
US6182056B1 (en) Method of modeling complex navigational logic in a client/server environment
CN112671814B (en) Cross-platform equipment development method, device and system
Cisco Terminal Service Connections
JP2746123B2 (en) Gateway system
EP0114357A2 (en) Controlling multiple distributed computations in a multi cpu environnment from a single port
KR0150285B1 (en) Synchronous and asynchronous communication apparatus for communication between network application programs and method thereof
US20230229547A1 (en) System and methods to detect faulty components during session launch
Duquaine LU 6.2 as a network standard for transaction processing