JP2003058384A - System and method for operation transmission to telecommunication network using distributed object architecture - Google Patents

System and method for operation transmission to telecommunication network using distributed object architecture

Info

Publication number
JP2003058384A
JP2003058384A JP2001246559A JP2001246559A JP2003058384A JP 2003058384 A JP2003058384 A JP 2003058384A JP 2001246559 A JP2001246559 A JP 2001246559A JP 2001246559 A JP2001246559 A JP 2001246559A JP 2003058384 A JP2003058384 A JP 2003058384A
Authority
JP
Japan
Prior art keywords
computer
request
task
signal
logic program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001246559A
Other languages
Japanese (ja)
Inventor
Izumi Iwata
泉 岩田
Yuichi Suwa
裕一 諏訪
Koji Yamashita
康治 山下
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2001246559A priority Critical patent/JP2003058384A/en
Publication of JP2003058384A publication Critical patent/JP2003058384A/en
Pending legal-status Critical Current

Links

Landscapes

  • Exchange Systems With Centralized Control (AREA)
  • Telephonic Communication Services (AREA)

Abstract

PROBLEM TO BE SOLVED: To allow a logic program for transmitting and receiving a signal mutually to transmit and receive the signal asynchronously to and from a plurality of telecommunication networks. SOLUTION: A computer 18 has the logic program 19 for describing a service sequence inside, a task generation part 20 for generating a task of a program execution unit, a received signal waiting part 21 for waiting before a received signal reaches the logic program, an ORB 22, a client 23 which makes a request by using the ORB 22 and a signal transmission and reception part 24 for transmitting and receiving the signal. Before the computer 18 transmits request operation to a computer 25, the computer 18 generates a task newly, thereby the signal can be transmitted and received to and from a computer 28 just after transmitting the request operation to the computer 25.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、信号網に対して信
号を送信する際の、コンピュータ内における処理アルゴ
リズムの分野に属するものであって、具体的には、分散
オブジェクトアーキテクチャを用いた電気通信網へのオ
ペレーション送信方式及び方法に係り、特に、分散オブ
ジェクト技術である、CORBA(共通オブジェクトリ
クエストブローカアーキテクチャ)バスを使用した通信
システムにおける、要求オペレーションの送信に応用す
るのに好適なオペレーション送信方式及び方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the field of processing algorithms in a computer when transmitting a signal to a signal network, and more specifically, telecommunication using a distributed object architecture. In particular, the present invention relates to an operation transmission method and method to a network, and particularly to an operation transmission method and a method suitable for transmission of a requested operation in a communication system using a CORBA (Common Object Request Broker Architecture) bus which is a distributed object technology. Regarding the method.

【0002】[0002]

【従来の技術】CORBAにおける従来の通信方式を図
5に示す。コンピュータ1におけるクライアント2が、
通信機能を提供するORB(オブジェクト・リクエスト
・ブローカ)3に対して要求を発行すると、ORB3と
ORB4との電気通信網5を介した通信により、コンピ
ュータ6におけるサーバ7のメソッドが呼び出される。
サーバ7は、メソッドが呼び出されると、要求された処
理を行い、処理結果などの戻り値を設定して、応答とし
て返却する。すると、ORB4とORB3の電気通信網
5を介した通信により、クライアント2に戻り値が返却
される。
2. Description of the Related Art A conventional communication system in CORBA is shown in FIG. Client 2 on computer 1
When a request is issued to the ORB (Object Request Broker) 3 which provides a communication function, the method of the server 7 in the computer 6 is called by the communication between the ORB 3 and the ORB 4 via the telecommunication network 5.
When the method is called, the server 7 performs the requested process, sets a return value such as a process result, and returns the result as a response. Then, the return value is returned to the client 2 by communication via the electric communication network 5 of the ORB 4 and the ORB 3.

【0003】[0003]

【発明が解決しようとする課題】次に、図6を参照し
て、上述したような従来のCORBAにおける通信方式
を、複数の電気通信網が存在する構成に適用する例につ
いて説明する。図6に示す例は、コンピュータ8が電気
通信網14と電気通信網15の両方に対して信号の送受
信を行う事ができ、なおかつコンピュータ8内の一つの
ロジックプログラム10が両方の電気通信網14、15
に対して信号を送受信する必要がある場合である。
Next, with reference to FIG. 6, an example in which the above-described conventional communication system in CORBA is applied to a configuration having a plurality of telecommunication networks will be described. In the example shown in FIG. 6, the computer 8 can send and receive signals to and from both the telecommunication network 14 and the telecommunication network 15, and one logic program 10 in the computer 8 allows both telecommunication networks 14 to communicate. , 15
This is the case when it is necessary to send and receive signals to and from.

【0004】コンピュータ8が電気通信網14を介して
通信を行っている相手のコンピュータ9に対してクライ
アント11およびORB13を通じてオペレーションを
送信すると、コンピュータ9内のORB16を通じてサ
ーバ17に要求オペレーションが到着する。ここで、サ
ーバ17が要求された処理を行い、応答を返却する。そ
の際、応答がコンピュータ8のORB13を通じてクラ
イアント11に到着するまで、ロジックプログラム10
は、信号送受信機能部12を用いて、電気通信網15に
対して信号の送受信を行う事ができない。
When the computer 8 sends an operation to the computer 9 of the other party who is communicating via the telecommunication network 14 through the client 11 and the ORB 13, the requested operation arrives at the server 17 through the ORB 16 in the computer 9. Here, the server 17 performs the requested process and returns a response. At that time, until the response arrives at the client 11 through the ORB 13 of the computer 8, the logic program 10
Cannot use the signal transmission / reception function unit 12 to transmit / receive signals to / from the telecommunication network 15.

【0005】サーバ17での処理は、要求オペレーショ
ンの内容によって異なる為、クライアント11が長い時
間かかる処理を要求すると、それだけの間電気通信網1
5に対する信号の送受信ができず、効率が悪いだけでな
く、その処理によって実現されるサービスの実施にも支
障をきたす場合があった。
Since the processing in the server 17 differs depending on the contents of the requested operation, when the client 11 requests the processing that takes a long time, the telecommunications network 1 waits for that time.
In addition to not being able to transmit and receive signals to and from 5, the efficiency is poor, and there are also cases where the implementation of services realized by the processing is hindered.

【0006】そこで本発明は、上記の事情を考慮し、分
散オブジェクトアーキテクチャを用い、電気通信網を介
してオペレーションの実行に関する指示を行う際に、従
来に比べてそれに係る処理効率を向上させることができ
るオペレーション送信方式及び方法を提供することを目
的とする。
Therefore, in consideration of the above circumstances, the present invention can improve the processing efficiency relating to the execution of an instruction regarding the execution of an operation through a telecommunication network by using the distributed object architecture as compared with the prior art. It is an object of the present invention to provide an operation transmission method and method capable of performing operation.

【0007】[0007]

【課題を解決するための手段】上記課題を解決するた
め、請求項1記載の発明は、分散処理アーキテクチャに
よるオブジェクト・リクエスト・ブローカを用い、電気
通信網を介して、要求オペレーションを送信する方式で
あって、プログラムの実行単位としての複数のタスクを
提供するオペレーティングシステムを実行する第1のコ
ンピュータにおいて、オブジェクト・リクエスト・ブロ
ーカを用い、電気通信網を介して、第2のコンピュータ
に所定の処理実行を要求するための信号を送信する際
に、第1のコンピュータで所定の処理手順を記述したロ
ジックプログラムからの要求に基づいて、そのロジック
プログラムによる処理と並行して処理を実行可能な形態
で、オブジェクト・リクエスト・ブローカに対してオペ
レーション送信を要求するためのタスクを生成するとと
もに、生成したタスクにオブジェクト・リクエスト・ブ
ローカへのオペレーション送信要求を任せ、ロジックプ
ログラムに対し、送信要求完了通知を返すタスク生成手
段を備えることを特徴とする。請求項2記載の発明は、
前記タスクは、第1のコンピュータにおいて実行される
クライアントに対してオブジェクト・リクエスト・ブロ
ーカへのオペレーション送信要求を指示し、そのクライ
アントがオブジェクト・リクエスト・ブローカへオペレ
ーション送信を要求し、第2のコンピュータにおいて、
第2のコンピュータにおいて実行されるオブジェクト・
リクエスト・ブローカを用いて、第1のコンピュータの
オブジェクト・リクエスト・ブローカから送信されたオ
ペレーション要求を受信し、それに基づいて第2のコン
ピュータにおいて実行されるサーバに処理を行わせるこ
とを特徴とする。
In order to solve the above-mentioned problems, the invention according to claim 1 is a system for transmitting a requested operation via a telecommunication network using an object request broker based on a distributed processing architecture. Then, in the first computer that executes the operating system that provides a plurality of tasks as a program execution unit, the object request broker is used to execute a predetermined process to the second computer through the telecommunication network. When transmitting a signal for requesting, in a form capable of executing processing in parallel with processing by the logic program, based on a request from the logic program describing a predetermined processing procedure in the first computer, Request operation send to object request broker Generates the order of tasks, it leaves the operation transmission request to the Object Request Broker in the generated task, to logic program, characterized in that it comprises a task generating means returns a transmission request completion notification. The invention according to claim 2 is
The task instructs a client, which is executed on the first computer, to send an operation to the object request broker, the client requests the object request broker to send an operation, and the second computer executes the operation on the second computer. ,
An object to be executed on the second computer
The request broker is used to receive an operation request sent from the object request broker of the first computer, and cause the server executed in the second computer to perform processing based on the operation request.

【0008】請求項3記載の発明は、所定の分散オブジ
ェクトアーキテクチャに従って、2以上の電気通信網が
接続された第1のコンピュータから、第1の電気通信網
を使用して異なる第2のコンピュータに対して、そこで
実行すべき所定の処理を示す要求オペレーションを送信
するための方式であって、第1のコンピュータで実行さ
れるものであって、内部に各処理手順を記述するロジッ
クプログラムと、ロジックプログラムからの要求によっ
て、第2のコンピュータに対してそこで処理すべきオペ
レーションの要求を送信する処理を担うタスクを生成す
るタスク生成手段と、前記ロジックプログラムと並行し
て実行されるものであって、第2のコンピュータからの
受信信号の受信を待機する受信信号待機手段と、タスク
生成手段によるタスクの生成結果に基づくロジックプロ
グラムからの要求によって、第2の電気通信網を使用し
て第3のコンピュータに対して信号の送信を要求して受
信する信号送受信手段とを備えることを特徴とする。請
求項4記載の発明は、前記分散オブジェクトアーキテク
チャが、共通オブジェクトリクエストブローカアーキテ
クチャ(CORBA)に基づくものであることを特徴と
する。
According to a third aspect of the invention, according to a predetermined distributed object architecture, from a first computer to which two or more telecommunication networks are connected, to a different second computer using the first telecommunication network. On the other hand, a method for transmitting a requested operation indicating a predetermined process to be executed there, which is executed by the first computer and which internally describes each processing procedure, and a logic program Task generation means for generating a task responsible for transmitting a request for an operation to be processed there to a second computer in response to a request from the program; A reception signal waiting means for waiting for reception of a reception signal from the second computer, and a task generation means for waiting. Signal transmission / reception means for requesting and receiving a signal transmission from the third computer using the second telecommunication network in response to a request from the logic program based on the result of the generation of the clock. . The invention according to claim 4 is characterized in that the distributed object architecture is based on a common object request broker architecture (CORBA).

【0009】請求項5記載の発明は、分散処理アーキテ
クチャによるオブジェクト・リクエスト・ブローカを用
い、電気通信網を介して、要求オペレーションを送信す
る方法であって、プログラムの実行単位としての複数の
タスクを提供するオペレーティングシステムを実行する
第1のコンピュータにおいて、オブジェクト・リクエス
ト・ブローカを用い、電気通信網を介して、第2のコン
ピュータに所定の処理実行を要求するための信号を送信
する際に、第1のコンピュータで所定の処理手順を記述
したロジックプログラムからの要求に基づいて、そのロ
ジックプログラムによる処理と並行して処理を実行可能
な形態で、オブジェクト・リクエスト・ブローカに対し
てオペレーション送信を要求するためのタスクを生成す
るとともに、生成したタスクにオブジェクト・リクエス
ト・ブローカへのオペレーション送信要求を任せ、ロジ
ックプログラムに対し、送信要求完了通知を返すことを
特徴とする。請求項6記載の発明は、所定の分散オブジ
ェクトアーキテクチャに従って、2以上の電気通信網が
接続された第1のコンピュータから、第1の電気通信網
を使用して異なる第2のコンピュータに対して、そこで
実行すべき所定の処理を示す要求オペレーションを送信
するための方法であって、内部に各処理手順を記述する
ロジックプログラムを第1のコンピュータで実行し、ロ
ジックプログラムからの要求によって、第2のコンピュ
ータに対してそこで処理すべきオペレーションの要求を
送信する処理を担うタスクを生成し、第2のコンピュー
タからの受信信号の受信を待機する受信信号待機手段を
前記ロジックプログラムと並行して実行し、タスクの生
成結果に基づくロジックプログラムからの要求によっ
て、第2の電気通信網を使用して第3のコンピュータに
対して信号の送信を要求して受信することを特徴とす
る。
According to a fifth aspect of the present invention, there is provided a method of transmitting a request operation via a telecommunication network using an object request broker according to a distributed processing architecture, which comprises a plurality of tasks as execution units of a program. In the first computer that executes the provided operating system, when the object request broker is used to transmit a signal for requesting execution of a predetermined process to the second computer via the telecommunication network, Based on a request from a logic program that describes a predetermined processing procedure on one computer, the object request broker is requested to send an operation in a form capable of executing the processing in parallel with the processing by the logic program. Together with generating tasks for Tasks to leave the operation transmission request to the Object Request Broker, to the logic program, wherein the return transmission request completion notification. According to a sixth aspect of the present invention, according to a predetermined distributed object architecture, from a first computer to which two or more telecommunication networks are connected, to a different second computer using the first telecommunication network, A method for transmitting a request operation indicating a predetermined process to be executed, wherein a logic program internally describing each processing procedure is executed by a first computer, and a second program is executed by a request from the logic program. A task responsible for transmitting a request for an operation to be processed to the computer is generated, and reception signal waiting means for waiting for reception of a reception signal from the second computer is executed in parallel with the logic program, The second telecommunication network is used by the request from the logic program based on the task generation result. 3 of requesting transmission of the signal to the computer, characterized in that it receives.

【0010】請求項7記載の発明は、請求項5又は6記
載のオペレーション送信方法を第1のコンピュータで実
行するためのプログラムである。請求項8記載の発明
は、請求項7記載のプログラムを記録したコンピュータ
読みとり可能な記録媒体である。
The invention according to claim 7 is a program for executing the operation transmitting method according to claim 5 or 6 on a first computer. The invention according to claim 8 is a computer-readable recording medium in which the program according to claim 7 is recorded.

【0011】より具体的に説明すると、この発明の一の
態様は、第1のコンピュータのクライアントからオブジ
ェクト・リクエスト・ブローカ(ORB)に対して要求
オペレーションの送信を指示する前に、第1のコンピュ
ータにおけるプログラムの実行単位であるタスクを新規
に生成する。そして、生成したタスクに対して要求オペ
レーションの送信を実行させることにより、要求オペレ
ーション送信後、第2のコンピュータのサーバの処理が
終わり、応答が第1のコンピュータのクライアントに返
るよりも前に、他方の電気通信網に対して信号の送受信
が可能となる。
More specifically, according to one aspect of the present invention, before the client of the first computer instructs the object request broker (ORB) to send the request operation, the first computer The task which is the execution unit of the program in is newly generated. Then, by transmitting the requested operation to the generated task, after the request operation is transmitted, the processing of the server of the second computer ends, and before the response is returned to the client of the first computer, the other It becomes possible to send and receive signals to and from the telecommunication network.

【0012】これらによって、複数の電気通信網に対し
て、相互に信号を送受信するロジックプログラムが、非
同期に信号を送受信することが可能となる。
As a result, a logic program for transmitting / receiving signals to / from a plurality of telecommunication networks can transmit / receive signals asynchronously.

【0013】[0013]

【発明の実施の形態】以下に、本発明の実施の形態を述
べる。図1は、本発明の実施形態の構成図である。コン
ピュータ18は、内部にサービス手順を記述するロジッ
クプログラム19と、プログラム実行単位のタスクを生
成するタスク生成部20と、受信信号がロジックプログ
ラムに届く前に待機する受信信号待機部21と、ORB
22と、ORB22を用いて要求を行うクライアント2
3と、信号の送受信を行う信号送受信部24とを持つ。
コンピュータ25は、内部にORB26と、ORB26
から要求を呼び出されるサーバ27を持つ。コンピュー
タ28は、信号を送受信する信号送受信部29を持つ。
コンピュータ18とコンピュータ25は電気通信網30
に接続されており、コンピュータ18とコンピュータ2
8は電気通信網31に接続されている。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below. FIG. 1 is a configuration diagram of an embodiment of the present invention. The computer 18 internally includes a logic program 19 that describes a service procedure, a task generation unit 20 that generates a task of a program execution unit, a reception signal waiting unit 21 that waits before a reception signal reaches the logic program, and an ORB.
22 and a client 2 that makes a request using the ORB 22
3 and a signal transmitting / receiving unit 24 that transmits and receives signals.
The computer 25 has an ORB 26 and an ORB 26 inside.
It has a server 27 whose request is called from. The computer 28 has a signal transmitting / receiving unit 29 that transmits / receives signals.
The computer 18 and the computer 25 are telecommunication networks 30.
Computer 18 and computer 2 connected to
8 is connected to the telecommunication network 31.

【0014】ここで本実施形態において、電気通信網を
介したオペレーション送受信の際の分散オブジェクトア
ーキテクチャとしては、上述したCORBAが用いられ
ているものとする。この場合、コンピュータ18は、プ
ログラムの実行単位として複数のタスクを提供するオペ
レーティングシステムを備えたものである。また、コン
ピュータ28は、例えば、図示していない電気通信網内
に設けられている交換機を構成するものであって、コン
ピュータ18から送られてくる指示に基づいて、その交
換機が提供するサービスの内容を制御するものであると
する。そして、ロジックプログラム19がそのサービス
の各手順を記載するものであるとする。また、コンピュ
ータ18内でロジックプログラム19は、タスク生成部
20で生成されたタスクや、信号送受信部24とは並行
して実行可能になっているものとする。
Here, in the present embodiment, it is assumed that the above-mentioned CORBA is used as the distributed object architecture when transmitting / receiving an operation via the telecommunication network. In this case, the computer 18 is provided with an operating system that provides a plurality of tasks as a program execution unit. Further, the computer 28 constitutes, for example, an exchange provided in an unillustrated telecommunication network, and based on an instruction sent from the computer 18, the contents of the service provided by the exchange. Is to control. Then, it is assumed that the logic program 19 describes each procedure of the service. Further, it is assumed that the logic program 19 can be executed in parallel with the task generated by the task generation unit 20 and the signal transmission / reception unit 24 in the computer 18.

【0015】図2は、図1におけるロジックプログラム
19に格納されている処理手順イメージである。図2に
おける各手順は、上から順に実行されるべきものであ
る。手順32では、図1のコンピュータ25に対して処
理を要求し、手順33では、図1のコンピュータ28に
対して信号を送信する。手順34では、図1のコンピュ
ータ28からの受信信号を確認する。手順35では、再
度図1のコンピュータ28に対して信号を送信する。手
順36では、手順32にて図1のコンピュータ25に対
して要求した処理の結果応答を確認する。
FIG. 2 is an image of the processing procedure stored in the logic program 19 in FIG. Each procedure in FIG. 2 should be performed in order from the top. In step 32, the computer 25 of FIG. 1 is requested to perform processing, and in step 33, a signal is transmitted to the computer 28 of FIG. In step 34, the received signal from the computer 28 of FIG. 1 is confirmed. In step 35, the signal is transmitted again to the computer 28 of FIG. In step 36, the result response of the processing requested to the computer 25 of FIG. 1 in step 32 is confirmed.

【0016】図3と図4は、上記に示した実施形態にお
ける動作例を示すものである。図3の処理50および処
理57を含む処理49は、図2の手順32に相当するも
のである。コンピュータ18内のロジックプログラム1
9は、コンピュータ25への要求オペレーションを送信
する為に、タスク生成部20に対して、タスク生成要求
を行う(50)。タスク生成部20は、タスク生成要求
50を受けて、新規にタスクを生成する(51)。新規
に生成されたタスクでは、クライアント23に対して、
コンピュータ25に対する要求オペレーションの送信を
指示する(52)。クライアント23は、ORB22に
対してコンピュータ25内のORB26に対する要求オ
ペレーションの送信を要求する(53)。ORB22
は、コンピュータ25内のORB26に対して、要求オ
ペレーションの送信を行う(54)。
3 and 4 show an operation example in the above-described embodiment. The process 49 including the process 50 and the process 57 of FIG. 3 corresponds to the procedure 32 of FIG. Logic program 1 in computer 18
9 sends a task generation request to the task generation unit 20 in order to transmit the requested operation to the computer 25 (50). The task generation unit 20 receives the task generation request 50 and newly generates a task (51). In the newly created task, for the client 23,
The computer 25 is instructed to transmit the requested operation (52). The client 23 requests the ORB 22 to send the requested operation to the ORB 26 in the computer 25 (53). ORB22
Sends the requested operation to the ORB 26 in the computer 25 (54).

【0017】ORB26は、ORB22からの要求オペ
レーション54を受け、同じコンピュータ25内のサー
バ27に対して要求オペレーションの受信を通知する
(55)。サーバ27は、ORB26からの要求オペレ
ーション受信通知55を受けて、受信した要求オペレー
ションに対応する処理を開始する(56)。一方で、タ
スク生成部20は、タスク生成要求50に対して、成功
応答を返却する(57)。
The ORB 26 receives the requested operation 54 from the ORB 22, and notifies the server 27 in the same computer 25 that the requested operation has been received (55). The server 27 receives the requested operation reception notification 55 from the ORB 26 and starts the process corresponding to the received requested operation (56). On the other hand, the task generation unit 20 returns a success response to the task generation request 50 (57).

【0018】処理59および処理61を含む処理58
は、図2の手順33に相当するものである。ロジックプ
ログラム19は、信号送受信部24に対し、コンピュー
タ28に対して信号を送信するように要求する(5
9)。信号送受信部24は、コンピュータ28内にある
信号送受信部29に対して、信号を送信する(60)。
信号送受信部24は、ロジックプログラム19に対し、
コンピュータ28への信号の送信が成功した旨の応答を
返却する(61)。
Process 58 including process 59 and process 61
Corresponds to step 33 in FIG. The logic program 19 requests the signal transmitting / receiving unit 24 to transmit a signal to the computer 28 (5
9). The signal transmitting / receiving unit 24 transmits a signal to the signal transmitting / receiving unit 29 in the computer 28 (60).
The signal transmitting / receiving unit 24, for the logic program 19,
A response indicating that the signal has been successfully transmitted to the computer 28 is returned (61).

【0019】図4の処理63および処理66を含む処理
62は、図2の手順34に相当するものである。ロジッ
クプログラム19は、コンピュータ28から信号を受信
していないかを受信信号待機部21に問い合わせる(6
3)。ここで、コンピュータ28内の信号送受信部29
が、コンピュータ18内の信号送受信部24に対して、
信号を送信する(64)。信号送受信部24は、コンピ
ュータ28から信号を受信した事を信号に含まれる情報
と共に受信信号待機部21に通知する(65)。受信信
号待機部21は、信号送受信部24から、コンピュータ
28からの信号受信を通知する信号受信通知65を受け
て、ロジックプログラム19からの問い合わせに対し
て、コンピュータ28からの信号を受信したことを通知
する(66)。
The process 62 including the process 63 and the process 66 of FIG. 4 corresponds to the procedure 34 of FIG. The logic program 19 inquires of the reception signal waiting unit 21 whether a signal is received from the computer 28 (6
3). Here, the signal transmission / reception unit 29 in the computer 28
To the signal transmitter / receiver 24 in the computer 18,
The signal is transmitted (64). The signal transmitting / receiving unit 24 notifies the reception signal waiting unit 21 that the signal has been received from the computer 28 together with the information included in the signal (65). The reception signal standby unit 21 receives from the signal transmission / reception unit 24 a signal reception notification 65 for notifying the reception of a signal from the computer 28, and receives the signal from the computer 28 in response to the inquiry from the logic program 19. Notify (66).

【0020】一方、コンピュータ25内のサーバ27は
開始していた処理56が終了し(67)、処理結果をO
RB26に対して返却する(68)。ORB26はOR
B22に対して要求オペレーション54に対する応答を
送信する(69)。ORB22は、クライアント23に
対して、要求オペレーション送信要求53に対する応答
結果を返却する(70)。クライアント23は、タスク
生成部20に対して要求オペレーション送信要求52に
対する応答結果を返却する(71)。タスク生成部20
にて生成されたタスクは、受信信号待機部21に対して
コンピュータ25に要求していたオペレーションの結果
を受信した事を通知する(72)。
On the other hand, the server 27 in the computer 25 finishes the processing 56 which has been started (67) and returns the processing result to O.
It returns to RB26 (68). ORB26 is OR
A response to the request operation 54 is transmitted to B22 (69). The ORB 22 returns the response result for the request operation transmission request 53 to the client 23 (70). The client 23 returns the response result for the request operation transmission request 52 to the task generation unit 20 (71). Task generator 20
The task generated in (2) notifies the reception signal waiting unit 21 that the result of the operation requested of the computer 25 has been received (72).

【0021】処理74および処理76を含む処理73
は、図2の手順35に相当するものである。ロジックプ
ログラム19は、信号送受信部24に対し、コンピュー
タ28に対して信号を送信するように要求する(7
4)。信号送受信部24は、コンピュータ28内にある
信号送受信部29に対して、信号を送信する(75)。
信号送受信部24は、ロジックプログラム19に対し、
コンピュータ28への信号の送信が成功した旨の応答を
返却する(76)。
Process 73 including process 74 and process 76
Corresponds to step 35 in FIG. The logic program 19 requests the signal transmitting / receiving unit 24 to transmit a signal to the computer 28 (7
4). The signal transmitting / receiving unit 24 transmits a signal to the signal transmitting / receiving unit 29 in the computer 28 (75).
The signal transmitting / receiving unit 24, for the logic program 19,
A response indicating that the signal has been successfully transmitted to the computer 28 is returned (76).

【0022】処理78および処理79を含む処理77
は、図2の手順36に相当するものである。ロジックプ
ログラム19は、受信信号待機部21に対してコンピュ
ータ25に送信した要求オペレーションの応答を受信し
ていないかを問い合わせる(78)。受信信号待機部2
1は、通知されている要求オペレーションの応答結果
(65)を、ロジックプログラム19に対し返却する
(79)。
Process 77 including process 78 and process 79
Corresponds to step 36 in FIG. The logic program 19 inquires of the reception signal waiting unit 21 whether the response of the requested operation transmitted to the computer 25 has been received (78). Received signal waiting unit 2
1 returns the response result (65) of the notified requested operation to the logic program 19.
(79).

【0023】以上のように、本実施の形態によれば、ロ
ジックプログラム19は、ORB22によってコンピュ
ータ25に対して要求オペレーションを送信する前に、
すなわち、処理54の前に、新規にタスクを生成するこ
とにより(51)、コンピュータ25での要求オペレー
ションの処理終了(67)を待つことなく、非同期で、
コンピュータ25に対して要求オペレーションを送信し
た直後に、すなわち、コンピュータ25に対する要求オ
ペレーションの送信を指示するタスク生成要求50に対
しての成功応答を受信(57)した直後に、コンピュー
タ28に対する信号の送受信(59)が可能な状態とな
る。
As described above, according to the present embodiment, the logic program 19 is provided before the ORB 22 sends the requested operation to the computer 25.
That is, by creating a new task (51) before the processing 54, asynchronously without waiting for the processing end (67) of the requested operation in the computer 25,
Immediately after transmitting the requested operation to the computer 25, that is, immediately after receiving (57) a success response to the task generation request 50 instructing the computer 25 to transmit the requested operation, transmission / reception of a signal to / from the computer 28. (59) is enabled.

【0024】なお、本発明の実施の形態は、上記のもの
に限定されることはなく、例えば、図1のコンピュータ
18を3以上の電気通信網に接続可能としたり、3以上
のコンピュータと通信可能としたり、それらに対応する
ようにタスク生成部や受信信号待機部の機能を拡張した
りあるいは生成数や個数を増加させたりすること等の変
更が適宜可能である。また、本発明による方式は、コン
ピュータと、そのハードウェア資源を用いて実行される
プログラムとから構成することができ、そのプログラム
の全部または一部は、コンピュータ読みとり可能な記録
媒体あるいは通信回線を介して頒布することが可能であ
る。
The embodiment of the present invention is not limited to the above-described one. For example, the computer 18 shown in FIG. 1 can be connected to three or more electric communication networks, or can communicate with three or more computers. Modifications such as enabling, expanding the functions of the task generation unit and the reception signal standby unit or increasing the number of generations or the number of generations corresponding to them are appropriately possible. Further, the system according to the present invention can be configured by a computer and a program executed by using the hardware resource thereof, and all or part of the program is transmitted via a computer-readable recording medium or a communication line. Can be distributed.

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば、
従来要求オペレーションを送信すると、送信先の処理が
終了するまで、要求オペレーションを送信するのに介し
た電気通信網とは別の電気通信網での処理を行う事が出
来ず、ロジックプログラムの手順が限定されていたとこ
ろを、送信後、送信先の処理を待つことなく、別の電気
通信網に対して、信号の送受信を行う事が出来るように
なるので、ロジックプログラムで記述できる手順の自由
度が向上する。
As described above, according to the present invention,
Conventionally, when a request operation is sent, it is not possible to perform processing in a telecommunications network different from the telecommunications network through which the request operation is sent until the processing of the destination is completed, and the logic program procedure is After being limited, it becomes possible to send and receive signals to and from another telecommunications network without waiting for the processing of the destination after transmission, so the flexibility of the procedure that can be described in a logic program Is improved.

【0026】すなわち、この発明によれば、クライアン
トからORBに対して要求オペレーションの送信を指示
する前に、コンピュータにおけるプログラムの実行単位
であるタスクを新規に生成じ、生成したタスクに対して
要求オペレーションの送信を実行させることにより、要
求オペレーション送信後、サーバの処理が終わり、応答
がクライアントに返るよりも前に、他方の電気通信網に
対して信号の送受信が可能となる。したがって、電気通
信網を介してオペレーション要求を送信する際に、従来
に比べて処理効率を向上させることができる。
That is, according to the present invention, before the client instructs the ORB to transmit the requested operation, a task which is an execution unit of the program in the computer is newly generated, and the requested operation is performed for the generated task. By sending the request operation, after the request operation is sent, the processing of the server is completed, and before the response is returned to the client, it is possible to send / receive a signal to / from the other telecommunication network. Therefore, when transmitting the operation request via the telecommunication network, the processing efficiency can be improved as compared with the conventional case.

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

【図1】本発明によるオペレーション送信方式の実施の
形態の構成を示すブロック図
FIG. 1 is a block diagram showing a configuration of an embodiment of an operation transmission system according to the present invention.

【図2】図1のコンピュータ18内のロジックプログラ
ム19の処理手順を説明するためのフローチャート
2 is a flowchart for explaining a processing procedure of a logic program 19 in the computer 18 of FIG.

【図3】図4とともに、図1の実施形態の動作例を示す
動作図
3 is an operation diagram showing an operation example of the embodiment of FIG. 1 together with FIG. 4;

【図4】図3とともに、図1の実施形態の動作例を示す
動作図
4 is an operation diagram showing an operation example of the embodiment of FIG. 1 together with FIG. 3;

【図5】従来の分散オブジェクトアーキテクチャにおけ
る通信方式の構成例を示すブロック図
FIG. 5 is a block diagram showing a configuration example of a communication method in a conventional distributed object architecture.

【図6】従来の分散オブジェクトアーキテクチャにおけ
る通信方式の他の構成例を示すブロック図
FIG. 6 is a block diagram showing another configuration example of a communication method in a conventional distributed object architecture.

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

18,25,28 コンピュータ 19 ロジックプログラム 20 タスク生成部 21 受信信号待機部 22、26 ORB 23 クライアント 24,29 信号送受信部 27 サーバ 18, 25, 28 computer 19 Logic program 20 task generator 21 Received signal waiting section 22, 26 ORB 23 Client 24, 29 Signal transmitter / receiver 27 servers

───────────────────────────────────────────────────── フロントページの続き (72)発明者 山下 康治 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 Fターム(参考) 5B085 BE04 BG07 5B098 AA10 GA04 GC16 5K026 AA21 BB02 CC01 FF01 GG12 5K051 CC01 CC02 EE01 FF01    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Koji Yamashita             2-3-1, Otemachi, Chiyoda-ku, Tokyo             Inside Telegraph and Telephone Corporation F-term (reference) 5B085 BE04 BG07                 5B098 AA10 GA04 GC16                 5K026 AA21 BB02 CC01 FF01 GG12                 5K051 CC01 CC02 EE01 FF01

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 分散処理アーキテクチャによるオブジェ
クト・リクエスト・ブローカを用い、電気通信網を介し
て、要求オペレーションを送信する方式であって、 プログラムの実行単位としての複数のタスクを提供する
オペレーティングシステムを実行する第1のコンピュー
タにおいて、 オブジェクト・リクエスト・ブローカを用い、電気通信
網を介して、第2のコンピュータに所定の処理実行を要
求するための信号を送信する際に、 第1のコンピュータで所定の処理手順を記述したロジッ
クプログラムからの要求に基づいて、そのロジックプロ
グラムによる処理と並行して処理を実行可能な形態で、
オブジェクト・リクエスト・ブローカに対してオペレー
ション送信を要求するためのタスクを生成するととも
に、生成したタスクにオブジェクト・リクエスト・ブロ
ーカへのオペレーション送信要求を任せ、ロジックプロ
グラムに対し、送信要求完了通知を返すタスク生成手段
を備えることを特徴とするオペレーション送信方式。
1. A method of transmitting a request operation via a telecommunication network using an object request broker based on a distributed processing architecture, which executes an operating system which provides a plurality of tasks as execution units of a program. In the first computer, when the object request broker is used to transmit the signal for requesting the predetermined processing execution to the second computer via the telecommunication network, the first computer executes the predetermined request. Based on the request from the logic program that describes the processing procedure, in a form that can execute the processing in parallel with the processing by the logic program,
A task that generates a task for requesting operation transmission to the object request broker, assigns the operation transmission request to the object request broker to the generated task, and returns a transmission request completion notification to the logic program An operation transmission method comprising a generation means.
【請求項2】 前記タスクは、第1のコンピュータにお
いて実行されるクライアントに対してオブジェクト・リ
クエスト・ブローカへのオペレーション送信要求を指示
し、そのクライアントがオブジェクト・リクエスト・ブ
ローカへオペレーション送信を要求し、 第2のコンピュータにおいて、第2のコンピュータにお
いて実行されるオブジェクト・リクエスト・ブローカを
用いて、第1のコンピュータのオブジェクト・リクエス
ト・ブローカから送信されたオペレーション要求を受信
し、それに基づいて第2のコンピュータにおいて実行さ
れるサーバに処理を行わせることを特徴とする請求項1
記載のオペレーション送信方式。
2. The task directs a request to send an operation to an object request broker to a client executed on the first computer, and the client requests the object request broker to send an operation. In the second computer, using the object request broker executing in the second computer, receiving the operation request transmitted from the object request broker of the first computer, and based on the operation request, the second computer The server that is executed in step 1 is caused to perform processing.
Described operation transmission method.
【請求項3】 所定の分散オブジェクトアーキテクチャ
に従って、2以上の電気通信網が接続された第1のコン
ピュータから、第1の電気通信網を使用して異なる第2
のコンピュータに対して、そこで実行すべき所定の処理
を示す要求オペレーションを送信するための方式であっ
て、 第1のコンピュータで実行されるものであって、内部に
各処理手順を記述するロジックプログラムと、 ロジックプログラムからの要求によって、第2のコンピ
ュータに対してそこで処理すべきオペレーションの要求
を送信する処理を担うタスクを生成するタスク生成手段
と、 前記ロジックプログラムと並行して実行されるものであ
って、第2のコンピュータからの受信信号の受信を待機
する受信信号待機手段と、 タスク生成手段によるタスクの生成結果に基づくロジッ
クプログラムからの要求によって、第2の電気通信網を
使用して第3のコンピュータに対して信号の送信を要求
して受信する信号送受信手段とを備えることを特徴とす
るオペレーション送信方式。
3. A second computer that uses a first telecommunication network to differ from a first computer to which two or more telecommunication networks are connected according to a predetermined distributed object architecture.
Is a method for transmitting a requested operation indicating a predetermined process to be executed there, and is executed by the first computer, and a logic program for describing each process procedure therein. And a task generation unit that generates a task responsible for transmitting a request for an operation to be processed to the second computer in response to a request from the logic program; and a task execution unit that is executed in parallel with the logic program. Then, the reception signal waiting means for waiting for reception of the reception signal from the second computer, and the request from the logic program based on the task generation result by the task generation means are used to perform the second communication using the second telecommunication network. Signal transmission / reception means for requesting and receiving signal transmission from the computer Operation transmission method characterized by.
【請求項4】 前記分散オブジェクトアーキテクチャ
が、共通オブジェクトリクエストブローカアーキテクチ
ャ(CORBA)に基づくものであることを特徴とする
請求項1〜3のいずれか1項に記載のオペレーション送
信方式。
4. The operation transmission method according to claim 1, wherein the distributed object architecture is based on a common object request broker architecture (CORBA).
【請求項5】 分散処理アーキテクチャによるオブジェ
クト・リクエスト・ブローカを用い、電気通信網を介し
て、要求オペレーションを送信する方法であって、 プログラムの実行単位としての複数のタスクを提供する
オペレーティングシステムを実行する第1のコンピュー
タにおいて、 オブジェクト・リクエスト・ブローカを用い、電気通信
網を介して、第2のコンピュータに所定の処理実行を要
求するための信号を送信する際に、 第1のコンピュータで所定の処理手順を記述したロジッ
クプログラムからの要求に基づいて、そのロジックプロ
グラムによる処理と並行して処理を実行可能な形態で、
オブジェクト・リクエスト・ブローカに対してオペレー
ション送信を要求するためのタスクを生成するととも
に、生成したタスクにオブジェクト・リクエスト・ブロ
ーカへのオペレーション送信要求を任せ、ロジックプロ
グラムに対し、送信要求完了通知を返すことを特徴とす
るオペレーション送信方法。
5. A method of transmitting a request operation via a telecommunication network using an object request broker according to a distributed processing architecture, which executes an operating system providing a plurality of tasks as an execution unit of a program. In the first computer, when the object request broker is used to transmit the signal for requesting the predetermined processing execution to the second computer via the telecommunication network, the first computer executes the predetermined request. Based on the request from the logic program that describes the processing procedure, in a form that can execute the processing in parallel with the processing by the logic program,
Generates a task to request operation transmission to the object request broker, assigns the operation transmission request to the object request broker to the generated task, and returns the transmission request completion notification to the logic program. A method for transmitting an operation, characterized by:
【請求項6】 所定の分散オブジェクトアーキテクチャ
に従って、2以上の電気通信網が接続された第1のコン
ピュータから、第1の電気通信網を使用して異なる第2
のコンピュータに対して、そこで実行すべき所定の処理
を示す要求オペレーションを送信するための方法であっ
て、 内部に各処理手順を記述するロジックプログラムを第1
のコンピュータで実行し、 ロジックプログラムからの要求によって、第2のコンピ
ュータに対してそこで処理すべきオペレーションの要求
を送信する処理を担うタスクを生成し、 第2のコンピュータからの受信信号の受信を待機する受
信信号待機手段を前記ロジックプログラムと並行して実
行し、 タスクの生成結果に基づくロジックプログラムからの要
求によって、第2の電気通信網を使用して第3のコンピ
ュータに対して信号の送信を要求して受信することを特
徴とするオペレーション送信方法。
6. A second computer that uses a first telecommunication network to differ from a first computer to which two or more telecommunication networks are connected according to a predetermined distributed object architecture.
Is a method for transmitting a requested operation indicating a predetermined process to be executed to the computer, and a first logic program for describing each processing procedure is provided.
Of the logic program to generate a task responsible for transmitting a request for an operation to be processed there to a second computer, and wait for reception of a reception signal from the second computer. The received signal waiting means for executing the signal is executed in parallel with the logic program, and a signal is transmitted to the third computer using the second telecommunication network according to a request from the logic program based on the result of the task generation. A method for transmitting an operation, which comprises requesting and receiving.
【請求項7】 請求項5又は6記載のオペレーション送
信方法を第1のコンピュータで実行するためのプログラ
ム。
7. A program for executing the operation transmitting method according to claim 5 or 6 on a first computer.
【請求項8】 請求項7記載のプログラムを記録したコ
ンピュータ読みとり可能な記録媒体。
8. A computer-readable recording medium in which the program according to claim 7 is recorded.
JP2001246559A 2001-08-15 2001-08-15 System and method for operation transmission to telecommunication network using distributed object architecture Pending JP2003058384A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001246559A JP2003058384A (en) 2001-08-15 2001-08-15 System and method for operation transmission to telecommunication network using distributed object architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001246559A JP2003058384A (en) 2001-08-15 2001-08-15 System and method for operation transmission to telecommunication network using distributed object architecture

Publications (1)

Publication Number Publication Date
JP2003058384A true JP2003058384A (en) 2003-02-28

Family

ID=19076081

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001246559A Pending JP2003058384A (en) 2001-08-15 2001-08-15 System and method for operation transmission to telecommunication network using distributed object architecture

Country Status (1)

Country Link
JP (1) JP2003058384A (en)

Similar Documents

Publication Publication Date Title
CA2367800C (en) Communication architecture for distributed computing environment
JP2011232893A (en) Print data creation server, printing apparatus, and printing system
CN113301166A (en) Service calling method and device, storage medium and electronic device
US10367894B2 (en) Information processing apparatus, method for controlling the same, non-transitory computer-readable storage medium, and information processing system
CN112929431A (en) Message synchronous and asynchronous response conversion method and device based on micro-service framework
CN111131470B (en) Terminal device, data processing method thereof and data processing system
CN112948129A (en) Data transmission optimization method and device based on federal learning and readable storage medium
JP4516594B2 (en) Message transmission control method, message transmission control device, and message transmission control program
WO2019201111A1 (en) Information processing method, apparatus and device, and computer-readable storage medium
CN109120578B (en) Method and device for realizing link connection processing
JP2003058384A (en) System and method for operation transmission to telecommunication network using distributed object architecture
US20130060847A1 (en) Bidirectional communication system and server apparatus used therein
JP4151330B2 (en) I / O control method for network file system
US20230171830A1 (en) Apparatus and method for configuring data communication between robot components in different networks
CN110764932A (en) Data processing method, system, medium and computing device
JP2001331386A (en) System and method for system configuration preparation support service
US12120457B2 (en) Conference creation method, terminal, server end, and storage medium
JPH09311843A (en) Client server type communication method and equipment therefor
US20240340232A1 (en) Telephony delay tolerant network system
JPH10145452A (en) Logical path generation system for communication protocol
JP3910013B2 (en) Communication method and method
JP2002141918A (en) Method and system for avoiding starvation in computer network
JP3427746B2 (en) How to send and receive messages
CN114745367A (en) Data transmission method and device, electronic equipment and storage medium
JP2004080573A (en) Communication terminal, communication terminal control method, execution program thereof, and recording medium with same program recorded thereon

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040109