I am working with a CORBA based system which originally was designed to run on multiple servers.If I wanted to co-locate the CORBA services so that the 开发者_Python百科calls are happening across proc
I am writing a simulator for a CORBA client, that is I am simulating a CORBA server. A requirement of the CORBA server is that it register a certain object with the CORBA NameService.
The Following is from JavaTM IDL FAQ: How do I connect to a 3rd-party Naming Service from Sun\'s ORB? The recommended way is to use the
I\'m trying to help a dev of an app I\'d like to use trouble shoot a problem utilizing Corba Server on Linux.I narrowed down the problem to tnameserv taking over 3 minutes to become ready after invoca
I am studying for a final and have a few questions about RMI and CORBA. These are discussion questions taken from a study guide so there is no real application context around them.
I built a client server app开发者_Python百科lication using an IDL file for client server communication across the network. Both the client and server programs are in java. When the user enters exit, b
This question already has an answer here: 开发者_开发知识库 Closed 12 years ago. Possible Duplicate: