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
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
What are events in smartforms?
what is the extension of SPDS Dynamic cluster tables?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
smal talk is pure object oriented or not?
sample and simple coding where we get?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
what is delimiter in sas ?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
how pseudo column works?
What is diffrent between Method and and function in c#