What is the difference between COM and DCOM ?

 
 

Question

What is the difference between COM and DCOM ?

Re: What is the difference between COM and DCOM ?

COM component object model
a component which can attached with any component and create a new component (aggregation) each component must have a 128 bit id that must be register on ther registry of windows
Dcom distributed component model
a component which can be used on network