What is the difference between in-proc and out-of-proc?
Answers were Sorted based on User's Feedback
An in-proc is one which runs in the same process area as
that of the client giving the advantage of speed but the
disadvantage of stability because if it crashes it takes the
client application also with it.Out-of-proc server is one
which works outside the clients memory thus giving stability
to the client, but we have to compromise a bit on speed.
DLL's are In-proc and EXE's are Out-of-Proc servers.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / harshvardhan
An inproc 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.Outproc is one which works outside the clients memory thus giving stability to the client, but we have to compromise a bit on speed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to rename A1-A30 datasets into B1-B30 using macros?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
Write a program to implement BFS/ DFS routine in a connected graph
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
How will you prove that java swing is multithreaded?
2.Different data types in C? and its value and range?
List and explain any five built in functions for Lists data type in python
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
Plz sent me in .net 2.0 interview Question & answers?