Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORBA dilemma - Is the Server there?

Status
Not open for further replies.

Darker

Programmer
Nov 12, 2001
1
GB
I need some help with a client/server application I am developing in Java which uses CORBA as the cross-communication paradigm.

Basically, I just need to know how I can ensure that the object referred to is in fact accessible from where the application is running. Ideally I would like to have a client or server which can list all the other running servers which are currently ready to begin communication. Naturally this will help cease attempting to invoke a method on a server which isn't running, which results in a CORBA exception.

I have searched high and low across the internet for a solution, to no avail. I would really appreciate any comments and replies to my query.

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top