What is the difference between in-proc and out-of-proc?
Answer Posted / pankajbisane
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 |
Post New Answer View All Answers
what is web configuration file
can any one suggestion me present which course(except java,.net) has huge demand in the market?
how can we maintain the previous version scripts to new version.
how to stop execution of step 3 in a job mainframe
Can we write a method in JSP.If so how?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
iam confused among testing ,.net and java. can anybody help me.
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
what are other resources are needed for this mantis?
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
5.Call by value and Call by reference with program?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
in teradata level primary in table level allows duplicates why?