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 |
Is strus threadsafe or not?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
what is meaning of MDM in sap?let me know that meaning
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
1Q) your current CTC (current taking currency)? 2Q) Your take home salary?(Monthly Drawing amount, According to your payslips/bank statement) 3Q) Your Expected CTC? 4Q) Your home take salary?
Crystal report proffessional 9 to filter the issue date!!
what is the difference between an application and service??? i mean service which runs as in services.msc.
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?