1
Reply

What’s the difference between COM and DCOM?

Tushar Agrawal

Tushar Agrawal

Aug 01, 2006
18.2k
0

    Again, the question does not require strict answer. Any DCOM object is yet a COM object (DCOM extends COM) and any COM object may participate in DCOM transactions. DCOM introduced several improvements/optimizations for distributed environment, such as MULTI_QI (multiple QueryInterface()), security contexts etc. DCOM demonstrated importance of surrogate process (you cannot run in-proc server on a remote machine. You need a surrogate process to do that.) DCOM introduced a load balancing.

    Tushar Agrawal
    August 01, 2006
    0