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

How do I make an animated icon for my program?

938


What are the types of Error? In which areas the Error occurs?

1634


Is it possible to Manipulate data through flexgrid? Explain.

2060


Explain about Caturing Baseline.

624


What is the default model of the form?

1633






Difference between ActiveX Control and Standard Control.

2122


What is the use of Data Form Wizard?

1544


What is the use of Visual Basic Document file?

1904


Through which protocol OLEDB components are interfaced?

1709


What is file in vb?

497


Explain the "cursortype" and "Locktype" in VB?

3772


Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

1146


What is ActiveX? Explain.

1452


Difference between Recordset and Resultsets.

3551


Is it possible to change menu runtime using API? If yes? Specify the function names.

1537