What is the difference between COM and DCOM?
Answer Posted / vikas
COM objects require installation on the machine from where
it is being used and DCOM requires installation somewhere on
the same network.
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.
The fact is dotnet has not replace the COM/DCOM instead it
has extended the functionality by introducing new featurs to it.
While dot-NET software can utilize COM components, and COM
components can tie into many features of the Dot-NET
environment, the two technologies are internally separate.
In particular, Dot-NET has been designed to work across the
Internet, with firewalls and wide-area networks, whereas
DCOM was designed primarily for use on local-area networks.
Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What are the types of API Types.
Draw Sequence Modal of RDO? Explain.
How would you use ActiveX Dll and ActiveX Exe in your application?
Can you tell me the properties of the controls?
___ property used to add a menus at runtime.
What is a thread pool and how are the threads within a thread pool managed?
What language does visual basic use?
Explain what is Visual basic?
What are the uses of List View Control?
Is visual basic case sensitive?
What is the use of debug Window?
Explain about the creation of EXE files with Visual Basic?
How do I force a file dialogue box to reread the currect disk?