Difference between COM and DCOM?

偶尔善良 提交于 2021-02-07 13:45:08

问题


What is the difference between COM and DCOM ?


回答1:


DCOM stands for "Distributed COM". That means the client and server can be on different machines communicating across the network, instead of both being on the same machine as in conventional COM.




回答2:


DCOM=Distributed Component Object Model, you might call it COM via RPC. DCOM – Wikipedia




回答3:


COM stands for Component Object Model.
DCOM stands for Distributed Component Object Model.

COM is set of component tools which are executed client side.
DCOM is a Distributed component object model runs at the given server.
COM requires installation on the machine from where it is being used.
DCOM requires installation somewhere on the same network.



来源:https://stackoverflow.com/questions/3054418/difference-between-com-and-dcom

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!