InterviewSolution
Saved Bookmarks
| 1. |
Can Corba Applications Have Callbacks? |
|
Answer» YES. The words client and SERVER are really only applicable in the CONTEXT of a remote call. In other words, the "client process" can also receive CALLS on CORBA OBJECTS that it implements and hands out the references to. Yes. The words client and server are really only applicable in the context of a remote call. In other words, the "client process" can also receive calls on CORBA objects that it implements and hands out the references to. |
|