When is Marshalling not necessary?

Showing Answers 1 - 4 of 4 Answers

eff_kay

  • Mar 15th, 2005
 

Marshalling is the process of packaging and sending interface method parameters across thread, process or machine boundaries.

  Was this answer useful?  Yes

CCs

  • Jul 8th, 2005
 

If the client and the server is on the same computer. 

modenl

  • Mar 2nd, 2006
 

Appdomain or Context.

  Was this answer useful?  Yes

balaji

  • Oct 7th, 2006
 

Hai,

When Ever component runs with in client App Domain process then marshalling is not necessary.Marshalling is nothing but gathering or packaging the information into message for transferring across the network requird in distributed environment 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions