问题
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