what is the diff between inprocess and out of process ?
Answer Posted / guest
An 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.Each client app that uses the component starts a
new instance of it.
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. A single instance of an out of process
component can service many clients.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
which property used to add a menus at runtime?
What is the use of ActiveX Documents?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How do I program the Novell NetWare API from VB?
Is visual basic still used?
Is it possible to Access BackEnd procedures? Explain.
What is the use of ActiveX Documents?
What are the tools in visual basic?
How can you Implement windows functionality in VB?
What is rdo in vb?
which property of menu cannot be set at run time.
What are the uses of List View Control?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What are the important components of OLEDB?
To populate a single column value which dbcontrols you to use?