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 the purpose of cache? : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?
Are there any third party logging components available?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
can u give me real example of how web.config overrides the machine.config file?
how to use custom field validation
Explain Intermediate Language?
What does the term "green architecture" mean? : Dot net architecture
What re interop services?
How is the using() pattern useful? What is idisposable?
State the different levels of exceptional safety?
What are the important principles of soa (service oriented architecture)?
What is different about namespace declaration when comparing that to package declaration in java?
Explain the purpose of cache? How is it used? : .NET Architecture