1.

Describe In Process And Out Of Process Component?

Answer»

In-process COMPONENT is IMPLEMENTED as a DLL, and runs in the same process space as its client app, enabling the most efficient communication between client and component. An out of process component is implemented as an EXE, and unlike a dll, runs in its own process space. As a result, exe’s are SLOWER then dll’s because communications between client and component must be marshalled across process BOUNDARIES

In-process component is implemented as a DLL, and runs in the same process space as its client app, enabling the most efficient communication between client and component. An out of process component is implemented as an EXE, and unlike a dll, runs in its own process space. As a result, exe’s are slower then dll’s because communications between client and component must be marshalled across process boundaries



Discussion

No Comment Found