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

I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


How do we make a poperty read only?

1 Answers   Microsoft,


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


What r the asp.net list controls and difference between them?

0 Answers  






Is react a template engine?

0 Answers  


How does the iis work?

0 Answers  


What is smart navigation?

1 Answers  


What are session state modes in asp.net?

0 Answers  


What is the difference between a session object and cache object

2 Answers   CitiGroup, PennyWise,


What are web beacons used for?

0 Answers  


How dataadapter.fill works?

0 Answers  


Categories