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 ado in vb.net?
Explain Default cursor Type and LockEdits type in RDO?
Specify technical & functional architecture of your last 2 projects.
When/Why should I use Option Explicit?
What language does visual basic use?
To populate a single column value which dbcontrols you to use?
Difference between Recordset and Resultsets.
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
What are the types of line styles available in Treeview Control?
What is "Reserved Error -1209"?
what is the Difference between Recordset and Querydef?
What is the use of progress Bar Control?
Discuss the working with to-do lists.
Differentiate between DAO,ADO and Adodc as in data access objects?
which property of menu cannot be set at run time.