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

Define secured sockets layer.

531


What is latest version of asp.net mvc? : Asp.Net MVC

466


How many ways are there to maintain a state in .net? What is view state?

583


What are session objects?

508


What does postback mean?

526






How do session tokens work?

505


How do u deploy ur project?

2211


What is session mode in asp.net?

513


What are the steps to follow to host a web application on a web server?

584


Can I combine classic asp and asp.net pages?

528


How does session work in asp net?

549


What is the difference between session object and application object?

583


Where is asp.net view state stored?

505


What are the main requirements for caching?

526


Briefly describe the role of global.asax?

567