3
votes
2answers
76 views
RMI and CORBA Differences?
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.
Why are RMI and …
0
votes
3answers
51 views
Java’s ‘tnameserv’ takes 3+ minutes to be “Ready”, why?
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 …
-4
votes
0answers
55 views
4 QUESTIONS ON CORBA. [closed]
The CORBA specification mandates certain requirements for CORBA-compliant ORBs. Which of the
following is one of these requirements?
a. Supports IIOP
b. Supports DCE
c. Supports HTTP
d. Provide an …
1
vote
4answers
68 views
Is there anything better than CORBA for interlanguage program communication?
I'm on a project using CORBA to read the data of objects that could be implemented in C++ or Java but conform to the same IDL. The pros are the idlj compiler and all the necessary code came free with …
1
vote
1answer
30 views
How to change endianness when unmarshalling a CDR stream containing valuetype objects in Java.
I've got marshaled CDR data all by itself in the form of a file (i.e., not packed in a GIOP message) which I need to unmarshal and display on the screen. I get to know what type the data is and have …
1
vote
4answers
138 views
Ideas for computer science project with CORBA or ICE
We have to perform a semester project with distributed computing using CORBA or ICE. It is a single-person project and we have a couple of months of time.
For the programming language I'd like to …
3
votes
4answers
131 views
Wait for a detached thread to finish in C++
How can I wait for a detached thread to finish in C++?
I don't care about an exit status, I just want to know whether or not the thread has finished.
I'm trying to provide a synchronous wrapper …
0
votes
1answer
36 views
How to extract the server Host/IP from the CORBA IOR & NamingContextExt? [Java]
I've got a Client who needs to send a UDP packet to a server and the only reference he has to the Server is through the CORBA naming service (IOR). I know the IOR has the Server Information embedded …
2
votes
1answer
66 views
Erlang corba tutorial or example?
Can anyone point me at a good tutorial or example of using Erlang for a CORBA client.
I have an existing CORBA server written in another language, and need to connect to it using Erlang.
1
vote
2answers
49 views
Unittesting Corba in Python.
Hi there,
I am interested in your opinions on unittesting code that uses Corba to communicate with a server.
Would you mock the Corba objects? In Python that's sort of a pain in the ass because all …
0
votes
2answers
99 views
How is something like Zircon Zircomp different from ZeroC Ice?
Is there anyone that's currently using Zircon Zircomp? How is their technology different from something like ZeroC ICE? Are they trying to solve the same problem domain? How's their target audience …
2
votes
2answers
124 views
What is the difference between RMI and Corba?
What is the difference between RMI and Corba?
1
vote
2answers
103 views
EJB lookup throws error: org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 257 completed: Maybe
When my application does EJB lookup using remote interface, I get following exception. It was working fine and in recently build something has changed which broke it.
java.rmi.MarshalException: …
1
vote
4answers
206 views
Does any C++ Component Framework beyond Corba Components exist?
I'm looking for a C++ Component Framework like EJB3 (sure, it's Java only) or Corba Components. But I'm not looking for Corba Components.
My requirements are
portable (linux, unix, optional …
1
vote
1answer
56 views
How to kill the nameserver process in java
I built a client server application 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, both the server …
