Describe and In Process Vs Out of Process component. Which
is faster?

Answers were Sorted based on User's Feedback



Describe and In Process Vs Out of Process component. Which is faster?..

Answer / swapna

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

Describe and In Process Vs Out of Process component. Which is faster?..

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

Post New Answer

More ASP.NET Interview Questions

What is a user session?

0 Answers  


Differentiate between Server Transfer and Response Redirect?

2 Answers   DELL, Siebel, TCS,


What is operator overloading in dotnet

1 Answers  


What is a pixel url?

0 Answers  


I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format?

1 Answers   FutureTech,






One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .

6 Answers   TCS,


What is custom attribute?

0 Answers  


What is the full form of asp.net?

0 Answers  


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


What is the difference between and ActiveX dll and control?

2 Answers   Microsoft,


how to edit gridview control in asp.net2.0

1 Answers   3i Infotech,


Categories