Tuesday 14 February 2017

In terms of the extensions it added to COM, DCOM had to solve the problems

·         Marshalling – serializing and deserializing the arguments and return values of method calls "over the wire".

·         Distributed garbage collection – ensuring that references held by clients of interfaces are released when, for example, the client process crashed, or the network connection was lost. 

No comments:
Write comments