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

Explain Get, Let, Set Properties?

5 Answers  


Draw Sequence Modal of DAO and Explain?

0 Answers  


What is Zorder Method?

1 Answers  


What is the differece between the (name) and caption properties of a control?

3 Answers  


Is visual basic easy?

0 Answers  


What is the use of ActiveX Documents?

0 Answers  


Which tool is used to configure the port range and protocols for DCOM communications?

2 Answers  


How would you Create a Query Builder and Explain its uses

0 Answers  


Is it possible to set a shortcut key for label?

0 Answers  


What is DSN?

0 Answers  


How would you add elements and pictures to listitems in listview control?

0 Answers  


How do you avoid the "Invalid use of null" error when reading null values from a database?

0 Answers  


Categories