Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the difference between COM and DCOM?

DCOM difference
0
Posted

Whats the difference between COM and DCOM?

0

DCOM extends COM. DCOM introduced several improvements/optimizations for distributed environment, such as MULTI_QI (multiple QueryInterface()) and security contexts. 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 DLL Vs COM DisAdv: Dll exposes only functions (non object oriented). Extension DLL export classes but used only from MFC programs. DLL doesnt support Backward Compatibility(version problem). DLLs are loaded using File name. If changed mistakenly or different vendors use same name then problem araises. Adv: Loaded Just-In-Time. Dll can share among several application.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123