JPH09330223A - Method and device for executing processing to event-driven type server by corba - Google Patents

Method and device for executing processing to event-driven type server by corba

Info

Publication number
JPH09330223A
JPH09330223A JP14898396A JP14898396A JPH09330223A JP H09330223 A JPH09330223 A JP H09330223A JP 14898396 A JP14898396 A JP 14898396A JP 14898396 A JP14898396 A JP 14898396A JP H09330223 A JPH09330223 A JP H09330223A
Authority
JP
Japan
Prior art keywords
event
corba
server
driven
client
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
JP14898396A
Other languages
Japanese (ja)
Inventor
Keiko Arima
啓伊子 有馬
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP14898396A priority Critical patent/JPH09330223A/en
Publication of JPH09330223A publication Critical patent/JPH09330223A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the productivity by providing a request to an event-driven type server and an answer from the event-driven type server as a series of servers by a single function call from a client. SOLUTION: A CORBA server object(SO) 2 is placed so as to request services of the even-driven type server 3 by using CORBA. A function defined in the CORBA-SO is called from a CORBA client 1 and actuated as a new thread. The CORBA-SO 2 uses a pipe 5 as a means for passing the request to the event-driven type server 3. The event-driven type server 3 receives an event, processes it, and returns its result asynchronously. As a means for returning the result to the CORBA-SO 2, the completion of processing for writing the processing result in a memory 6 is reported to the CORBA-SO 2. The CORBA-SO 2 reads the result out of the memory 6 and returns it as a return of the function to the client 1.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、イベント駆動型プ
ログラムの非同期サービスに対するCORBAによる処
理方法と装置に関し、特に同期型処理方法と装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a CORBA processing method and apparatus for an asynchronous service of an event driven program, and more particularly to a synchronous processing method and apparatus.

【0002】[0002]

【従来の技術】従来のイベント駆動型サーバへのCOR
BAによる処理方法について図4を参照して説明する。
COR to a conventional event driven server
The processing method by BA will be described with reference to FIG.

【0003】イベント駆動型サーバ3によるサービスを
CORBAサーバオブジェクト2を用いて提供する場
合、イベント駆動型サーバ3は非同期で応答を返すの
で、CORBAサーバオブジェクト2のメソッド41、
42は同期型で応答を返す必要があるため、1つの関数
では実現できない。そこで、CORBAサーバオブジェ
クト2をCORBAクライアント1側にも定義し、CO
RBAクライアント1からの要求を、サーバ側のCOR
BAサーバオブジェクト2のメソッド41を用いて行
い、サーバ側からの応答をクライアント側のCORBA
サーバオブジェクト2のメソッド42を用いて行う。
When the service provided by the event-driven server 3 is provided by using the CORBA server object 2, the event-driven server 3 returns a response asynchronously. Therefore, the method 41 of the CORBA server object 2
No. 42 cannot be realized by one function because it is necessary to return a response in a synchronous type. Therefore, the CORBA server object 2 is also defined on the CORBA client 1 side, and CO
The request from the RBA client 1 is sent to the COR on the server side.
The method 41 of the BA server object 2 is used, and the response from the server side is sent to the CORBA of the client side.
This is performed using the method 42 of the server object 2.

【0004】[0004]

【発明が解決しようとする課題】第1の問題点は、1つ
の要求を実現するために2つのサービス定義を必要とす
ることである。
The first problem is that two service definitions are required to fulfill one request.

【0005】その理由は、2つのサービス定義が実は1
つの要求を実現するためのものであることをユーザが意
識する必要があり、定義する関数も2倍になるからであ
る。
The reason is that two service definitions are actually 1
This is because the user needs to be aware that it is for fulfilling one request, and the number of functions to be defined is doubled.

【0006】第2の問題点は、クライアント側にもCO
RBAのサーバオブジェクトを実装することである。
The second problem is that the client side also has CO
It is to implement the server object of RBA.

【0007】その理由は、本来クライアント機能のみ必
要な箇所にサーバオブジェクトを実装することで、構成
が複雑になり、本来のサーバオブジェクトとの区別がつ
きにくいからである。
The reason is that the server object is originally installed only in a place where the client function is required, so that the configuration becomes complicated and it is difficult to distinguish it from the original server object.

【0008】本発明の目的は、イベント駆動型サーバに
対する一つの要求を、CORBAサーバオブジェクトへ
の一回の要求として定義し、生産性を向上することにあ
る。
It is an object of the present invention to define one request for an event driven server as one request for a CORBA server object to improve productivity.

【0009】本発明の他の目的は、構成を単純化し、信
頼性を向上することにある。
Another object of the present invention is to simplify the structure and improve reliability.

【0010】[0010]

【課題を解決するための手段】本発明のイベント駆動型
サーバへのCORBAによる処理方法は、非同期で応答
を返すイベント駆動型プログラムによりクライアントに
サービスを行うイベント駆動型サーバに対して、分散さ
れ異なるコンピュータ間の共通オブジェクト指向言語で
あるCORBAを用いて、サービス提供を処理する方法
であって、クライアントからの1回の関数コールにより
イベント駆動型サーバへの要求とイベント駆動型サーバ
からの応答を一連のサービスとして提供するステップを
有する。
A method of processing an event-driven server by CORBA according to the present invention is distributed and different from an event-driven server that serves a client by an event-driven program that asynchronously returns a response. A method of processing service provision using CORBA, which is a common object-oriented language between computers, in which a single request from a client to an event-driven server and a response from the event-driven server are performed in series. There is a step of providing as a service of.

【0011】また、前記クライアントからの1回の関数
コールによりイベント駆動型サーバへの要求とイベント
駆動型サーバからの応答を一連のサービスとして提供す
るステップは、サービス定義されたCORBAサーバオ
ブジェクトを設定するステップと、前記クライアントが
前記CORBAサーバオブジェクトにサービスの関数を
起動するステップと、前記CORBAサーバオブジェク
トが前記関数に含まれるパラメータをCORBAサーバ
オブジェクトのメモリに書き込むステップと、前記パラ
メータをパイプ経由でイベント駆動型サーバにイベント
として発行後、前記関数を停止するステップと、前記イ
ベント駆動型サーバがパイプ経由でイベントを受取り、
前記パラメータをもとに他のプロセスによりイベントを
処理するステップと、非同期で処理された結果を返す
時、結果を前記メモリに書き込み、停止しているCOR
BAサーバオブジェクトの関数を再起動するステップ
と、再起動されたCORBAサーバオブジェクトが結果
を前記クライアントに返すステップを有する。
In the step of providing a request to the event driven server and a response from the event driven server as a series of services by one function call from the client, a CORBA server object for which a service is defined is set. Steps, the client invokes a service function on the CORBA server object, the CORBA server object writes the parameters contained in the function to the memory of the CORBA server object, and the parameters are event-driven through a pipe. Issuing the event to the type server, stopping the function, and the event driven server receiving the event via a pipe,
COR which processes the event by another process based on the parameter and writes the result to the memory when returning the processed result asynchronously
There is the step of restarting the function of the BA server object and the restarted CORBA server object returning the result to the client.

【0012】更に、本発明のイベント駆動型サーバへの
CORBAによる処理装置は、非同期で応答を返すイベ
ント駆動型プログラムによりクライアントにサービスを
行うイベント駆動型サーバに対して、分散され異なるコ
ンピュータ間の共通オブジェクト指向言語であるCOR
BAを用いて、サービス提供を処理する装置であって、
クライアントからの1回の関数コールによりイベント駆
動型サーバへの要求とイベント駆動型サーバからの応答
を一連のサービスとして提供する手段を有する。
Further, the processing device by CORBA for the event-driven server of the present invention is common to distributed and different computers for the event-driven server which services the client by the event-driven program which returns a response asynchronously. COR, an object-oriented language
A device for processing service provision using a BA,
It has means for providing a request to the event driven server and a response from the event driven server as a series of services by one function call from the client.

【0013】更にまた、前記クライアントからの1回の
関数コールによりイベント駆動型サーバへの要求とイベ
ント駆動型サーバからの応答を一連のサービスとして提
供する手段は、サービス定義されたCORBAサーバオ
ブジェクトと、前記クライアントが前記CORBAサー
バオブジェクトにサービスの関数を起動する手段と、前
記CORBAサーバオブジェクトが前記関数に含まれる
パラメータを書き込むCORBAサーバオブジェクトの
メモリと、前記パラメータをイベント駆動型サーバにイ
ベントとして経由するパイプと、イベント駆動型サーバ
にイベントとして発行後、前記関数を停止する手段と、
パイプ経由でイベントを受取り、前記パラメータをもと
に他のプロセスによりイベントを処理する前記イベント
駆動型サーバと、非同期で処理された結果を返す時、結
果を前記メモリに書き込み、停止しているCORBAサ
ーバオブジェクトの関数を再起動する手段と、再起動さ
れたCORBAサーバオブジェクトが結果を前記クライ
アントに返す手段を有する。
Furthermore, means for providing a request to the event driven server and a response from the event driven server as a series of services by one function call from the client is a CORBA server object defined as a service, Means for the client to invoke a function of a service on the CORBA server object, memory for the CORBA server object in which the CORBA server object writes the parameters contained in the function, and a pipe for passing the parameters as events to the event driven server. And means for stopping the function after issuing as an event to the event driven server,
When the event-driven server that receives an event via a pipe and processes the event by another process based on the parameter and the result processed asynchronously is returned, the result is written to the memory and stopped CORBA It has means for restarting the function of the server object and means for the restarted CORBA server object to return a result to the client.

【0014】[0014]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0015】図1は本発明の一実施例の構成図である。
イベント駆動型サーバ3に対してCORBAを用いてサ
ービスを要求するため、CORBAサーバオブジェクト
2をおく。CORBAサーバオブジェクトに定義された
関数をCORBAクライアント1からコールし、新たな
スレッドとして起動する。CORBAサーバオブジェク
ト2はイベント駆動型サーバ3に要求を渡す手段とし
て、パイプ5を用いる。イベント駆動型サーバ3はパイ
プ5からイベントを受け、処理を行い非同期に結果を返
す。CORBAサーバオブジェクト2に結果を返す手段
として、処理結果をメモリ6に書き込み処理を終了した
ことをCORBAサーバオブジェクト2に伝える。CO
RBAサーバオプジェクト2はメモリ6から結果を読み
込み、関数の戻りとしてCORBAクライアント1に返
す。
FIG. 1 is a block diagram of an embodiment of the present invention.
Since the service is requested to the event driven server 3 using CORBA, the CORBA server object 2 is placed. The function defined in the CORBA server object is called from the CORBA client 1 and activated as a new thread. The CORBA server object 2 uses a pipe 5 as a means for passing a request to the event driven server 3. The event-driven server 3 receives an event from the pipe 5, processes it, and asynchronously returns a result. As a means for returning the result to the CORBA server object 2, the CORBA server object 2 is notified that the processing result has been written in the memory 6 and the processing has been completed. CO
The RBA server object 2 reads the result from the memory 6 and returns it to the CORBA client 1 as a function return.

【0016】図2は、本発明の一実施例の処理シーケン
ス図である。CORBAクライアント1がCORBAサ
ーバオブジェクト2の関数をコールする(S1)。CO
RBAサーバオブジェクト2はパラメータをメモリ4に
書き込み(S2)、パイプ5経由でイベントを発行後停
止する(S3)。イベント駆動型サーバ3は、パイプ5
経由でイベントを受取り、パラメータをもとに処理を行
う(S4)。非同期で結果を返す時(S5)、結果をメ
モリ6に書き込み(S6)、停止しているCORBAサ
ーバオブジェクト2のスレッドを再起動する(S7)。
再起動されたCORBAサーバオブジェクト2は、結果
をCORBAクライアント1に返す(S8)。
FIG. 2 is a processing sequence diagram of an embodiment of the present invention. The CORBA client 1 calls the function of the CORBA server object 2 (S1). CO
The RBA server object 2 writes the parameter in the memory 4 (S2), issues an event via the pipe 5, and then stops (S3). The event driven server 3 is a pipe 5
An event is received via the server and processing is performed based on the parameters (S4). When the result is returned asynchronously (S5), the result is written to the memory 6 (S6), and the suspended thread of the CORBA server object 2 is restarted (S7).
The restarted CORBA server object 2 returns the result to the CORBA client 1 (S8).

【0017】本発明では、イベント駆動型サービスの要
求と応答をCORBAで一つのサービスとして実現する
方法と装置を提供する。イベント駆動型のサービスを一
本のスレッドとして動作させておく。このスレッドは外
部のポートからのイベントをトリガとして動作する。外
部のポートとしてCORBAサーバオブジェクト2から
イベントを受ける為のパイプ5を登録しておく。イベン
ト駆動型サーバ3と同じプロセスにCORBAサーバオ
ブジェクト2を実装する。CORBAクライアント1か
らの要求をCORBAサーバオブジェクト2が受信した
時、CORBAサーバオブジェクト2のメソッドを新た
なスレッド11として起動し、イベント駆動型サーバ3
での非同期処理をCORBAサーバオブジェクト2内で
一つの関数として実現する。
The present invention provides a method and apparatus for realizing a request and response of an event driven service as one service by CORBA. Run the event-driven service as a single thread. This thread operates by triggering an event from an external port. A pipe 5 for receiving an event from the CORBA server object 2 is registered as an external port. The CORBA server object 2 is installed in the same process as the event driven server 3. When the CORBA server object 2 receives the request from the CORBA client 1, the method of the CORBA server object 2 is activated as a new thread 11, and the event-driven server 3
Asynchronous processing in 1. is realized as one function in the CORBA server object 2.

【0018】CORBAクライアン1トからCORBA
のサーバオブジェクト2の関数が起動された時、イベン
ト駆動型サーバ3に登録されたパイプ5を用いてイベン
トを起こし、CORBAサーバオブジェクト2の関数を
停止する。イベント駆動型サーバ3は非同期処理を行
い、処理が終了したら処理結果をメモリ6に書いた後、
停止していた関数を再起動する。再起動された関数は、
メモリ6から処理結果を読み込み、関数の戻りとして結
果をCORBAクライアント1に返す。
CORBA Client 1 to CORBA
When the function of the server object 2 is activated, an event is caused by using the pipe 5 registered in the event driven server 3, and the function of the CORBA server object 2 is stopped. The event-driven server 3 performs asynchronous processing, and when the processing is completed, writes the processing result in the memory 6,
Restart the stopped function. The restarted function is
The processing result is read from the memory 6, and the result is returned to the CORBA client 1 as the return of the function.

【0019】[0019]

【実施例】図3に本発明の更に具体的な実施例を示す。EXAMPLE FIG. 3 shows a more specific example of the present invention.

【0020】イベント駆動型サーバ3は、メモリ4から
渡されたパラメータをファイルに書き込む機能を提供し
ている。これをCORBAのサービスとして提供する場
合、CORBAのIDL定義を31のように行う。CO
RBAクライアント1から定義された関数をコールする
と、CORBAの機能によりCORBAサーバオブジェ
クト2の関数が新たなスレッドとしてコールされる。C
ORBAサーバオブジェクト2の関数内で、パラメータ
のメモリ4への書き込みとパイプ5へのデータ送信を行
い、スレッドを停止(suspend)する。イベント
駆動型サーバ3は、パイプ5からイベントを受け、パラ
メータをメモリ4から参照してファイル書き込み処理を
別プロセス7に要求し、イベントを待つ。イベント駆動
型サーバ3が別プロセス7から書き込み終了を受け取る
と、結果をメモリ6に書き込みsuspendしていた
スレツドを再起動(continue)する。再起動さ
れたCORBAサーバオブジェクト2の関数は、メモリ
6から結果を参照し、関数の出力パラメータあるいは戻
り値に結果設定し関数をreturnする。retur
nの結果、CORBAクライアントはコールした関数を
終了する。
The event driven server 3 provides a function of writing the parameters passed from the memory 4 to a file. When this is provided as a CORBA service, the IDL definition of CORBA is performed as shown in 31. CO
When the function defined by the RBA client 1 is called, the function of the CORBA server object 2 is called as a new thread by the function of CORBA. C
In the function of the ORBA server object 2, the parameter is written to the memory 4 and the data is sent to the pipe 5, and the thread is suspended. The event-driven server 3 receives an event from the pipe 5, refers to the parameter from the memory 4, requests the file writing process to another process 7, and waits for the event. When the event driven server 3 receives the write end from another process 7, the result is written in the memory 6 and the suspended thread is restarted (continue). The function of the restarted CORBA server object 2 refers to the result from the memory 6, sets the result as an output parameter or a return value of the function, and returns the function. retur
As a result of n, the CORBA client terminates the called function.

【0021】[0021]

【発明の効果】本提案により、イベント駆動型サーバに
対する一つの要求を、CORBAサーバオブジェクトへ
の一回の要求として定義し、イベント駆動型サービスを
同期型のCORBAオブジェクトのサービスとして実装
することが可能となり、生産性を向上し、クライアント
からの要求を単純化するという効果がある。
According to the present invention, it is possible to define one request for an event-driven server as a single request to a CORBA server object, and to implement an event-driven service as a synchronous CORBA object service. Therefore, there is an effect that the productivity is improved and the request from the client is simplified.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の一実施例の処理シーケンス図である。FIG. 2 is a processing sequence diagram of an embodiment of the present invention.

【図3】本発明の具体的な実施例を示す図である。FIG. 3 is a diagram showing a specific example of the present invention.

【図4】従来の技術の構成図である。FIG. 4 is a configuration diagram of a conventional technique.

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

1 CORBAクライアント 2 CORBAサーバオブジェクト 3 イベント駆動型サーバ 4 メモリ(パラメータ) 5 パイプ 6 メモリ(結果) 7 別プロセス 11 suspendまでの処理 12 パイプによるイベント起動 13 イベント駆動型サーバの別プロセスによる非同
期処理 14 処理結果メモリに記憶 15 continueによるスレッドの再開と処理
結果の転送 31 CORBAのIDL定義 32 スレッド起動 41 1回目のメソッド(非同期処理) 42 2回目のメソッド(非同期処理)
1 CORBA Client 2 CORBA Server Object 3 Event Driven Server 4 Memory (Parameter) 5 Pipe 6 Memory (Result) 7 Another Process 11 Process up to Suspend 12 Event Activation by Pipe 13 Asynchronous Process by Another Process of Event Driven Server 14 Process Stored in result memory 15 Resume thread by continue and transfer processing result 31 IDL definition of CORBA 32 Thread activation 41 First method (asynchronous processing) 42 Second method (asynchronous processing)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 非同期で応答を返すイベント駆動型プロ
グラムによりクライアントにサービスを行うイベント駆
動型サーバに対して、分散され異なるコンピュータ間の
共通オブジェクト指向言語であるCORBAを用いて、
サービス提供を処理する方法であって、 クライアントからの1回の関数コールによりイベント駆
動型サーバへの要求とイベント駆動型サーバからの応答
を一連のサービスとして提供するステップを有するイベ
ント駆動型サーバへのCORBAによる処理方法。
1. Using CORBA, which is a common object-oriented language among distributed and different computers, for an event-driven server that provides services to clients by an event-driven program that returns responses asynchronously,
A method of processing a service offering to an event driven server comprising the steps of providing a request to the event driven server and a response from the event driven server as a series of services with a single function call from the client. Treatment method by CORBA.
【請求項2】 前記クライアントからの1回の関数コー
ルによりイベント駆動型サーバへの要求とイベント駆動
型サーバからの応答を一連のサービスとして提供するス
テップが、 サービス定義されたCORBAサーバオブジェクトを設
定するステップと、 前記クライアントが前記CORBAサーバオブジェクト
にサービスの関数を起動するステップと、 前記CORBAサーバオブジェクトが前記関数に含まれ
るパラメータをCORBAサーバオブジェクトのメモリ
に書き込むステップと、 前記パラメータをパイプ経由でイベント駆動型サーバに
イベントとして発行後、前記関数を停止するステップ
と、 前記イベント駆動型サーバがパイプ経由でイベントを受
取り、前記パラメータをもとに他のプロセスによりイベ
ントを処理するステップと、 非同期で処理された結果を返す時、結果を前記メモリに
書き込み、停止しているCORBAサーバオブジェクト
の関数を再起動するステップと、 再起動されたCORBAサーバオブジェクトが結果を前
記クライアントに返すステップを有する請求項1記載の
イベント駆動型サーバへのCORBAによる処理方法。
2. The step of providing a request to an event driven server and a response from the event driven server as a series of services by one function call from the client sets a CORBA server object having a service defined. A step in which the client invokes a function of a service in the CORBA server object; a step in which the CORBA server object writes a parameter included in the function into a memory of a CORBA server object; and an event driving the parameter through a pipe. After issuing as an event to the type server, stopping the function, the event driven server receives the event via a pipe, and processes the event by another process based on the parameter. When returning the processed result asynchronously, writing the result to the memory and restarting the function of the stopped CORBA server object, and the restarted CORBA server object returns the result to the client. A method for processing an event-driven server according to claim 1 by CORBA.
【請求項3】 非同期で応答を返すイベント駆動型プロ
グラムによりクライアントにサービスを行うイベント駆
動型サーバに対して、分散され異なるコンピュータ間の
共通オブジェクト指向言語であるCORBAを用いて、
サービス提供を処理する装置であって、 クライアントからの1回の関数コールによりイベント駆
動型サーバへの要求とイベント駆動型サーバからの応答
を一連のサービスとして提供する手段を有するイベント
駆動型サーバへのCORBAによる処理装置。
3. A CORBA, which is a common object-oriented language distributed among different computers, is used for an event-driven server that provides a client service with an event-driven program that asynchronously returns a response.
A device for processing service provision, which includes means for providing a request to the event-driven server and a response from the event-driven server as a series of services by one function call from the client. Processing device by CORBA.
【請求項4】 前記クライアントからの1回の関数コー
ルによりイベント駆動型サーバへの要求とイベント駆動
型サーバからの応答を一連のサービスとして提供する手
段が、 サービス定義されたCORBAサーバオブジェクトと、 前記クライアントが前記CORBAサーバオブジェクト
にサービスの関数を起動する手段と、 前記CORBAサーバオブジェクトが前記関数に含まれ
るパラメータを書き込むCORBAサーバオブジェクト
のメモリと、 前記パラメータをイベント駆動型サーバにイベントとし
て経由するパイプと、 イベント駆動型サーバにイベントとして発行後、前記関
数を停止する手段と、 パイプ経由でイベントを受取り、前記パラメータをもと
に他のプロセスによりイベントを処理する前記イベント
駆動型サーバと、 非同期で処理された結果を返す時、結果を前記メモリに
書き込み、停止しているCORBAサーバオブジェクト
の関数を再起動する手段と、 再起動されたCORBAサーバオブジェクトが結果を前
記クライアントに返す手段を有する請求項3記載のイベ
ント駆動型サーバへのCORBAによる処理装置。
4. A means for providing a request to an event driven server and a response from the event driven server as a series of services by one function call from the client, a CORBA server object in which a service is defined, and Means for a client to invoke a function of a service on the CORBA server object, memory for the CORBA server object in which the CORBA server object writes the parameters contained in the function, and a pipe for passing the parameters as events to the event driven server A means for stopping the function after issuing as an event to an event driven server, and an event driven server for receiving the event via a pipe and processing the event by another process based on the parameter And a means for writing the result to the memory and restarting the function of the stopped CORBA server object when returning the result processed by the method, and a means for the restarted CORBA server object to return the result to the client. Item 3. A processing device by CORBA for the event driven server according to item 3.
JP14898396A 1996-06-11 1996-06-11 Method and device for executing processing to event-driven type server by corba Pending JPH09330223A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14898396A JPH09330223A (en) 1996-06-11 1996-06-11 Method and device for executing processing to event-driven type server by corba

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14898396A JPH09330223A (en) 1996-06-11 1996-06-11 Method and device for executing processing to event-driven type server by corba

Publications (1)

Publication Number Publication Date
JPH09330223A true JPH09330223A (en) 1997-12-22

Family

ID=15465075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14898396A Pending JPH09330223A (en) 1996-06-11 1996-06-11 Method and device for executing processing to event-driven type server by corba

Country Status (1)

Country Link
JP (1) JPH09330223A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100317129B1 (en) * 1999-12-27 2001-12-24 오길록 Method for translation web server and database server in internet envirionment
KR100491883B1 (en) * 2000-12-28 2005-05-31 엘지전자 주식회사 Method for dynamic database processing by using CORBA platform
KR100587642B1 (en) * 1999-12-22 2006-06-08 주식회사 케이티 Method of static binding in CORBA environment
KR100735667B1 (en) * 2005-12-01 2007-07-06 성균관대학교산학협력단 CORBA-based Adaptive Bridging Pool System and Method thereof

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100587642B1 (en) * 1999-12-22 2006-06-08 주식회사 케이티 Method of static binding in CORBA environment
KR100317129B1 (en) * 1999-12-27 2001-12-24 오길록 Method for translation web server and database server in internet envirionment
KR100491883B1 (en) * 2000-12-28 2005-05-31 엘지전자 주식회사 Method for dynamic database processing by using CORBA platform
KR100735667B1 (en) * 2005-12-01 2007-07-06 성균관대학교산학협력단 CORBA-based Adaptive Bridging Pool System and Method thereof

Similar Documents

Publication Publication Date Title
US5612898A (en) Communication protocol event logging system for use with various protocols
JPH0283627A (en) Interpreter
US20050028171A1 (en) System and method enabling multiple processes to efficiently log events
US8327003B2 (en) Handling backend failover in an application server
EP1351142A2 (en) Apparatus and method of lazy connection transaction enlistment
JP4009192B2 (en) Efficient timer management system
CN105653356A (en) Method and device for processing multi-server concurrent operation
JPH09330223A (en) Method and device for executing processing to event-driven type server by corba
JPH0798663A (en) Asynchronous i/o control system
CN114237929A (en) Method for exporting big data by Web server
KR970023622A (en) Control system of semiconductor device manufacturing process and control method thereof
JP2002259143A (en) Device and method for automatically controlling number of task, on-like transaction processing system and program
JP2011048844A (en) Asynchronous communication technique
JPS6327942A (en) Message input device
JP3128898B2 (en) Task termination processor
JPH06332724A (en) Mounting system and execution muliplicity control system and execution priority control system for logical unit for object directing type system
JP2001344119A (en) Transaction execution control system and transaction execution control method
JPH04335441A (en) Command immediate answer property securing system
JPH07325800A (en) Data flow processor
JPH02259933A (en) Job generating system
JPH113231A (en) Software processing method
JPS6121532A (en) Scheduling method
JP2000029850A (en) Task controlling method using inter-processor communication of operating system
JPH08212085A (en) Information processor and communication processor
JPS63261433A (en) Task scheduler