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
What is ODBC Direct and Microsoft Jet Database Engine ?
Can a VB application be an OLE server?
Is it possible to set a shortcut key for label?
which method used to move a recordset pointer in nth position in DAG?
How do I make a text box not beep but do something else when I hit the Enter key?
What is shortcut menu and explain "The ole control's shortcut menu".
Is the Access Engine and Visual Basic Pro good enough for database work?
Does VB support pointers to functions?
Explain about an event-driven programming language?
Types of cursors in RDO.
___,___ arguments will be used to run a executable program in shell function
What is the use of Data Form Wizard?
What is datagrid in vb net?
What is ActiveX? Explain.
What is meant by Establish Connection in RDO?