JP2002288130A - System, method, and program for distributed processing - Google Patents

System, method, and program for distributed processing

Info

Publication number
JP2002288130A
JP2002288130A JP2001090055A JP2001090055A JP2002288130A JP 2002288130 A JP2002288130 A JP 2002288130A JP 2001090055 A JP2001090055 A JP 2001090055A JP 2001090055 A JP2001090055 A JP 2001090055A JP 2002288130 A JP2002288130 A JP 2002288130A
Authority
JP
Japan
Prior art keywords
processing
daemon
machine
application
requesting
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
JP2001090055A
Other languages
Japanese (ja)
Inventor
Koji Muramatsu
孝治 村松
Katsufumi Fujimoto
克文 藤本
Sukemasa Shuto
佑誠 周東
Yasushi Ono
泰志 小野
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001090055A priority Critical patent/JP2002288130A/en
Publication of JP2002288130A publication Critical patent/JP2002288130A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a distributed processing system in which a requester machine can easily obtain a processing demon for executing a specific-function processing, which is a part of the main body of instruction processing, from a remote machine, and can process the specific-function processing. SOLUTION: In the distributed processing system, a remote machine 10 and a requester machine 20 are connected via a network 30. The remote machine 10 is provided with an application 13 for executing various kinds of instruction processing, a processing demon for executing specific-function processing, and a relay library 14 for relaying instructions related to the specific-function processing. When the processing demon is requested by the requester machine 20, it can be offered easily to the requester machine 20, and when an instruction related to the specific-function processing is requested by the requester machine 20, the instruction is relayed from among the applications by the relay library 14 and offered to the requester machine 20 through a communication control port.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】 本発明は、依頼元マシンが
遠隔マシンの命令処理本体の一部の命令処理である特定
機能処理を受けて処理する分散処理システム、分散処理
方法及びプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed processing system, a distributed processing method, and a program in which a requesting machine receives and processes a specific function process, which is a part of the instruction processing of a remote machine.

【0002】[0002]

【従来の技術】 従来、特開平7−302233号公報
にあるように、ネットワークに接続された複数のワーク
ステーションやパーソナルコンピュータを利用したウイ
ンドウを共有するシステムにおいては、メインプログラ
ムがアプリケーションの画面データを、公衆回線を経由
してサブプログラムへ送信し、サブプログラムで画面表
示するシステムが開発されている。また、処理依頼元で
あるサーバと依頼先である各クライアントとが個別に命
令処理及び通信に関するソフトを用意するものも考えら
れている。
2. Description of the Related Art Conventionally, as disclosed in Japanese Patent Application Laid-Open No. Hei 7-302233, in a system that shares windows using a plurality of workstations and personal computers connected to a network, a main program displays screen data of an application. A system has been developed in which data is transmitted to a subprogram via a public line and displayed on a screen by the subprogram. Further, a server that is a processing request source and a client that is a request destination individually prepare software for instruction processing and communication have been considered.

【0003】[0003]

【発明が解決しようとする課題】 しかしながら、メイ
ンプログラムがアプリケーションの画面データを、公衆
回線を経由してサブプログラムへ送信し、サブプログラ
ムで画面表示するシステムを用いたものは、遠隔地のサ
ーバ端末の画面をクライアント端末にて表示することは
可能であるが、サブプログラムを予めクライアント端末
にインストールしておく必要がある。さらに、サブプロ
グラムが予めインストールされていても、起動されてい
るクライアント端末のみにしか画面を表示できないとい
う問題がある。また、処理依頼元と依頼先が個別に命令
処理及び通信に関するソフトを用意するものは、アプレ
ットの開発はもとより、両者のデータ通信方法の検討開
発等に関し、それぞれ個別に検討・開発しなければなら
ず、開発費用が嵩むという問題がある。本発明は上記事
情に鑑みてなされたもので、命令処理本体部分と特定機
能処理部分とを分離し、依頼先マシン側に命令処理本体
部分を残し、特定機能処理部分を依頼元マシンで命令処
理可能とする分散処理システム及び分散処理方法を提供
することにある。また、本発明の他の目的は、依頼元マ
シンからの要求に基づいて特定機能処理部分および命令
処理本体の必要な命令処理を実行するプログラムを提供
することにある。
However, a system using a system in which a main program transmits screen data of an application to a sub-program via a public line and displays the screen by the sub-program is used in a remote server terminal. Can be displayed on the client terminal, but the subprogram needs to be installed in the client terminal in advance. Further, there is a problem that the screen can be displayed only on the activated client terminal even if the subprogram is installed in advance. In addition, if the processing requester and the requestee prepare software for command processing and communication separately, they must separately study and develop not only the applet but also the study and development of the data communication method of both. However, there is a problem that the development cost increases. The present invention has been made in view of the above circumstances, and separates an instruction processing main body part from a specific function processing part, leaves the instruction processing main body part on the request destination machine side, and executes the specific function processing part on the request source machine. An object of the present invention is to provide a distributed processing system and a distributed processing method that enable the processing. Another object of the present invention is to provide a program for executing a required instruction process of a specific function processing part and an instruction processing body based on a request from a requesting machine.

【0004】[0004]

【課題を解決するための手段】(1) 上記課題を解決
するために、1つ以上の遠隔マシンと1つ以上の依頼元
マシンとがネットワークを介して接続されてなる分散処
理システムにおいて、前記遠隔マシンは、各種の命令処
理を実行させる命令処理本体となるアプリケーション
と、前記依頼元マシンとの間で前記アプリケーションの
中の特定機能処理に関係する命令を中継する中継ライブ
ラリと、前記中継ライブラリから中継される前記特定機
能処理を実行する処理デーモンとを備え、 前記依頼元
マシンからの要求のもとに前記遠隔マシンの管理する処
理デーモンをダウンロードし、前記依頼元マシン上で前
記特定機能の処理を実行させる構成である。本発明は以
上のような構成とすることにより、命令処理本体となる
アプリケーションと特定機能処理を実行させる処理デー
モンを分離することにより、依頼元マシンが例えばブラ
ウザ上で要求することにより、当該ブラウザ上に特定機
能処理を容易に表示可能であり、また中継ライブラリを
介して特定機能処理に関係する命令をアプリケーション
の中から取り込むことが可能である。 (2) 1つ以上の遠隔マシンと1つ以上の依頼元マシ
ンとがネットワークを介して接続されてなる分散処理シ
ステムにおいて、前記遠隔マシンは、各種の命令処理を
実行させる命令処理本体となるアプリケーションと、前
記依頼元マシンとの間で通信制御ポートを介して前記ア
プリケーションの中の特定機能処理に関係する命令を中
継する中継ライブラリと、前記中継ライブラリから中継
される前記特定機能処理を実行する処理デーモンと、こ
の中継ライブラリにより確保された通信制御ポートの通
知を受けると、前記処理デーモンに通知し、前記処理デ
ーモンから前記中継ライブラリへ通信接続要求を行なわ
せるマネージャとを備え、前記依頼元マシンからの要求
のもとに前記遠隔マシンの管理する処理デーモンをダウ
ンロードし、前記依頼元マシン上で前記特定機能の処理
を実行させる構成である。
(1) In order to solve the above-mentioned problem, in a distributed processing system in which one or more remote machines and one or more requesting machines are connected via a network, The remote machine is an application serving as an instruction processing body that executes various instruction processes, a relay library that relays an instruction related to a specific function process in the application between the requesting machine, and a relay library. A processing daemon for executing the specific function process to be relayed, downloading a processing daemon managed by the remote machine based on a request from the requesting machine, and processing the specific function on the requesting machine Is executed. According to the present invention having the above-described configuration, an application serving as an instruction processing main body is separated from a processing daemon for executing a specific function process. It is possible to easily display the specific function processing, and it is possible to fetch an instruction related to the specific function processing from the application via the relay library. (2) In a distributed processing system in which one or more remote machines and one or more requesting machines are connected via a network, the remote machine is an application serving as an instruction processing main body for executing various types of instruction processing. And a relay library for relaying an instruction related to a specific function process in the application between the request source machine and a communication control port, and a process for executing the specific function process relayed from the relay library A daemon and a manager that, when receiving a notification of the communication control port secured by the relay library, notifies the processing daemon and makes a communication connection request from the processing daemon to the relay library. Downloads a processing daemon managed by the remote machine upon request of In this configuration, the processing of the specific function is executed on the requesting machine.

【0005】本発明は以上のような構成とすることによ
り、命令処理本体となるアプリケーションと特定機能処
理を実行させる処理デーモンを分離することにより、依
頼元マシンが例えばブラウザ上で要求することにより、
当該ブラウザ上に特定機能処理を容易に表示可能であ
り、また、遠隔マシンでは、依頼元マシン側から前記特
定機能処理に関係する命令要求を受けると、マネージャ
が依頼元マシンに通信制御ポートを通知するので、依頼
元マシンは、通信制御ポートの接続を要求すれば、中継
ライブラリがアプリケーションの中の前記特定機能処理
に関係する命令を中継し、前記依頼元マシンの処理デー
モンに提供するので、依頼元マシン側はブラウザ等の要
求機能だけをもつことにより、命令処理本体の一部の特
定機能処理が実行可能となり、特別の機能をもつことな
く融通性に富んだ命令処理を実行可能となる。 (3) 本発明に係わる分散処理方法は、遠隔マシンと
依頼元マシンとがネットワークを介して接続されてなる
分散処理システムにあって、遠隔マシンに対し、処理デ
ーモンを要求する処理デーモン要求ステップと、この要
求された処理デーモンを前記依頼元マシンのブラウザに
ダウンロードするステップと、このダウンロードされた
Webページに記述されるアプリケーションを指定する
ステップと、前記遠隔マシンにて前記指定されたアプリ
ケーションを受けて前記アプリケーションを起動し、既
存ライブラリに代えて中継ライブラリとリンクするステ
ップと、このステップによるリンク確立後、中継ライブ
ラリが通信制御ポートを確保しマネージャに通知するポ
ート確保ステップと、このマネージャが通信制御ポート
番号を前記ブラウザ上の処理デーモンに通知するステッ
プと、この通知を受けた処理デーモンが受信したポート
番号を用いて前記遠隔マシンの中継ライブラリに前記特
定機能処理に関連する命令を要求するステップと、この
中継ライブラリが前記アプリケーションを前記ブラウザ
上の処理デーモンに送出するステップと、この処理デー
モンが中継ライブラリから受ける処理命令を実行し、そ
の実行に伴って発生する処理命令を中継ライブラリに通
知するステップとを有することにより、依頼元マシンで
はブラウザ等の要求機能だけをもつことにより、命令処
理本体の一部の命令処理を円滑に実行することが可能で
ある。
According to the present invention, an application serving as an instruction processing main body and a processing daemon for executing a specific function process are separated from each other by the above-described configuration.
The specific function process can be easily displayed on the browser, and when the remote machine receives a command request related to the specific function process from the requesting machine side, the manager notifies the requesting machine of the communication control port. Therefore, if the requesting machine requests connection of the communication control port, the relay library relays the command related to the specific function processing in the application and provides the command to the processing daemon of the requesting machine. The former machine has only the required functions such as a browser, so that it can execute a part of the specific processing of the instruction processing main body, and can execute the instruction processing with high flexibility without any special function. (3) A distributed processing method according to the present invention is a distributed processing system in which a remote machine and a requesting machine are connected via a network, and a processing daemon requesting step for requesting a processing daemon to the remote machine. Downloading the requested processing daemon to a browser of the requesting machine, specifying an application described on the downloaded Web page, and receiving the specified application at the remote machine. Starting the application and linking with the relay library instead of the existing library; after establishing the link by this step, the relay library secures a communication control port and notifies the manager of the port; Number the browser Notifying the above processing daemon, requesting the relay library of the remote machine for an instruction related to the specific function processing using the port number received by the processing daemon that has received the notification, Sending the application to a processing daemon on the browser, executing the processing instruction received from the relay library by the processing daemon, and notifying the relay library of a processing instruction generated with the execution. Since the requesting machine has only a request function such as a browser, it is possible to execute a part of the instruction processing of the instruction processing body smoothly.

【0006】(4) また、本発明に係わるコンピュー
タプログラムは、処理デーモンを含むWebページを提
供するWebページ提供機能と、このWebページ提供
機能によって提供されたWebページ中の処理デーモン
の要求有無を確認する処理デーモン要求確認機能と、こ
の確認機能により要求ありを確認したとき、前記処理デ
ーモンを前記依頼元マシンに提供する処理デーモン提供
機能と、この提供機能によって提供された処理デーモン
のもとに特定のアプリケーションの指定ありかを確認す
るアプリケーン名指定確認機能と、この指定確認機能に
よって確認されるアプリケーションのもとに前記アプリ
ケーションを起動し、中継ライブラリとのリンク化を実
行する機能と、このアプリケーションにリンクされる中
継ライブラリによって通信制御ポートを確保し、マネー
ジャを介してそのポート番号を前記依頼元マシンの処理
デーモンに通知するポート通知機能と、前記通信制御ポ
ートを介して前記アプリケーションの特定機能処理を前
記処理デーモンに提供するアプリケーション提供機能と
を実現するプログラムをコンピュータに読み取らせるこ
とにより、以上の機能を実現するものである。
(4) Further, a computer program according to the present invention includes a Web page providing function for providing a Web page including a processing daemon, and a request for a processing daemon in a Web page provided by the Web page providing function. A processing daemon request confirmation function to be confirmed, a processing daemon providing function of providing the processing daemon to the requesting machine when the request is confirmed by the confirmation function, and a processing daemon provided by the providing function. An application name designation confirmation function for confirming whether or not a specific application is designated; a function of starting the application under the application confirmed by the designation confirmation function and performing linking with a relay library; Depending on the relay library linked to the application, A port notification function that secures a communication control port through a manager and notifies the port number of the processing to a processing daemon of the requesting machine via a manager, and provides a specific function process of the application to the processing daemon through the communication control port. The above functions are realized by causing a computer to read a program that realizes an application providing function to be performed.

【0007】[0007]

【発明の実施の形態】(第1の実施の形態)以下、本発
明の第1の実施の形態について図面を参照して説明す
る。図1および図2は本発明に係わる分散処理システム
の一実施の形態を示す構成図である。この分散処理シス
テムは、図1に示すようにアプリケーションソフトの命
令処理本体等を実行する。遠隔マシン10と、この遠隔
マシン10の命令処理本体の一部の命令処理である特定
機能処理部分例えば表示デーモン(表示用の常駐プログ
ラム)を受け取って処理する複数の依頼元マシン20と
がインターネット、イントラネット等のネットワーク3
0を介して接続されている。この遠隔マシン10は、自
身にて命令処理本体を実行する他、依頼元マシン20か
ら要請される命令処理を転送したり、必要に応じて要請
された命令を実行するサーバ本体ないし依頼先マシンの
役割をもつものであり、具体的には図2に示すように、
HTML言語等のホームページファイルや特定機能処理
部分となる各種処理デーモン,例えば表示デーモンその
他必要な処理デーモンを保存するデータベース11、遠
隔マシン10上に常駐し、依頼元マシン20側からの要
求を受付けて表示デーモンのダウンロードや後記するア
プリケーション13の起動を行うWebサーバ12、遠
隔マシン10上で動作し、Webサーバ部12からの起
動指示を受けて各種命令の送受信を実行するアプリケー
ション13、中継ライブラリ14、マネージャ15及び
記憶媒体16等が設けられている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS (First Embodiment) A first embodiment of the present invention will be described below with reference to the drawings. 1 and 2 are configuration diagrams showing an embodiment of a distributed processing system according to the present invention. This distributed processing system executes an instruction processing main body of application software as shown in FIG. The remote machine 10 and a plurality of requesting machines 20 that receive and process a specific function processing part, such as a display daemon (a resident program for display), which is a part of the instruction processing of the instruction processing body of the remote machine 10, are connected to the Internet, Network 3 such as intranet
0. The remote machine 10 executes the command processing itself, transfers the command processing requested by the requesting machine 20, and executes the requested command from the server main body or the requested machine as needed. It has a role, specifically, as shown in FIG.
A database 11 for storing a homepage file such as an HTML language and various processing daemons serving as specific function processing parts, for example, a display daemon and other necessary processing daemons, resides on the remote machine 10 and receives a request from the requesting machine 20 side A Web server 12 that downloads a display daemon and starts an application 13 to be described later; an application 13 that operates on the remote machine 10 and receives and transmits a start instruction from the Web server unit 12 to execute transmission and reception of various commands; a relay library 14; A manager 15 and a storage medium 16 are provided.

【0008】この中継ライブラリ14は、既存ライブラ
リ17と互換性をもつものであって、既存ライブラリ1
7(既存実行環境に用意されているライブラリ)の代わ
りにアプリケーション13とリンクされ、アプリケーシ
ョン13からの命令およびダウンロードされた依頼元マ
シン20の表示デーモンと送受信する中継機能、依頼元
マシン20に対する通信制御ポートの確保等の機能をも
っているライブラリ(特定の命令に結びつく処理が実装
されているソフトウェア部品)である。前記マネージャ
15は、遠隔マシン10に常駐し、各依頼元マシン20
上で動作する表示デーモンの管理・制御および中継ライ
ブラリ14から通知される通信制御ポートの番号を依頼
元マシン20に通知する機能をもっている。前記記憶媒
体16は、依頼元マシン20からの表示デーモンの要求
に関連する一連の処理用プログラムを記憶する媒体であ
って、例えば磁気ディスク、磁気テープ、CD−RO
M、DVD−ROM、フロッピー(登録商標)ディス
ク、MO、CD−R、メモリカードなどが用いられる。
また、依頼元マシン20からの表示デーモンの要求に関
連する一連の処理用プログラムをネットワーク経由等で
入手することも考えられる。
The relay library 14 is compatible with the existing library 17, and is compatible with the existing library 1.
7 (library prepared in the existing execution environment), a relay function that is linked to the application 13 and transmits / receives the instruction from the application 13 and the downloaded display daemon of the requesting machine 20, communication control for the requesting machine 20 This is a library (a software component in which a process associated with a specific instruction is implemented) having a function such as securing a port. The manager 15 is resident on the remote machine 10,
It has a function of notifying the requesting machine 20 of the management / control of the display daemon operating on the above and the number of the communication control port notified from the relay library 14. The storage medium 16 is a medium for storing a series of processing programs related to a display daemon request from the requesting machine 20, and is, for example, a magnetic disk, a magnetic tape, a CD-RO.
M, DVD-ROM, floppy (registered trademark) disk, MO, CD-R, memory card, and the like are used.
It is also conceivable to obtain a series of processing programs related to the display daemon request from the request source machine 20 via a network or the like.

【0009】なお、遠隔マシン10は、ネットワーク3
0上に一台だけ設置されている例を示しているが、複数
台設置されているものでもよい。一方、依頼元マシン2
0は、遠隔マシン10に対する表示デーモンの要求やこ
の表示デーモンの処理上必要なアプリケーション13の
要求の他、所要の命令処理を依頼する,いわゆるクライ
アントに相当し、具体的には、URL指定のもとに遠隔
マシン10のWebページを閲覧する一般的なブラウザ
21が搭載され、このブラウザ21を起動することによ
り、Webサーバ12側から特定機能処理部分となる所
要の表示デーモン22をインストールし実行する機能を
もっている。この表示デーモン22は、ブラウザ21上
にてJavaアプレット(ブラウザにて動的にダウンロ
ードされ起動されるJava言語記述プログラム)とし
て動作し、また中継ライブラリ14から送られてくる各
種命令の実際の処理、中継ライブラリ14に対するイベ
ントの発生通知を行う機能をもっている。なお、依頼元
マシン20は、複数台設置されている例を示している
が、1台だけ設置されている場合でも同様に適用できる
ものである。次に、以上のようなシステムの動作ないし
本発明方法について説明する。 (1)遠隔マシン10の電源が投入され、当該遠隔マシ
ン10内のマネージャ15が起動される。
The remote machine 10 is connected to the network 3
Although an example is shown in which only one unit is installed on the unit 0, a plurality of units may be installed. On the other hand, the requesting machine 2
Reference numeral 0 corresponds to a so-called client that requests a display command to the remote machine 10 and a request of an application 13 necessary for processing of the display daemon, as well as a required command process. In addition, a general browser 21 for browsing the Web page of the remote machine 10 is installed, and by activating the browser 21, the required display daemon 22 serving as a specific function processing part is installed and executed from the Web server 12 side. Has a function. The display daemon 22 operates as a Java applet (a Java language description program dynamically downloaded and activated by the browser) on the browser 21, and performs actual processing of various commands sent from the relay library 14. It has a function of notifying the relay library 14 of the occurrence of an event. Although the example in which a plurality of request source machines 20 are installed is shown, the same applies to a case where only one is installed. Next, the operation of the above system or the method of the present invention will be described. (1) The power of the remote machine 10 is turned on, and the manager 15 in the remote machine 10 is started.

【0010】(2)以上のような遠隔マシン10の動作
状態において、ユーザが依頼元マシン20のブラウザ2
1を起動し、URLをもとにWebサーバ12をアクセ
スし、当該Webサーバ12から送られてくるWebペ
ージを表示する。 (3)ここで、ユーザに、ブラウザ21上に表示される
Webページに記述される表示デーモンのリンク情報を
クリック(選択)させる。 (4)Webサーバ12は、クリックされたリンク情報
に関する表示デーモンをデータベース11から読み出
し、依頼元マシン20にダウンロード(提供)する。 (5)ここで、依頼元マシン20にて表示デーモン22
が起動することにより、リンク付きのアプリケーション
一欄を表示する。 (6)そこで、ブラウザ21内に表示されるアプリケー
ション一欄の中のアプリケーションをユーザにクリック
させ、CGIスクリプトが起動される。 (7)遠隔マシン10のWebサーバ12は、CGIス
クリプトにてクリックされたアプリケーション13に対
し、例えば既存ライブラリ17に代えて中継ライブラリ
14を動作させるよう起動をかける。 (8)ここで、中継ライブラリ14が既存ライブラリ1
7に代わってアプリケーション13とリンクされる。
(2) In the operating state of the remote machine 10 as described above, the user operates the browser 2 of the requesting machine 20.
1 is started, the Web server 12 is accessed based on the URL, and the Web page sent from the Web server 12 is displayed. (3) Here, the user is caused to click (select) the link information of the display daemon described on the Web page displayed on the browser 21. (4) The Web server 12 reads out the display daemon related to the clicked link information from the database 11 and downloads (provides) it to the requesting machine 20. (5) Here, the display daemon 22 on the requesting machine 20
Is activated to display an application column with a link. (6) Then, the user is made to click on the application in the application column displayed in the browser 21, and the CGI script is activated. (7) The Web server 12 of the remote machine 10 activates the application 13 clicked by the CGI script to operate, for example, the relay library 14 instead of the existing library 17. (8) Here, the relay library 14 is the existing library 1
7 is linked with the application 13.

【0011】(9)該当アプリケーション13が起動す
る。 (10)一方、中継ライブラリ14は、通信制御用の接
続ポートを確保し、マネージャ15へ通知する。 (11)マネージャ15は接続ポート番号をブラウザ2
1上の表示デーモン22に通知する。 (12)表示デーモン22は、受信した接続ポート番号
を用いて、中継ライブラリ14との接続を要求し、中継
ライブラリ14との接続を確立する。 (13)ここで、中継ライブラリ14は、アプリケーシ
ョン13の表示処理命令を表示デーモン22に送出す
る。 (14)一方、表示デーモン22は中継ライブラリ14
から受ける表示処理命令を実際に処理し、その処理に伴
って発生するイベントを中継ライブラリ14を介してア
プリケーション13に中継する。従って、以上のような
実施の形態によれば、命令処理本体となるアプリケーシ
ョン13と特定機能処理を実行させる処理デーモンとを
分離することにより、依頼元マシン20は、例えばブラ
ウザ上で処理デーモンを要求することにより、即座に処
理デーモンを取得でき、特定機能処理を容易に実行でき
る。また、遠隔マシン10では、依頼元マシン20側か
ら前記特定機能処理に関係する命令要求を受けると、マ
ネージャ15が中継ライブラリ14から通知された通信
制御ポートを依頼元マシン20に通知するので、依頼元
マシン20は、通信制御ポートの接続を要求すれば、中
継ライブラリ14がアプリケーションの中の前記特定機
能処理に関係する命令を中継し、依頼元マシン20の処
理デーモンに提供するので、命令処理本体の一部の特定
機能処理を実行でき、しかも依頼元マシン20は、ブラ
ウザ21を備えるだけで特定機能処理を実行でき、融通
性に富んだ命令処理を実行可能となる。
(9) The application 13 is started. (10) On the other hand, the relay library 14 secures a connection port for communication control and notifies the manager 15. (11) The manager 15 sets the connection port number to the browser 2
1 to the display daemon 22. (12) The display daemon 22 requests connection with the relay library 14 using the received connection port number, and establishes connection with the relay library 14. (13) Here, the relay library 14 sends a display processing command of the application 13 to the display daemon 22. (14) On the other hand, the display daemon 22 is the relay library 14
It actually processes the display processing command received from, and relays an event generated by the processing to the application 13 via the relay library 14. Therefore, according to the above-described embodiment, by separating the application 13 serving as the instruction processing main body and the processing daemon for executing the specific function processing, the request source machine 20 requests the processing daemon on a browser, for example. By doing so, a processing daemon can be acquired immediately, and specific function processing can be easily executed. Further, when the remote machine 10 receives an instruction request related to the specific function processing from the requesting machine 20 side, the manager 15 notifies the requesting machine 20 of the communication control port notified from the relay library 14. When the source machine 20 requests the connection of the communication control port, the relay library 14 relays the instruction related to the specific function processing in the application and provides the instruction to the processing daemon of the request source machine 20. Can be executed, and the request source machine 20 can execute the specific function processing only by providing the browser 21, and can execute the instruction processing with high flexibility.

【0012】次に、本発明システムの動作及び依頼先と
なる遠隔マシン10にネットワーク経由で入手または装
着される記録媒体16に記憶されるプログラムの処理例
について図3により説明する。CPUを備えた遠隔マシ
ン10および依頼元マシン20が動作している状態にお
いて、依頼元マシン20を所持するユーザによりブラウ
ザ21が起動され、URLのもとにWebサーバ12が
アクセスされるが、遠隔マシン10は、ネットワーク経
由で入手または記憶媒体16のプログラムを読み取り、
以下のような処理を実行する。すなわち、遠隔マシン1
0のWebサーバ12は、URLのもとにWebぺージ
のアクセス有無を判断し、アクセスありの場合にはデー
タベース11保存されるWebページを依頼元マシン2
0に提供する(S1,S2:Webページ提供機能)。
ここで、ユーザに対し、遠隔マシン10から受信したW
ebページを依頼元マシン20に表示し、当該Webペ
ージ上に記述される表示デーモンをクリックさせる。遠
隔マシン10のWebサーバ12は、Webページを提
供後、表示デーモンの要求有無を判断し(S3:処理デ
ーモン要求確認機能)、要求ありの場合にはデータベー
ス11から表示デーモンを読み出し、ブラウザ21上に
ダウンロードする(S4:処理デーモン提供機能)。
Next, the operation of the system of the present invention and an example of processing of a program stored in a recording medium 16 obtained or mounted via a network on a remote machine 10 to which a request is made will be described with reference to FIG. While the remote machine 10 having the CPU and the requesting machine 20 are operating, the browser 21 is started by the user possessing the requesting machine 20 and the Web server 12 is accessed under the URL. The machine 10 reads the program obtained from the network or stored in the storage medium 16,
The following processing is executed. That is, remote machine 1
The Web server 12 determines whether there is access to the Web page based on the URL, and if there is access, sends the Web page stored in the database 11 to the requesting machine 2
0 (S1, S2: Web page providing function).
Here, the user receives the W received from the remote machine 10.
The web page is displayed on the requesting machine 20, and the display daemon described on the web page is clicked. After providing the Web page, the Web server 12 of the remote machine 10 determines whether or not there is a request for a display daemon (S3: processing daemon request confirmation function). (S4: processing daemon providing function).

【0013】ここで、依頼元マシン20では、ダウンロ
ードされた別のWebページに記述されるアプリケーシ
ョン13の各種命令であるアプリケーション一欄が記述
されており、表示デーモンに関係する命令処理であるア
プリケーションをユーザにクリックさせる。次に、遠隔
マシン10のWebサーバ12は、特定のアプリケーシ
ョン名の指定有無を確認し(S5:アプリケーン名指定
確認機能)、指定ありの場合にはアプリケーション13
を起動し、既存ライブラリ17に代えて中継ライブラリ
14とのリンクを確立する(S6:リンク確立機能)。
ここで、中継ライブラリ14は、依頼元マシン20との
通信制御ポートを確保し、マネージャ15を介して表示
デーモン22に通知する(S7:ポート通知機能)。こ
の状態において遠隔マシン10の中継ライブラリ14
は、表示デーモン22から接続要求があるか否かを判断
し、接続要求ありのときには前記アプリケーション13
を取り出し、表示デーモン22に提供する(S8,S
9:アプリケーション提供機能)。なお、表示デーモン
22は表示デーモンに関係するアプリケーションを用い
て実際に処理し、この処理過程でイベントが発生すれ
ば、中継ライブラリ14に通知し、アプリケーション1
3から他の必要な命令などを要求する処理を行うもので
ある。
Here, in the request source machine 20, an application column which is various instructions of the application 13 described in another downloaded Web page is described, and an application which is an instruction process related to the display daemon is described. Have the user click. Next, the Web server 12 of the remote machine 10 checks whether or not a specific application name has been designated (S5: application name designation confirming function).
To establish a link with the relay library 14 in place of the existing library 17 (S6: link establishment function).
Here, the relay library 14 secures a communication control port with the request source machine 20, and notifies the display daemon 22 via the manager 15 (S7: port notification function). In this state, the relay library 14 of the remote machine 10
Determines whether or not there is a connection request from the display daemon 22, and when there is a connection request, the application 13
And provide it to the display daemon 22 (S8, S
9: Application providing function). The display daemon 22 actually performs processing by using an application related to the display daemon. If an event occurs during this processing, the display daemon 22 notifies the relay library 14 and notifies the application 1
3 to perform processing for requesting other necessary instructions and the like.

【0014】従って、遠隔マシン10であるコンピュー
タは、依頼元マシン20からの処理デーモンの要求に対
し、命令処理本体の一部である特定機能処理となる処理
デーモンを依頼元マシン20に提供し、また依頼元マシ
ン20から特定機能処理に関連する命令処理のアプリケ
ーションの要求があったとき、依頼元マシン20との通
信制御ポートを確保し、依頼元マシン20に通知するこ
とにより、依頼元マシン20の処理デーモンに所要とす
るアプリケーションを迅速に提供できる。よって、本発
明による分散処理システム及びその方法によれば、依頼
元マシン20により遠隔マシン10を遠隔地から操作す
ることができる。また、遠隔マシン10側と依頼元マシ
ン20側とで別々にアプリケーション等を開発する必要
がなくなり、開発工数を大幅に削減できる。さらに、依
頼元マシン20は、ブラウザ上でクリックだけで、処理
デーモンを取得できるので、特別なアプリケーションの
インストールが不要になり、操作が非常に簡単となり、
しかもOSに依存されずに動作させることができる。 (第2の実施の形態)以下、本発明の第2の実施の形態
について図面を参照して説明する。
Therefore, the computer as the remote machine 10 provides the processing daemon serving as a specific function process which is a part of the instruction processing main body to the requesting machine 20 in response to the processing daemon request from the requesting machine 20. When a request for an application for an instruction process related to a specific function process is received from the requesting machine 20, a communication control port with the requesting machine 20 is secured, and the requesting machine 20 is notified. The required application can be quickly provided to the processing daemon. Therefore, according to the distributed processing system and the method thereof according to the present invention, the remote machine 10 can be remotely operated by the requesting machine 20. Further, it is not necessary to develop applications and the like separately on the remote machine 10 side and the request source machine 20 side, and the number of development steps can be greatly reduced. Furthermore, since the requesting machine 20 can acquire the processing daemon by simply clicking on the browser, the installation of a special application is not required, and the operation becomes very simple.
Moreover, it can be operated without depending on the OS. (Second Embodiment) Hereinafter, a second embodiment of the present invention will be described with reference to the drawings.

【0015】なお、第1の実施の形態と同様の説明につ
いては省略する。図1および図4は本発明に係わる分散
処理システムの第2の実施の形態を示す構成図である。
第1の実施の形態と異なる点は、マネージャ15の機能
である。前記マネージャ15は、遠隔マシン10に常駐
し、各依頼元マシン20,…上で動作する表示デーモン
の管理・制御および中継ライブラリ14から通知される
通信制御ポートの番号を依頼元マシン20に通知する機
能をもっている。また、各依頼元マシンを管理し、登録
済み依頼元マシン上で起動された別表示デーモンからの
接続要求があった場合には、接続拒絶通知を行なう機能
を持っている。次に、図4を用いてシステムの動作ない
し本発明方法について説明する。 (1)遠隔マシン10の電源が投入され、当該遠隔マシ
ン10内のマネージャ15が起動される。 (2)以上のような遠隔マシン10の動作状態におい
て、ユーザが依頼元マシン20のブラウザ21を起動
し、URLをもとにWebサーバ12をアクセスし、当
該Webサーバ12から送られてくるWebページを表
示する。 (3)ここで、ユーザに、ブラウザ21上に表示される
Webページに記述される表示デーモンのリンク情報を
クリック(選択)させる。
[0015] The description similar to that of the first embodiment is omitted. FIGS. 1 and 4 are configuration diagrams showing a second embodiment of the distributed processing system according to the present invention.
The difference from the first embodiment is the function of the manager 15. The manager 15 resides in the remote machine 10 and notifies the requesting machine 20 of the management and control of the display daemon operating on each of the requesting machines 20 and the communication control port number notified from the relay library 14. Has a function. It also has a function of managing each requesting machine and notifying a connection rejection when there is a connection request from another display daemon activated on the registered requesting machine. Next, the operation of the system or the method of the present invention will be described with reference to FIG. (1) The power of the remote machine 10 is turned on, and the manager 15 in the remote machine 10 is started. (2) In the operating state of the remote machine 10 as described above, the user starts the browser 21 of the requesting machine 20, accesses the Web server 12 based on the URL, and transmits the Web server 12 transmitted from the Web server 12. Display the page. (3) Here, the user is caused to click (select) the link information of the display daemon described on the Web page displayed on the browser 21.

【0016】(4)Webサーバ12は、クリックされ
たリンク情報に関する表示デーモンをデータベース11
から読み出し、依頼元マシン20にダウンロード(提
供)する。 (5)ここで、依頼元マシン20にて表示デーモン22
が起動することにより、リンク付きのアプリケーション
一欄を表示する。ただし、依頼元マシンにて既に別の表
示デーモン22が起動している場合には、新たな表示デ
ーモンは起動しない仕組みとなっている。 (6)そこで、ブラウザ21内に表示されるアプリケー
ション一欄の中のアプリケーションをユーザにクリック
させ、CGIスクリプトが起動される。 (7)遠隔マシン10のWebサーバ12は、CGIス
クリプトにてクリックされたアプリケーション13に対
し、例えば既存ライブラリ17に代えて中継ライブラリ
14を動作させるよう起動をかける。 (8)ここで、中継ライブラリ14が既存ライブラリ1
7に代わってアプリケーション13とリンクされる。 (9)該当アプリケーション13が起動する。 (10)一方、中継ライブラリ14は、通信制御用の接
続ポートを確保し、マネージャ15へ通知する。 (11)マネージャ15は接続ポート番号をブラウザ2
1上の表示デーモン22に通知する。 (12)表示デーモン22は、受信した接続ポート番号
を用いて、中継ライブラリ14との接続を要求し、中継
ライブラリ14との接続を確立する。
(4) The Web server 12 stores a display daemon related to the clicked link information in the database 11
And downloads (provides) it to the requesting machine 20. (5) Here, the display daemon 22 on the requesting machine 20
Is activated to display an application column with a link. However, if another display daemon 22 is already running on the requesting machine, a new display daemon is not started. (6) Then, the user is made to click on the application in the application column displayed in the browser 21, and the CGI script is activated. (7) The Web server 12 of the remote machine 10 activates the application 13 clicked by the CGI script to operate, for example, the relay library 14 instead of the existing library 17. (8) Here, the relay library 14 is the existing library 1
7 is linked with the application 13. (9) The application 13 starts. (10) On the other hand, the relay library 14 secures a connection port for communication control and notifies the manager 15. (11) The manager 15 sets the connection port number to the browser 2
1 to the display daemon 22. (12) The display daemon 22 requests connection with the relay library 14 using the received connection port number, and establishes connection with the relay library 14.

【0017】(13)ここで、中継ライブラリ14は、
アプリケーション13の表示処理命令を表示デーモン2
2に送出する。 (14)一方、表示デーモン22は中継ライブラリ14
から受ける表示処理命令を実際に処理し、その処理に伴
って発生するイベントを中継ライブラリ14を介してア
プリケーション13に中継する。従って、以上のような
実施の形態によれば、命令処理本体となるアプリケーシ
ョン13と特定機能処理を実行させる処理デーモンとを
分離することにより、依頼元マシン20は、例えばブラ
ウザ上で処理デーモンを要求することにより、即座に処
理デーモンを取得でき、特定機能処理を容易に実行でき
る。また、遠隔マシン10では、依頼元マシン20側か
ら前記特定機能処理に関係する命令要求を受けると、マ
ネージャ15が中継ライブラリ14から通知された通信
制御ポートを依頼元マシン20に通知するので、依頼元
マシン20は、通信制御ポートの接続を要求すれば、中
継ライブラリ14がアプリケーションの中の前記特定機
能処理に関係する命令を中継し、依頼元マシン20の処
理デーモンに提供するので、命令処理本体の一部の特定
機能処理を実行でき、しかも依頼元マシン20は、ブラ
ウザ21を備えるだけで特定機能処理を実行でき、融通
性に富んだ命令処理を実行可能となる。
(13) Here, the relay library 14
Display daemon 2 for display processing instruction of application 13
Send to 2. (14) On the other hand, the display daemon 22 is the relay library 14
It actually processes the display processing command received from, and relays an event generated by the processing to the application 13 via the relay library 14. Therefore, according to the above-described embodiment, by separating the application 13 serving as the instruction processing main body and the processing daemon for executing the specific function processing, the request source machine 20 requests the processing daemon on a browser, for example. By doing so, a processing daemon can be acquired immediately, and specific function processing can be easily executed. Further, when the remote machine 10 receives an instruction request related to the specific function processing from the requesting machine 20 side, the manager 15 notifies the requesting machine 20 of the communication control port notified from the relay library 14. When the source machine 20 requests the connection of the communication control port, the relay library 14 relays the instruction related to the specific function processing in the application and provides the instruction to the processing daemon of the request source machine 20. Can be executed, and the request source machine 20 can execute the specific function processing only by providing the browser 21, and can execute the instruction processing with high flexibility.

【0018】また、同一マシン上で複数の表示デーモン
22が動作しない形をとることで、依頼元マシン上のメ
モリやCPU等のリソース使用を必要最小限に抑えるこ
とが可能となる。次に、本発明システムの動作及び依頼
先となる遠隔マシン10にネットワーク経由で入手また
は装着される記録媒体16に記憶されるプログラムの処
理例について図5および図6により説明する。CPUを
備えた遠隔マシン10および依頼元マシン20が動作し
ている状態において、依頼元マシン20を所持するユー
ザによりブラウザ21が起動され、URLのもとにWe
bサーバ12がアクセスされるが、遠隔マシン10は、
ネットワーク経由で入手または記憶媒体16のプログラ
ムを読み取り、以下のような処理を実行する。すなわ
ち、遠隔マシン10のWebサーバ12は、URLのも
とにWebぺージのアクセス有無を判断し、アクセスあ
りの場合にはデータベース11保存されるWebページ
を依頼元マシン20に提供する(S1,S2:Webペ
ージ提供機能)。ここで、ユーザに対し、遠隔マシン1
0から受信したWebページを依頼元マシン20に表示
し、当該Webページ上に記述される表示デーモン22
をクリックさせる。
Further, by adopting a form in which a plurality of display daemons 22 do not operate on the same machine, it is possible to minimize the use of resources such as memory and CPU on the requesting machine. Next, the operation of the system of the present invention and an example of processing of a program stored in a recording medium 16 obtained or mounted via a network on a remote machine 10 to be a request destination will be described with reference to FIGS. In a state where the remote machine 10 having the CPU and the requesting machine 20 are operating, the browser 21 is started by the user possessing the requesting machine 20, and the Web is transmitted under the URL.
b server 12 is accessed, but remote machine 10
The program obtained from the network or read from the storage medium 16 is read, and the following processing is executed. That is, the Web server 12 of the remote machine 10 determines whether there is access to the Web page based on the URL, and if there is access, provides the Web page stored in the database 11 to the requesting machine 20 (S1, S2: Web page providing function). Here, the remote machine 1
0 is displayed on the requesting machine 20 and the display daemon 22 described on the web page is displayed.
Click.

【0019】遠隔マシン10のWebサーバ12は、W
ebページを提供後、表示デーモンの要求有無を判断し
(S3:処理デーモン要求確認機能)、要求ありの場合
にはデータベース11から表示デーモンを読み出し、ブ
ラウザ21上にダウンロードする(S4:処理デーモン
提供機能)。ここで、図6の(A)に移行する。依頼元
マシン20では、ブラウザ21が表示デーモンをダウン
ロードし、ダウンロード後表示デーモンを起動する。そ
の後、表示デーモン22からマネージャ15に対し接続
要求がなされ、マネージャ15は表示デーモン22から
の接続要求受信後、データベース11中にある図示して
いない依頼元マシン管理テーブルを検索し、別の表示デ
ーモンが前記依頼元マシン上で既に動作していないかど
うかを確認する(S21、S22、S23:処理デーモ
ン動作状態確認機能)。ここで、別の表示デーモンが前
記依頼元マシン上で既に動作している場合には、マネー
ジャ15は、前記表示デーモン22へ接続拒否を通知し
(S27:接続拒否通知機能)、前記表示デーモンは、
接続拒否を受信後、図5のスタートへ戻る。別の表示デ
ーモンが前記依頼元マシン上で既に動作していない場合
には、マネージャ15は、依頼元マシン管理テーブルに
前記依頼元マシンを登録する(依頼元マシン登録機
能)。また、マネージャ15は、前記処理デーモン22
へ接続許可を通知する(S25:接続許可通知機能)。
そして、前記処理デーモン22は、接続許可を受信後、
マネージャとの接続を確立する(S26:接続確立機
能)。そして、(B)へ戻る。
The Web server 12 of the remote machine 10
After providing the web page, it is determined whether a display daemon is requested (S3: processing daemon request confirmation function). If there is a request, the display daemon is read from the database 11 and downloaded to the browser 21 (S4: processing daemon provided). function). Here, the processing shifts to FIG. In the request source machine 20, the browser 21 downloads the display daemon and activates the display daemon after downloading. Thereafter, a connection request is made from the display daemon 22 to the manager 15. After receiving the connection request from the display daemon 22, the manager 15 searches a requesting machine management table (not shown) in the database 11 and searches for another display daemon. (S21, S22, S23: processing daemon operation status confirmation function). Here, if another display daemon is already operating on the requesting machine, the manager 15 notifies the display daemon 22 of the connection refusal (S27: connection rejection notification function), and the display daemon ,
After receiving the connection rejection, the process returns to the start in FIG. If another display daemon is not already running on the requesting machine, the manager 15 registers the requesting machine in the requesting machine management table (requesting machine registration function). Further, the manager 15 is provided with the processing daemon 22.
Is notified of connection permission (S25: connection permission notification function).
Then, after the processing daemon 22 receives the connection permission,
The connection with the manager is established (S26: connection establishment function). Then, the process returns to (B).

【0020】依頼元マシン20では、ダウンロードされ
た別のWebページに記述されるアプリケーション13
の各種命令であるアプリケーション一欄が記述されてお
り、表示デーモンに関係する命令処理であるアプリケー
ションをユーザにクリックさせる。次に、遠隔マシン1
0のWebサーバ12は、特定のアプリケーション名の
指定有無を確認し(S5:アプリケーン名指定確認機
能)、指定ありの場合にはアプリケーション13を起動
し、既存ライブラリ17に代えて中継ライブラリ14と
のリンクを確立する(S6:リンク確立機能)。ここ
で、中継ライブラリ14は、依頼元マシン20との通信
制御ポートを確保し、マネージャ15を介して表示デー
モン22に通知する(S7:ポート通知機能)。この状
態において遠隔マシン10の中継ライブラリ14は、表
示デーモン22から接続要求があるか否かを判断し、接
続要求ありのときには前記アプリケーション13を取り
出し、表示デーモン22に提供する(S8,S9:アプ
リケーション提供機能)。なお、表示デーモン22は表
示デーモンに関係するアプリケーションを用いて実際に
処理し、この処理過程でイベントが発生すれば、中継ラ
イブラリ14に通知し、アプリケーション13から他の
必要な命令などを要求する処理を行うものである。
In the requesting machine 20, the application 13 described in another downloaded Web page
The application column, which is a variety of commands, is described, and the user is made to click on an application that is a command process related to the display daemon. Next, remote machine 1
The Web server 12 checks whether a specific application name is specified (S5: application name specification confirmation function), and if specified, activates the application 13 and replaces the existing library 17 with the relay library 14. (S6: link establishment function). Here, the relay library 14 secures a communication control port with the request source machine 20, and notifies the display daemon 22 via the manager 15 (S7: port notification function). In this state, the relay library 14 of the remote machine 10 determines whether there is a connection request from the display daemon 22, and when there is a connection request, extracts the application 13 and provides it to the display daemon 22 (S8, S9: application Function). The display daemon 22 actually performs processing using an application related to the display daemon. If an event occurs during this processing, the display daemon 22 notifies the relay library 14 and requests the application 13 to request another necessary command or the like. Is what you do.

【0021】従って、遠隔マシン10であるコンピュー
タは、依頼元マシン20からの処理デーモンの要求に対
し、命令処理本体の一部である特定機能処理となる処理
デーモンを依頼元マシン20に提供し、また依頼元マシ
ン20から特定機能処理に関連する命令処理のアプリケ
ーションの要求があったとき、依頼元マシン20との通
信制御ポートを確保し、依頼元マシン20に通知するこ
とにより、依頼元マシン20の処理デーモンに所要とす
るアプリケーションを迅速に提供できる。よって、本発
明による分散処理システム及びその方法によれば、依頼
元マシン20により遠隔マシン10を遠隔地から操作す
ることができる。また、本発明により、同一依頼元マシ
ンからの処理デーモン要求が複数あった場合でも処理デ
ーモンを複数回ダウンロード及び起動することがなくな
り、依頼元マシン上のメモリ使用量やCPU負荷の増加
を最小限に押さえることができ、依頼元マシン上の処理
性能の向上をはかることが出来る。また、遠隔マシン1
0側と依頼元マシン20側とで別々にアプリケーション
等を開発する必要がなくなり、開発工数を大幅に削減で
きる。さらに、依頼元マシン20は、ブラウザ上でクリ
ックだけで、処理デーモンを取得できるので、特別なア
プリケーションのインストールが不要になり、操作が非
常に簡単となり、しかもOSに依存されずに動作させる
ことができる。
Accordingly, the computer as the remote machine 10 provides the requesting machine 20 with a processing daemon serving as a specific function processing which is a part of the instruction processing body in response to the request from the requesting machine 20 for the processing daemon. When a request for an application for an instruction process related to a specific function process is received from the requesting machine 20, a communication control port with the requesting machine 20 is secured, and the requesting machine 20 is notified. The required application can be quickly provided to the processing daemon. Therefore, according to the distributed processing system and the method thereof according to the present invention, the remote machine 10 can be remotely operated by the requesting machine 20. Further, according to the present invention, even when there are a plurality of processing daemon requests from the same requesting machine, the processing daemon is not downloaded and started a plurality of times, and the increase in the memory usage and CPU load on the requesting machine is minimized. It is possible to improve the processing performance on the requesting machine. Also, remote machine 1
There is no need to separately develop applications and the like on the 0 side and the request source machine 20 side, and the number of development steps can be greatly reduced. Furthermore, since the requesting machine 20 can acquire the processing daemon by simply clicking on the browser, it is not necessary to install a special application, the operation is very simple, and the operation can be performed without depending on the OS. it can.

【0022】なお、本願発明は、上記実施の形態に限定
されるものでなく、その要旨を逸脱しない範囲で種々変
形して実施できる。
It should be noted that the present invention is not limited to the above-described embodiment, but can be carried out in various modifications without departing from the gist thereof.

【0023】[0023]

【発明の効果】以上説明したように本発明によれば、命
令処理本体部分と特定機能処理部分とを分離し、依頼先
マシン側に命令処理本体部分を残し、特定機能処理部分
を依頼元マシンで容易に入手し命令処理を実行できる分
散処理システム及び分散処理方法を提供できる。また、
本発明は、依頼元マシンからの要求に基づいて特定機能
処理部分および命令処理本体の必要な命令を実行するプ
ログラムを提供できる。
As described above, according to the present invention, the instruction processing main part is separated from the specific function processing part, the instruction processing main part is left on the request destination machine side, and the specific function processing part is transferred to the requesting machine. A distributed processing system and a distributed processing method that can be easily obtained and execute instruction processing. Also,
The present invention can provide a program that executes a necessary command of a specific function processing part and a command processing body based on a request from a requesting machine.

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

【図1】 本発明に係わる分散処理システムのネットワ
ーク系統図。
FIG. 1 is a network system diagram of a distributed processing system according to the present invention.

【図2】 本発明に係わる分散処理システムの第1の実
施の形態を示す構成図。
FIG. 2 is a configuration diagram showing a first embodiment of a distributed processing system according to the present invention.

【図3】 本発明に係わる分散処理システムの第1の実
施の形態における動作及びプログラムの一連の処理例を
説明するフローチャート。
FIG. 3 is a flowchart illustrating a series of processing examples of operations and programs in the distributed processing system according to the first embodiment of the present invention.

【図4】 本発明に係わる分散処理システムの第2の実
施の形態を示す構成図。
FIG. 4 is a configuration diagram showing a second embodiment of the distributed processing system according to the present invention.

【図5】 本発明に係わる分散処理システムの第2の実
施の形態における動作及びプログラムの一連の処理例を
説明するフローチャート。
FIG. 5 is a flowchart for explaining a series of processing examples of operations and programs in the distributed processing system according to the second embodiment of the present invention.

【図6】 本発明に係わる分散処理システムの第2の実
施の形態における動作及びプログラムの一連の処理例を
説明する第2のフローチャート。
FIG. 6 is a second flowchart illustrating a series of processing examples of operations and programs in a second embodiment of the distributed processing system according to the present invention.

【符号の説明】[Explanation of symbols]

10…遠隔マシン 11…データベース 12…Webサーバ 13…アプリケーション 14…中継ライブラリ 15…マネージャ 16…記憶媒体(プログラム) 20…依頼元マシン 21…ブラウザ 22…表示デーモン(処理デーモン) Reference Signs List 10 remote machine 11 database 12 Web server 13 application 14 relay library 15 manager 16 storage medium (program) 20 requesting machine 21 browser 22 display daemon (processing daemon)

フロントページの続き (72)発明者 周東 佑誠 東京都府中市東芝町1番地 株式会社東芝 府中事業所内 (72)発明者 小野 泰志 東京都府中市東芝町1番地 株式会社東芝 府中事業所内 Fターム(参考) 5B085 BA07 BE04 BG07 CA04 CA07Continued on the front page (72) Inventor Yusei Shuto 1 Toshiba-cho, Fuchu-shi, Tokyo Inside the Toshiba Fuchu office (72) Inventor Yasushi Ono 1-Toshiba-cho, Fuchu-shi, Tokyo Inside the Fuchu office F-term (Reference) 5B085 BA07 BE04 BG07 CA04 CA07

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 1つ以上の遠隔マシンと1つ以上の依頼
元マシンとがネットワークを介して接続されてなる分散
処理システムにおいて、 前記遠隔マシンは、各種の命令処理を実行させる命令処
理本体となるアプリケーションと、前記依頼元マシンと
の間で前記アプリケーションの中の特定機能処理に関係
する命令を中継する中継ライブラリと、前記中継ライブ
ラリから中継される前記特定機能処理を実行する処理デ
ーモンとを備え、 前記依頼元マシンからの要求のもとに前記遠隔マシンの
管理する処理デーモンをダウンロードし、前記依頼元マ
シン上で前記特定機能の処理を実行させるようにしたこ
とを特徴とする分散処理システム。
1. A distributed processing system in which one or more remote machines and one or more requesting machines are connected via a network, wherein the remote machine has an instruction processing main body for executing various instruction processing. An application, a relay library that relays an instruction related to a specific function process in the application between the application and the requesting machine, and a processing daemon that executes the specific function process relayed from the relay library. A distributed processing system which downloads a processing daemon managed by the remote machine in response to a request from the requesting machine and executes the processing of the specific function on the requesting machine.
【請求項2】 1つ以上の遠隔マシンと1つ以上の依頼
元マシンとがネットワークを介して接続されてなる分散
処理システムにおいて、前記遠隔マシンは、各種の命令
処理を実行させる命令処理本体となるアプリケーション
と、 前記依頼元マシンとの間で通信制御ポートを介して前記
アプリケーションの中の特定機能処理に関係する命令を
中継する中継ライブラリと、前記中継ライブラリから中
継される前記特定機能処理を実行する処理デーモンと、
この中継ライブラリにより確保された通信制御ポートの
通知を受けると、前記処理デーモンに通知し、前記処理
デーモンから前記中継ライブラリへ通信接続要求を行な
わせるマネージャとを備え、 前記依頼元マシンからの要求のもとに前記遠隔マシンの
管理する処理デーモンをダウンロードし、前記依頼元マ
シン上で前記特定機能の処理を実行させるようにしたこ
とを特徴とする分散処理システム。
2. In a distributed processing system in which one or more remote machines and one or more requesting machines are connected via a network, the remote machine includes an instruction processing main body for executing various instruction processing. A relay library that relays an instruction related to a specific function process in the application via a communication control port between the application and the requesting machine, and executes the specific function process relayed from the relay library A processing daemon to perform
And a manager for notifying the processing daemon when receiving the notification of the communication control port secured by the relay library and making a communication connection request from the processing daemon to the relay library. A distributed processing system, characterized in that a processing daemon managed by the remote machine is downloaded and the processing of the specific function is executed on the requesting machine.
【請求項3】 請求項1又は請求項2記載の分散処理シ
ステムにおいて、 前記処理デーモンは、前記遠隔マシン内で動作する前記
アプリケーションの一部の表示機能命令処理であること
を特徴とする分散処理システム。
3. The distributed processing system according to claim 1, wherein the processing daemon is a display function instruction process of a part of the application running in the remote machine. system.
【請求項4】 各種の命令処理を実行させる命令処理本
体となるアプリケーション及びこのアプリケーションの
一部の命令処理である特定機能処理を実行させる処理デ
ーモンをもつ1つ以上の遠隔マシンと1つ以上の依頼元
マシンとがネットワークを介して接続されてなる分散処
理システムにおいて、 前記遠隔マシンに対し、処理デーモンを要求する処理デ
ーモン要求ステップと、この要求された処理デーモンを
前記依頼元マシンのブラウザにダウンロードするステッ
プと、 このダウンロードされたWebページに記述されるアプ
リケーションを指定するステップと、 前記遠隔マシンにて前記指定されたアプリケーションを
受けて前記アプリケーションを起動し、既存ライブラリ
に代えて中継ライブラリとリンクするステップと、この
ステップによるリンク確立後、中継ライブラリが通信制
御ポートを確保しマネージャに通知するポート確保ステ
ップと、 このマネージャが通信制御ポート番号を前記ブラウザ上
の処理デーモンに通知するステップと、 この通知を受けた処理デーモンが受信したポート番号を
用いて前記遠隔マシンの中継ライブラリに前記特定機能
処理に関連する命令を要求するステップと、 この中継ライブラリが前記アプリケーションを前記ブラ
ウザ上の処理デーモンに送出するステップと、 この処理デーモンが中継ライブラリから受ける処理命令
を実行し、その実行に伴って発生する処理命令を中継ラ
イブラリに通知するステップとを有することを特徴とす
る分散処理方法。
4. An at least one remote machine having at least one remote machine having an application serving as an instruction processing main body for executing various types of instruction processing, and a processing daemon for executing a specific function processing which is an instruction processing of a part of the application. In a distributed processing system in which a requesting machine is connected via a network, a processing daemon requesting step for requesting a processing daemon to the remote machine, and downloading the requested processing daemon to a browser of the requesting machine Performing the step of specifying an application to be described on the downloaded Web page; receiving the specified application on the remote machine, starting the application, and linking with the relay library instead of the existing library. Step and this step After the link is established by the link, the relay library secures the communication control port and notifies the manager of the port, the manager notifies the processing daemon on the browser of the communication control port number, and the process receiving the notification Requesting the relay library of the remote machine for an instruction related to the specific function process using the port number received by the daemon; transmitting the application to the processing daemon on the browser by the relay library; Executing a processing instruction received from the relay library by the processing daemon, and notifying the relay library of a processing instruction generated with the execution.
【請求項5】 各種の命令処理を実行させる命令処理本
体となるアプリケーション及びこのアプリケーションの
一部の命令処理である特定機能処理を実行させる処理デ
ーモンを記憶するメモリを有するコンピュータを備え、
依頼元マシンからの要求に基づいて起動処理するプログ
ラムであって、 処理デーモンを含むWebページを提供するWebペー
ジ提供機能と、 このWebページ提供機能によって提供されたWebペ
ージ中の処理デーモンの要求有無を確認する処理デーモ
ン要求確認機能と、 この確認機能により要求ありを確認したとき、前記処理
デーモンを前記依頼元マシンに提供する処理デーモン提
供機能と、 この提供機能によって提供された処理デーモンのもとに
特定のアプリケーションの指定ありかを確認するアプリ
ケーン指定確認機能と、 この指定確認機能によって確認されるアプリケーション
のもとに前記アプリケーションを起動し、中継ライブラ
リとのリンク化を実行する機能と、 このアプリケーションにリンクされる中継ライブラリに
よって通信制御ポートを確保し、マネージャを介してそ
のポート番号を前記依頼元マシンの処理デーモンに通知
するポート通知機能と、 前記通信制御ポートを介して前記アプリケーションの特
定機能処理を前記処理デーモンに提供するアプリケーシ
ョン提供機能とを実現するコンピュータプログラム。
5. A computer having a memory for storing an application serving as an instruction processing main body for executing various instruction processing and a processing daemon for executing a specific function processing which is a part of the instruction processing of the application,
A program for performing startup processing based on a request from a requesting machine, a Web page providing function for providing a Web page including a processing daemon, and a request for a processing daemon in the Web page provided by the Web page providing function A processing daemon request confirmation function for confirming the request; and a processing daemon providing function for providing the processing daemon to the requesting machine when the request is confirmed by the confirmation function; and a processing daemon provided by the providing function. An application designation confirmation function for confirming whether or not a specific application is designated; a function of starting the application under the application confirmed by the designation confirmation function and executing linking with a relay library; Depending on the relay library linked to the application A port notification function that secures a communication control port through a manager, and notifies the processing daemon of the requesting machine of the port number via a manager; and provides a specific function process of the application to the processing daemon through the communication control port. A computer program that implements an application providing function.
【請求項6】 請求項2又は請求項3の分散処理システ
ムにおいて、 前記マネージャは、前記処理デーモンが作動中である前
記依頼元マシンを管理するための依頼元マシン管理テー
ブルを備え、 前記処理デーモンからの接続要求受信により前記依頼元
マシン管理テーブルを検索し、前記依頼元マシンの登録
があった場合には接続拒否を行うことを特徴とする分散
処理システム。
6. The distributed processing system according to claim 2, wherein the manager includes a request source machine management table for managing the request source machine on which the processing daemon is operating, and the processing daemon A distributed processing system for retrieving the requesting machine management table in response to a connection request received from the server, and rejecting the connection if the requesting machine is registered.
JP2001090055A 2001-03-27 2001-03-27 System, method, and program for distributed processing Pending JP2002288130A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001090055A JP2002288130A (en) 2001-03-27 2001-03-27 System, method, and program for distributed processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001090055A JP2002288130A (en) 2001-03-27 2001-03-27 System, method, and program for distributed processing

Publications (1)

Publication Number Publication Date
JP2002288130A true JP2002288130A (en) 2002-10-04

Family

ID=18944892

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001090055A Pending JP2002288130A (en) 2001-03-27 2001-03-27 System, method, and program for distributed processing

Country Status (1)

Country Link
JP (1) JP2002288130A (en)

Similar Documents

Publication Publication Date Title
JP3866768B2 (en) Method and apparatus for forming hypermedia interactive
US7571208B2 (en) Creating proxies from service description metadata at runtime
CA2279382C (en) Web request broker controlling multiple processes
US7072951B2 (en) HTTP transaction monitor with capacity to replay in debuggings session
JP4729172B2 (en) Method and apparatus for performing transactions in a stateless web environment that supports a declarative paradigm
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
JP3873548B2 (en) Information providing service, information providing method, and information providing apparatus
JP2005339536A (en) System and method for managing connection between server and client node
EP1118949A1 (en) Process and apparatus for allowing transaction between a user and a remote server
US20100070972A1 (en) Apparatus, method, and computer program product for processing information
JP4734311B2 (en) Information processing system, confidential data management device, and program
JP2002288130A (en) System, method, and program for distributed processing
JPH10320184A (en) Software version management system
JP2001014281A (en) Information processing method and network information device
JP2002108631A (en) Distributed processing environment system, distributed processing environment method and storage medium
JP2002189600A (en) Method for executing application from web browser
JP2002351677A (en) System for controlling execution order of application program
JP2002366389A (en) Information processor, information processing method, remote task management system, and storage medium
JPH1185649A (en) Computer managing system on network
JP4950389B2 (en) Network-based application, architecture and system for processing it, and method for executing the same
JP2002116972A (en) Information perusal method and system and storage medium storing program for information perusal
KR20040005868A (en) Method, computer system and computer program product for updating a web page
AU737604B2 (en) A method for making a hypermedium interactive
JPH10149323A (en) Computer management system for network
JP2002163184A (en) Terminal, communication method and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050131

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050428

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050620

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070126

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070522