JP3932641B2 - Remote access system - Google Patents

Remote access system Download PDF

Info

Publication number
JP3932641B2
JP3932641B2 JP00960998A JP960998A JP3932641B2 JP 3932641 B2 JP3932641 B2 JP 3932641B2 JP 00960998 A JP00960998 A JP 00960998A JP 960998 A JP960998 A JP 960998A JP 3932641 B2 JP3932641 B2 JP 3932641B2
Authority
JP
Japan
Prior art keywords
computer
common function
application
function information
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP00960998A
Other languages
Japanese (ja)
Other versions
JPH11212915A (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.)
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 JP00960998A priority Critical patent/JP3932641B2/en
Publication of JPH11212915A publication Critical patent/JPH11212915A/en
Application granted granted Critical
Publication of JP3932641B2 publication Critical patent/JP3932641B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Description

【0001】
【発明の属する技術分野】
本発明はリモートアクセス方式に関し、ネットワークに接続された計算機で動作するアプリケーションが何処の計算機でも動作でき、アプリケーションからネットワークに接続された計算機の資源をリモートアクセスする方式に関する。
【0002】
【従来の技術】
図11に従来のリモートアクセス方式の一例を示す。計算機M91にローカル環境L91を利用してファイルF91をアクセスするアプリケーションA91を作成する(矢印91)。計算機M92についても同様の環境を用意する(矢印92)。アプリケーションの代わりにメーカから同様の機能を実現する製品が提供される場合もある。また、ここでは、ローカル資源としてファイルを挙げているが、ハード装置やプログラムであっても構わない。
【0003】
次に、計算機M93のアプリケーションA93から計算機M91のファイルF91をアクセスするときは、アプリケーシェンA93とアプリケーションA91が通信(矢印93)して、リモートアクセスを実現している。計算機M92についても同様の処理が行われる(矢印94)。ここまで説明してきたように、計算機のローカル資源をアクセスするには、各計算機毎にローカル資源をアクセスするアプリケーションを置いて通信するか、ローカル資源を持つ計算機でアプリケーションを動作させる必要があった。
【0004】
【発明が解決しようとする課題】
従来の方法では、アプリケーションを稼動させる計算機上でのみ動作でき、相手計算機の資源をアクセスするには、相手計算機にアプリケーションを置いて通信を行うことにより実現していた。このため、ネットワークを拡大する度に業務(アプリケーション)の見直しなどが必要になったり、計算機毎に提供している機能が異なったりしてテストを行うのにも不自由したり多大な工数と能力を費やしていた。
【0005】
本発明では、このような点に鑑みてなされたものであり、1つのアプリケーションがネットワークで接続された何処の計算機でも動作でき、かつ何処の計算機のローカル資源もアクセスすることができるため、例えば、デバック環境を備えた1つの計算機からリモートデバックすることができたり、CPU等の高パフォーマンスの計算機で容易に動作させたり、また、アプリケーションの一元管理も可能になるため、柔軟な業務構築を可能にすることを目的とする。
【0006】
【課題を解決するための手段】
図1は上記目的を達成する本発明の原理図である。
計算機M11は、リモート環境R11、ローカル環境L11、実行制御部P11、インタフェース部I11から構成され、リモート環境R11は、通信部T11、振分部B11から構成され、ローカル環境R11は、共通機能部C11、固有機能部O11から構成される。計算機M12は、リモート環境R12、ローカル環境L12、実行制御部P12、インタフェース部I12から構成され、リモート環境R12は、通信部T12から構成され、ローカル環境R12は、共通機能部C12、固有機能部O12から構成される。計算機M11で動作するアプリケーションA11と、計算機M12で動作するアプリケーションA11’がある。アプリケーションA11とアプリケーションA11’は同じものであってもよい。また、計算機M11と計算機M12はネットワークN11(LAN等)で接続される。
【0007】
上記構成によれば、実行制御部P11、P12はアプリケーションA11、A11’が計算機M11、M12のOSの違いを隠蔽しアプリケーションがどんな計算機でも動作可能にし、アプリケーションA11、A11’がインタフェース部I11,I12を利用することにより制御する。また、リモート環境R12およびローカル環境L11、L12のアクセス制御も行う。アプリケーションA11とアプリケーションA11’は同じものがそのまま動作できる。インタフェース部I11,I12は、実行制御部P11、P12と同様にアプリケーションがどんな計算機でも動作可能にするため、全計算機共通なインタフェースを提供しており、アプリケーションA11、A11’から呼ばれる。共通機能部C11、C12は、実行制御部P11、P12を計算機のOSに依存しない形で実現するため、全計算機でOSが異なっても共通な機能を実現したプログラム群またはライブラリ群であり、実行制御部P11、P12および振分部B11から呼ばれる。固有機能部O11、O12は、各計算機のOSの機能を利用して機能を実現したプログラム群またはライブラリ群であり、共通機能部C11、C12から呼び出される。通信部T11、T12は、アプリケーションから要求された情報および要求に対する結果を通信する。通信手段としては、ソケットを利用した通信等があり、通信の定義によりどんな計算機とも接続ができる。振分部B11は、通信部T11が受け取った要求からローカル環境L11の共通機能部C11を呼び出すことによりローカル資源をアクセスする。
【0008】
これにより、計算機M11、M12のリモート環境R11、R12を接続することにより、本来計算機M11で動作すべきアプリケーションA11を計算機M12に持ってきて動作させても従来と同じ動作結果を得ることができる。
【0009】
【発明の実施の形態】
本発明の概略について図面を参照して説明する。構成は、図1と同じであるため説明を省略する。計算機M11で動作するアプリケーションA11は、実行制御部P11で動作しインタフェース部I11を利用して、ローカル環境L11の共通機能部C11へ要求することにより、共通機能部C11は固有機能部O11を呼び出し要求を実現する(矢印11)。アプリケーションA11を計算機M12に持っていってそのまま動作させる(アプリケーションA11’となる)。計算機M11のリモート環境R11と計算機M12のリモート環境R12をネットワークで接続する。このとき、リモート環境R12には、利用する計算機M11のローカル環境の共通機能部C11だけを定義する(計算機M11のローカル環境L11を利用してもよいが、通信の負荷や通信性能などを考慮すると、ファイルアクセスなど計算機M11のローカル環境L11の利用が必須なもの意外は、計算機M12のローカル環境L12を利用するのがよい)。計算機M12で動作するアプリケーションA11’は、実行制御部P12で動作しインタフェース部I12を利用して、リモート環境R12またはローカル環境L12をアクセスする。前記したようにリモート環境に定義された共通機能への要求の場合は、リモート環境R12の通信部T12が計算機M11のリモート環境R11の通信部T11へ要求情報を通知し、振分部B11がローカル環境L11の共通機能部C11へ要求することにより、共通機能部C11は固有機能部O11を呼び出し要求を実現する(矢印13)。実行結果は逆ルートで通知される。一方、ローカル環境への要求の場合は、ローカル環境L12の共通機能部C12へ要求することにより、共通機能部C12は固有機能部O12を呼び出し要求を実現する(矢印12)。アプリケーションA11’からは、リモート環境R12およびローカル環境L12の呼び出しの意識は一切不要である。
【0010】
図2は、本発明のリモートアクセス方式の制御構造を示す図である。(a)では、アプリケーションに共通機能単位にインタフェースが提供され、各々の共通機能毎に通信部および振分部を実現している。例えば、共通機能が増えると、これに対応した通信部と振分部の追加が必要となる。(b)では、アプリケーションに共通機能単位にインタフェースが提供され、1つの通信部と1つの振分部で、各々の共通機能の振り分けを実現している。例えば、共通機能が増えると、これに対応した通信部と振分部の修正が必要となる。
【0011】
図3は、本発明のリモートアクセス方式の制御例を示す図である。計算機M31のアプリケーションA31が共通機能であるAを呼び出した(callA)とき、リモート環境R11に共通機能のAが定義されている場合は、実行制御部P31からリモート環境R31が呼び出され、リモート環境R31の通信部T31は要求をリモート環境の接続先である計算機M32の通信部T32へ渡す。計算機M32では、受け取った要求を通信部T32、振分部B32を経由して共通機能部C32を呼び出す。
【0012】
共通機能部C32は、固有機能部O32を呼び出して要求を実現し結果を逆ルートで返す。一方、リモート環境R11に共通機能のAが定義されてない場合は、実行制御部P31からローカル環境L31が呼び出され、共通機能部C31を呼び出す。共通機能部C31は、固有機能部O31を呼び出して要求を実現し結果を逆ルートで返す。
【0013】
図4 は、本発明のリモートアクセス方式の環境の管理例を示す図である。リモート環境R41およびローカル環境L41は、アプリケーションごとに定義される。アプリケーションのホームディレクトリd0配下にリモート環境R41のディレクトリd1とがローカル環境L41のディレクトリd1がある。リモート環境R41のディレクトリd1の配下には共通機能部であるf1とf2が存在する。一方、ローカル環境L41のディレクトリd2の配下には共通機能部であるf1とf3が存在する。ここで、f1が両方の環境に存在するが、実行制御部がリモート環境R41から参照するようなルールを決めておけばよく、このルールに乗っ取ればリモート環境R41のf1が利用されることになる。
【0014】
図5は、本発明のリモートアクセス方式を利用したリモートデバックの実施例を示す図である。構成は図1と同じであるため説明を省略する。ここで追加されているのはデバック機能D52である。デバック機能D52の位置づけは、当説明では実行制御部P52の下に位置づけているが、実行制御部P52の上(アプリケーションA51’より)でも構わない。ここでは、アプリケーションA51が動作する本来の計算機M51にデバック機能がないため、デバック機能D52が存在する計算機M52は、アプリケーションA51(計算機M52上のアプリケーションA51’と同じもの)をリモートデバックするものである。計算機M51のアプリケーションA51は、通常は計算機M51のローカル環境L51をアクセスする(矢印51)。しかし、計算機M51にデバック機能がないため、一連の処理のデバックを行うことができない。そこで、計算機M51のアプリケーションA51を計算機M51に持ってくる。いままで説明したように、実行制御部P51、P52がアプリケーションを手直しせずにそのまま動作できる環境を提供しているため、アプリケーションA51はアプリケーションA51’として問題なく動作できる。アプリケーションA51’は、実行環境部P52およびデバック機能D52上で動作することにより、ローカル環境のアクセス(矢印53)およびリモート環境R51、R52がネットワークN51を経由して計算機M51のローカル環境L51をアクセスすることができる(矢印52)。これにより、今までデバックできなかったアプリケーションA51の実環境でのデバックが可能になる。
【0015】
図6は、本発明のリモートアクセス方式を利用した他計算機資源の利用例を示す図である。構成は図1と同じであるため説明を省略する。ここで追加されているのはファイルF61、F62である。ここでは、計算機のアプリケーションからネットワーク上の資源をローカル資源と同様にアクセスするものである。
アクセス方法には、計算機M61のアプリケーションA61がローカル環境L61のファイルF61をローカルアクセス(矢印61)、または、計算機M62のアプリケーションA62がローカル環境L62のファイルF62をローカルアクセスする(矢印62)。計算機M63の全く別のアプリケーションA63がリモート環境R62、R63を利用してネットワークN61を経由して計算機M62のローカル環境L62のファイルF62をリモートアクセスする(矢印64)。この方法は、従来のリモートアクセスと同様である。もう一つは、計算機M61で動作していたアプリケーションA61を計算機M63でアプリケーションA61’として動作させ、アプリケーションA61’が計算機M61のローカル環境L61のファイルF61をリモートアクセスするものである(矢印63)。当方法は、今までになく回線速度が速く計算機M61より計算機M63のCPU等のパフォーマンスが高い場合に有効である。また、簡易的な業務を構築したりアプリケーションの一元管理を行う場合にも有効な手段である。
【0016】
図7は、本発明のリモートアクセス方式のアプリケーション動作側の処理手順を示すフローチャートである。このフローチャートの説明において、Sに続く番号はステップ番号を示す。
〔S71〕アプリケーションを動作させるための、ローカル環境およびリモート環境のパス定義(初めての場合は、パスを生成する)し、ローカル環境に必要な共通機能および固有をインストールする。
【0017】
〔S72〕リモート環境に、リモート環境で利用する共通機能を定義する。また、相手計算機のリモート環境とのネットワーク定義(相手と通信できる環境をつくる)する。
〔S73〕ローカル環境およびリモート環境のパスを指定して、アプリケーションを起動する。
【0018】
〔S74〕アプリケーションの実行終了(OSへリターン)なら、処理を終了する。それ以外はステップS75へ進む。
〔S75〕リモート環境に定義されている共通機能の呼び出しであれば、ステップS77へ進み、それ以外はステップS76へ進む。
〔S76〕ローカル環境の共通機能を呼び出し、要求された機能を実現し、ステップS74へ進む。
【0019】
〔S77〕リモート環境を呼び出し、相手計算機の共通機能を呼び出し、要求された機能を実現し、ステップS74へ進む。
図8は、本発明のリモートアクセス方式のアプリケーションがアクセスする資源側の処理手順を示すフローチャートである。このフローチャートの説明において、Sに続く番号はステップ番号を示す。
【0020】
〔S81〕リモート環境で接続した相手計算機から、実行する共通機能名と実行時に必要な情報を受け取る。
〔S82〕共通機能名からローカル環境の共通機能を呼び出す。このとき、相手計算機から受け取った情報も渡す。
〔S83〕ローカル環境の共通機能は、要求された機能を固有機能を呼び出して実現する。
【0021】
〔S84〕実行結果は、呼び出されたときの逆ルートで相手計算機へ通知し、要求に対する処理を終了する。
図9は、本発明のリモートアクセス方式で端末側のGUIを利用する実施例を示す図である。構成は図1と同じであるため説明を省略する。ここで追加されているのはGUI制御部G102である。ここでは、アプリケーションA101が動作する計算機M101がGUI機能(ユーザインタフェース)を持たないか、あるいはGUI機能の優れた端末を利用する場合について説明する。
【0022】
計算機M101のアプリケーションA101はファイル資源F101をアクセスし加工/編集する(矢印100)。加工/編集したデータを、あたかもローカル環境のファイルに格納するがごとく処理をする。このとき、格納されるデータがリモート環境R101、ネットワークN101、リモート環境R102を経由することにより、端末W101のローカル環境L102へ通知される(矢印101)。次に、ローカル環境L102からGUI制御部G102が呼び出されることにより、計算機M101で処理されたデータが端末W102に表示される(矢印102)。
【0023】
なお、端末W101から入力されたデータは逆のルートで計算機M101のアプリケーションA101に通知される。
図10は、本発明のリモートアクセス方式で他計算機の資源を利用する別の例を示す図である。構成は図1と同じであるため説明を省略する。ここで追加されているのは擬似環境S111である。ここでは、計算機M113のアプリケーションA111からネットワークN111上の計算機M111のファイル資源F111と計算機M112のファイル資源F112をローカル資源と同様にアクセスするものである。
【0024】
計算機M112については、図6で説明したため省略する(矢印110)。計算機M111には、実行制御部およびリモート環境がないため、計算機M112と同様に制御を行うことができない。また、アプリケーションA111が計算機M111で動作することもできない。しかし、ネットワークN111を流れるデータ形式(プロトコル)を決めることにより、実行制御部およびリモート環境がない計算機M111でデータ形式を解釈するような擬似環境S111を作成することにより、計算機M113のアプリケーションA111は、各計算機(M111、M112)の実装状況を意識せずに同じように各計算機(M111、M112)のファイル資源をアクセスすることができる(矢印111)。
【0025】
【発明の効果】
以上説明したように本発明では、1つのアプリケーションがネットワークで接続された何処の計算機でも動作でき、かつ何処の計算機のローカル資源もアクセスすることができるため、例えば、デバック環境を備えた1つの計算機からリモートデバックすること ができたり、CPU等の高パフォーマンスの計算機で容易に動作させたり、また、アプリケーションの一元管理も可能になるため、柔軟な業務構築が可能になる。
【図面の簡単な説明】
【図1】本発明のリモートアクセス方式の原理構成図である。
【図2】本発明のリモートアクセス方式の制御構造を示す図である。
【図3】本発明のリモートアクセス方式の制御例を示す図である。
【図4】本発明のリモートアクセス方式の環境の管理例を示す図である。
【図5】本発明のリモートアクセス方式を利用したリモートデバックの実施例を示す図である。
【図6】本発明のリモートアクセス方式を利用した他計算機資源の利用例を示す図である。
【図7】本発明のリモートアクセス方式のアプリケーション動作側の処理手順を示すフローチャートである。
【図8】本発明のリモートアクセス方式のアプリケーションがアクセスする資源側の処理手順を示すフローチャートである。
【図9】本発明のリモートアクセス方式で端末側のGUIを利用する実施例を示す図である。
【図10】本発明のリモートアクセス方式で他計算機の資源を利用する別の例を示す図である。
【図11】従来のリモートアクセス方式の一例を示す図である。
【符号の説明】
A11、A11’、A21、A22、A31、A51、A51、A61、A61、A62、A63、A91、A92、A93、A101、A111 アプリケーション
B11、B21、B22、B32 振分部
C11、C12、C21、C22、C31、C32 共通機能部
D52 デバック機能
I11、I12、I21、I22、I31 インタフェース部
L11、L12、L31、L41、L51、L52、L61、L62、L91、L92、L102、L1114、L112 ローカル環境
M11、M12、M21、M22、M23、M24、M31、M51、M52、M61、M62、M63、M91、M92、M93、M101、M111、M112、M113 計算機
N11、N51、N61、N91、N101、N102 ネットワーク
O11、O12、O21、O22、O31、O32 固有機能部
P11、P12、P31、P51、P52、P61、P62、P63、P101、P102、P112、P113 実行制御部
R11、R12、R31、R41、R51、R52、R61、R62、R63、R101、R102、R112、R113 リモート環境
T11、T12、T21、T22、T23、T24、T31、T32 通信部
G102 GUI 制御部
S111 擬似環境
F61、F62、F91、F92、F101、F111、F112 ファイル資源
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a remote access system, and more particularly to a system for remotely accessing a computer resource connected to a network from an application, which can operate on any computer operating on a computer connected to a network.
[0002]
[Prior art]
FIG. 11 shows an example of a conventional remote access method. An application A91 that accesses the file F91 using the local environment L91 is created on the computer M91 (arrow 91). A similar environment is prepared for the computer M92 (arrow 92). A product that realizes the same function may be provided from the manufacturer instead of the application. Also, here, a file is cited as a local resource, but it may be a hardware device or a program.
[0003]
Next, when accessing the file F91 of the computer M91 from the application A93 of the computer M93, the application Shen A93 and the application A91 communicate (arrow 93) to realize remote access. The same processing is performed for the computer M92 (arrow 94). As described so far, in order to access local resources of a computer, it is necessary to communicate by placing an application that accesses the local resource for each computer, or to operate the application on a computer having local resources.
[0004]
[Problems to be solved by the invention]
The conventional method can operate only on a computer that runs an application, and access to the resources of the partner computer is realized by placing the application on the partner computer and performing communication. For this reason, it is necessary to review the work (applications) every time the network is expanded, and the functions provided by each computer are different, which makes it difficult to perform tests and a large amount of man-hours and ability. Was spent.
[0005]
The present invention has been made in view of such points, and one application can operate on any computer connected by a network and can access local resources of any computer. Remote debugging from a single computer equipped with a debugging environment, easy operation with a high-performance computer such as a CPU, and centralized management of applications are possible, enabling flexible business construction. The purpose is to do.
[0006]
[Means for Solving the Problems]
FIG. 1 is a principle diagram of the present invention that achieves the above object.
The computer M11 includes a remote environment R11, a local environment L11, an execution control unit P11, and an interface unit I11. The remote environment R11 includes a communication unit T11 and a distribution unit B11. The local environment R11 is a common function unit C11. The unique function unit O11. The computer M12 includes a remote environment R12, a local environment L12, an execution control unit P12, and an interface unit I12. The remote environment R12 includes a communication unit T12. The local environment R12 includes a common function unit C12 and a unique function unit O12. Consists of There are an application A11 that operates on the computer M11 and an application A11 ′ that operates on the computer M12. The application A11 and the application A11 ′ may be the same. The computer M11 and the computer M12 are connected by a network N11 (LAN or the like).
[0007]
According to the above configuration, in the execution control units P11 and P12, the applications A11 and A11 ′ hide the difference between the OSs of the computers M11 and M12 so that the application can operate on any computer, and the applications A11 and A11 ′ are interface units I11 and I12. Control by using. Also, access control of the remote environment R12 and the local environments L11 and L12 is performed. The same application A11 and application A11 ′ can operate as they are. The interface units I11 and I12 provide an interface common to all the computers so that the application can operate on any computer in the same manner as the execution control units P11 and P12, and are called from the applications A11 and A11 ′. The common function units C11 and C12 are program groups or library groups that realize common functions even if the OS is different in all computers in order to implement the execution control units P11 and P12 in a form independent of the OS of the computer. It is called from the control units P11 and P12 and the distribution unit B11. The unique function units O11 and O12 are a group of programs or libraries that realize functions using the functions of the OS of each computer, and are called from the common function units C11 and C12. The communication units T11 and T12 communicate information requested from the application and a result for the request. As a communication means, there is communication using a socket, etc., and any computer can be connected according to the definition of communication. The distribution unit B11 accesses the local resource by calling the common function unit C11 of the local environment L11 from the request received by the communication unit T11.
[0008]
As a result, by connecting the remote environments R11 and R12 of the computers M11 and M12, the same operation result as before can be obtained even if the application A11 that should originally operate on the computer M11 is brought to the computer M12 and operated.
[0009]
DETAILED DESCRIPTION OF THE INVENTION
An outline of the present invention will be described with reference to the drawings. The configuration is the same as in FIG. The application A11 operating on the computer M11 operates on the execution control unit P11 and uses the interface unit I11 to make a request to the common function unit C11 of the local environment L11, so that the common function unit C11 calls the specific function unit O11. (Arrow 11). The application A11 is brought into the computer M12 and is operated as it is (it becomes the application A11 ′). The remote environment R11 of the computer M11 and the remote environment R12 of the computer M12 are connected by a network. At this time, only the common functional unit C11 of the local environment of the computer M11 to be used is defined in the remote environment R12 (the local environment L11 of the computer M11 may be used, but considering communication load, communication performance, and the like) Unless the use of the local environment L11 of the computer M11 such as file access is essential, the local environment L12 of the computer M12 is preferably used). The application A11 ′ operating on the computer M12 operates on the execution control unit P12 and accesses the remote environment R12 or the local environment L12 using the interface unit I12. As described above, in the case of a request for the common function defined in the remote environment, the communication unit T12 of the remote environment R12 notifies the request information to the communication unit T11 of the remote environment R11 of the computer M11, and the distribution unit B11 is local. By making a request to the common function unit C11 of the environment L11, the common function unit C11 realizes a call request to the unique function unit O11 (arrow 13). The execution result is notified by the reverse route. On the other hand, in the case of a request to the local environment, by making a request to the common function unit C12 of the local environment L12, the common function unit C12 realizes a call request for the unique function unit O12 (arrow 12). There is no need to be aware of calling the remote environment R12 and the local environment L12 from the application A11 ′.
[0010]
FIG. 2 is a diagram showing a control structure of the remote access method of the present invention. In (a), an interface is provided to the application in units of common functions, and a communication unit and a distribution unit are realized for each common function. For example, when the number of common functions increases, it is necessary to add a communication unit and a distribution unit corresponding to this. In (b), an interface is provided to the application in units of common functions, and distribution of each common function is realized by one communication unit and one distribution unit. For example, when the number of common functions increases, it is necessary to modify the communication unit and the distribution unit corresponding to this.
[0011]
FIG. 3 is a diagram showing a control example of the remote access method of the present invention. When the application A31 of the computer M31 calls A which is a common function (callA), if the common function A is defined in the remote environment R11, the remote environment R31 is called from the execution control unit P31 and the remote environment R31. The communication unit T31 passes the request to the communication unit T32 of the computer M32 that is the connection destination of the remote environment. The computer M32 calls the common function unit C32 via the communication unit T32 and the distribution unit B32 for the received request.
[0012]
The common function unit C32 calls the unique function unit O32 to realize the request, and returns the result through a reverse route. On the other hand, when the common function A is not defined in the remote environment R11, the local environment L31 is called from the execution control unit P31, and the common function unit C31 is called. The common function unit C31 calls the unique function unit O31 to realize the request, and returns the result through a reverse route.
[0013]
FIG. 4 is a diagram showing an example of management of the environment of the remote access method of the present invention. The remote environment R41 and the local environment L41 are defined for each application. The directory d1 of the remote environment R41 and the directory d1 of the local environment L41 exist under the application home directory d0. Under the directory d1 of the remote environment R41, common function units f1 and f2 exist. On the other hand, common function units f1 and f3 exist under the directory d2 of the local environment L41. Here, f1 exists in both environments, but it is only necessary to determine a rule that the execution control unit refers to from the remote environment R41. If this rule is taken over, f1 of the remote environment R41 is used. Become.
[0014]
FIG. 5 is a diagram showing an embodiment of remote debugging using the remote access method of the present invention. The configuration is the same as in FIG. Here, a debug function D52 is added. Although the debugging function D52 is positioned below the execution control unit P52 in this description, it may be positioned above the execution control unit P52 (from the application A51 ′). Here, since the original computer M51 on which the application A51 operates does not have a debug function, the computer M52 having the debug function D52 remotely debugs the application A51 (the same as the application A51 ′ on the computer M52). . The application A51 of the computer M51 normally accesses the local environment L51 of the computer M51 (arrow 51). However, since the computer M51 does not have a debugging function, a series of processes cannot be debugged. Therefore, the application M51 of the computer M51 is brought to the computer M51. As described above, since the execution control units P51 and P52 provide an environment in which the application can be operated without reworking the application, the application A51 can operate as the application A51 ′ without any problem. The application A51 ′ operates on the execution environment unit P52 and the debug function D52, so that the local environment access (arrow 53) and the remote environments R51 and R52 access the local environment L51 of the computer M51 via the network N51. (Arrow 52). As a result, it becomes possible to debug the application A51 that could not be debugged in the real environment.
[0015]
FIG. 6 is a diagram showing an example of using other computer resources using the remote access method of the present invention. The configuration is the same as in FIG. Here, the files F61 and F62 are added. Here, resources on the network are accessed from a computer application in the same manner as local resources.
In the access method, the application A61 of the computer M61 accesses the file F61 in the local environment L61 locally (arrow 61), or the application A62 of the computer M62 accesses the file F62 in the local environment L62 locally (arrow 62). A completely different application A63 of the computer M63 remotely accesses the file F62 of the local environment L62 of the computer M62 via the network N61 using the remote environments R62 and R63 (arrow 64). This method is similar to conventional remote access. The other is that the application A61 running on the computer M61 is operated as the application A61 ′ on the computer M63, and the application A61 ′ remotely accesses the file F61 in the local environment L61 of the computer M61 (arrow 63). This method is effective when the line speed is faster than ever and the performance of the CPU of the computer M63 is higher than that of the computer M61. It is also an effective means for constructing a simple business or performing unified management of applications.
[0016]
FIG. 7 is a flowchart showing a processing procedure on the application operation side of the remote access method of the present invention. In the description of this flowchart, the number following S indicates a step number.
[S71] Define a path for the local environment and the remote environment for operating the application (in the first case, generate a path), and install common functions and uniqueness required for the local environment.
[0017]
[S72] A common function used in the remote environment is defined in the remote environment. Also, define the network with the remote environment of the partner computer (create an environment that can communicate with the partner).
[S73] The local environment and remote environment paths are specified to start the application.
[0018]
[S74] If the execution of the application is terminated (return to OS), the process is terminated. Otherwise, the process proceeds to step S75.
[S75] If the call is for a common function defined in the remote environment, the process proceeds to step S77, otherwise the process proceeds to step S76.
[S76] The common function of the local environment is called to realize the requested function, and the process proceeds to step S74.
[0019]
[S77] The remote environment is called, the common function of the partner computer is called, the requested function is realized, and the process proceeds to step S74.
FIG. 8 is a flowchart showing a processing procedure on the resource side accessed by the remote access method application of the present invention. In the description of this flowchart, the number following S indicates a step number.
[0020]
[S81] A common function name to be executed and information necessary for execution are received from the partner computer connected in the remote environment.
[S82] A common function in the local environment is called from the common function name. At this time, the information received from the partner computer is also passed.
[S83] The common function in the local environment is realized by calling the specific function for the requested function.
[0021]
[S84] The execution result is notified to the partner computer through the reverse route when called, and the processing for the request is terminated.
FIG. 9 is a diagram showing an embodiment in which a terminal-side GUI is used in the remote access method of the present invention. The configuration is the same as in FIG. What is added here is a GUI control unit G102. Here, a case where the computer M101 on which the application A101 operates does not have a GUI function (user interface) or uses a terminal having an excellent GUI function will be described.
[0022]
The application A101 of the computer M101 accesses and processes / edits the file resource F101 (arrow 100). The processed / edited data is processed as if it is stored in a file in the local environment. At this time, the stored data is notified to the local environment L102 of the terminal W101 by passing through the remote environment R101, the network N101, and the remote environment R102 (arrow 101). Next, when the GUI control unit G102 is called from the local environment L102, data processed by the computer M101 is displayed on the terminal W102 (arrow 102).
[0023]
The data input from the terminal W101 is notified to the application A101 of the computer M101 through the reverse route.
FIG. 10 is a diagram showing another example in which resources of other computers are used in the remote access method of the present invention. The configuration is the same as in FIG. Here, a pseudo environment S111 is added. Here, the application A111 of the computer M113 accesses the file resource F111 of the computer M111 and the file resource F112 of the computer M112 on the network N111 in the same manner as local resources.
[0024]
The computer M112 has been described with reference to FIG. Since the computer M111 does not have an execution control unit and a remote environment, control cannot be performed in the same manner as the computer M112. Further, the application A111 cannot operate on the computer M111. However, by determining the data format (protocol) that flows through the network N111, by creating a pseudo environment S111 that interprets the data format by the computer M111 without the execution control unit and the remote environment, the application A111 of the computer M113 is The file resources of each computer (M111, M112) can be accessed in the same way without being aware of the mounting status of each computer (M111, M112) (arrow 111).
[0025]
【The invention's effect】
As described above, according to the present invention, since one application can operate on any computer connected via a network and can access local resources of any computer, for example, one computer having a debugging environment. Can be remotely debugged, easily operated on a high-performance computer such as a CPU, and centralized management of applications, enabling flexible business construction.
[Brief description of the drawings]
FIG. 1 is a principle configuration diagram of a remote access system of the present invention.
FIG. 2 is a diagram showing a control structure of a remote access method of the present invention.
FIG. 3 is a diagram illustrating a control example of a remote access method according to the present invention.
FIG. 4 is a diagram showing an example of management of the environment of the remote access method of the present invention.
FIG. 5 is a diagram showing an embodiment of remote debugging using the remote access method of the present invention.
FIG. 6 is a diagram showing an example of using other computer resources using the remote access method of the present invention.
FIG. 7 is a flowchart showing a processing procedure on the application operation side of the remote access method of the present invention.
FIG. 8 is a flowchart showing a processing procedure on the resource side accessed by an application of the remote access method of the present invention.
FIG. 9 is a diagram illustrating an embodiment in which a terminal-side GUI is used in the remote access method of the present invention.
FIG. 10 is a diagram showing another example in which resources of other computers are used in the remote access method of the present invention.
FIG. 11 is a diagram illustrating an example of a conventional remote access method.
[Explanation of symbols]
A11, A11 ′, A21, A22, A31, A51, A51, A61, A61, A62, A63, A91, A92, A93, A101, A111 Applications B11, B21, B22, B32 Distribution units C11, C12, C21, C22 , C31, C32 Common function part D52 Debug function I11, I12, I21, I22, I31 Interface part L11, L12, L31, L41, L51, L52, L61, L62, L91, L92, L102, L1114, L112 Local environment M11, M12, M21, M22, M23, M24, M31, M51, M52, M61, M62, M63, M91, M92, M93, M101, M111, M112, M113 Computers N11, N51, N61, N91, N101, N102 Network O 1, O12, O21, O22, O31, O32 Specific function units P11, P12, P31, P51, P52, P61, P62, P63, P101, P102, P112, P113 Execution control units R11, R12, R31, R41, R51, R52, R61, R62, R63, R101, R102, R112, R113 Remote environment T11, T12, T21, T22, T23, T24, T31, T32 Communication unit G102 GUI control unit S111 Pseudo environment F61, F62, F91, F92, F101 , F111, F112 File resources

Claims (3)

ネットワークで接続された複数の計算機からなるリモートアクセスシステムであって、
前記各計算機は、
処理要求を受けると前記計算機の機能を利用して処理を行いその結果を送り返す固有機能部と、
共通機能情報を受けると、対応する前記固有機能部による処理要求を行いその結果を出力する複数の共通機能部と、
他の計算機から共通機能情報を受信した場合、該共通機能情報に対応する前記共通機能部に該共通機能情報に関する処理を振り分け、振り分けた共通機能部からの処理結果を送信してきた他の計算機へ送り返す振分部と、
自計算機で実行中のアプリケーションより共通機能情報の呼び出しがった場合は、ターゲットとなる他の計算機の対応する共通機能情報の定義が成されているか判断し、
定義が成されていた場合は、該当する他の計算機に対し共通機能情報を送信すると共に、その後他の計算機から実行結果を受信すると該アプリケーションへ出力し、
定義が成されていない場合は、該当する前記共通機能部へ該共通機能情報の処理要求を行うと共に、その後処理要求を行った前記共通機能部からの結果が送り返されてくると、該アプリケーションへ出力する
実行制御部と
を有することを特徴とするリモートアクセスシステム。
A remote access system comprising a plurality of computers connected by a network,
Each of the computers is
Upon receiving a processing request, a unique function unit that performs processing using the function of the computer and sends back the result,
Upon receiving the common function information, and a plurality of common function section for outputting a result subjected to the processing request by the inherent function unit a corresponding,
When common function information is received from another computer, the processing related to the common function information is distributed to the common function unit corresponding to the common function information, and the processing result from the distributed common function unit is transmitted to the other computer A sorting part to send back;
If the calling of the common function information from the application running on the host computer is Tsu Oh determines whether the definition of the corresponding common function information of another computer as a target has been made,
If the definition has been made, send the common function information to the corresponding other computer, and then output the execution result from the other computer to the application,
If the definition is not made, a request for processing the common function information is sent to the corresponding common function unit, and a result from the common function unit that made the request for processing is sent back to the application. A remote access system comprising: an execution control unit for outputting.
ネットワークで接続された複数の計算機からなるリモートアクセスシステムにおける計算機であって、
前記計算機は、
処理要求を受けると前記計算機の機能を利用して処理を行いその結果を送り返す固有機能部と、
共通機能情報を受けると、対応する前記固有機能部による処理要求を行いその結果を出力する複数の共通機能部と、
他の計算機から共通機能情報を受信した場合、該共通機能情報に対応する前記共通機能部に該共通機能情報に関する処理を振り分け、振り分けた共通機能部からの処理結果を送信してきた他の計算機へ送り返す振分部と、
自計算機で実行中のアプリケーションより共通機能情報の呼び出しがった場合は、ターゲットとなる他の計算機の対応する共通機能情報の定義が成されているか判断し、
定義が成されていた場合は、該当する他の計算機に対し共通機能情報を送信すると共に、その後他の計算機から実行結果を受信すると該アプリケーションへ出力し、
定義が成されていない場合は、該当する前記共通機能部へ該共通機能情報の処理要求を行うと共に、その後処理要求を行った前記共通機能部からの結果が送り返されてくると、該アプリケーションへ出力する
実行制御部と
を有することを特徴とする計算機。
A computer in a remote access system comprising a plurality of computers connected by a network,
The calculator is
Upon receiving a processing request, a unique function unit that performs processing using the function of the computer and sends back the result,
Upon receiving the common function information, and a plurality of common function section for outputting a result subjected to the processing request by the inherent function unit a corresponding,
When common function information is received from another computer, the processing related to the common function information is distributed to the common function unit corresponding to the common function information, and the processing result from the distributed common function unit is transmitted to the other computer A sorting part to send back;
If the calling of the common function information from the application running on the host computer is Tsu Oh determines whether the definition of the corresponding common function information of another computer as a target has been made,
If the definition has been made, send the common function information to the corresponding other computer, and then output the execution result from the other computer to the application,
If the definition is not made, a request for processing the common function information is sent to the corresponding common function unit, and a result from the common function unit that made the request for processing is sent back to the application. A computer having an execution control unit for outputting.
ネットワークで接続された複数の計算機からなるリモートアクセスシステムにおける計算機を、
処理要求を受けると前記計算機の機能を利用して処理を行いその結果を送り返す固有機能部と、
共通機能情報を受けると、対応する前記固有機能部による処理要求を行いその結果を出力する複数の共通機能部と、
他の計算機から共通機能情報を受信した場合、該共通機能情報に対応する前記共通機能部に該共通機能情報に関する処理を振り分け、振り分けた共通機能部からの処理結果を送信してきた他の計算機へ送り返す振分部と、
自計算機で実行中のアプリケーションより共通機能情報の呼び出しがった場合は、ターゲットとなる他の計算機の対応する共通機能情報の定義が成されているか判断し、
定義が成されていた場合は、該当する他の計算機に対し共通機能情報を送信すると共に、その後他の計算機から実行結果を受信すると該アプリケーションへ出力し、
定義が成されていない場合は、該当する前記共通機能部へ該共通機能情報の処理要求を行うと共に、その後処理要求を行った前記共通機能部からの結果が送り返されてくると、該アプリケーションへ出力する
実行制御部と
して機能させるリモートアクセスプログラムを格納したコンピュータが読み取り可能な記録媒体。
A computer in a remote access system consisting of multiple computers connected by a network
Upon receiving a processing request, a unique function unit that performs processing using the function of the computer and sends back the result,
Upon receiving the common function information, and a plurality of common function section for outputting a result subjected to the processing request by the inherent function unit a corresponding,
When common function information is received from another computer, the processing related to the common function information is distributed to the common function unit corresponding to the common function information, and the processing result from the distributed common function unit is transmitted to the other computer A sorting part to send back;
If the calling of the common function information from the application running on the host computer is Tsu Oh determines whether the definition of the corresponding common function information of another computer as a target has been made,
If the definition has been made, send the common function information to the corresponding other computer, and then output the execution result from the other computer to the application,
If the definition is not made, a request for processing the common function information is sent to the corresponding common function unit, and a result from the common function unit that made the request for processing is sent back to the application. A computer-readable recording medium storing a remote access program that functions as an output execution control unit.
JP00960998A 1998-01-21 1998-01-21 Remote access system Expired - Fee Related JP3932641B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP00960998A JP3932641B2 (en) 1998-01-21 1998-01-21 Remote access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP00960998A JP3932641B2 (en) 1998-01-21 1998-01-21 Remote access system

Publications (2)

Publication Number Publication Date
JPH11212915A JPH11212915A (en) 1999-08-06
JP3932641B2 true JP3932641B2 (en) 2007-06-20

Family

ID=11725050

Family Applications (1)

Application Number Title Priority Date Filing Date
JP00960998A Expired - Fee Related JP3932641B2 (en) 1998-01-21 1998-01-21 Remote access system

Country Status (1)

Country Link
JP (1) JP3932641B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4757038B2 (en) * 2006-01-25 2011-08-24 株式会社日立製作所 Storage system and storage control device
JP4652994B2 (en) * 2006-03-14 2011-03-16 オリンパスメディカルシステムズ株式会社 Conversion adapter, medical system, and communication method.
JP5679190B2 (en) * 2011-03-25 2015-03-04 日本電気株式会社 Host computer, distributed processing system, and I / O control method
GB2516833A (en) 2013-07-31 2015-02-11 Ibm Running software application with dynamic action delegation

Also Published As

Publication number Publication date
JPH11212915A (en) 1999-08-06

Similar Documents

Publication Publication Date Title
US7899077B2 (en) Method and apparatus for supporting network communications
US11699073B2 (en) Network off-line model processing method, artificial intelligence processing device and related products
US11398981B2 (en) Path creation method and device for network on chip and electronic apparatus
JP3932641B2 (en) Remote access system
CN110083466B (en) Data transmission method and device for small program
CN114338738A (en) Actor model-based rule engine and scene linkage implementation method
CN109729731B (en) Accelerated processing method and device
Elwakil et al. Debugging support tool for MCAPI applications
US8276165B2 (en) Continuation-based runtime callback invocation
CN113656152B (en) Local simulation method, system, medium and electronic equipment based on container cloud environment
CN111200608B (en) Link information processing method and device
CN110928693B (en) Computing equipment and resource allocation method
CN112968812A (en) Network performance testing method, device, equipment and storage medium
CN113126958A (en) Decision scheduling customization method and system based on information flow
JP2009530707A (en) Command line pipelining
JP2020030490A (en) Script conversion program for model inspection, model inspection program, script conversion device for model inspection and model inspection device
WO2024034057A1 (en) Network management device, network management method, and program
CN115185543B (en) Model deployment method, packing method, device, equipment and storage medium
CN115174587B (en) Data transmission system, method and device, computer readable storage medium and electronic equipment
Adaili et al. New solutions for useful execution models of communicating adaptive RA2DL
CN114390042A (en) Industrial communication method, industrial communication system, device, and storage medium
CN112650570A (en) Dynamically expandable distributed crawler system, data processing method and device
JP3655114B2 (en) Simulation method and simulation system
CN117061270A (en) Method for realizing localization virtual and access of remote equipment based on distributed soft bus
CN112506590A (en) Interface calling method and device and electronic equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040608

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060905

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061102

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061128

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070129

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070227

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070312

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100330

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110330

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110330

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120330

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130330

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130330

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140330

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees