Describe and In Process Vs Out of Process component. Which
is faster?
Answer Posted / 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 |
Post New Answer View All Answers
What is autopostback in asp net?
Explain about asp.net 2.0 themes?
Describe in brief .net framework and its components.
What’s difference between “optimistic” and “pessimistic” locking?
how to debug web services on consumer side?
How to find last error which occurred?
What is the difference between “Web.config” and “Machine.Config”?
What are sessions in asp net?
Explain asp.net mvc request life cycle? : asp.net mvc
What is use of <% %> in asp.net?
Which is better union or union all?
What is server side session management?
What are the major built-in objects in ASP.NET?
Can you explain page lifecycle in net?
Explain different authentication modes in asp.net?