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

Explain the Session state management options available with ASP.NET?

647


Explain the basic functionality of garbage collector?

612


Why select Web API?

628


What’s the difference between asp.net web forms and asp.net mvc?

640


What is redirecting behavior?

621






Differentiate between a hyperlink control and a linkbutton control.

633


How many types of cache are there?

621


What is the difference between application state and session state in asp net?

618


Which method is used to force all the validation controls to run?

648


Explain what does mvc represent in asp.net? : asp.net mvc

584


What is difference between session and cookie?

610


What is the best Macanism to clear the Cache in asp.net

816


What is a session http?

604


How do you design a website with multilingual support in ASP.NET ?

636


Why do we use asp.net?

673