Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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.

1105


What is the Difference between in memory database and physical database

2671


how do i add a column dynamically in a table by using java application?

2089


What is the difference beween joblib and steplib statements

2332


how we can know the funcions available in a class recording java?

2284


what is an INI file?

2178


Tell me the jobs for the MCA Fresher in delhi, Noida..

2449


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

3204


how can i create report in abap to insert data in table pa0002 using insert command

2253


what are stubs related to foxpro?

2143


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

2293


shall we execute our java programmes in jre

2350


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

2196


What is the entry point function of a DLL?

1099


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

1123