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
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
what are importance in problem tracking
I am work in it aompenei
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is the difference between read the data from table and infotype
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
Define Form modules, Class modules and Standard modules
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
What is the difference between COM and CORBA?
can we retrieve only integer/String type columns from a table,if yes how?
can any method return type may be constructor , or that method name allow
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.