which would be the best to use inproc,outproc or sql server
Answers were Sorted based on User's Feedback
Answer / 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 |
How can i create only one instance of class and thus doesn't allow creating any more instances?
Define pipelining? : Dot net architecture
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is textview control of .net mobile? : Microsoft dot net mobile
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
Can you explain atlasuiglitz library?
Explain pipelining? : .NET Architecture
server.transfer limitation ?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
Explain cache? : Dot net architecture
What is the difference between SAX Parser and DOM Parser?
what is just in time compilation?