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 meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What is the use of Data Form Wizard?
what controls have you used in your project?
How would you Create a Query Builder and Explain its uses
What is the difference between Msgbox Statement and MsgboxQ function?
With in the form we want to check all the text box control are typed or not? How?
Is a foo VBX/DLL available as shareware/freeware?
How to control the file?
How would you run your ActiveX Document Dll?
How to get Cursor position using API?
It possible to call OLEDB's Features directly in VB without using any control?
How do I get the Tab key to be treated like a normal character?
What is DBSqlPassThrough?
Explain Default cursor Type and LockEdit type in DAO?
Types of ActiveX Components in VB?