What is the difference between in-proc and out-of-proc?

Answers were Sorted based on User's Feedback



What is the difference between in-proc and out-of-proc? ..

Answer / 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

What is the difference between in-proc and out-of-proc? ..

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

Post New Answer

More Programming Languages AllOther Interview Questions

how can we maintain the previous version scripts to new version.

0 Answers   DST Global Solutions,


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?

2 Answers   247Customer,


Which design patterns have you used?

0 Answers  


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

0 Answers  


what is the diffrence between occur 0 and occur 10 in ABAP.

0 Answers  






There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.

1 Answers   Oracle,


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number

0 Answers   Amazon,


what is dynamic polymorphism?

2 Answers   Satyam,


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?

0 Answers  


In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.

0 Answers   L&T,


preorder of A*(B+C)/D-G

6 Answers   BFL,


how we define two jobs have same name??is it exist??

0 Answers   CTS,


Categories