Describe and In Process Vs Out of Process component. Which
is faster?
Answers were Sorted based on User's Feedback
An inprocess is one which runs in the same process area as
that of the client giving tha advantage of speed but the
disadvantage of stability becoz if it crashes it takes the
client application also with it.
Outprocess is one which works outside the clients memory
thus giving stability to the client, but we have to
compromise a bit on speed.
Inprocess is faster than outprocess.
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / vivek
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 ? | 16 Yes | 4 No |
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
What is X-Path?
how many character send in one sms forget 160limit and think about gateway allowed
Which control has default post back is enabled(true)?
0 Answers Sans Pareil IT Services,
how can we display records in single datagrid using two datasets in different place?
2 Answers Global Computer, Honeywell,
Differentiate between a hyperlink control and a linkbutton control.
If we remove web.config or machine.config from the application then, is this application will works?
What is server side routing?
What is state management in asp.net with example?
Why viewstate is used in asp.net?
What are the main requirements for caching?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
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)