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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are server objects?

517


When should I use server transfer and response redirect?

515


What is the question mark in a url?

526


What is the difference between session and application?

506


What is the difference between dispose() and finalize()?

501






How many types of sessions are there in asp net?

526


What is Dynamic Web and discuss its usage with the help of real life examples?

598


Which tool you have done?

1482


How to find out what version of asp.net I am using on my machine?

583


How to use ipostback?

594


Explain the namespace classes used in asp.net mvc? : asp.net mvc

500


What do you mean by query string?

520


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

601


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

530


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

1507