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 is Zorder Method?
What are the different types of Dialog Box?
How would you add elements and pictures to listitems in listview control?
Is a foo VBX/DLL available as shareware/freeware?
HTML stands for What? Use of HTML ?
in ADO connection string if password is leave blank and all others are given. what will happen
How do I make my applications screen-resolution independent?
To populate a single column value which dbcontrols you to use?
What type of record sets are available in ADO?
what are the Types of LockEdits in RDO?
How to find size of the file. Which method or function is used to occomplish this?
How many images can be placed in the image list ?
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)