Navigateur
2010-08-21 11:49:00 UTC
I haven't started with CORBA yet.
First question: is it possible to have one object which has some
method implementations on one side, and some on the other e.g. the
Java side can call an object's method A(), whose implementation is on
the C++ side, and the C++ can call the same object's method B(), whose
implementation is on the Java side?
Secondly: What happens exactly when you try to set up more than one
server to a client using the same object reference? If you're in
"multithreaded" mode (or "asynchronous" mode or whatever) does it
mimic a multi-server "notification" set-up? Can anybody try this and
tell me exactly what happens? If it works, I don't want to have to set
up a notification service unnecessarily. I want to keep my code as
minimal as possible.
First question: is it possible to have one object which has some
method implementations on one side, and some on the other e.g. the
Java side can call an object's method A(), whose implementation is on
the C++ side, and the C++ can call the same object's method B(), whose
implementation is on the Java side?
Secondly: What happens exactly when you try to set up more than one
server to a client using the same object reference? If you're in
"multithreaded" mode (or "asynchronous" mode or whatever) does it
mimic a multi-server "notification" set-up? Can anybody try this and
tell me exactly what happens? If it works, I don't want to have to set
up a notification service unnecessarily. I want to keep my code as
minimal as possible.