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
How many ways you can access file using VB?
With in the form we want to check all the text box control are typed or not? How?
what are the Types of DBCombo boxes?
What is ActiveX Dll and ActiveX Exe?
Draw Sequence Modal of RDO? Explain.
Through which protocol OLEDB components are interfaced?
What is the use of progress Bar Control?
what are the Parts of ODBC?
How many types of API functions are available in VB?
What are the rules which should be followed while naming a variable in VB?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
___ property is used to change to ___ value to access a identity column'in datacontrols.
How can you save and Get data from Clipboard/ Recordset object consists what?
How do I add a form in visual basic?
What are the different procedures associated with the object?