Originally Posted by sagey
Thanks for the reply.
not sure if your approach is what i need.
I'm thinking, i think of the the folowing arrangement
client --> remote object --> server
where the client calls the remote object, which access the object (dataset for example, but it could be a tree, or whatever) on the server, and returns the result to the client.
What i'm thinking about is how to do a distbuted search. where the client may be any number of clients searching the object on the server. so the client does no processing, other than passing the search criteria, and receiving the result.