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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to merge Action Form with Dyna Action Form in Struts.

1892


When will you use shell script/Perl ahead of C/C++?

646


purpose of abstraction and interface

1521


what is programmable BIST in today ic design

1639


how to add Servlet-api.jar file into eclipse 3.3.2 ?

4045






Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

669


What are the Short cut Keys of Tally ERP?

1765


what is the last ant version you worked?how to get it

1455


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2346


what is integration testing in real time applications?

1834


what is c sharp dotnet

1734


Difference between delegates and Events?

1703


How to set on/off a group of indicators in a single statement?

1371


How to print No.of.rows affected after updation using ADO.Net

2470


For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

3178