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 |
What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?
What is Friend Variable?
How to use advanced data-bound controls.
How would you attach pictures in Treeview Control?
What is the-use of property page Wizard in ActiveX Control?
How would you find out the value property in Slider Bar Control?
What are the Technologies for Accessing Database from Visual Basic?
What are the important components of OLEDB?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
Different types of Passing Value?
Types of ActiveX Components in VB?
How do I use GetPrivateProfileString to read from INI files?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)