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
What is the viewstate in asp.net?
Define page fragment caching?
Define repository pattern in mvc.net? : asp.net mvc
Explain the role of global.asax?
Which asp.net objects encapsulate the state of the client and the browser?
What are the different types of proxy patterns?
what cut off mark for po's,what questions they asked for interview?
How does session work in asp net?
What is the use of ASP.NET routing?
What is cross page posting? How is it done?
How is application management and maintenance improved in asp.net 2.0?
Can we use MSSql as backend in asp.net...if yes then How.?
Explain how asp.net page works?
What is a web pool?
What is voluum?