Hi, I have a .NET remoting questions. The scenario is this:
If I have three server process (A, B and C) running on three machines. And process B gets a MarshalByRef object reference (O) from process C and then gives this object reference to A. Then when A makes a method call on object O, will the call be routed via process B or will the call be directly made to process C? AFAIK the call will go directly to process C. My questions is; if the communication protocal is different between the servers/process (i.e. TCP is between A and B, but B and C use a custom channel), then how would A be able to communicate with C? Regards Mahmud -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
