which would be the best to use inproc,outproc or sql server
Answer Posted / satya
if we rate these modes according to performance then the
ranks would be
1. InProc
2. StateServer
3. SQLServer
But if we rate the same from reliability perspective then
the ranks would be
1. SQLServer
2. StateServer
3. InProc
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is cookie less session?
how to change row background color in gridview
What is biginteger and when would you use that?
What is one way operation?
Explain the difference between l1 and l2 cache? : Dot net architecture
When do I need to use gc.keepalive?
How to improve the cache performance? : .NET Architecture
What is difference between Desktop, Client Server & Web based applications?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain about clr?
deference between display and visibility property of CSS
What are .net mobile controls features? : Microsoft dot net mobile
Define an interrupt? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?