[omniORB] RE: questions about echo3_* sample
Yu, Jeffrey (CICG - GELP DEV)
jjyu@exchange.ml.com
Thu, 23 Sep 1999 14:27:29 -0400
I was wrong about the "implementation of greet" is done on the client side.
echo_i.cc is the one it carries out the details. Sorry.
--Jeffrey
> -----Original Message-----
> From: Yu, Jeffrey (CICG - GELP DEV)
> Sent: Thursday, September 23, 1999 2:06 PM
> To: 'omniorb-list@uk.research.att.com'
> Subject: questions about echo3_* sample
>
> 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