[omniORB] questions about echo3_* sample

Yu, Jeffrey (CICG - GELP DEV) jjyu@exchange.ml.com
Thu, 23 Sep 1999 14:06:04 -0400


Here is how I understood what the sample echo3 is doing:

1. eg3_impl registers itself in omniNames with the id of "test";
2. eg3_clt then connects to the Naming service and look for the id, when
found,
    it .... 

Here is where I am lost.  What if the implementation of greet.cc is on the
server side
and the client can only call it with, let say a string, the greet.cc would
"reverse" the
string and return it to the caller for display.

I feel the implementation of greet.cc in this sample is done on the client
side, the
trigger is to locate the object id first. ....

Any comment on this?  

--Jeffrey