What is In-proc?

Answer Posted / zubeir

There are two kind of components: in-process and out-of-
process. This is identified by where the component runs
when it is invoked. That is, (i) if a component sits inside
the calling process's address space, it is an in-process
component and (ii) if a component runs in its own address
space when invoked, it is an out-of-process component.
The data transmission between out-of-process component and
the calling process must be carried out by some IPC
mechanism while it is not required for the other one.

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we create dcom object in vb6?

693


Which namespace do the classes, allowing you to support COM functionality, are located?

2101


Once I have developed the com wrapper do I have to still register the com in registry?

658


Does .net replace com?

560


Can I use .net components from com programs?

611






What is dcom?

535


What is the use of com component in .net?

593


What are queued components?

585


What is the difference between aggregated and contained objects?

570


how to call a dll as a COM dll?

717


Define and explain about COM?

613


Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

506


Can you explain what is dcom?

543


Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

585


Explain Futures of COM?

576