what is the diff between inprocess and out of process ?



what is the diff between inprocess and out of process ?..

Answer / 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

More Visual Basic Interview Questions

How would you create your application in DHTML?

0 Answers  


Difference between Class Module and Standard Module?

0 Answers  


What is DAO?

2 Answers  


What is activex control in vb?

0 Answers  


How many types of Instantiations are there and what are they?

1 Answers  






What is executenonquery in vb net?

0 Answers  


Difference between listbox and combo box.

12 Answers   HCL, Infosys,


How can you check Beginning and End of the file?

2 Answers  


What are the objects in ADODB?

1 Answers  


what is the Difference between listbox and combo box?

5 Answers   TCS,


What is the use of command Object?

3 Answers   Arigo Infotech, Microsoft,


What is the difference between modal and moduless window?

2 Answers  


Categories