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 are the properties of datacontrol?
Which type of object requires this object?
Through which protocol OLEDB components are interfaced?
OLE is used for _______
Write the Steps in Creating an ActiveX Control?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
How do I implement an accelerator key for a text box?
which method used to move a recordset pointer in nth position in DAG?
How would you run your ActiveX Document Dll?
What is shortcut menu and explain "The ole control's shortcut menu".
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What is the use of progress Bar Control?
How many ways we can access file using VB?
Is visual basic case sensitive?
What is the use of Visual Basic Document file?