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

What is the merger sort principle and its time complexity.

0 Answers   Verifone,


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


if there are n nodes in a binary tree, how many null pointers are there?

4 Answers   Hughes,


how to display xisheet in list box in c# .net

0 Answers  


how we can call xml file in java file using Android platform?

2 Answers   TCS,






can php support multiple inheritence?

2 Answers  


i am exeprienced person what is selection process

0 Answers   BitWise,


How many processes can listen on a single TCP/IP port?

3 Answers  


While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????

2 Answers  


hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com

0 Answers  


differenc between visual studio 2005,2008 & 2010?

2 Answers  


we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/

0 Answers   CTS,


Categories