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


Please Help Members By Posting Answers For Below Questions

What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

1287


What is the use of Data Form Wizard?

1750


what controls have you used in your project?

1657


How would you Create a Query Builder and Explain its uses

1644


What is the difference between Msgbox Statement and MsgboxQ function?

1634


With in the form we want to check all the text box control are typed or not? How?

1750


Is a foo VBX/DLL available as shareware/freeware?

1345


How to control the file?

825


How would you run your ActiveX Document Dll?

1629


How to get Cursor position using API?

1870


It possible to call OLEDB's Features directly in VB without using any control?

1720


How do I get the Tab key to be treated like a normal character?

1228


What is DBSqlPassThrough?

2940


Explain Default cursor Type and LockEdit type in DAO?

879


Types of ActiveX Components in VB?

1632