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 |
Can I create my own metadata attributes?
What is Video Streaming in .net??
What is private constructor? And it's use?
how to use custom field validation
what are the lifetime events of a from?
server.transfer limitation ?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain the difference between state server and sqlserver : Dot net architecture
Why the config file might not be writable
What re interop services?
What is the difference between primary & secondary storage device? : Dot net architecture
What should one do to make class serializable?