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
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
code for connection from windows forms to sql server
Write a program to swap the content of two variables without using a third variable.
< No Frames > tag is used for
how to add a new table with variables and thier values into a imported file uisng proc import?
Can we write a method in JSP.If so how?
What is BASIS
How to get the index of the clicked field in reports in ABAP?
what is the difference between rename and label
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
How to create a new dataset only duplicate observations in proc sort procedure?
what is log files in qtp what is use
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?