Hi,
Here is my problem...
I got a client sending request to the server while the server is on its way up...Sometimes I got a Corba Exception errors due to the server/interface is not ready to receive requests. Here is what I wanted to do:
Put a check in the code to verify whether the server/interface is ready pior to sending out the request.
Let say I have defined an interface XYZ, is there any function calls that I can used to check whether this interface is ready?
Thanks in advance for your help,
bunja
Here is my problem...
I got a client sending request to the server while the server is on its way up...Sometimes I got a Corba Exception errors due to the server/interface is not ready to receive requests. Here is what I wanted to do:
Put a check in the code to verify whether the server/interface is ready pior to sending out the request.
Let say I have defined an interface XYZ, is there any function calls that I can used to check whether this interface is ready?
Thanks in advance for your help,
bunja